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

Restricts which cache entries are advertised by RP address.

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

All (S,G) pairs are advertised.

prefix-list-name
The name of a previously defined prefix list. This list is the global RP-address filter that specifies RP addresses that determine which cache entries are advertised. The RP address is gained from the RP Address field of an MSDP SA packet.

Configuration mode

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

This command controls which cache entries are advertised. This command applies to the SA message origination, and not to SA-message forwarding.

Use the set form of this command to configure which cache entries are advertised.

Use the delete form of this command to delete the configuration of which cache entries are advertised.

Use the show form of this command to display the configuration of which cache entries are advertised.