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> description <desc>

Allows you to specify a brief description for a route map rule.

set policy route route-map map-name rule rule-num description desc
delete policy route route-map map-name rule rule-num description
show policy route route-map map-name rule rule-num description
map-name
The name of a defined route map.
rule-num
The number of a defined route map rule.
desc
A brief text description for the route map rule.

Configuration mode


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

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

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

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