Specifications

12-4
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
aaa authentication enable
In Table 12-1, the group radius and group tacacs+ methods refer to all previously defined RADIUS or
TACACS+ servers; the group name method refers to a previously defined group of one or more RADIUS
or TACACS+ servers. Use the radius-server host and tacacs-server host commands to configure the
servers, and the aaa group server radius and aaa group server tacacs+ commands to create server
groups.
Examples The following example creates a default AAA authentication list to be used to perform Enable
authentication. When Administrator access of the storage router is requested via the CLI enable
command, AAA first attempts to contact a RADIUS server, using the $enab15$ username and the
entered password. If no server is found, AAA returns an error and authentication is performed by
checking the entered password against the configured Administrator mode password. If there is no
match, authentication fails and you are denied Administrator access.
[SN5428-2A]# aaa authentication enable default group radius enable
Related Commands
Table 12-1 aaa authentication enable default services
Keyword Description
enable Uses the configured Administrator mode password for authentication.
group name Uses a named group of defined RADIUS or TACACS+ servers for
authentication, using the user name $enab15$.
group radius Uses the list of all RADIUS servers for authentication, using the user
name $enab15$.
group tacacs+ Uses the list of all TACACS+ servers for authentication, using the user
name $enab15$.
monitor Uses the configured Monitor mode password for authentication.
none Uses no authentication.
Command Description
aaa group server
radius
Create a named group of RADIUS servers for AAA authentication services.
aaa group server
tacacs+
Create a named group of TACACS+ servers for AAA authentication
services.
aaa authentication
login
Configure AAA authentication services for Monitor mode access to the
SN 5428-2 Storage Router via the CLI.
aaa test authentication Enable testing of the specified AAA authentication list.
debug aaa Enable debugging for the AAA authentication services.
radius-server host Configure remote RADIUS servers for AAA authentication services.
restore aaa Restore AAA authentication services from the named configuration file.
save aaa Save the current AAA configuration information.
show aaa Display AAA configuration information.
tacacs-server host Configure remote TACACS+ servers for AAA authentication services.