Cli Display; Filtering The Output Information - 3Com 4500G Family Configuration Manual

24/48 port
Hide thumbs Also See for 4500G Family:
Table of Contents

Advertisement

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 2-2 Special characters in a regular expression
Character
^string
string$
.
*
+
|
Table
2-2.
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.
Addition, used to match a
character or character group
one or multiple times before it
Vertical bar, used to match the
whole string on the left or right
of it
2-4
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".
For example, "zo+" can match "zo" and
"zoo", but not "z".
For example, "def|int" can only match a
character string containing "def" or "int".

Hide quick links:

Advertisement

Chapters

Table of Contents
loading

Table of Contents