Can someone explain this, please.
R5
|
|
R1 ------R3------R2
From what i understood reading multicast documentation, the multicast traffic is never sent back out the interface it was received on, similarly to unicast protocols.
But in the example above, let's say that R1 is source of traffic, R2 has ip igmp join-group a.b.c.d configured on loopback, and R5's loopback is configured as static RP for group.
The traffic will flow up to R5, but R5 will send it back down to R2, even if you disable R2 to switchover to SPT.
To add to the confusion, this wouldn't work on NMBA aka Frame relay multipoint interface - where i need to configure ip pim nmba-mode to allow R5 to send it down the same interface.
SO does that mean that split-horizon is only for multipoint nmba interface or what??
Thanks in advance