Configuration Guide AAA Commands
authentication negotiation. You must use the aaa authentication enable command to configure a
default or optional method list for Enable authentication.
The next method can be used for authentication only when the current method does not work.
The Enable authentication function automatically takes effect after configuring the Enable
authentication method list.
The following example defines an AAA Enable authentication method list. In the authentication
method list, first the RADIUS security server is used for authentication. If the RADIUS security server
does not respond, the local user database is used for authentication.
Ruijie(config)# aaa authentication enable default group radius local
Enables the AAA security service.
Switchover the user level.
Defines a local user database.
1.8 aaa authentication login
Use this command to enable AAA Login authentication and configure the Login authentication
method list.
Use the no form of this command to delete the authentication method list.
aaa authentication login { default | list-name } method1 [ method2..]
no aaa authentication login { default | list-name }
When this parameter is used, the following defined authentication
method list is used as the default method for Login authentication.
Name of the user authentication method list, which could be any
character strings
It must be one of the keywords: local, none, group and subs. One
method list can contain up to four methods.
Uses the local user name database for authentication.
Does not perform authentication.
Uses the server group for authentication. At present, the RADIUS
and TACACS+ server groups are supported.
Uses the subs database for authentication.
Global configuration mode