I've had a working IGMP config in place for some time but multicast now seems to be flooding out every switchport (switches are all L3 cisco 4948E).
on each switch the config was:
and on the querier switch:
With this config, I found that running the command "sh ip igmp snooping groups" showed nothing, so I tweaked the config on each switch for vlan 1
I can now see switchports joining and leaving the groups when I start/stop streams on my machine, but multicast continues to flood out every port as though snooping is not working at all. If I switch off promiscuous mode in wireshark, I don't see multicast traffic captured.
Any recommendations?
on each switch the config was:
Code:
ip igmp snooping querier address 192.168.0.1
and on the querier switch:
Code:
ip igmp snooping querier
ip igmp snooping querier address 192.168.0.1
With this config, I found that running the command "sh ip igmp snooping groups" showed nothing, so I tweaked the config on each switch for vlan 1
Code:
ip pim sparse-mode
ip igmp version 3
I can now see switchports joining and leaving the groups when I start/stop streams on my machine, but multicast continues to flood out every port as though snooping is not working at all. If I switch off promiscuous mode in wireshark, I don't see multicast traffic captured.
Any recommendations?