beautypg.com

Clear ip bgp dampening – Enterasys Networks X-Pedition XSR CLI User Manual

Page 319

background image

BGP Clear and Show Commands

XSR CLI Reference Guide 6-123

Syntax

clear ip bgp {* | address | peer-group peer-group-name} [soft [in | out]]}

Mode

Privileged EXEC: 

XSR#

Examples

This example displays all BGP connections and neighbors cleared by means of a hard reset, the 
most drastic way of clearing BGP links.

XSR#clear ip bgp *

The following example displays a soft inbound reset with neighbor 192.168.11.1:

XSR#clear ip bgp 192.168.11.1 soft in

clear ip bgp dampening

This command resets BGP dampening parameters to the system default and unsuppresses 
suppressed routes.

Syntax

clear ip bgp {dampening [ip-address mask]}

Mode

Privileged EXEC: 

XSR#

Examples

The following example clears route dampening information about the route to all routers and 
unsuppresses suppressed routes:

XSR#clear ip bgp dampening

The following example clears route dampening information about the route to network 12.0.0.0 
and unsuppresses its suppressed routes:

XSR# clear ip bgp 12.0.0.0 255.0.0.0

*

A wild card which resets all current BGP sessions.

address

Resets the indicated BGP neighbor.

peer-group-name

Resets the indicated BGP peer group.

soft

Performs a soft reconfiguration.

in

Triggers an inbound soft reconfiguration.

out

Triggers an outbound soft reconfiguration.

ip-address

The network to clear damping information on.

mask

The network mask to clear damping information on.