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

Applies an RP address filter to incoming SA messages that are received from an MSDP peer.

set protocols msdp peer peer-address import rp-list prefix-list-name
delete protocols msdp peer peer-address import rp-list [ prefix-list-name ]
show protocols msdp peer peer-address import rp-list

No pairs are filtered.

peer-address
An IPv4 MSDP peer address.
prefix-list-name
The name of a previously defined prefix list. This list is the per-peer RP-address filter that specifies RP addresses for which the MSDP speaker accepts (that is, caches) from an MSDP peer. The RP address is gained from the RP Address field of an MSDP SA packet.

Configuration mode

protocols {
    msdp {
        peer peer-address {
            import {
                rp-list prefix-list-name
            }
        }
    }
}

A filter that helps define which (S,G)s are accepted from an MSDP peer. The prefix list applies to incoming SA messages that are received from a specific RP address. The list specifies an RP address and a mask. All pairs are cached when this attribute is not configured.

Use the set form of this command to apply an incoming filter to SA messages that are received from a MSDP peer.

Use the delete form of this command to delete a filter on SA messages that are received from a MSDP peer.

Use the show form of this command to display the filter applied to SA messages that are received from a MSDP peer.