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

Creates a rule for an IPv6 prefix list.

set policy route prefix-list6 list-name rule rule-num
delete policy route prefix-list6 list-name rule rule-num
show policy route prefix-list6 list-name rule rule-num
list-name
The name of a defined IPv6 prefix 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 {
      prefix-list6 list-name {
        rule rule-num {
         }
       }
    }
}

Use the set form of this command to create a prefix list rule.

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

Use the show form of this command to display configuration settings for a prefix list rule.