183
display bgp multicast peer received ip-prefix
Syntax
display bgp
multicast peer
ip-address
received ip-prefix
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
ip-address
: Specifies the IP address of a BGP peer.
|
: 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.
Description
Use
display bgp multicast peer received ip-prefix
to display the prefix entries in the ORF information of
the specified BGP peer.
Examples
# Display the prefix information received from the BGP peer 10.110.25.20.
<Sysname> display bgp multicast peer 10.110.25.20 received ip-prefix
ORF ip-prefix entries: 2
ge: greater-equal le: less-equal
Index Rule Prefix Ge Le
10 permit 111.111.111.0/24 26 32
20 deny 2.1.1.0/24 26 32
Table 42
Command output
Field Description
ORF ip-prefix entries
Number of ORF prefix entries.
Index
Index of a prefix entry.
Rule
Matching rule of the prefix.
Prefix Prefix
information.
Ge
Greater-equal, which indicates that the mask length must be greater than
or equal to the specific value.
Le
Less-equal, which indicates that the mask length must be less than or
equal to the specific value.