Use this command to configure an anycast Rendezvous Point (RP) set member for a multicast group.
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. |
None.
Configuration command.
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:
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.
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