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.

Configuring MSDP filters

The following example shows how to configure MSDP with an access control list as a filter and applying it to a peer.

Table 1. Configuring MSDP filters

Description

Command

Create an access list with the name of acl1.

vyatta@R2# set protocols msdp export access-list acl1

Create an RP list with the name of rplist.

vyatta@R2# set protocols msdp export rp-list rplist1

Apply the acl1 filter as an outgoing filter on peer1.

vyatta@R2# set protocols msdp peer peer1 export access-list acl1

Apply rplist as an outgoing filter on peer2.

vyatta@R2# set protocols msdp peer peer2 export rp-list rplist1

The following definitions apply to the preceding commands:

  • The global import keyword filters incoming SA messages.
  • The global export keyword filters originated SA messages.
  • The peer import keyword filters incoming SA messages from a particular peer.
  • The peer export keyword filters outgoing SA messages to a particular peer.