C613-50631-01 Rev A Command Reference for IE340 Series 1657
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IGMP AND IGMP SNOOPING COMMANDS
IP
IGMP IMMEDIATE-LEAVE
ip igmp immediate-leave
Overview In IGMP version 2, use this command to minimize the leave latency of IGMP
memberships for specified multicast groups. The specified access list number or
name defines the multicast groups in which the immediate leave feature is
enabled.
Use the no variant of this command to disable this feature.
Syntax
ip igmp immediate-leave group-list
{<access-list-number>|<access-list-number-expanded>|ď€
<access-list-name>}
no ip igmp immediate-leave
Default Disabled by default.
Mode Interface Configuration for a VLAN interface.
Usage notes This command applies to VLAN interfaces configured for IGMP, IGMP Snooping, or
IGMP Proxy.
Example The following example shows how to enable the immediate-leave feature on the
VLAN interface vlan2 for a specific range of multicast groups:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ip igmp immediate-leave group-list 34
awplus(config-if)# exit
awplus(config)# access-list 34 permit 225.192.20.0 0.0.0.255
Related
commands
ip igmp last-member-query-interval
Parameter Description
<access-list-number> Access-list number, in the range <1-99>.
<access-list-number-expanded> Access-list number (expanded range), in
the range <1300-1999>.
<access-list-name> Standard IP access-list name.