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-list6 <list-name> rule <rule-num>

Creates a rule for an IPv6 access list.

set policy route access-list6 list-name rule rule-num
delete policy route access-list6 list-name rule rule-num
show policy route access-list6 list-name rule rule-num
list-name
The name of an IPv6 access list.
rule-num
Multi-node. A numeric identifier for the rule. The range is 1 to 65535.

You can define multiple rules by creating multiple rule configuration nodes.

Configuration mode


policy {
    route {
    access-list6 list-name {
        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.