We have a WAN bewteen two sites (x)and (y) where we have pim bidir mutcast routing configured. Site (A) has the RP for hte Source (239.1.1.1).
Site B has redundant Edge routers (A& B) which connect to a LAN segment running PIM SM. We have static-group commands on the edge router LAN interfaces which forces the packets received from the RP out to the LAN.
If we fail the WAN interface on Router A, the mroutes transfer over to Router B, and the DF on the LAN side fails over. Eventually after six minutes all the mroutes on Router A timeout.
Then if we restore Router A's WAN interface. The MRoutes do not failback to Router A.
if I put static-join commands on the edge routers LAN interfaces then it does failback all works ok.
What;s teh difference between static-jon and static-group?
does static-group even initiate a join back to the RP or does it just fastswitch the packets it receives?
Is there a CPU hit on the static-join vs. using static-group?