|
ip nat inside source static
CommandIP nat inside source static UseThis command is used to specify a map between a specific IP address (and port number if required). Used when you must use only a certain IP address or port such as SMTP. SyntaxR1(config)#ip nat inside source static <original IP> <destination IP> R1(config)#ip nat inside source static <protocol> <original IP> <port> <translated IP> <translated port> Options
Example |
R2(config)#ip nat inside source static tcp 10.1.1.254 3389 70.55.44.11 5000 |