Ip local pool – Enterasys Networks X-Pedition XSR CLI User Manual
Page 259
Network Address Translation Commands
XSR CLI Reference Guide 5-183
The following example clears a specific UDP entry from the NAPT table:
XSR#clear ip nat translation fastEthernet 1 17 200.2.233.1 1220 192.168.27.95 1220
1 NAPT entries or NAT mapping removed
The following example clears all NAPT translations for host 192.168.50.2 on the private network:
XSR#clear ip nat translation fastEthernet 1 192.168.50.2 0.0.0.0
4 NAPT entries or NAT mapping removed
The following example clears all NAPT translations for, to, and from the NATted address of
10.10.10.15:
XSR#clear ip nat translation fastEthernet 1 0.0.0.0 10.10.10.15
5 NAPT entries or NAT mapping removed
ip local pool
This command configures a local pool of IP addresses for distribution to remote peers seeking
connection to an interface. The command acquires IP Local Pool mode and makes available this
sub‐command:
•
exclude
‐ Bars a range of IP addresses from the local pool. Refer to
for the sub‐
command definition.
Syntax
ip local pool pool-name IP-address subnet-mask
Syntax of the “no” Form
Use the no form of this command to delete an IP address from the pool:
no ip local pool pool-name
Mode
Global configuration:
XSR(config)#
pool-name
Name of a particular local address pool.
IP-address
Base address of an IP subnet used to allocate IP addresses.
subnet-mask
Mask of that IP subnet. All subnet address bits matching zero bits in the
mask must also be zero; that is, subnet and mask must be zero. May be
expressed as
A.B.C.D
or
/<0-32>
.
Note: The pool size (mask) must be /16 or higher (Class B or C) thus limiting any one pool to 64,000
IP addresses.