Command
IP NAT Outside
Use
This command is used to set an outside interface for NAT translation.
Syntax
Router(config-if)#ip nat outside
Example
In this example, we will set R2’s Fa1/0 to be an outside NAT interface.
R2(config)#access-list 10 permit 10.1.1.0 0.0.0.255 R1(config)#do ping 10.2.2.3 Type escape sequence to abort. R2(config)#do sh ip nat trans |