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.

Applying a route filtering policy

In this section, you apply the route filtering policy to incoming RIP advertisements on R2.

Table 1. Applying a route filtering policy

Router

Step

Command(s)

R2

Use the access list created in the previous example to filter incoming route advertisements.

vyatta@R2# set protocols rip distribute-list access-list in 100

R2

Commit the configuration.


vyatta@R2# commit

R2

Display the configuration.


vyatta@R2# show protocols
 rip {
    distribute-list {
        access-list {
            in 100
        }
    }
    network 10.0.40.0/24
    network 10.0.50.0/24
    redistribute {
        connected {
        }
    }
 }