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

Defines an access list.

set policy route access-list list-num
delete policy route access-list list-num
show policy route access-list list-num
list-num
Multi-node. A numeric identifier for the access list. Access list numbers can take the following values:

1 to 99: IP standard access list

100 to 199: IP extended access list

1300 to 1999: IP standard access list (expanded range)

2000 to 2699: IP extended access list (expanded range)

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

Configuration mode


policy {
    route {
        access-list list-num {}
    }
}

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

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

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