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 prefix-list6 <list-name>

Defines an IPv6 prefix list.

set policy route prefix-list6 list-name
delete policy route prefix-list6 list-name
show policy route prefix-list6 list-name
list-name
Multi-node. A text identifier for the IPv6 prefix list.

You can create multiple IPv6 prefix lists by creating multiple policy route prefix-list6 configuration nodes.

Configuration mode


policy {
    route {
      prefix-list6 list-name {
        }
    }
}

Use the set form of this command to create a prefix list for use in policy-based routing.

Use the delete form of this command to remove a prefix list.

Use the show form of this command to display prefix list configuration.