Configuration Guide AAA Commands
If the AAA 802.1x security service is enabled on the device, users must use AAA for 802.1x user
authentication negotiation. You must use the aaa authentication dot1x command to configure a
default or optional method list for 802.1x user authentication.
The next method can be used for authentication only when the current method does not work.
The following example defines an AAA authentication method list named RDS_D1X. 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 dot1x rds_d1x group radius local
Enables the AAA security service.
Associates a specific method list with the 802.1x user.
Defines a local user database.
1.7 aaa authentication enable
Use this command to enable AAA Enable authentication and configure the Enable authentication
method list.
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
When this parameter is used, the following defined authentication
method list is used as the default method for Enable authentication.
It must be one of the keywords: local, none and group. 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.
Enables AAA Enable authentication.
Global configuration mode
If the AAA Enable authentication service is enabled on the device, users must use AAA for Enable