Command Reference Basic Management Commands
Configuration
Examples
The following example shows how to set a login password authentication on VTY.
Ruijie(config)# no aaa new-model
Ruijie(config)# line vty 0
Ruijie(config-line)# password 0 normatest
Ruijie(config-line)# login
Command Description Related
Commands
password
Configures the line login password
Platform
Description
None
login authentication
If the AAA is enabled, login authentication must be performed on the AAA server. Use this command
to associate login authentication method list. The no form of this command is used to delete the list.
login authentication {default | list-name}
no login authentication {default | list-name}
Parameter Description
default
Name of the default authentication method list
Parameter
Description
list-name
Name of the method list
Defaults
None
Command
Mode
Line configuration mode
Usage Guide
If the AAA security server is active, this command is used for login authentication using the specified
method list.
Configuration
Examples
The following example shows how to associate the method list on VTY and perform login
authentication on a radius server.
Ruijie(config)# aaa new-model
Ruijie(config)# aaa authentication login default radius
Ruijie(config)# line vty 0
Ruijie(config-line)# login authentication default
Command Description Related
Commands
aaa new-model
Enables the AAA security service.