S2600E/P CLI Reference Guide Chapter 2 Switch Management Configuration
Commands
Usage
guidelines
If the AAA security server is not enabled, this command is
used for the local user authentication at logon. The user
here means the one configured with the username
command.
Examples
The example below shows how to set the local user
authentication on VTY.
Ruijie(config)# no aaa new-model
Ruijie(config)# username test password 0 test
Ruijie(config)# line vty 0
Ruijie(config-line)# login local
Command Description
Related
commands
username
Configure the local user information.
2.1.16 password
To configure the password for line logonexecute the line configuration command
password. The no form of this command is used to delete the line logon
password.
password {password | [0|7] encrypted-password}
no password
Parameter Description
password Password for line of remote user
0|7
Password encryption type, "0" for
no encryption, "7" for simple
encryption
Parameter
description
encrypted-password Password text
Command
mode
Line configuration mode.
Usage
guidelines
This command is used to configure the authentication
password for the line logon of remote user.
Examples
The example below configures the line logon password as
"red":
Ruijie(config)# line vty 0
Ruijie(config-line)# password red