2-110 Command Line Interface Commands Reference
IP Network Address Translation (NAT) Commands
IP Network Address Translation (NAT) Commands
ip nat public tag dynamic
ip nat public tag static
ip nat public tag pat {
ip nat map
show ip nat map
ip nat server
{both tcp udp }
no ip nat server [
show ip nat translation
Overview
Network Address Translation (NAT) makes use of five basic structures:
■“public” or externally visible address ranges
■“map” rules that bind an interior, private address range with a public address range
■
■“servers”, which define a mapping between a private IP address and port and a public IP address (and the same port)
■
ip nat public tag dynamic
This command allows you to allocate a dynamic range of exterior, public addresses for use by Network Address Translation. This range of addresses will be associated dynamically with private addresses you will define when you create a map. tag is the name you assign to the range, and it can contain up to 16 characters.
Example:
The following creates a dynamic public range of 8 addresses starting at 163.176.12.1:
ip nat public "my second range" dynamic 163.176.12.1 163.176.12.8