Allied Telesis AT-8600 Network Router User Manual


 
Page 41 | AlliedWare™ OS How To Note: IGMP
IGMP throttling (limiting the number of streams for each subscriber) > Example
Switch
1
is an IGMP Querier. Note that it has a filter configured on it, which is from the
previous example.
Switch 2 is an IGMP Snooper. IGMP snooping is enabled by default and does not need any
configuration. Switch 2 is limited to six multicast groups on port 2.
X Configure switch 1
set system name="Switch 1"
# STP general configuration
enable stp=default
set stp=default mode=rapid
set stp=default port=1 edgeport=yes
# VLAN general configuration
create vlan=vlan100 vid=100
add vlan=100 port=1-52
# Switching configuration
set switch port=1 igmpfilter=1
# IP configuration
enable ip
add ip int=vlan100 ip=172.31.0.254 mask=255.255.255.0
enable ip igmp
enable ip igmp int=vlan100
create igmp filter=1
add igmp filter=1 entry=1 group=224.0.1.22 action=exclude
add igmp filter=1 entry=2 group=224.0.0.0-224.255.255.255
X Configure switch 2
set system name="Switch 2"
# STP general configuration
enable stp=default
set stp=default mode=rapid
set stp port=2 edgeport=yes
# VLAN general configuration
create vlan=vlan100 vid=100
add vlan=100 port=1-26
# Switching configuration
set switch port=2 igmpmaxgroup=6 igmpaction=replace