Configuration Guide Configuring AAA
Step 3: Configure an AAA authentication method list for 802.1X authentication users. (This example uses
group radius and local in order.)
Step 4: Apply the AAA authentication method list. Skip this step if the default authentication method is used.
Step 5: Enable 802.1X authentication on an interface.
Ruijie#configure terminal
Ruijie(config)#username user1 password pass1
Ruijie(config)#username user2 password pass2
Ruijie(config)#aaa new-model
Ruijie(config)#radius-server host 10.1.1.1
Ruijie(config)#radius-server key ruijie
Ruijie(config)#aaa authentication dot1x default group radius local
Ruijie(config)#interface gigabitEthernet 0/1
Ruijie(config-if-gigabitEthernet 0/1)#dot1 port-control auto
Ruijie(config-if-gigabitEthernet 0/1)#exit
Run the show aaa method-list command on the NAS to display the configuration.
Ruijie#show aaa method-list
Authentication method-list:
aaa authentication dot1x default group radius local
Accounting method-list:
Authorization method-list:
Common Errors
No RADIUS server or TACACS+ server is configured.
Usernames and passwords are not configured in the local database.
2.4.2 Configuring AAA Authorization
Configuration Effect
Determine what services or permissions authenticated users can enjoy.
Notes