HP A5830 Series Configuration Manual page 18

Hide thumbs Also See for A5830 Series:
Table of Contents

Advertisement

Character
[^]
\<string
string\>
\bcharacter2
\Bcharacter
character1\w
\W
\
Example of filtering output information
Example of using the begin keyword
1.
# Display the configuration from the line containing "user-interface" to the last line in the current
configuration (the output information depends on the current configuration).
<Sysname> display current-configuration | begin user-interface
user-interface aux 0
user-interface vty 0 15
authentication-mode none
user privilege level 3
#
return
Example of using the exclude keyword
2.
# Display the non-direct routes in the routing table (the output depends on the current configuration).
<Sysname> display ip routing-table | exclude Direct
Routing Tables: Public
Destination/Mask
1.1.1.0/24
Meaning
Matches a single character not contained
within the brackets.
Matches a character string starting with
string.
Matches a character string ending with
string.
Matches character1character2. character1
can be any character except number, letter
or underline, and \b equals [^A-Za-z0-9_].
Matches a string containing character, and
no space is allowed before character.
Matches character1character2. character2
must be a number, letter, or underline, and
\w equals [^A-Za-z0-9_].
Equals \b.
Escape character. If a special character
listed in this table follows \, the specific
meaning of the character is removed.
Proto
Pre
Cost
Static 60
0
Remarks
For example, [^16A] matches a string containing
any character except 1, 6 or A. The matching
string can also contain 1, 6 or A, but cannot
contain only these three characters. For example,
[^16A] matches "abc" and "m16," but not 1, 16,
or 16A.
For example, "\<do" matches word "domain"
and string "doa."
For example, "do\>" matches word "undo" and
string "abcdo."
For example, "\ba" matches "-a" with "-" being
character1, and "a" being character2, but it does
not match "2a" or "ba."
For example, "\Bt" matches "t" in "install," but
not "t" in "big top."
For example, "v\w" matches "vlan," with "v"
being character1, and "l" being character2. v\w
also matches "service," with "i" being character2.
For example, "\Wa" matches "-a," with ""-""
being character1, and ""a"" being character2,
but does not match "2a" or "ba."
For example, "\\" matches a string containing
"\," "\^" matches a string containing "^," and
"\\b" matches a string containing "\b."
NextHop
192.168.0.0
11
Interface
Vlan1

Advertisement

Table of Contents
loading

Table of Contents