Configuration Guide Configuring AAA
aaa local user allow public account
Global configuration mode
Use this command to configure local account (username or subs) sharing among multiple STAs in Web
authentication or iPortal Web authentication.
Configuration Example
 Configuring AAA Login Authentication
Configure a login authentication method list on the NAS containing group radius and local methods in order.
Step 1: Enable AAA.
Step 2: Configure a RADIUS or TACACS+ 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.)
Step 3: Configure an AAA authentication method list for login authentication users. (This example uses
group radius and local in order.)
Step 4: Apply the configured method list to an interface or line. Skip this step if the default authentication
method is used.
Ruijie#configure terminal
Ruijie(config)#username user password pass
Ruijie(config)#aaa new-model
Ruijie(config)#radius-server host 10.1.1.1
Ruijie(config)#radius-server key ruijie
Ruijie(config)#aaa authentication login list1 group radius local
Ruijie(config)#line vty 0 20
Ruijie(config-line)#login authentication list1
Ruijie(config-line)#exit
Run the show aaa method-list command on the NAS to display the configuration.
Ruijie#show aaa method-list