I am working on the Multicast lab of the SP workbook. The task calls for making XR2 (a CE device) the candidate-rp and candidate-bsr for the multicast network.
I have tried everything that I could possibly think (even just copy and pasting the solutions from the workbook and "commit") but I still cannot get this to work.
Here is what I am doing.
With the default pre-configs loaded on XR2 for this lab, this is what I am pasting:
XR2:
multicast-routing
address-family ipv4
interface all enable
!
!
router pim
address-family ipv4
bsr candidate-bsr 20.20.20.20 hash-mask-len 30 priority 1
bsr candidate-rp 20.20.20.20 group-list 224/4 priority 192 interval 60
commit
Yet this is what I get when I do simple verification:
RP/0/3/CPU0:XR2#show pim range-list
Sat May 18 13:31:37.738 UTC
config SSM Exp: never Learnt from : 0.0.0.0
232.0.0.0/8 Up: 7w1d
RP/0/3/CPU0:XR2#sh pim bsr election
Sat May 18 13:32:05.681 UTC
PIM BSR Election State
Cand/Elect-State Uptime BS-Timer BSR C-BSR
Not-Elected/Accept-Pref 13:05:27 00:00:00 9.9.0.7 [255, 0] 20.20.20.20 [1, 30]
Am I missing something?
I also tried blowing away all of the config on XR2 "commit replace" ...then copying the initial configs by hand (I get an error when I commit because of CDP enabled on the POS interface), I copy the initial configs without CDP, then copy what I pasted above, but I still end up with the same result...
Any thoughts?
Thanks