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> import rp-list <prefix-list-name>

Configures an RP address filter for incoming SA messages received from peers that belong to a peer group.

set protocols msdp peer-group group-name import rp-list prefix-list-name
delete protocols msdp peer-group group-name import rp-list [ prefix-list-name ]
show protocols msdp peer-group group-name import 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 for which the MSDP speaker accepts (that is, caches) from peers that belong to a 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 {
            import {
              rp-list prefix-list-name
            }
        }
    }
}

This filter helps define which sources are accepted from members of this MSDP peer group. This filter specifies a RP address and mask. If not configured, no pairs are filtered and all pairs are accepted from members of the MSDP peer group.

Use the set form of this command to configure a filter for incoming SA messages that are received from the peers that belong to a peer group.

Use the delete form of this command to delete a filter for incoming SA messages received from the peers that belong to a peer group.

Use the show form of this command to display the existing filter for incoming SA messages received from the peers that belong to a peer group.