Configures a device as a candidate rendezvous point (RP) for all multicast groups with the prefix 224.0.0.0/4 (IPv4), by default, or for a specified group range.
By default, the PIM router is not available for selection as an RP.
Router PIM configuration mode
The RP is the meeting point for PIM-SM (Sparse Mode) sources and receivers. A PIM-SM domain can have multiple RPs, but each PIM-SM multicast group address can have only one active RP. PIM-SM routers learn the addresses of RPs and the groups for which they are responsible from messages that the bootstrap router (BSR) sends to PIM-SM router.
Although you can configure the device as only a candidate BSR or an RP, a best practice is to configure the same interface on the same device as both a BSR and an RP.
The no rp-candidate form of the command makes the PIM router cease to act as a candidate RP.
device(config)# router pim device(config-pim-router)# rp-candidate interface ethernet 1/1This example configures a loopback interface as a candidate RP.
device(config)# router pim device(config-pim-router)# rp-candidate interface loopback 11 device(config-pim-router)# rp-candidate prefix my-rp-cand-list device(config)# ip prefix-list my-rp-cand-list permit 226.1.1.0/24 device(config)# ip prefix-list my-rp-cand-list permit 228.1.1.0/24