Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
6-3
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
aaa authentication login console
aaa authentication login console
To configure AAA authentication methods for console logins, use the aaa authentication login console
command. To revert to the default, use the no form of this command.
aaa authentication login console {group group-list} [none] | local | none}
no aaa authentication login console {group group-list [none] | local | none}
Syntax Description
Command Default The local database.
Command Modes Configuration mode
Command History
Usage Guidelines The group radius, group tacacs+, and group group-list methods refer to a set of previously defined
RADIUS or TACACS+ servers. Use the radius-server host or tacacs-server host command to
configure the host servers. Use the aaa group server command to create a named group of servers.
If you specify the group method or local method and they fail, then the authentication can fail. If you
specify the none method alone or after the group method, then the authentication always succeeds.
Examples This example shows how to configure AAA authentication console login method:
switch(config)# aaa authentication login console group radius
This example shows how to revert to the default AAA authentication console login method:
switch(config)# no aaa authentication login console group radius
group Specifies to use a server group for authentication.
group-list Specifies a space-separated list of RADIUS or TACACS+ server groups. The
list can include the following:
radius for all configured RADIUS servers.
tacacs+ for all configured TACACS+ servers.
Any configured RADIUS or TACACS+ server group name.
none (Optional) Specifies to use the username for authentication.
local (Optional) Specifies to use the local database for authentication.
Release Modification
4.0(0)N1(1a) This command was introduced.