December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure two or more RPs and have your routers simply use whichever one is closest.
One of the most significant shortcomings of PIM-SM is that within any given multicast network boundaries, there can be only one RP for any multicast group. This has several potential problems including slow convergence after an active RP failure and potentially extra hops required to reach a distant RP. Anycast RP solves these problems.
The first RP configuration looks like this:
Router-RP1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-RP1(config)#ip multicast-routingRouter-RP1(config)#interface Loopback0Router-RP1(config-if)#ip addressRouter-RP1(config-if)#10.4.4.4 255.255.255.255exitRouter-RP1(config)#interface Loopback1Router-RP1(config-if)#ip addressRouter-RP1(config-if)#192.168.99.1 255.255.255.255ip pim sparse-dense-modeRouter-RP1(config-if)#exitRouter-RP1(config)#ip pim send-rp-announce Loopback1 scope16group-listRouter-RP1(config)#22ip pim send-rp-discovery Loopback1 scopeRouter-RP1(config)#16ip msdp peer10.5.5.5connect-source Loopback0Router-RP1(config)#access-list22permitRouter-RP1(config)#239.0.0.0 0.255.255.255.255endRouter-RP1#
The configuration for the second RP router is almost identical:
Router-RP2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-RP2(config)#ip multicast-routingRouter-RP2(config)#interface Loopback0Router-RP2(config-if)# ...
Read now
Unlock full access