HP 830 Series Configuration Manual page 18

Poe+ unified wired-wlan switch
Hide thumbs Also See for 830 Series:
Table of Contents

Advertisement

Character
Meaning
Matches a string containing
\Bcharacter
character, and no space is allowed
before character.
Matches character1character2.
character2 must be a number, letter,
character1\w
or underline, and \w equals
[A-Za-z0-9_].
\W
Equals \b.
Escape character. If a special
character listed in this table follows
\
\, the specific meaning of the
character is removed.
The following are regular expression examples:
# Use | begin user-interface in the display current-configuration command to match the first line of
output that contains user-interface to the final line of output.
<Sysname> display current-configuration | begin user-interface
user-interface con 0
user-interface aux 0
user-interface vty 0 4
authentication-mode none
user privilege level 3
#
return
# Use | exclude Direct in the display ip routing-table command to filter out direct routes and display only
the non-direct routes.
<Sysname> display ip routing-table | exclude Direct
Routing Tables: Public
Destination/Mask
10.1.1.0/24
# Use | include Vlan in the display ip routing-table command to filter in route entries that contain Vlan.
<Sysname> display ip routing-table | include Vlan
Routing Tables: Public
Destination/Mask
192.168.1.0/24
Proto
Pre
Cost
Static
60
2
Proto
Pre
Cost
Direct 0
0
Examples
"\Bt" matches "t" in "install", but not "t" in "big
top".
"v\w" matches "vlan" ("v" is character1 and "l" is
character2) and "service" ( "i" is character2).
"\Wa" matches "-a", with "-" being character1,
and "a" being character2, but does not match "2a"
or "ba".
"\\" matches a string containing "\", "\^" matches
a string containing "^", and "\\b" matches a string
containing "\b".
NextHop
10.1.1.2
NextHop
192.168.1.42
12
Interface
Vlan2
Interface
Vlan999

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

105007500

Table of Contents