6-71
reset bgp dampening
Syntax
reset bgp dampening
[
ip-address
[
mask | mask-length
] ]
View
User view
Default Level
1: Monitor level
Parameters
ip-address
: Destination IP address of a route.
mask
: Mask, in dotted decimal notation.
mask-length
: Mask length, in the range 0 to 32.
Description
Use the
reset bgp dampening
command to clear route dampening information and release
suppressed routes.
Related commands:
dampening
,
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
]
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 0 to 32.
mask
: Network mask, in dotted decimal notation.
as-path-acl-number:
Clears the flap statistics of routes matching an AS path ACL, number of which is
in the range 1 to 256.
as-path-regular-expression
: Clears the flap statistics of routes matching the AS path regular
expression, which is a string of 1 to 80 characters.
Description
Use the
reset bgp flap-info
command to clear the flap statistics of routes matching the specified filter.