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 pim anycast-rp <rp-address> anycast-rp-peer <rp-peer-address>

Specifies the address of a Rendezvous Point (RP) member in an Anycast-RP set.

set protocols pim anycast-rp rp-address anycast-rp-peer rp-peer-address
delete protocols pim anycast-rp rp-address anycast-rp-peer rp-peer-address
show protocols pim anycast-rp rp-address anycast-rp-peer
rp-address
The unicast IPv4 address of an Anycast-RP set.
rp-peer-address
The IPv4 address of an RP member of an Anycast-RP set.

Configuration mode


protocols {
    pim {
        anycast-rp rp-address {
            anycast-rp-peer rp-peer-address
        }
    }
}

Use this command to specify the IP address of an RP member of an Anycast-RP set. Register messages are copied to and sent from this address.

Use the set form of this command to specify the IP address of an RP member of an Anycast-RP set.

Use the delete form of this command to remove the IP address of an RP member of an Anycast-RP set.

Use the show form of this command to display the RP member configuration.