ip pim anycast-rp

Use this command to configure an anycast Rendezvous Points (RP) set member for a multicast group.

Syntax

ip pim anycast-rp anycast-address peer-address
no ip anycast-rp anycast-address peer-address

Parameters

anycast-address Specifies the IP address of a loopback interface to be configured on each anycast-RP that will be used as the RP address for all members of the anycast-RP set.
peer-address Specifies the unique peer IP address of a loopback or hardware interface for this anycast RP.

Defaults

None.

Mode

Configuration command.

Usage

The relationship between a source or receiver and the PIM RP router is a one-to-one relationship. The relationship between a source or receiver and an anycast-RP set of routers is a one-to-many relationship, where one of multiple anycast configured RPs is selected by the routing protocol to be the source or receiver RP. The purpose of anycast-RP is to provide a means of fast convergence when a PIM RP router fails.

Anycast-RP provides for the selection of a set of routers to be identified as anycast RPs by configuring:

  • A loopback interface with the same IP address for each anycast-RP router in the set
  • Either a second loopback interface or another hardware interface to be configured with a unique address for this peer of the anycast-RP set

Each anycast-RP router is configured with the same anycast-RP address and all the peer-addresses of each router in the anycast-RP router set. Each anycast-RP and peer-address combination is configured in its own command line entry using the ip pim anycast-rp command.

The routing protocol determines which member of the anycast-RP router set will function as the PIM RP router. Should the PIM RP router fail, the routing protocol determines the next anycast-RP router that will become the new PIM RP router, based upon the routing protocol‘s routing criteria. Should the failed router return to an operational state, the routing protocol will determine whether a new PIM RP will be selected based upon current conditions.

The “no” form of this command removes a single anycast-RP configuration from the anycast-RP set.

Example

This example configures an anycast RP set with the anycast address of 1.0.0.1 and peer addresses of 10.0.0.1, 20.0.0.1, and 30.0.0.1 on this anycast-RP router:

System(su-config)->ip pim anycast-rp 1.0.0.1 10.0.0.1
System(su-config)->ip pim anycast-rp 1.0.0.1 20.0.0.1
System(su-config)->ip pim anycast-rp 1.0.0.1 30.0.0.1