Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
286
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is only available for VLAN interface configuration. This setting only applies to the filtering
of IGMP membership reports.
Example
This example shows how to restrict all IGMPv1 hosts to join VLAN 1.
Switch# configure terminal
Switch(config)# vlan 1
Switch(config-vlan)# ip igmp snooping minimum-version 2
Switch(config-vlan)#
This example shows how to restrict all IGMPv1 and IGMPv2 hosts disallowed to join VLAN 1.
Switch# configure terminal
Switch(config)# vlan 1
Switch(config-vlan)# ip igmp snooping minimum-version 3
Switch(config-vlan)#
This example shows how to remove the restriction configured on VLAN 1.
Switch# configure terminal
Switch(config)# vlan 1
Switch(config-vlan)# no ip igmp snooping minimum-version
Switch(config-vlan)#
31-16 show ip igmp snooping
This command is used to display IGMP snooping information on the Switch.
show ip igmp snooping [vlan VLAN-ID]
Parameters
vlan VLAN-ID
(Otpional) Specifies the VLAN to be displayed.
Default
None.
Command Mode
EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline