R3303-HP HSR6800 Routers IP Multicast Command Reference

393
display bgp ipv6 multicast peer received ipv6-prefix
Use display bgp ipv6 multicast peer received ipv6-prefix to display the prefix entries in the ORF
information for the specified BGP peer.
Syntax
display bgp ipv6 multicast peer ipv6-address received ipv6-prefix [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
ipv6-address: Specifies a BGP peer by its IPv6 address.
|: 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.
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 89 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, indicating the mask length must be greater than or equal to the
specific value.
le
Less-equal, indicating the mask length must be less than or equal to the specific
value.