home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy route route-map <map-name> rule <rule-num> continue <target-num>

Calls to another rule within the current route map.

set policy route route-map map-name rule rule-num continue target-num
delete policy route route-map map-name rule rule-num continue
show policy route route-map map-name rule rule-num continue
map-name
The name of a defined route map.
rule-num
The number of a defined route map rule.
target
The identifier of the route map rule being called.

Configuration mode


policy {
    route-map map-name {
        rule rule-num {
            continue target-num
        }
    }
}

Use the set form of this command to call to another rule within the current route map. The new route map rule is called after all set actions specified in the route map rule have been performed.

Use the delete form of this command to remove this statement from the route map.

Use the show form of this command to display route map rule configuration settings.