clear ip bgp dampening 
 
   
  Reactivates suppressed BGP4 routes. 
  
 Syntax
 
	  
		clear ip bgp dampening 
		 
		  [ 
		  ip-addr 
		  { 
		  / 
		  mask 
		  } 
		  ] 
		  [ 
		  vrf 
		  vrf-name ] 
	 
  
	 Parameters
 
		 
		   
			 -  
				 
				  ip-addr 
				 
			 
- IPv4 address of a specified route in dotted-decimal notation. 
			 
-  
				 
				  mask 
				 
			 
- (Optional) IPv4 mask of a specified route in CIDR notation. 
			 
- vrf 
				  vrf-name 
			 
- Specifies the name of a VRF instance. 
			 
Modes
 
		 Privileged EXEC mode 
		
 
	 
 Examples
 
	  
		 This example unsuppresses all suppressed BGP4 routes. 
		
 
		
device# clear ip bgp dampening
 
	  
	  
		 This example unsuppresses suppressed BGP4 routes for VRF "red". 
		
 
		
device# clear ip bgp dampening vrf red