160 likes | 348 Views
Randal Moss and Amy Lee. Static, Dynamic, and Overload NAT. NAT Overview. What is NAT? Purpose Saves IP addresses Many private IPs -> smaller public IPs Three Types Static Dynamic Nat overload (PAT). NAT Overview(Cont.). Decreases amount of public IP addresses in networks.
E N D
Randal Moss and Amy Lee Static, Dynamic, and OverloadNAT
NAT Overview • What is NAT? • Purpose • Saves IP addresses • Many private IPs -> smaller public IPs • Three Types • Static • Dynamic • Nat overload (PAT)
NAT Overview(Cont.) • Decreases amount of public IP addresses in networks. • Conserves legally registered addresses. • Ease of two companies merging with duplicate internal addressing. • Ease of changing ISPs • Do not need to change internal address scheme.
Basic Nat (Static) • Inside Local/Global • Static Translation • ipnat inside source static 10.10.10.1 172.16.131.1 • Demo Static
Dynamic NAT • Inside Local/Global • Dynamic Translation via pool • Example: • ipnat pool test 172.16.131.2 172.16.131.10 netmask 255.255.255.0
Nat Overload (PAT) • Inside Local/Global • Dynamic Translation via pool • Example: • ipnat pool test 172.16.131.2 172.16.131.2 netmask 255.255.255.0 • Saves IP addresses