cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
939
Views
0
Helpful
2
Replies

Catalyst 2960S Can't enable IGMP Version 2

timting65
Level 1
Level 1

Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 52 WS-C2960S-48LPS-L 15.0(2a)SE9 C2960S-UNIVERSALK9-M

 

Hello folks, 

I'm here because I've exhausted every search I can using google but not getting any luck.  How to I enable IGMP V2 on this particular switch ?  If I were to use wireshark and filter IGMP, I always get protocol IGMPV3.  I'm a newbie and I just need to disable V3 and enable V2.

I got these commands but it doesn't work with this particular switch model perhaps because of the IOS version.

Switch# configure terminal
Switch(config)# int vlan 1
Switch(config-vlan)# name TEST
Switch(config-vlan)# ip address 192.168.1.1 255.255.255.0
Switch(config-vlan)# end
Switch(config)# ip igmp snooping vlan 1 querier version 2
Switch(config)# ip igmp snooping vlan 1 querier address 192.168.1.1
Switch(config)# ip igmp snooping vlan 1 immediate-leave
Switch(config)# exit

 

Looking online for the catalyst 3560 it is very easy to configure.  I just need this 2960S on IGMPV2.  Any help would be greatly appreciated.  You can email me directly also at nicedudetim2000@yahoo.com

SUMMARY STEPS

  1. enable
  2. configure terminal
  3. interface interface-id
  4. ip igmp version {1 | 2 | 3 }
  5. end
  6. show ip igmp interface [interface-id]
  7. copy running-config startup-config
2 Replies 2

Hello,

 

IGMPv2 should be supported. Check what template you are running:

 

sh sdm prefer

Hello Georg, What SDM should I be using ?  I know that IGMPV2 is supported but I don't know how to configure it.  If you have the commands that would work with 2960S would be appreciated.