Command Manual (For Soliton) – CLI
H3C S3100 Series Ethernet Switches
Chapter 1 CLI Configuration Commands
1-6
z
When both the super password authentication and the HWTACACS
authentication are specified, the device adopts the preferred authentication mode
first. If the preferred authentication mode cannot be implemented (for example, the
super password is not configured or the HWTACACS authentication server is
unreachable), the backup authentication mode is adopted.
Examples
# Specify HWTACACS authentication as the preferred authentication mode when a
VTY 0 user switches from the current level to a higher level, with the super password
authentication as the backup authentication mode.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] user-interface vty 0
[Sysname-ui-vty0] super authentication-mode scheme super-password
1.1.5 super password
Syntax
super password
[
level level
] {
cipher
|
simple
}
password
undo super password
[
level level
]
View
System view
Parameters
level level
: User level, in the range of 1 to 3. It is 3 by default.
cipher
: Stores the password in the configuration file in ciphered text.
simple
: Stores the password in the configuration file in plain text.
password
: Password to be set. If the
simple
keyword is used, you must provide a
plain-text password, that is, a string of 1 to 16 characters. If the
cipher
keyword is used,
you can provide a password in either of the two ways:
z
Input a plain-text password, that is, a string of 1 to 16 characters, which will be
automatically converted into a 24-character cipher-text password.
z
Directly input a cipher-text password, that is, a string of 1 to 24 characters, which
must correspond to a plain-text password. For example, The cipher-text password
“_(TT8F]Y\5SQ=^Q`MAF4<1!!” corresponds to the plain-text password
1234567
.
Description
Use the
super password
command to set a switching password for a specified user
level, which will be used when users switch from a lower user level to the specified user
level.