aaa authentication login
aaa authentication login
To configure authentication, authorization, and accounting (AAA) authentication at login, use the aaa
authentication login command in global configuration mode.
aaa authentication login { default | list-name } method-list
Syntax Description
login
default
list-name
method-list
No authentication is performed.
Command Default
Global configuration
Command Modes
Command History
Release
R7.0.1
Example
The following example shows how to specify the default method list for authentication, and also
enable authentication.
configure
aaa authentication login default group tacacs+
exit
commit
Command Reference for Cisco NCS 1004
4
Sets authentication for login.
Uses the listed authentication methods that follow this keyword as the default list of methods
for authentication.
Character string used to name the authentication method list.
Method used to enable AAA system accounting. Method list types are entered in the preferred
sequence. The value is one of the following options:
• group tacacs+ — Specifies a method list that uses the list of all configured TACACS+
servers for authentication.
• group radius — Specifies a method list that uses the list of all configured RADIUS
servers for authentication.
• group named-group — Specifies a named subset of TACACS+ or RADIUS servers for
authentication.
• local — Specifies a local username or password database for authentication.
• line — Specifies a line password or user group for authentication.
Modification
This command was introduced.
Commands