DGS-6604 ip igmp snooping immediate-leave
CLI Reference Guide
276
ip igmp snooping immediate-leave
Use this command to configure the IGMP Snooping immediate-leave function
on VLAN interfaces. Use no ip igmp snooping immediate-leave to disable the
immediate-leave function on the specified VLAN.
ip igmp snooping immediate-leave
no ip igmp snooping immediate-leave
Syntax None
Default Disabled
Command Mode VLAN Interface configuration
Usage Guideline The ip igmp snooping immediate-leave command allows IGMP Snooping
membership of an interface to be removed immediately without any further
confirmation mechanism (such as time out) when the interface receives an IGMP
leave message from the IGMP client.
Example This example shows how to enable IGMP Snooping immediate-leave on VLAN 1.
Verify the settings by entering the show ip igmp snooping command.
Switch# configure terminal
Switch(config)# interface vlan1
Switch(config-if)#ip igmp snooping immediate-leave
Switch(config-if)# end