Cli Display - H3C S5500-SI Series Operation Manual

Hide thumbs Also See for S5500-SI Series:
Table of Contents

Advertisement

When editing the command line, you can use other shortcut keys (For details, see
the shortcut keys defined in
Configuring CLI
Hotkeys.)

CLI Display

By filtering the output information, you can find the wanted information effectively. If there is a lot of
information to be displayed, the system displays the information in multiple screens. When the
information is displayed in multiple screens, you can also filter the output information to pick up the
wanted information.
Filtering the output information
The device provides the function to filter the output information. You can specify a regular expression
(that is, the output rule) to search information you need.
You can use one of the following two ways to filter the output information:
Input the keyword begin, exclude, or include as well as the regular expression at the command
line to filter the output information.
Input slash (/), minus (-), or plus (+) as well as the regular expression to filter the rest output
information. Slash (/) is equal to the keyword begin, minus (-) is equal to the keyword exclude, and
plus (+) is equal to the keyword include.
Keywords begin, exclude, and include have the following meanings:
begin: Displays the line that matches the regular expression and all the subsequent lines.
exclude: Displays the lines that do not match the regular expression.
include: Displays only the lines that match the regular expression.
The regular expression is a string of 1 to 256 characters, case sensitive. It also supports special
characters as shown in
Table 1-5 Special characters in a regular expression
Character
^string
string$
.
*
Table
1-4, or you can define shortcut keys by yourself. (For details, see
Table
1-5.
Meaning
Starting sign, string appears
only at the beginning of a line.
Ending sign, string appears only
at the end of a line.
Full stop, a wildcard used in
place of any character,
including single character,
special character and blank.
Asterisk, used to match a
character or character group
before it zero or multiple times.
1-19
Table
Remarks
For example, regular expression "^user"
only matches a string beginning with
"user", not "Auser".
For example, regular expression "user$"
only matches a string ending with "user",
not "userA".
For example, ".l" can match "vlan" or
"mpls".
For example, "zo*" can match "z" and
"zoo"; (zo)* can match "zo" and "zozo".
1-2) besides

Advertisement

Chapters

Table of Contents
loading

Table of Contents