Command Reference Basic Configuration Management Commands
privileged EXEC mode. A lost password that has been encrypted using any method cannot be
restored. In this case, you can only reconfigure the device password.
The following example configures the password as pw10.
Ruijie(config)# enable password pw10
Sets the security password
Sets the security password
Use this command to configure a security password for different privilege levels. Use the no form of
this command to restore the default setting.
enable secret [ level level ] { [ 0 ] password | 5 encrypted-secret }
no enable secret [ level level ]
Password for the user to enter the EXEC configuration layer
The password is in plain text.
The password is encrypted.
Global configuration mode
A password comes under two categories: "password" and "security". "Password" indicates a simple
password, which can be set only for level 15. "Security" means a security password, which can be set
for levels 0-15. If both types of passwords coexist in the system, no "password" type is allowed. If a
"password" type password is set for a level other than 15, the system gives an alert and the password
is automatically converted into a "security" password. If a "password" type password is set for level 15
and the same as a "security" password, an alert is given. The password must be encrypted, with
simple encryption for "password" type passwords and security encryption for "security" type
passwords.