Exclude, Exit – Enterasys Networks X-Pedition XSR CLI User Manual
Page 589
Additional Tunnel Termination Commands
XSR CLI Reference Guide 14-135
exclude
This sub‐command bars the use of a range of IP addresses from an earlier created IP pool.
Syntax
exclude {ip address} {number}
Syntax of the “no” Form
The no form of this command removes the specified IP address from the exclude list:
exclude {ip address}{number}
Mode
Local IP Pool configuration:
XSR(ip-local-pool)#
Examples
The following example excludes the 10 IP addresses between 192.168.57.100 and 192.168.57.110
from local pool HQ:
XSR(config)#ip local pool HQ 192.168.57.0 255.255.255.0
XSR(ip-local-pool)#exclude 192.168.57.100 10
The following example negates the exclusion of IP addresses 192.168.57.105 and 192.168.57.106
from the earlier excluded range of IP addresses in local pool HQ:
XSR(config)#ip local pool HQ
XSR(ip-local-pool)#no exclude 192.168.57.105 2
exit
This sub‐command quits IP Local Pool configuration mode.
Syntax
exit
Mode
IP Local Pool configuration:
XSR(ip-local-pool)#
ip address
Starting address to be excluded from pool.
number
Number of addresses to exclude, ranging from 1 to 65535.