Command Reference AAA Commands
username
Defines a local user database.
Platform
Description
N/A
aaa authentication enable
Use this command to enable AAA Enable authentication and configure an Enable authentication
method list in global configuration mode.
Use the no form of this command to delete the user authentication method list.
aaa authentication enable default method1 [method2...]
no aaa authentication enable default
Parameter Description
default
When this parameter is used, the following defined
authentication method list is used as the default method of
Enable authentication. Enable authentication is global
authentication. Currently, only configuration of a default
authentication method list is supported.
method
It must be one of the keywords: local, none, and group.
One method list can contain up to four methods.
Parameter
Description
local
Uses the local user name database for authentication.
none
Authentication is not performed.
group
Uses a server group for authentication. Currently, the
RADIUS and TACACS+ server groups are supported.
Defaults
N/A
Command
Mode
Global configuration mode
Usage Guide
If the AAA Enable authentication service is enabled on equipment, AAA is required for Enable
authentication negotiation. Use the
aaa authentication enable command to configure a default
method list of Enable authentication.
The next method can be used for authentication only when the current method does not respond.
The Enable authentication function automatically takes effect after the Enable authentication method
list is configured.
Configuration
Examples
The following example defines an AAA Enable authentication method list. In the authentication
method list, the RADIUS security server is used for authentication first. If the RADIUS security server
does not respond with the specified period of time, the local user database is used for authentication.
Ruijie(config)# aaa authentication enable default group radius local
Related
Command Description