Displaying route-map continue clauses, Formats of as4s in show command output – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 179

Multi-Service IronWare Routing Configuration Guide
151
53-1003033-02
Displaying BGP4 information
Formats of AS4s in show command output
To display the asdot and asdot+ notation for AS4s, enter the as-format asdot or as-format asdot+
commands before you enter the show ip bgp command.
Syntax: as-format asdot
Syntax: as-format asdot
Displaying route-map continue clauses
This section contains examples of route-map continuation clauses. Both the route map and the
routes to which it applies are described.
This example is a simple illustration of route-map continue clauses. If the match clause of either
route map instance 5 or 10 matches, the route map traversal continues at instance 100.
The following example shows the route map “test.” The show ip bgp route output shows the
consequences of the action in instance 1 (set weight = 10); instance 2 (metric becomes 20); and
instance 5 (prepend as_path 300).
Brocade# as-format asdot
Brocade-mu2(config)# show ip bgp
Total number of BGP Routes: 1
Status codes: s suppressed, d damped, h history, * valid, > best, i internal, S
stale
Origin codes: i - IGP, e - EGP,? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.1.1.0/24 192.168.1.5 1 100 0 1.24464 100 200 655
5 1.0 1.1 1.2 1.3 1.9464 ?
Brocade# as-format asdot+
Brocade# show ip bgp
Total number of BGP Routes: 1
Status codes: s suppressed, d damped, h history, * valid, > best, i internal, S
stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.1.1.0/24 192.168.1.5 1 100 0 1.24464 0.100 0.200
0.65535 1.0 1.1 1.2 1.3 1.9464?
route-map test permit 5
match community my_community1
set comm-list delete my_community1
continue 100
route-map test permit 10
match community my_community2
set comm-list delete my_community2
continue 100
route-map test permit 100
match as-path my_aspath
set community 1234:5678 additive