address

nat-pool-config-instance

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.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

address [<IP>|range <START-IP> <END-IP>]

Parameters

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
  • <START-IP> – Specify the starting IP address of the range.
  • <END-IP> – Specify the ending IP address of the range.

Example

nx9500-6C8809(config-profile-default-rfs4000-nat-pool-pool1)#address range 172.16.10.2 172.16.10.8

nx9500-6C8809(config-profile-default-rfs4000-nat-pool-pool1)#show context
 ip nat pool pool1
  address range 172.16.10.2 172.16.10.8
nx9500-6C8809(config-profile-default-rfs4000-nat-pool-pool1)#

Related Commands

no Removes address(es) configured with this NAT pool