AAA Usergroup Commands
XSR CLI Reference Guide 16-95
Example
Thefollowingexampleaddstheusergroupheadquarters:
XSR(config)#aaa group headquarters
XSR(aaa-group)#

dns server

ThiscommandsetstheaddressofDNSservers.Theseaddressesaregiventoconnectingclients
duringconnectiontime.
Syntax
dns server [primary | secondary] ip-address
Syntax of the “no” Form
Thenoformofthiscommandremovestheconfiguredserver:
no dns server [primary | secondary] ip-address
Mode
Usergroupconfiguration:XSR(aaa-group)#
Example
ThefollowingexamplesetstheprimaryDNSserverIPaddress:
XSR(config)#aaa group headquarters
XSR(aaa-group)#dns server primary 192.168.57.9

ip pool

ThiscommandlinksagloballydefinedpoolofIPaddressestothegroupofusers.IPpoolis
definedgloballybyusingthe ip local pool command.IfanIPpoolisnotlinkedtothegroup
ofusers,eachusermusthaveanIPaddressconfiguredortheconnectionwillfail.
Syntax
ip pool pool-name
primary SpecifiesprimaryDNSserver.
secondary SpecifiessecondaryDNSserver.
ip-address SpecifiesIPaddressoftheDNSserver.
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.
pool-name Nameofthepooltobelinkedtothegroupofusers.Thepoolnameis
definedbytheip local pool command.