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

Applies an RP address filter to outgoing SA messages that are sent to an MSDP peer.

set protocols msdp peer peer-address export rp-list prefix-list-name
delete protocols msdp peer peer-address export rp-list [ prefix-list-name ]
show protocols msdp peer peer-address export 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 that determine which cache entries are advertised to the peer. The RP address is gained from the RP Address field of an MSDP SA packet.

Configuration mode

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

Use the set form of this command to apply an outgoing filter to SA messages that are sent to an MSDP peer.

Use the delete form of this command to delete the outgoing filter on SA messages that are sent to an MSDP peer.

Use the show form of this command to display the outgoing filter on SA messages that are sent to an MSDP peer.