longer-match
: Matches the longest prefix.
|
: 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 routing-table flap-info
to display IPv6 BGP route flap statistics.
Examples
# Display IPv6 BGP route flap statistics.
<Sysname> display bgp ipv6 routing-table flap-info
BGP Local router ID is 1.1.1.1
Status codes: * - valid, ^ - VPNv4 best, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
*d Network : 111:: PrefixLen : 64
From : 122::1 Flaps : 3
Duration : 00:13:47 Reuse : 00:16:36
Path/Ogn : 200?
Table 91 Command output
Field Description
Flaps
Number of flaps
Duration Flap
duration
Reuse
Reuse time of the route
For description of the fields, see
.
display bgp ipv6 routing-table peer
Syntax
display bgp ipv6 routing-table peer
{
ipv4-address
|
ipv6-address
} {
advertised-routes
|
received-routes
} [
network-address prefix-length
|
statistic
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
ipv4-address:
Specifies the IPv4 peer to be displayed.
ipv6-address
: Specifies the IPv6 peer to be displayed.
367