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

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

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

Configuration mode


policy {
    route {
    as-path-list list-name {
        rule rule-num {
            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.