Description
Use
reset bgp dampening
to clear route dampening information and release suppressed routes.
Related commands:
dampening
and
display bgp routing-table dampened
.
Examples
# Clear damping information of route 20.1.0.0/16 and release the suppressed route.
<Sysname> reset bgp dampening 20.1.0.0 255.255.0.0
reset bgp flap-info
Syntax
reset bgp
flap-info
[
ip-address
[
mask-length
|
mask
] |
as-path-acl as-path-acl-number
|
regexp
as-path-regular-expression
]
reset bgp
peer-ip-address flap-info
View
User view
Default level
1: Monitor level
Parameters
ip-address
: Clears the flap statistics of a route.
mask-length
: Mask length, in the range of 0 to 32.
mask
: Network mask, in dotted decimal notation.
as-path-acl-number:
Clears the flap statistics of routes matching an AS path list. The AS path list
number is in the range of 1 to 256.
as-path-regular-expression
: Clears the flap statistics of routes matching the AS path regular
expression, a string of 1 to 80 characters.
peer-ip-address
: Clears the flap statistics of routes received from the specified peer.
Description
Use
reset bgp flap-info
to clear the flap statistics of routes matching the specified filter.
Examples
# Clear the flap statistics of all routes matching AS path list 10.
<Sysname> reset bgp flap-info as-path-acl 10
reset bgp ipv4 all
Syntax
reset bgp
ipv4
all
View
User view
Default level
2: System level
Parameters
None
258