DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
76
15.
IGMP Snooping Commands
15-1
ip igmp snooping
This command is used to enable the IGMP snooping function on the Switch. Use the
no
form of this command
to disable the IGMP snooping function.
ip igmp snooping
no ip igmp snooping
Parameters
None.
Default
IGMP snooping is disabled on all VLAN. The IGMP snooping global state is disabled by default.
Command Mode
VLAN Configuration Mode.
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
For a VLAN to operate with IGMP snooping, both the global state and per VLAN state must be enabled. On a
VLAN, the setting of IGMP snooping and MLD snooping are independent. IGMP snooping and MLD snooping
can be simultaneously enabled on the same VLAN.
Example
This example shows how to disable the IGMP snooping globally.
Switch# configure terminal
Switch(config)# no ip igmp snooping
Switch(config)#
This example shows how to enable the IGMP snooping globally.
Switch# configure terminal
Switch(config)# ip igmp snooping
Switch(config)#
This example shows how to disable IGMP snooping on VLAN1.
Switch# configure terminal
Switch(config)# vlan 1
Switch(config-vlan)# no ip igmp snooping
Switch(config-vlan)#