Configuration

Define the 'inside' interface(s) connected to the internal network.
R1(config)# int g0/1
R1(config-if)# ip nat insideDefine the 'outside' interface(s) connected to the external network.
Define the traffic that should be translated.
Traffic permitted by this ACL will be translated.
Define the pool of inside global IP addresses.
Instead of
prefix-length24, you can usenetmask 255.255.255.0
Configure dynamic NAT by mapping the ACL to the pool.



Last updated