Displaying the active route map configuration, Table 72 – Brocade Communications Systems Layer 3 Routing Configuration ICX 6650 User Manual

Page 407

Advertising
background image

Brocade ICX 6650 Layer 3 Routing Configuration Guide

389

53-1002603-01

Displaying BGP4 information

You also can display all the dampened routes by entering the following command.

show ip bgp dampened-paths.

Displaying the active route map configuration

To view the device active route map configuration (contained in the running-config) without
displaying the entire running-config, enter the following command at any level of the CLI.

This example shows that the running-config 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.

TABLE 72

Route flap dampening statistics

Field

Description

Total number of flapping routes

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

Status code

Indicates 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 the Layer 3 switch.

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

Shows the AS-path information for the route.

Brocade#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

Advertising