user manual

Table Of Contents
Implementing BGP on Cisco IOS XR Software
How to Implement BGP on Cisco IOS XR Software
RC-50
Cisco IOS XR Routing Configuration Guide
Step 6
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] flap-statistics
Example:
RP/0/RP0/CPU0:router# show bgp flap statistics
Displays BGP flap statistics for all paths.
Step 7
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] flap-statistics regexp
regular-expression
Example:
RP/0/RP0/CPU0:router# show bgp flap-statistics
regexp _1$
Displays BGP flap statistics for all paths that match the
regular expression _1$.
Step 8
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] flap-statistics route-policy
route-policy-name
Example:
RP/0/RP0/CPU0:router(config)# show bgp
flap-statistics route-policy policy_A
Displays BGP flap statistics for route policy policy_A.
Step 9
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] flap-statistics {
ip-address
[{
mask
|
/prefix-length
}
Example:
RP/0/RP0/CPU0:router# show bgp flap-statistics
172.20.1.1
Displays BGP flap statistics for neighbor 172.20.1.1.
Step 10
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] flap-statistics {
ip-address
[{
mask
|
/prefix-length
} [longer-prefixes]
Example:
RP/0/RP0/CPU0:router# show bgp flap-statistics
172.20.1.1 longer-prefixes
Displays BGP flap statistics for more specific entries for
neighbor 172.20.1.1.
Step 11
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} flap-statistics
Example:
RP/0/RP0/CPU0:router# clear bgp all all
flap-statistics
Clears BGP flap statistics for all routes.
Command or Action Purpose