
368
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 ipv6 multicast peer received ipv6-prefix
to display the prefix entries in the ORF
information of the specified BGP peer.
Examples
# Display the prefix information in the ORF packet from the BGP peer 4::4.
<Sysname> display bgp ipv6 multicast peer 4::4 received ipv6-prefix
ORF ipv6-prefix entries: 2
ge: greater-equal le: less-equal
index rule prefix ge le
10 permit 1::/64 80 128
20 deny 100::/64 80 128
Table 79
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
display bgp ipv6 multicast routing-table
Syntax
display bgp ipv6 multicast routing-table
[
ipv6-address prefix-length
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
ipv6-address
: Specifies a destination IPv6 address.
prefix-length
: Specifies the prefix length of the IPv6 address, in the range of 0 to 128.
|
: 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.