R3303-HP HSR6800 Routers Fundamentals Command Reference

48
display Display current system information
ping Ping function
quit Exit from current command view
rsh Establish one RSH connection
ssh2 Establish a secure shell client connection
super Set the current user priority level
telnet Establish one TELNET connection
tracert Trace route function
user-interface
Use user-interface to enter user interface view.
Syntax
user-interface { first-num1 [ last-num1 ] | { aux | console | vty } first-num2 [ last-num2 ] }
Views
System view
Default command level
2: System level
Parameters
first-num1: Specifies the absolute number of the first user interface. The value range for the first-num1
argument is 0 to 653.
last-num1: Specifies the absolute number of the last user interface. This argument must be equal to or
greater than the first-num1 argument.
aux: Specifies the AUX user interface.
console: Specifies the console user interface.
vty: Specifies the VTY user interface.
first-num2: Specifies the relative number of the first user interface. The value range for the first-num2
argument is 0 to 1 for AUX ports, 0 to 1 for console ports, and 0 to 4 for VTY ports.
last-num2: Specifies the relative number of the last user interface. This argument must be equal to or
greater than the first-num2 argument.
Usage guidelines
If you use this command to enter a single user interface view, your configuration applies only to the user
interface.
If you use this command to enter multiple user interface views, your configuration applies to all the
specified user interfaces.
Examples
# Enter the view of user interface Console 0.
<Sysname> system-view
[Sysname] user-interface console 0
[Sysname-ui-console0]
# Enter the views of user interfaces VTY 0 to VTY 4.