Specifications

Table Of Contents
2-8
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
aaa authentication login default
aaa authentication login default
Specifies which login authentication methods are to be used, and in what order of preference. Use the
no form of the command to delete the login authentication methods list.
aaa authentication login default method1 [method2...]
no aaa authentication login default
Syntax Description
Command Default Default login authentication method = enable only
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Use this command to configure "backup" login authentication methods to be used in the event of failure
of the primary login authentication method.
The following method options are available:
group tacacs+ : Use TACACS+ authentication.
local : Use the local username database for authentication.
enable (default): Use the " enable " password for authentication
none : Use no authentication.
If the login authentication methods list is deleted, the default login authentication method only (enable
password) will be used. TACACS+ authentication will not be used.
Authorization: admin
Examples This example shows how to configure login authentication methods.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)# aaa authentication login default group tacacs+ enable none
SCE(config)#
method the login authentication methods to be used. You may specify up to four
different methods, in the order in which they are to be used.
Release Modification
3.0.0 This command was introduced.