Configuration Guide Configuring AAA
Ruijie(config)#aaa new-model
Ruijie(config)#radius-server host 10.1.1.1
Ruijie(config)#radius-server key ruijie
Ruijie(config)#aaa authentication enable default group radius local enable
Run the show aaa method-list command on the NAS to display the configuration.
Ruijie#show aaa method-list
Authentication method-list:
aaa authentication enable default group radius local enable
Accounting method-list:
Authorization method-list:
The CLI displays an authentication prompt when the user level is updated to level 15. The user must enter
the correct username and password to access the NAS.
Ruijie>enable
Username:user
Password:pass
Ruijie#
 Configuring AAA 802.1X Authentication
Configure an 802.1X authentication method list on the NAS containing group radius, and then local methods in order.
Step 1: Enable AAA.
Step 2: Configure a RADIUS server in advance if group-server authentication needs to be implemented.
Configure the local user database information on the NAS if local authentication needs to be implemented.
(This example requires the configuration of a RADIUS server and local database information.) Currently,
802.1X authentication does not support TACACS+.