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>

Creates a rule for an AS path list.

set policy route as-path-list list-name rule rule-num
delete policy route as-path-list list-name rule rule-num
show policy route as-path-list list-name rule rule-num
list-name
The name of a defined AS path list.
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 {
    as-path-list list-name {
        rule rule-num {}
        }
    }
}

Use the set form of this command to create an AS path list rule.

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

Use the show form of this command to display configuration settings for an AS path list rule.