CLI Reference Guide    Basic Configuration Management 
Configure the line logon password   
 
login authentication 
In case the AAA is enabled, the authentication with the AAA server must be performed for logon. 
Use this command to associate logon authentication method list. The no form of this command is 
used to delete the logon authentication method list. 
login authentication {default | list-name} 
no login authentication {default | list-name} 
Name of the default authentication method list 
Name of the method list available 
If the AAA security server is enabled, this command is used for the logon authentication with 
the specified method list. 
The  example  below  shows  how  to  associate  method  list  on  VTY  and  perform  logon 
authentication with radius. 
Ruijie(config)# aaa new-model 
Ruijie(config)# aaa authentication login default radius 
Ruijie(config)# line vty 0 
Ruijie(config-line)# login authentication default 
Enable the AAA security service 
Configure the logon authentication method list   
login local 
In  case  the  AAA  is  disabled,  to  enable  local  user  authentication  on  the  interface,  execute  the 
interface configuration command login local. The no form of this command is used to delete the 
line local user authentication.