AAA Commands
login authentication
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
57
3
login authentication
To specify the login authentication method list for a remote Telnet or console
session, use the login authentication Line Configuration mode command.
To restore the default authentication method, use the no form of this command.
Syntax
login authentication {default |
LISTNAME
}
no login authentication
Parameters
•
default—Uses the default login authentication list.
•
LISTNAME
—Name of a specific authentication list created with the aaa
authentication login command.
Default Configuration
The default login authentication list is used used for each line.
Command Mode
Line Configuration mode
Examples
Example 1—The following example specifies the default login authentication
method for a console session:
switchxxxxxx(config)#
line console
switchxxxxxx(config-line)#
login authentication default
Example 2—The following example sets an authentication login method list for the
console:
switchxxxxxx (config)#
aaa authentication login authen-list radius local none
switchxxxxxx (config)#
line console
switchxxxxxx (config-line)#
login authentication authen-list