“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
Configure the BSR and RP
switch(config)# router pim
switch(config-pim)# bsr-candidate source-ip-interface IFACE
switch(config-pim)# rp-candidate source-ip-interface IFACE
Show commands to validate functionality:
show ip pim bsr
show ip pim rp-candidate
show ip pim rp-set
loopback1 interface using the same IP address for both devices.PIM-SM on loopback1loopback1 to act as RP for both 8325s using: rp-candidate source-ip-interface loopback1rp-candidate group-prefix 239.1.1.0/24bsr-candidate source-ip-interface loopback0 in the router pim context.loopback1 on both 8325s using the same IP addressloopback1PIM-SM on loopback1loopback1 to act as a PIM-SM RPgroup-prefix that will be used in the next test8325s using loopback0 as the BSR source IP address