R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)

441
reset bgp dampening
Use reset bgp dampening to clear BGP route dampening information and release suppressed BGP
routes.
Syntax
reset bgp dampening ipv4 { multicast | [ unicast ] [ vpn-instance vpn-instance-name ] }
[ network-address [ mask | mask-length ] ]
reset bgp dampening ipv6 { multicast | [ unicast ] [ vpn-instance vpn-instance-name ] }
[ network-address prefix-length ]
Views
User view
Predefined user roles
network-admin
Parameters
ipv4: Clears BGP IPv4 route dampening information and release suppressed BGP IPv4 routes.
ipv6: Clears BGP IPv6 route dampening information and release suppressed BGP IPv6 routes.
multicast: Clears BGP multicast route dampening information and release suppressed BGP multicast
routes.
unicast: Clears BGP unicast route dampening information and release suppressed BGP unicast routes.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN instance is specified, this command clears BGP route dampening
information for the public network, and releases suppressed BGP routes.
network-address: Specifies a destination network address. If no network address is specified, this
command clears all BGP route dampening information, and releases all suppressed BGP routes.
mask: Specifies a network mask, in dotted decimal notation.
mask-length: Specifies a mask length in the range of 0 to 32.
prefix-length: Specifies a prefix length in the range of 0 to 128.
Usage guidelines
When you execute the reset bgp dampening ipv4 command:
If only the network-address argument is specified, the system ANDs the network address with the
mask of a route. If the result matches the network address of the route, the command clears
dampening information for the route, and releases the suppressed route.
If the network-address mask or network-address mask-length argument is specified, the command
does the following:
{ Clears dampening information for the route that matches both the specified destination network
address and the mask (or mask length).
{ Releases the suppressed route.
By default, the unicast keyword is used if neither the unicast keyword nor the multicast keyword is
specified.