Dns server, Ip pool – Enterasys Networks X-Pedition XSR CLI User Manual
Page 639
AAA Usergroup Commands
XSR CLI Reference Guide 16-95
Example
The following example adds the usergroup headquarters:
XSR(config)#aaa group headquarters
XSR(aaa-group)#
dns server
This command sets the address of DNS servers. These addresses are given to connecting clients
during connection time.
Syntax
dns server [primary | secondary] ip-address
Syntax of the “no” Form
The no form of this command removes the configured server:
no dns server [primary | secondary] ip-address
Mode
Usergroup configuration:
XSR(aaa-group)#
Example
The following example sets the primary DNS server IP address:
XSR(config)#aaa group headquarters
XSR(aaa-group)#dns server primary 192.168.57.9
ip pool
This command links a globally defined pool of IP addresses to the group of users. IP pool is
defined globally by using the
ip local pool
command. If an IP pool is not linked to the group
of users, each user must have an IP address configured or the connection will fail.
Syntax
ip pool pool-name
primary
Specifies primary DNS server.
secondary
Specifies secondary DNS server.
ip-address
Specifies IP address of the DNS server.
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
Name of the pool to be linked to the group of users. The pool‐name is
defined by the
ip local pool
command.