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>

Allows you to specify the list name and rule number for an IPv6 access list rule.

set policy route access-list6 list-name rule rule-num
delete policy route access-list6 list-name rule
show policy route access-list6 list-name rule
list-name
The name of an IPv6 access list.
rule-num
The number of a defined IPv6 access list.

Configuration mode


policy {
    route {
    access-list6 list-name {
        rule rule-num {}
        }
    }
}

Use the set form of this command to specify the access list rule name and number.

Use the delete form of this command to remove the rule.

Use the show form of this command to display the access list rule name and number.