ip nat pool
Creates an address pool from which the NAT router obtains an address when performing a dynamic translation. You can create address pools with either a single range or multiple, nonoverlapping ranges. The no version removes the NAT pool.
ip nat pool name [ startIpAddress endIpAddress ]
{ netmask networkMask | prefix-length length }
- nameName of the address pool; 32 alphanumeric characters maximum
- startIpAddressFirst IP address (inclusive) in the NAT pool range you are creating; omitting this value in the command (along with endIpAddress) launches the IP NAT Pool Configuration mode, in which you can enter multiple, discontinuous ranges
- endIpAddressLast IP address (inclusive) in the NAT pool range you are creating; omitting this value in the command (along with startIpAddress) accesses IP NAT Pool Configuration mode, in which you can enter multiple, discontinuous ranges
- ipAddressMaskSubnet mask for any NAT pool ranges you specify
- lengthLength of the network prefix; the number of bits masking the base address that results in the address that you want to match
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.