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 as-path-list <list-name> description <desc>

Allows you to specify a brief description for an AS path list.

set policy route as-path-list list-name description desc
delete policy route as-path-list list-name description
show policy route as-path-list list-name description
list-name
The name of a defined AS path list.
desc
A brief text description for the AS path list.

Configuration mode


policy {
    route {
    as-path-list list-name {
        description desc
        }
    }
}

Use the set form of this command to specify a description for an AS path list.

Use the delete form of this command to remove an AS path list description.

Use the show form of this command to display an AS path list description.