Removing route dampening from a route, Removing route dampening from a, Neighbor routes suppressed due to aggregation – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 760

Advertising
background image

726

Brocade TurboIron 24X Series Configuration Guide

53-1003053-01

Configuring route flap dampening

Removing route dampening from a route

You can un-suppress routes by removing route flap dampening from the routes. The Layer 3 Switch
allows you to un-suppress all routes at once or un-suppress individual routes.

To un-suppress all the suppressed routes, enter the following command at the Privileged EXEC level
of the CLI.

TurboIron#clear ip bgp damping

Syntax: clear ip bgp damping [<ip-addr> <ip-mask>]

The <ip-addr> parameter specifies a particular network.

The <ip-mask> parameter specifies the network mask.

To un-suppress a specific route, enter a command such as the following.

TurboIron#clear ip bgp damping 10.157.22.0 255.255.255.0

This command un-suppresses only the routes for network 10.157.22.0/24.

Removing route dampening from a neighbor routes
suppressed due to aggregation

You can selectively unsuppress more-specific routes that have been suppressed due to
aggregation, and allow the routes to be advertised to a specific neighbor or peer group.

Here is an example.

The aggregate-address command configures an aggregate address. The summary-only parameter
prevents the Layer 3 Switch from advertising more specific routes contained within the aggregate
route. The show ip bgp route command shows that the more specific routes aggregated into
10.1.0.0/16 have been suppressed. In this case, the route to 10.1.44.0/24 has been suppressed.
The following command indicates that the route is not being advertised to the Layer 3 Switch BGP4
neighbors.

TurboIron(config-bgp-router)#aggregate-address 10.1.0.0 255.255.0.0 summary-only

TurboIron(config-bgp-router)#show ip bgp route 10.1.0.0/16 longer

Number of BGP Routes matching display condition : 2

Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST C:CONFED_EBGP D:DAMPED

E:EBGP H:HISTORY I:IBGP L:LOCAL M:MULTIPATH S:SUPPRESSED F:FILTERED

Prefix Next Hop Metric LocPrf Weight Status

1 10.1.0.0/16 0.0.0.0 101 32768 BAL

AS_PATH:

2 10.1.44.0/24 10.2.0.1 1 101 32768 BLS

AS_PATH:

TurboIron#show ip bgp route 10.1.44.0/24

Number of BGP Routes matching display condition : 1

Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST C:CONFED_EBGP D:DAMPED

E:EBGP H:HISTORY I:IBGP L:LOCAL M:MULTIPATH S:SUPPRESSED F:FILTERED

Prefix Next Hop Metric LocPrf Weight Status

1 10.1.44.0/24 10.2.0.1 1 101 32768 BLS

AS_PATH:

Route is not advertised to any peers

Advertising