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.

protocols msdp peer-group <group-name> export rp-list <prefix-list-name>

Configures an RP address filter for outgoing SA messages sent to peers that belong to a peer group.

set protocols msdp peer-group group-name export rp-list prefix-list-name
delete protocols msdp peer-group group-name export rp-list [ prefix-list-name ]
show protocols msdp peer-group group-name export rp-list
group-name
The name of a peer group.
prefix-list-name
The name of a previously defined prefix list. This list is the per-peer-group RP-address filter that specifies RP addresses that determine which cache entries are advertised to members of the peer group. The RP address is gained from the RP Address field of an MSDP SA packet.

Configuration mode

protocols {
    msdp {
        peer-group group-name {
          export {
            rp-list prefix-list-name
             }
         }
    }
}

This filter helps define which sources are advertised to members of the MSDP peer group. This filter specifies an RP address and mask. If not configured, no pairs are filtered and and all pairs are advertised to members of the MSDP peer group.

Use the set form of this command to configure a filter for outgoing SA messages sent to peers that belong to a peer group.

Use the delete form of this command to delete a filter for outgoing SA messages sent to peers that belong to a peer group.

Use the show form of this command to display the filters for outgoing SA messages sent to peers that belong to a peer group.