Configures NAT pool of IP addresses
Define a range of IP addresses hidden from the public Internet. NAT modifies network address information in the defined IP range while in transit across a traffic routing device. NAT only provides IP address translation and does not provide a firewall. A branch deployment with NAT by itself will not block traffic from being potentially routed through a NAT device. Consequently, NAT should be deployed with a stateful firewall.
address [<IP>|range <START-IP> <END-IP>]
address <IP> | Adds a single IP address to the NAT pool |
range <START-IP> <END-IP> | Adds a range of IP addresses to the NAT pool
|
nx9500-6C8809(config-profile-testNX5500-nat-pool-pool1)#address range 172.16.10.2 172.16.10.8 nx9500-6C8809(config-profile-testNX5500-nat-pool-pool1)#show context ip nat pool pool1 address range 172.16.10.2 172.16.10.8 nx9500-6C8809(config-profile-testNX5500-nat-pool-pool1)#
no | Removes address(es) configured with this NAT pool |