R3721-F3210-F3171-HP High-End Firewalls Getting Started Command Reference-6PW101

96
super password
Syntax
super password [ level user-level ] { simple | cipher } password
undo super password [ level user-level ]
View
System view
Default level
2: System level
Parameters
level user-level: User privilege level, which ranges from 1 to 3 and defaults to 3.
simple: Plain text password.
cipher: Cipher text password.
password: Password, a case-sensitive string of characters.
A simple password is a string of 1 to 16 characters.
A cipher password is a string of 1 to 16 characters in plain text or 24 characters in cipher text. For
example, the simple text "1234567" corresponds to the cipher text
"(TT8F]Y\5SQ=^Q`MAF4<1!!".
In FIPS mode, the password must contain at least eight characters and comprise capital letters,
lowercase letters, digits, and special characters.
Description
Use super password to set the password used to switch from the current user privilege level to a higher
one.
Use undo super password to restore the default.
By default, no password is set for switching to a higher privilege level.
Use the simple keyword to set a simple-text password.
Use the cipher keyword to set a cipher-text password.
A cipher-text password is recommended because a simple-text password easily gets cracked.
During authentication, you must enter a simple-text password regardless of the password type you set.
Examples
# Set simple-text password abc for switching to user privilege level 3.
<Sysname> system-view
[Sysname] super password level 3 simple abc
# Display the configured password for level switching.
[Sysname] display current-configuration
#
super password level 3 simple abc
# Set cipher-text password abc for switching to user privilege level 3.
<Sysname> system-view
[Sysname] super password level 3 cipher abc