287
Description
Use display bgp ipv6 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 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 72 Command output
Field Description
ORF ipv6-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.
display bgp ipv6 routing-table
Syntax
display bgp ipv6 routing-table [ ipv6-address prefix-length ] [ | { begin | exclude | include }
regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
ipv6-address: Destination IPv6 address.
prefix-length: 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.
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.