burbankmarc wrote: » as long as PIM is enabled on your tunnel interfaces shouldn't the multicast just use your routing table to decide where to go. So the EIGRP through the tunnel fix should solve both your problems.
ccie1yr wrote: » Nope, because IP MROUTE command is used to perform RPF check, which is the first step / check in multicast flowing. If RPF check fails multicast will not flow in that segment. In this case, RPF check will be performed and router will be expecting multicast to come through Tunnel interface, hence we configure IP MROUTE <Server_IP> <Tunnel Interface>. But when failover to other tunnel happen this static command will not alter and RPF check will fail.
burbankmarc wrote: » Right, but if your IGP can handle all the pertinent routes then there's no need for the MROUTE.
ccie1yr wrote: » Not quite sure, let me test it. I still believe that MROUTE is required for multicast to work, as it's used for RPF rather than routing.
burbankmarc wrote: » MROUTE is only needed when the RPF can't find the network in your routing table.