188
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display bgp multicast routing-table community
to display IPv4 MBGP routing information with the
specified BGP COMMUNITY attribute.
Examples
# Display IPv4 MBGP routing information with the specified BGP COMMUNITY attribute.
<Sysname> display bgp multicast routing-table community 11:22
BGP Local router ID is 10.10.10.1
Status codes: * - valid, ^ - VPNv4 best, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 10.10.10.0/24 0.0.0.0 0 0 i
*> 40.40.40.0/24 20.20.20.1 0 200 300i
For more information about the output, see
Table 43
.
display bgp multicast routing-table community-list
Syntax
display bgp multicast routing-table
community-list
{
{
basic-community-list-number
|
comm-list-name
}
[
whole-match
] |
adv-community-list-number
} [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
2: Monitor level
Parameters
basic-community-list-number
: Specifies a basic community-list number from 1 to 99.
adv-community-list-number
: Specifies an advanced community-list number from 100 to 199.
comm-list-name
: Community list name, a string of 1 to 31 characters (not all are numbers).
whole-match
: Displays the routes that exactly match the specified
basic-community-list
.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.