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

Restricts which (S,G)s are accepted by RP address

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

All (S,G) pairs are accepted.

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

Configuration mode

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

The prefix list applies to incoming SA messages that are received from a specific RP address. This attribute is not defined by default. All (S,G) pairs are cached.

Use the set form of this command to configure which (S,G)s are accepted.

Use the delete form of this command to delete the configuration of which (S,G)s are accepted.

Use the show form of this command to display the configuration of which (S,G)s are accepted.