Install guide

Software Version 2.7.5 35
Software Version 2.7.5
C613-10454-00 REV A
If an IGMP filter contains at least one entry, then Membership Reports for
group addresses that do not match any entries in the filter are implicitly
excluded and the packets are discarded.
Examples To change the group address for entry 12 in filter 6 to the range 229.1.1.2 to
230.1.2.3, use the command:
set igmp fil=6 ent=12 gro=229.1.1.2-230.1.2.3
To change entry 1 in filter 2 to accept Membership Reports for multicast group
addresses matching the entry’s group address range, use the command:
set igmp fil=2 ent=1 ac=incl
set igmpsnooping fastleave
Syntax SET IGMPSNooping Fastleave={ON|OFF|YES|NO|True|False}
[INTerface=interface]
where interface is an interface name formed by concatenating a Layer 2
interface type (‘vlan’) and an interface instance.
Description This command enables or disables Fast Leave processing for IGMP Snooping.
Fast Leave should not be configured on a port that has multiple hosts attached
because it may adversely affect multicast services to some hosts.
The fastleave parameter specifies whether Fast Leave processing is enabled or
disabled. If you specify on, yes or true then Fast Leave processing is enabled on
the specified VLAN or all VLANs. If you specify off, no or false then Fast
Leave processing is disabled on the specified VLAN or all VLANs. The default
is off.
The interface parameter specifies the VLAN on which Fast Leave processing is
to be enabled or disabled. If you do not specify an interface then the setting
applies to all VLANs.
Examples To enable IGMP Snooping Fast Leave processing on VLAN ‘vlan2’, use the
command:
set igmpsn f=on int=vlan2
To enable IGMP Snooping Fast Leave processing on all VLANs, use the
command:
set igmpsn f=on