show bgp neighbor flap-statistics
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1775
show bgp neighbor flap-statistics
show bgp neighbor <remoteaddr> {address-family [ipv4-unicast | ipv4-
multicast]} flap-statistics {detail}
[all
| as-path <path-expression>
| community [no-advertise | no-export | no-export-subconfed
| number <community_num> | <AS_Num>:<Num>
]
| network [any / <netMaskLen> | <networkPrefixFilter>] {exact}
]
Description
Displays information about neighbor route flap dampening statistics.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
Use this command to display information about BGP neighbor route flap dampening.
The option
network any / <netMaskLen>
will display all BGP routes whose mask length is equal to
or greater than
<maskLength>
, irrespective of their network address.
remoteaddr
Specifies an IP address that identifies a BGP neighbor.
address-family
The address family. BGP supports two address families: IPv4 Unicast and IPv4
Multicast
flap-statistics
Specifies that only flap-statistics should be displayed (for route flap dampening
enabled routes).
detail
Specifies to display the information in detailed format.
all
Specifies all routes.
no-advertise
Specifies the no-advertise community attribute.
no-export
Specifies the no-export community attribute.
no-export-subconfed
Specifies the no-export-subconfed community attribute.
community_num
Specifies a community number.
AS_Num
Specifies an autonomous system ID (0-65535).
Num
Specifies the BGP community number.
any
Specifies all routes with a given or larger mask length.
netMaskLen
Specifies a subnet mask length (number of bits).
networkPrefixFilter
Specifies an IP address and netmask.
exact
Specifies an exact match with the IP address and subnet mask.