H3C S7500 Series Ethernet Switches Operation Manual
Operation Manual – CLI
H3C S7500 Series Ethernet Switches Chapter 1
CLI Overview
1-13
clock Specify the system clock
cluster Run cluster command
copy Copy from one file to another
debugging Enable system debugging functions
delete Delete a file
dir List files on a file system
display Display current system information
<omitted>
2) Enter a command, a space, and a ? character (instead of a keyword available in
this position of the command) on your terminal to display all the available
keywords and their brief descriptions. The following takes the clock command as
an example.
<H3C> clock ?
datetime Specify the time and date
summer-time Configure summer time
timezone Configure time zone
3) Enter a command, a space, and a ? character (instead of an argument available in
this position of the command) on your terminal to display all the available
arguments and their brief descriptions. The following takes the interface vlan
command as an example.
[H3C] interface vlan-interface ?
<1-4094> VLAN interface number
[H3C] interface vlan-interface 1 ?
<cr>
The string <cr> means no argument is available in the position occupied by the ?
character. You can execute the command without providing any other information.
II. Partial online help
1) Enter a string followed directly by a ? character on your terminal to display all the
commands beginning with the string. For example:
<H3C> pi?
ping
2) Enter a command, a space, and a string followed by a ? character on your terminal
to display all the keywords that belong to the command and begin with the string (if
available). For example:
<H3C> display ver?
version
3) Enter the first several characters of a keyword in a command and then press
<Tab>, the complete keyword will be displayed on the terminal screen if the input
characters uniquely identify a keyword; all the keyword that match the input
characters will be displayed on the terminal screen if the input characters match
more than one keywords.