This article explains how to troubleshoot Multicast issues with the EX device configured as a Layer 2 switch.
For configuration information or if your EX device is configured as a Layer 3 switch, refer to KB21990-Resolution Guides and Articles - Junos OS - Troubleshoot Multicast [juniper.net] .
Multicast is not working on EX device that is configured as a Layer 2 switch.
The Multicast client is not receiving data from the Multicast source, where the EX Layer 2 switch is in the path.
Perform the following steps to troubleshoot a Multicast issue with EX Series Ethernet switches configured as a Layer 2 switch:
Map out your Network Topology and identify the following. For an example with definitions, refer to KB21591 - Sample Multicast Network Topology with Junos OS devices [juniper.net] .
Confirm that Unicast traffic connectivity is working between the Multicast Client (receiver) and Server (source).
Do you have Unicast connectivity working between the Multicast Client and Server?
Ping from the EX switch to the Multicast Server. Do you have Unicast connectivity working between the EX switch and the Multicast Server?
Confirm that the EX switch is receiving Multicast traffic (stream) sent by the Multicast Server to the Client.
Is the EX switch receiving traffic (stream) from the Multicast Server (source), that is, is the Firewall Filter counter incrementing?
On the EX switch, is igmp-snooping enabled on the VLAN in which the Multicast Client and Server are connected? (It is enabled by default.) For more information about igmp-snooping , refer to KB21735 - Verify Multicast client is listed in IGMP Snooping Database [juniper.net] .
igmp-snooping
To check, run the configuration command: show protocols
show protocols
The following output shows that igmp-snooping is enabled for all the VLANs of the EX device. It can also be enabled on a specific VLAN.
root@Juniper-L2_EX# show protocols igmp-snooping { vlan all;
On the EX switch, is the Multicast Receiver (client) in question listed in the IGMP snooping table? For more information and an example of how to do this, refer to KB21735 - Verify Multicast client is listed in IGMP Snooping Database [juniper.net] .
Confirm that the EX switch is receiving IGMP reports from the Multicast Client.
Is the EX switch receiving IGMP reports from the Multicast Client?
Are the Multicast clients configured to send IGMP reports?
Note: Not all clients are intentionally configured to send IGMP reports.
#set protocols igmp-snooping vlan <vlan-name> disable
Check the configuration on the Multicast Client.
Also try another Multicast Client.
If the above steps do not resolve the problem, then collect the following and open a case with your technical support representative:
- Multicast Client (Receiver) and the EX port to which it is connected
- Multicast Server (Source) and the EX port to which it is connected
- Multicast Group (the group address not working)
- VLANs on the ports of the EX switch
IGMP Snooping logs and data: (only if Clients are configured to send IGMP Reports)
root@Juniper-L2_EX# set protocols igmp-snooping traceoptions file igmp-snooping-reports.log root@Juniper-L2_EX# set protocols igmp-snooping traceoptions file size 1m root@Juniper-L2_EX# set protocols igmp-snooping traceoptions flag all root@Juniper-L2_EX# run clear igmp-snooping membership root@Juniper-L2_EX# run clear igmp-snooping statistics [wait for next report...approx 120 seconds] root@Juniper-L2_EX# run show igmp-snooping membership detail root@Juniper-L2_EX# run show igmp-snooping membership vlan <vlan name> detail root@Juniper-L2_EX# run show igmp-snooping statistics
Collect all the logs on the EX device using the 'file archive' command. For instructions, refer to KB20569 - Collecting Logs from EX series devices using the 'file archive' command [juniper.net] .
Request Support Information:
root@Juniper-L2_EX# run request support information all-members | no-more
2026-05-26: added command to disable IGMP snooping
2020-05-06: Updated all links and verified the remaining content, all are active and valid; added port mirroring information link for reference