CLI Reference Guide
no ip igmp snooping filter addr-id addr-id list
Parameter
addr-id list —— The filtering address ID to be bound.
Command Mode
Interface Configuration Mode (interface gigabitEthernet / interface range
gigabitEthernet)
Example
Bind the filtering address ID 2-6 to port 3:
TL-SG3424(config)# interface gigabitEthernet 1/0/3
TL-SG3424(config-if)# ip igmp snooping filter addr-id 2-6
ip igmp snooping filter(global)
Description
The ip igmp snooping filter command is used to add or modify the multicast
filtering IP-range. To delete the multicast filtering IP-range, please use no ip
igmp snooping filter command.
Syntax
ip igmp snooping filter id start-ip end-ip
no ip igmp snooping filter id
Parameter
id —— IP-range ID, ranging from 1 to 30.
start-ip —— The start multicast IP of the IP-range.
end-ip —— The end multicast IP of the IP-range.
Command Mode
Global Configuration Mode
Example
Modify the multicast IP-range whose ID is 3 as 225.1.1.1~226.3.2.1:
TL-SG3424(config)# ip igmp snooping filter 3 225.1.1.1 226.3.2.1
212