Enterasys Networks XSR CLI Router User Manual


 
Additional Tunnel Termination Commands
XSR CLI Reference Guide 14-135
exclude
ThissubcommandbarstheuseofarangeofIPaddressesfromanearliercreatedIPpool.
Syntax
exclude {ip address} {number}
Syntax of the “no” Form
ThenoformofthiscommandremovesthespecifiedIPaddressfromtheexcludelist:
exclude {ip address}{number}
Mode
LocalIPPoolconfiguration:XSR(ip-local-pool)#
Examples
Thefollowingexampleexcludesthe10IPaddressesbetween192.168.57.100and192.168.57.110
fromlocalpoolHQ:
XSR(config)#ip local pool HQ 192.168.57.0 255.255.255.0
XSR(ip-local-pool)#exclude 192.168.57.100 10
ThefollowingexamplenegatestheexclusionofIPaddresses192.168.57.105and192.168.57.106
fromtheearlierexcludedrangeofIPaddressesinlocalpoolHQ:
XSR(config)#ip local pool HQ
XSR(ip-local-pool)#no exclude 192.168.57.105 2
exit
ThissubcommandquitsIPLocalPoolconfigurationmode.
Syntax
exit
Mode
IPLocalPoolconfiguration:XSR(ip-local-pool)#
ip address
Startingaddresstobeexcludedfrompool.
number
Numberofaddressestoexclude,rangingfrom1to65535.