Specifications
12-12
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
aaa group server radius
aaa group server radius
To create a named group of RADIUS servers to be used for AAA authentication, use the
aaa group server radius command. To disable an existing group of RADIUS servers, use the no form
of this command.
aaa group server radius name
no aaa group server radius name
Syntax Description
Defaults None. All configured RADIUS servers belong to the group named radius.
Command Modes Administrator.
Command History
Usage Guidelines Use this command to create a subset of RADIUS servers to be used for AAA authentication. The named
group can then be added to a AAA authentication methods list, allowing the specified set of RADIUS
servers to be used for authentication. After creating the named group, use the
aaa group server radius server command to add a RADIUS server to the group.
Use the radius-server host command to configure a RADIUS server to be used by the storage router for
AAA authentication.
Group names must be unique across the storage router; you cannot have a group of RADIUS servers
named labauth and a group of TACACS+ servers named labauth. The default group name of radius
includes all configured RADIUS servers.
In a cluster environment, AAA management functions are handled by a single storage router. To
determine which storage router is performing AAA management functions, issue the show cluster
command. If you issue the aaa group server radius command from a storage router that is not
performing AAA management functions, the CLI displays an informational message with the name of
the node that is currently handling those functions.
Examples The following example creates a RADIUS server group named region2:
[SN5428-2A]# aaa group server radius region2
name The name of the group of RADIUS servers to be used for AAA
authentication. Enter a maximum of 31 characters.
Release Modification
3.2.1 This command was introduced.