Exclude, Exit – Enterasys Networks X-Pedition XSR CLI User Manual
Page 607
DHCP Commands
XSR CLI Reference Guide 15-97
exclude
This sub‐command of
ip local pool
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 exempts the specified IP address from being excluded from the pool:
exclude {ip address}{number}
Mode
Local IP Pool configuration:
XSR(ip-local-pool)#
Examples
The following example excludes the ten 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 of
ip local pool
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.