ipv6 pim anycast-rp

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

Syntax

ipv6 pim anycast-rp anycast-address peer-address
no ipv6 pim anycast-rp anycast-address peer-address

Parameters

anycast-address Specifies the IPv6 address of a loopback interface to be configured on each anycast-RP. The anycast-address is used as the RP address for all members of the anycast-RP set.
peer-address Specifies the unique peer IPv6 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 IPv6 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 ipv6 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.

Examples

This example configures an anycast RP set with the anycast address of 2001::1 and peer addresses of 2110::1, 2120::1, and 2130::1 on this anycast-RP router:

System(su-config)->ipv6 pim anycast-rp 2001::1 2110::1
System(su-config)->ipv6 pim anycast-rp 2001::1 2120::1
System(su-config)->ipv6 pim anycast-rp 2001::1 2130::1