1-19DescriptionUse the super command to switch from the current user privilege level to a specified user privilegelevel.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 atdifferent levels log in, they can only use commands at their own, or lower, levels.Note that:Users can switch to a lower user privilege level unconditionally. However, no password is needed onlyfor AUX login user level switching; to switch to a higher user privilege level, and log in from VTY userinterfaces, users need to enter the password needed for the security’s sake. If the entered password isincorrect or no password is configured, the switching fails. Therefore, before switching a user to ahigher 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.). super 2User privilege level is 2, and only those commands can be usedwhose 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 userprivilege level cannot be switched to 3.). super 3Password:User privilege level is 3, and only those commands can be usedwhose level is equal or less than this.Privilege note: 0-VISIT, 1-MONITOR, 2-SYSTEM, 3-MANAGEsuper passwordSyntaxsuper password [ level user-level ] { simple | cipher } passwordundo super password [ level user-level ]ViewSystem viewDefault Level2: System levelParameterslevel user-level: User privilege level in the range 1 to 3, with the default as 3.simple: Plain text password.cipher: Cipher text password.