Reference Guide
164 | IP Access Control Lists (ACL), Prefix Lists, and Route-maps
www.dell.com | support.dell.com
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
continue command is configured at the end of a module, the next
module (or a specified module) is processed even after a match is found. The following example shows a
continue 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.
!
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!
Note: If the continue clause is configured without specifying a module, the next sequential module is processed.










