3com S7906E Guide De Référence

Page de 2327
 
1-20 
Description 
Use the super  command to switch from the current user privilege level to a specified user privilege 
level. 
If you do not provide the level argument, the current user privilege level will be switched to 3. 
Login users are classified into four levels that correspond to the four command levels. After users at 
different levels log in, they can only use commands at their own, or lower, levels. 
Users can switch to a lower user privilege level unconditionally. However, no password is needed only 
for AUX login user level switching; to switch to a higher user privilege level, and log in from VTY user 
interfaces, users need to enter the password needed for the security’s sake. If the entered password is 
incorrect or no password is configured, the switching fails. Therefore, before switching a user to a 
higher user privilege level, you should configure the password needed. 
Related commands: super password
Examples 
# Set the user privilege level to 2 (The current user privilege level is 3.). 
<Sysname> super 2 
User privilege level is 2, and only those commands can be used 
whose level is equal or less than this. 
Privilege note: 0-VISIT, 1-MONITOR, 2-SYSTEM, 3-MANAGE 
# Switch the user privilege level back to 3 (Suppose password 123 has been set; otherwise, the user 
privilege level cannot be switched to 3.). 
<Sysname> super 3 
 Password: 
User privilege level is 3, and only those commands can be used 
whose level is equal or less than this. 
Privilege note: 0-VISIT, 1-MONITOR, 2-SYSTEM, 3-MANAGE 
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 in the range 1 to 3, with the default as 3. 
simple: Plain text password. 
cipher: Cipher text password. 
password: Password, a string of characters. It is case-sensitive.