Hi,
I am in need of configuring of destination address translation in Router. I need to translate destination address of traffic that matches specific access-list. Could you please someone guide me accomplish that?
For example:
Source Address : 1.1.1.1
Destination Address: 2.2.2.2
Original destination address to be translated :3.3.3.3
ACL:
Ip access-list extended test-ftp
permit ip host 1.1.1.1 host 2.2.2.2
Kindly check and advise on this.