CLI Reference Guide-R04

Table Of Contents
Chapter 8
| User Authentication Commands
AAA
– 252 –
aaa group server Use this command to name a group of security server hosts. To remove a server
group from the configuration list, enter the no form of this command.
Syntax
[no] aaa group server {radius | tacacs+} group-name
radius - Defines a RADIUS server group.
tacacs+ - Defines a TACACS+ server group.
group-name - A text string that names a security server group.
(Range: 1-256 characters)
Default Setting
None
Command Mode
Global Configuration
Example
Console(config)#aaa group server radius tps
Console(config-sg-radius)#
server This command adds a security server to an AAA server group. Use the no form to
remove the associated server from the group.
Syntax
[no] server {index | ip-address}
index - Specifies the server index. (Range: RADIUS 1-5, TACACS+ 1)
ip-address - Specifies the host IPv4 or IPv6 address of a server.
Default Setting
None
Command Mode
Server Group Configuration
Command Usage
When specifying the index for a RADIUS server, that server index must already
be defined by the radius-server host command.
When specifying the index for a TACACS+ server, that server index must already
be defined by the tacacs-server host command.