CLI Reference Guide
port any more. Router Port Time ranges from 60 to 600 in seconds. By default, it
is 300.
member-time —— Member Port Time. Within this time, if the switch does not
receive IGMP report message from the member port, it will consider this port is
not a member port any more. Member Port Time ranges from 60 to 600 in
seconds. By default, it is 260.
leave-time —— Leave Time, which is the interval between the switch receiving a
leave message from a host and the switch removing the host from the multicast
groups. Leave Time ranges from 1 to 30 in seconds. By default, it is 1.
port —— The Ethernet port number.
Command Mode
Global Configuration Mode
Example
Enable Multicast VLAN 3, and configure Router Port Time as 100 seconds,
Member Port Time 100 seconds, Leave Time 3 seconds, and Static Router Port
port 3:
TL-SG3424(config)# ip igmp snooping multi-vlan-config 3 rtime 100
TL-SG3424(config)# ip igmp snooping multi-vlan-config 3 mtime 100
TL-SG3424(config)# ip igmp snooping multi-vlan-config 3 ltime 3
TL-SG3424(config)# ip igmp snooping multi-vlan-config 3 rport interface
gigabitEthernet 1/0/3
ip igmp snooping filter add-id
Description
The ip igmp snooping filter add-id command is used to configure the multicast
IP-range desired to filter. To delete the corresponding IP-range, please use no ip
igmp snooping filter add-id command. When IGMP Snooping is enabled, you
can specified the multicast IP-range the ports can join so as to restrict users
ordering multicast programs via configuring multicast filter rules. Multicast IP
addresses ranges from 224.0.0.0 to 239.255.255.255. The range for receivers to
join is from 224.0.1.0 to 239.255.255.255.
Syntax
ip igmp snooping filter addr-id addr-id list
211