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 access-list <list-num> rule <rule-num>

Creates a rule for an access list.

set policy route access-list list-num rule rule-num
delete policy route access-list list-num rule rule-num
show policy route access-list list-num rule rule-num
list-num
The number of a defined access 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 {
        access-list list-num {
            rule rule-num {}
        }
    }
}

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

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

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