R3721-F3210-F3171-HP High-End Firewalls Getting Started Command Reference-6PW101
37
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
Syntax
user-interface { first-num1 [ last-num1 ] | { console | vty } first-num2 [ last-num2 ] }
View
System view
Default level
2: System level
Parameters
first-num1: Absolute number of the first user interface, which typically starts from 0.
last-num1: Absolute number of the last user interface. It typically starts from 0, but cannot be smaller than
the first-num1.
console: Specifies the console user interface.
vty: Specifies the VTY user interface.
first-num2: Relative number of the first user interface.
last-num2: Relative number of the last user interface, which cannot be smaller than first-num 2.
Description
Use user-interface to enter a single or multiple user interface views.
In a single user interface view, the configuration takes effect in the user view only.
In multiple user interface views, the configuration takes effect in these user views.
Examples
# Enter the console user interface view.
<Sysname> system-view
[Sysname] user-interface console 0
[Sysname-ui-console0]
# Enter the user interface views of VTYs 0 to 4.
<Sysname> system-view
[Sysname] user-interface vty 0 4
[Sysname-ui-vty0-4]