Table 86 Command output
Field Description
Peer
IPv6 address of the peer.
Date
Date on which the Notification was sent or received.
Time
Time at which the Notification was sent or received.
State
BGP session state, which can be:
•
Up
—Indicates the BGP session is up.
•
Down
—Indicates the BGP session is down.
Notification Notification
message.
Error/SubError
•
Error
—Refers to the error code, which identifies the type of the Notification.
•
SubError
—Refers to the error subcode of the Notification, which identifies the
specific information about the reported error.
display bgp ipv6 peer received ipv6-prefix
Syntax
display bgp ipv6 peer
{
ip-address
|
ipv6-address
}
received ipv6-prefix
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
ip-address
: IP address of a BGP peer.
ipv6-address
: IPv6 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 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
358