We have some RFID scanners that are doing multicast and the individual in charge of the systems on that network are complaining of slow speeds when they are only using like 2% of the network. The vendor of the product told them to use IGMP snooping so they are pressuring us to set it up.
When I go to look at the IGMP snooping status, I do not see any groups formed so thats why I assumed we needed a IGMP qurier. .
Main Topics
Browse All Topics





by: kdearingPosted on 2008-05-03 at 06:08:05ID: 21492194
IGMP is a layer 2 protocol. Therefore any multicast sent out is available on that VLAN.
What IGMP Snooping does is to keep the multicast traffic from flooding all the VLAN ports. Only those ports "joining" the multicast group receive the traffic.
IGMP Snooping should be globally enabled by default.
To check the status of IGMP Snooping on your switches, issue the command "show ip igmp snooping".
Unsure why you believe you need to configure a IGMP Querier. That is only used in routing multicast traffic (Layer 3).
What specific problem are you having?