A network engineer is troubleshooting multicast video distribution across an enterprise campus. The multicast source is connected to a switch that is the PIM Designated Router (DR) on a multi-access segment. Receivers in a different VLAN report that they are not receiving the multicast stream, although the DR shows the correct (S,G) entry. The engineer checks the RPF neighbor for the source and notices that the unicast route to the source points to a different interface than the one where the multicast stream is received. What is the most likely cause of the issue?
Trap 1: The DR is not configured as the RP (Rendezvous Point).
Incorrect because the DR and RP are separate roles; the issue is RPF failure, not RP configuration.
Trap 2: The switchport connected to the source is not configured as a trunk.
Incorrect because the scenario mentions a multi-access segment; trunking is not directly related to RPF failure.
Trap 3: IGMP snooping is disabled on the receiver VLAN.
Incorrect because IGMP snooping affects group membership, not the RPF check for the source.
- A
The DR is not configured as the RP (Rendezvous Point).
Why wrong: Incorrect because the DR and RP are separate roles; the issue is RPF failure, not RP configuration.
- B
The multicast stream is arriving on an interface that is not the RPF interface for the source.
Correct because multicast forwarding requires the incoming interface to match the unicast RPF interface; a mismatch causes the packet to be dropped.
- C
The switchport connected to the source is not configured as a trunk.
Why wrong: Incorrect because the scenario mentions a multi-access segment; trunking is not directly related to RPF failure.
- D
IGMP snooping is disabled on the receiver VLAN.
Why wrong: Incorrect because IGMP snooping affects group membership, not the RPF check for the source.