9Examples# Disable pausing between screens of output for the current session. screen-length disableRelated commandsscreen-lengthsuperUse super to switch from the current user privilege level to a specified user privilege level.Syntaxsuper [ level ]ViewsUser viewDefault command level0: Visit levelParameterslevel: Specifies a user level in the range of 0 to 3. The default is 3.Usage guidelinesIf a level is not specified, the command switches the user privilege level to 3.There are four user privilege levels: visit (0), monitor (1), system (2), and manage (3). You can assigndifferent privilege levels to different users. After login, a user can access the commands at or under theassigned level.A user can switch to a lower privilege level unconditionally. To switch to a higher privilege level, a usermust enter the switching password. If no password is configured for the level, the switching operation failsunless the user is a console user. A console user can switch to a higher privilege level when no passwordis configured for the level.With scheme authentication, a user who fails to provide the correct password during five consecutiveattempts must wait 15 minutes before trying again. Trying again before the 15-minute period elapsesrestores the wait timer to 15 minutes and restarts the timer.Examples# Switch to user privilege level 2 from user privilege level 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 back to user privilege level 3. (Suppose the switching password is 123. If no password is set,users cannot switch to user privilege level 3.) super 3Please input the password to change the privilege level, press CTRL_C to abort.Password: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-MANAGE