Enterasys Networks XSR CLI Router User Manual


 
Additional Tunnel Termination Commands
14-134 Configuring the VPN
Additional Tunnel Termination Commands
ip local pool
ThiscommandconfiguresalocalpoolofIPaddressesforwhenaremotepeerconnectstoapoint
tomultipointinterfaceorforusebyDHCP.
ThecommandacquiresIPLocalPoolconfigurationmodeandprovidesthesesubcommands:
exclude‐BarsarangeofIPaddressesfromthelocalpool.Refertopage14135forthesub
commanddefinition.
exit‐QuitsIPLocalPoolconfigurationmode.Refertopage14135forthesubcommand
definition.
Syntax
ip local pool pool-name IP-address subnet-mask
Syntax of the “no” Form
UsethenoformofthiscommandtodeleteanIPaddressfromthepool:
no ip local pool pool-name
Mode
Globalconfiguration:XSR(config)#
Next Mode
IPLocalPoolconfiguration:XSR(ip-local-pool)#
Example
ThefollowingexamplecreatesalocalIPaddresspoolnamedmarketing,whichcontainsallIP
addressesintherange203.57.99.0to203.57.99.255:
XSR(config)#ip local pool marketing 203.57.99.0 255.255.255.0
Note: If an aaa user is configured to use a static IP address which belongs to a local IP pool, you
must exclude that address from the local pool to prevent it from being assigned to another user.
pool-name
Nameofaparticularlocaladdresspool.
IP-address
BaseaddressofanIPsubnetusedtoallocateIPaddresses.
subnet-mask
MaskofthatIPsubnet.Allsubnetaddressbitsmatchingzerobitsinthemask
mustalsobezero;thatis,subnetandmaskmustbezero.Maybeexpressedas
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.