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 originated-id <address>

Configures the RP address to be placed in the RP address field of an MSDP SA packet that is originated by an MSDP speaker.

set protocols msdp originated-id address
delete protocols msdp originated-id [ address ]
show protocols msdp originated-id

SA messages use the IP address of the RP.

address
An IPv4 address in the format x.x.x.x. The IP address allows an MSDP speaker that originates an SA message to use the address as the RP address in the SA message.

Configuration mode

protocols {
    msdp {
        originated-id address
    }
}

This command replaces the accepted RP address for (S,G) entries with one of the interface addresses of the MSDP speaker. In normal mode, MSDP typically advertises the multicast group and uses the IP address of the RP found in the packets. This command enables MSDP to specify another IP address instead of actual IP address of the RP.

Use the set form of this command to configure an MSDP speaker, which originates an SA message, to use an IP address as the RP address in the message.

Use the delete form of this command to delete the IP address from the SA message.

Use the show form of this command to display the current IP address in the SA message.