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
This example configures the device interface at IPv6 address 1234::22 as the RP. The default group range is FF00::/8.
device(config)# ipv6 router pim device(config-ipv6-router-pim-vrf-default-vrf)# rp-address 1234::22
This example configures the RP with specific group ranges for IPv6.
device(config)# ipv6 router pim device(config-ipv6-router-pim-vrf-default-vrf)# rp-address 1234::22 group-range-plist1 device(config)# ipv6 prefix-list group-range-plist1 permit ff0e::/16