Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
SMIS(config-vlan)# ip igmp snooping
SMIS(config-vlan)# end
7.3 IGMP Version
The IGMP protocol standard has three versions: v1, v2 and v3.Supermicro switches support IGMP
snooping for all three versions. Supermicro IGMP snooping support interoperates with different IGMP
versions as defined in the IGMP protocol standard.
The default IGMP snooping version is v3, which is compatible with IGMP versions 1 and 2.
Supermicro switches provide flexibility for users to configure IGMP snooping versions for individual
VLANs. User can configure different IGMP versions on different VLANs.
Follow the steps below to change the IGMP snooping version on any VLAN.
Enters the configuration mode.
Enters the VLAN configuration mode.
vlan-list – may be any VLAN number or
list of VLAN numbers. Multiple VLAN
numbers can be provided as comma-
separated values. Consecutive VLAN
numbers can be provided as a range,
such as 5-10.
If multiple VLANs are provided, the next
step will be applied on all these VLANs.
ip igmp snooping version {v1 | v2 | v3}
Configures IGMP snooping version.
Exits the configuration mode.
show ip igmp snooping vlan<vlan>
Displays the IGMP snooping version
information for the given VLAN.
Optional step – saves this IGMP
snooping configuration to be part of
the startup configuration.
The example below shows the commands used to configure different versions of IGMP snooping.
Configure IGMP snooping version 3 for VLAN 10 and version 2 for VLAN 20.
SMIS# configure terminal
SMIS(config)# vlan 10
SMIS(config-vlan)# ip igmp snooping version v3