Displaying the active route map configuration – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 170

Advertising
background image

142

Multi-Service IronWare Routing Configuration Guide

53-1003033-02

Displaying BGP4 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.

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

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.

Brocade# show route-map setcomm

route-map setcomm permit 1

set community 1234:2345 no-export

This example shows the active configuration for a route map named “setcomm“.

Syntax: show route-map [map-name]

Advertising