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

Defines a prefix list.

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

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

Configuration mode


policy {
    route {
      prefix-list 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.