Aut inveniam viam aut faciam

Multicast Anycast RP Notes

Multicast Anycast RP

 – Allows the load balancing between RPs based on IGP metric (proximity) instead of groups

R1(config)# int lo1

 ip add 10.0.0.1 255.255.255.255

ip pim rp-candidate lo1

ip pim bsr-candidate lo1

router eigrp 100

 network 10.0.0.1 0.0.0.0

ip msdp peer 4.4.4.4 connect-source lo0

R4(config)# int lo1

 ip add 10.0.0.1 255.255.255.255

ip pim rp-candidate lo1

ip pim bsr-candidate lo1

router eigrp 100

 network 10.0.0.1 0.0.0.0

ip msdp peer 1.1.1.1 connect-source lo0

ip msdp originator-id lo0

     -> Needed on one side, otherwise the other RP will drop the MSDP packets

Comments are closed.

This entry was posted on Friday, October 26th, 2018 at 10:29 pm and is filed under CCIE. You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.