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

Allows you to specify a brief description for an IPv6 access list.

set policy route access-list6 list-name description desc
delete policy route access-list6 list-name description
show policy route access-list6 list-name description
list-name
The name of an IPv6 access list.
desc
A brief text description for the access list.

Configuration mode


policy {
    route{
    access-list6 list-name {
        description desc
        }
    }
}

Use the set form of this command to create a description for an access list.

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

Use the show form of this command to display the description for an access list.