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

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

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

Configuration mode


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

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

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

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