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>

Creates a rule for a route map.

set policy route route-map map-name rule rule-num
delete policy route route-map map-name rule rule-num
show policy route route-map map-name rule rule-num
map-name
The name of a defined route map.
rule-num
Multi-node. A numeric identifier for the rule. The range is 1 to 4294967295.

You can define multiple rules by creating multiple rule configuration nodes.

Configuration mode


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

Use the set form of this command to create a route map rule.

Use the delete form of this command to remove a route map rule.

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

Note: Apply the route-map to neighbor for the policies to take affect.