Configuration Guide Configuring NAT
global-address: outside global address
local-address: inside local address
Global configuration mode
 Configuring Static Translation of Outside Source Address and Port
ip nat outside source static { tcp global-address global-port | udp global-address global-port }
local-address local-port
protocol: protocol number
global-address: outside global address
global-port: outside global port
local-address: inside local address
local-port: inside local port
Global configuration mode
 Configuring the Address Pool
ip nat pool address-pool start-address end-address { netmask mask |
prefix-length prefix-length }
address-pool: name of the address pool
start-address: start IP address
end-address: end IP address
netmask mask: network mask of the addresses
prefix-length prefix-length: length of the network mask of the addresses
Global configuration mode
 Configuring Dynamic Translation of Outside Source Address
ip nat outside source list access-list-number pool pool-name
access-list-number: ACL number
pool pool-name: name of the address pool
Global configuration mode