“Every PIM multicast group needs to be associated with the IP address of a Rendezvous Point (RP) … For all senders to reach all receivers, it is crucial that all routers in the domain use the same mappings of group addresses to RP addresses. […] The BSR mechanism provides a way in which viable group-to-RP mappings can be created and rapidly distributed to all the PIM routers in a domain.” –RFC 5059
(switch(config)#) Enable PIM protocol:
router pim
(switch(config)#) Configuring static address of rendezvous point for multicast group:
ip pim rp-address 10.10.10.10
ip pim vrf default rp-address 100.100.100.100 group-list 233.3.3.3/32 bidir
(switch(config)#) Configure PIM BSR candidate:
ip pim bsr-candidate vlan 10 priority 100
(switch(config)#) Configure PIM RP candidate:
ip pim vrf default rp-candidate ethernet 1/12 group-list 225.1.0.0/16
ip pim vrf default rp-candidate ethernet 1/12 bidir
show ip pim protocol
loopback1.PIM-SM on loopback1.loopback1 to act as a PIM-SM RP.8325s using loopback0 as the BSR source IP address.