Specifications

Table Of Contents
2-6
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
aaa authentication enable default
aaa authentication enable default
Specifies which privilege level authentication methods are to be used, and in what order of preference.
Use the no form of the command to delete the privilege level authentication methods list.
aaa authentication enable default method1 [method2...]
no aaa authentication enable default
Syntax Description
Command Default Default privilege level 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" privilege level authentication methods to be used in the event
of failure of the primary privilege level 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 privilege level authentication methods list is deleted, the default privilege level authentication
method only (enable password) will be used. TACACS+ authentication will not be used.
Authorization: admin
Examples This example shows how to configure privilege level authentication methods.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)# aaa authentication enable default group tacacs+ enable none
SCE(config)#
method the privilege level 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.