Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 181

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

153

53-1003033-02

Displaying BGP4 information

Syntax: show route-map

Syntax: show ip bgp route

For this example, an existing route map is displayed by the show route-map command, then the
addition of instance 8 adds a deny parameter but no match clause. As a result, no incoming routes
are accepted (see last line of the show output).

Brocade# show route-map test

route-map test permit 1

set weight 10

continue 5

route-map test permit 2

set metric 20

continue 3

route-map test permit 3

set community 10:20

continue 4

route-map test permit 4

set community 30:40

continue 5

route-map test permit 5

set as-path prepend 300

continue 6

route-map test permit 6

set as-path prepend 100

continue 7

route-map test permit 7

set community none

set local-preference 70

continue 8

route-map test deny 8

match metric 60

set metric 40

continue 9

Brocade(config-routemap test)# show ip bgp route

Total number of BGP Routes: 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 m:NOT-INSTALLED-MULTIPATH

S:SUPPRESSED F:FILTERED s:STALE

Prefix Next Hop Metric LocPrf Weight Status

1 10.8.8.0/24 10.8.8.3 0 70 10 BE

AS_PATH: 100 300 200

Advertising