Displaying the active route map configuration – Brocade Virtual ADX Switch and Router Guide (Supporting ADX v03.1.00) User Manual

Page 318

Advertising
background image

304

Brocade Virtual ADX Switch and Router Guide

53-1003246-01

Displaying BGP4 information

8

The filter-list num parameter specifies one or more filters. Only routes that have been dampened
and that match the specified filters are displayed.

This display shows the following information.

You can display all dampened routes by entering the show ip bgp dampened-paths.command.

Displaying the active route map configuration

You can view the active route map configuration (contained in the running configuration) without
displaying the entire running configuration.by entering the following command at any level of the
CLI.

Virtual ADX# show route-map

route-map permitnet4 permit 10

match ip address prefix-list plist1

route-map permitnet1 permit 1

match ip address prefix-list plist2

route-map setcomm permit 1

set community 1234:2345 no-export

route-map test111 permit 111

match address-filters 11

set community 11:12 no-export

route-map permit1122 permit 12

match ip address 11

route-map permit1122 permit 13

match ip address std_22

This example shows that the running configuration contains six route maps. Notice that the match
and set statements within each route map are listed beneath the command for the route map
itself. In this simplified example, each route map contains only one match or set statement.

To display the active configuration for a specific route map, enter a command such as the following,
which specifies a route map name.

Virtual ADX# show route-map setcomm

TABLE 47

Route flap dampening statistics

This field...

Displays...

Total number of flapping routes

The total number of routes in the BGP4 route table that have changed
state and have been marked as flapping routes.

Status code

The dampening status of the route, which can be one of the following:

> – This is the best route among those in the BGP4 route table to
the route destination.

d – This route is currently dampened, and thus unusable.

h – The route has a history of flapping and is unreachable now.

* – The route has a history of flapping but is currently usable.

Network

The destination network of the route.

From

The neighbor that sent the route to this device.

Flaps

The number of flaps (state changes) the route has experienced.

Since

The amount of time since the first flap of this route.

Reuse

The amount of time remaining until this route will be un-suppressed and
thus be usable again.

Path

The AS-path information for the route.

Advertising