The reset bgp dampening command clears BGP route dampening information and releases suppressed routes.
Parameter | Description | Value |
---|---|---|
ipv6 |
Clears IPv6 route dampening information and releases suppressed routes. |
- |
ipv6-address |
Specifies the IPv6 address of a peer. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
prefix-length |
Specifies the network mask in dotted decimal notation. If neither of the mask nor mask length is specified, the address is considered as a classful address. |
The value is an integer that ranges from 0 to 128. |
vpn-instance vpn-instance-name |
Clears route dampening information of a specified VPN instance enabled with an IPv6 address family. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
ipv6-family |
IPv6 address family. |
- |
Usage Scenario
Route dampening is enabled to solve the problem of route instability. In most situations, BGP is applied to complex networks where routes change frequently. Route dampening is then used to suppress unstable routes.
The reset bgp dampening command is used to clear dampening information about specified routes on the public network and release specified suppressed routes. If no IP address is specified in the command, dampening information about all routes on the public network is cleared and all suppressed routes are released.Prerequisites
You can use display bgp routing-table dampened command to view information about suppressed routes.