NAT - PAT - Overload

Network Address Translation

Pasted image 20250228152352.png|300

Static NAT

Configuration example:

ip nat inside source static 10.1.1.5 23.5.5.9
ip nat inside source static 10.1.1.10 23.5.5.10
ip nat inside source static 10.1.1.15 23.5.5.11

Port Address Translation

Configuration example:

access-list 1 10.1.1.0 0.0.0.255
ip nat inside source list 1 interface fa/01 overload

NAT Table

Router#show ip nat translations