/routing pim interface
add dr-priority=200 interface=Pr
add alternative-subnets=203.6.253.208/28 dr-priority=200 igmp-version=IGMPv3 interface=Pr-mc
/routing pim rp
add address=203.0.119.247 comment=“233.71.185.128/28 and 233.71.185.144/28” group=233.71.185.0/24
I have a test linux box setup on the Pr interface, I have a C client listening on the MC address I want
[admin@alcbdrrtr03] /routing pim> mfc print
GROUP SOURCE RP
233.71.185.130 203.6.253.212 203.0.119.247
when I do a packet dump on the pr-m interface I can see inbound packets, but they never make it to the PR interface ?
running igmpv2 on the pr interface
EDIT
I added in a static route for the MC address on the PR interface and now it starts to send the packets out there… I thought igmp would have set that up !!