R3166-R3206-HP High-End Firewalls Getting Started Command Reference-6PW101

90
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 input 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
# Display the configured password for level switching.
[Sysname] display current-configuration | include super
#
super password level 3 cipher ;)<01%^&;YGQ=^Q`MAF4<1!!
system-view
Syntax
system-view
View
User view
Default level
2: System level
Parameters
None
Description
Use the system-view command to enter system view from the current user view.
Related commands: quit, return.
Examples
# Enter system view from the current user view.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname]