Cisco Systems IOS XR Laptop User Manual


 
Implementing BGP on Cisco IOS XR Software
How to Implement BGP on Cisco IOS XR Software
RC-51
Cisco IOS XR Routing Configuration Guide
Step 12
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} flap-statistics regexp
regular-expression
Example:
RP/0/RP0/CPU0:router# clear bgp ipv4 unicast
flap-statistics _1$
Clears BGP flap statistics for all paths that match the
regular expression _1$.
Step 13
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} flap-statistics route-policy
route-policy-nane
Example:
RP/0/RP0/CPU0:router# clear bgp ipv4 unicast
flap-statistics route-policy policy_A
Clears BGP flap statistics for route policy policy_A.
Step 14
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} flap-statistics
network/mask-length
Example:
RP/0/RP0/CPU0:router# clear bgp ipv4 unicast
flap-statistics 192.168.40.0/24
Clears BGP flap statistics for network 192.168.40.0/24.
Step 15
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} flap-statistics
ip-address
Example:
RP/0/RP0/CPU0:router# clear bgp ipv4 unicast
flap-statistics 172.20.1.1
Clears BGP flap statistics for routes received from this
neighbor 172.20.1.1.
Step 16
show bgp [ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}] dampened-paths
Example:
RP/0/RP0/CPU0:router# show bgp dampened paths
Displays the dampened routes, including the time
remaining before they are unsuppressed.
Step 17
clear bgp {ipv4 {unicast | multicast | all} |
ipv6 {unicast | all} | all {unicast | multicast
| all}} dampening [
ip-address/mask-length
]
Example:
RP/0/RP0/CPU0:router# clear bgp dampening
Clears route dampening information and unsuppresses the
suppressed routes.
Command or Action Purpose