Multicast and Routing Guide K/KA/KB.15.15

Example 51 Listing both the learned and static RP-set data
HP Switch(config)# show ip pim rp-set
Status and Counters - PIM-SM Static RP-Set Information
Group Address Group Mask RP Address Override
--------------- --------------- --------------- --------
231.100.128.255 255.255.255.255 100.10.10.1 Yes
Status and Counters - PIM-SM Learned RP-Set Information
Group Address Group Mask RP Address Hold Time Expire Time
--------------- --------------- --------------- --------- --------------
231.100.128.0 255.255.240.0 100.10.10.1 150 92
232.240.255.252 255.255.255.252 100.10.10.1 150 92
237.255.248.1 255.255.255.255 100.10.10.1 150 92
239.10.10.240 255.255.255.240 120.10.10.2 150 92
239.10.10.240 255.255.255.252 120.10.10.2 150 92
The static RP-set
applies only to the
current routing switch.
The Learned RP-set is received from the BSR and
includes an aggregation of reports it has received
from all accessible C-RPs in the domain.
The Yes override
indicates that the static-
RP has precedence over
any C-RP routers for
supporting the
indicated group..
Example 52 Displaying only the learned RP-set data for the PIM-SM domain
HP Switch(config)# show ip pim rp-set learned
Status and Counters - PIM-SM Learned RP-Set Information
Group Address Group Mask RP Address Hold Time Expire Time
--------------- --------------- --------------- --------- --------------
231.100.128.0 255.255.240.0 100.10.10.1 150 150
232.240.255.252 255.255.255.252 100.10.10.1 150 150
237.255.248.1 255.255.255.255 100.10.10.1 150 150
239.10.10.240 255.255.255.240 120.10.10.2 150 150
239.10.10.240 255.255.255.252 120.10.10.2 150 150
Example 53 Displaying only the static RP-set data (applies to current router only)
HP Switch(config)# show ip pim rp-set static
Status and Counters - PIM-SM Static RP-Set Information
Group Address Group Mask RP Address Override
--------------- --------------- --------------- --------
231.100.128.255 255.255.255.255 100.10.10.1 Yes
Displaying C-RP data
Displaying the router's C-RP status and configuration
Syntax:
show ip pim rp-candidate [config]
rp-candidate Lists the current C-RP status and, if the status is
enabled for C-RP operation, includes the current
C-RP configuration on the router.
rp-candidate config Lists the current C-RP status and the current C-RP
configuration on the router, regardless of whether
C-RP operation is currently enabled.
Displaying C-RP data 91