Reactivate Dampened BGP4 Routes

You can use a clear command to reactivate all dampened routes

Procedure

  1. Access privileged EXEC mode.
  2. Display all dampened BGP4 routes to verify that you want to reactivate them.
    device# show ip bgp dampened-paths 
    
        Status Code  >:best d:damped h:history *:valid
        Network            From            Flaps Since       Reuse       Path
    *d  110.110.114.0/24   160.160.160.10  38    0 :3 :49    0 :10:10    111
    *d  110.110.113.0/24   160.160.160.10  38    0 :3 :49    0 :10:10    111
    *d  110.110.112.0/24   160.160.160.10  38    0 :3 :49    0 :10:10    111
    *d  110.110.111.0/24   160.160.160.10  38    0 :3 :49    0 :10:10    111
    *d  110.110.110.0/24   160.160.160.10  38    0 :3 :49    0 :10:10    111
    
  3. Reactivate all dampened BGP4 routes.
    device# clear ip bgp dampening
    
  4. Verify that there are no dampened BGP4 routes.
    device# show ip bgp dampened-paths
    device#