DGS-6604
m
aaa group server
CLI Reference Guide
30
aaa group server
Use the aaa group server command to enter AAA group server mode and identify
AAA server groups used for AAA authentication. In AAA group server mode
server hosts are grouped into distinct lists and distinct methods.
To remove a group server from the configuration list, use the no aaa group server
form of this command.
aaa group server
GROUP-NAME
no aaa group server
GROUP-NAME
Default
There is no aaa group server.
Command Mode
Global configuration at privilege level 15
Usage Guideline
The AAA group server method is defined for AAA authentication for user login or
configuration. The
aaa authentication
command is used to define the group
server method and specify the AAA server group.
Use
aaa group server
command to enter AAA group server mode. If the group
name specified does not exist, the switch creates the new group. Once in AAA
group server mode, use the
server
command to define and configure servers
added to the group.
Example
The following example shows the network access server configured to recognize
several RADIUS host entries. The second host entry configured acts as fail-over
backup to the first one. (The RADIUS host entries are tried in the order in which
they are configured.)
Verify the settings by entering the
show aaa group server
command.
Syntax Description
GROUP-NAME
Character string used to name the group of servers used for group server
method AAA authentication. The group name can be up to 32 characters in
length.
Switch(config)#aaa group server group1
Switch(config-aaa-groug-server)# server radius 172.19.10.100 key 12345678
Switch(config-aaa-group-server)# server radius 172.19.10.101 key 12345678
Switch(config-aaa-group-server)# end
Switch#