Configures a device interface as a static rendezvous point (RP) for IPv4 PIM.
The RP is selected by the PIM-SM (Sparse Mode) RP election process.
Router PIM configuration mode
Devices in the PIM-SM domain use the specified static RP and ignore group-to-RP mappings received from the bootstrap router (BSR).
The no rp-address form of this command restores the default functionality, in which the RP is selected by the RP election process.
This example configures the device interface at IP address 4.4.4.4 as the RP. The default group range is 224/4.
device(config)# router pim device(config-pim-router)# rp-address 4.4.4.4
This example configures the RP with specific group ranges for IPv4.
device(config)# router pim device(config-pim-router)# rp-address 4.4.4.4 static-rp-plist device(config)# ip prefix-list static-rp-plist permit 225.1.1.0/24