Configure A Route Map For Route Tagging; Continue Clause - Dell Force10 Z9000 Configuration Manual

Ftos configuration guide for z9000 system
Hide thumbs Also See for Force10 Z9000:
Table of Contents

Advertisement

Configure a route map for route tagging

One method for identifying routes from different routing protocols is to assign a tag to routes from that
protocol. As the route enters a different routing domain, it is tagged and that tag is passed along with the
route as it passes through different routing protocols. This tag can then be used when the route leaves a
routing domain to redistribute those routes again.
In
Figure
apply a tag of 34 to all internal OSPF routes that are redistributed into RIP.
Figure 6-26. Tagging OSPF Routes Entering a RIP Routing Domain
!
router rip
redistribute ospf 34 metric 1 route-map torip
!
route-map torip permit 10
match route-type
set tag
!

Continue clause

Normally, when a match is found, set clauses are executed, and the packet is then forwarded; no more
route-map modules are processed. If the
module (or a specified module) is processed even after a match is found.
clause at the end of a route-map module. In this example, if a match is found in the route-map "test"
module 10, module 30 will be processed.
Note: If the continue clause is configured without specifying a module, the next sequential module is
processed.
Figure 6-27. Command Example: continue
!
route-map test permit 10
match commu comm-list1
set community 1:1 1:2 1:3
set as-path prepend 1 2 3 4 5
continue 30!
|
Access Control Lists (ACLs)
122
6-26, the
redistribute ospf
internal
34
command with a route map is used in the ROUTER RIP mode to
continue
command is configured at the end of a module, the next
Figure 6-27
shows a continue

Advertisement

Table of Contents
loading

Table of Contents