Allied Telesis AR400 Network Router User Manual


 
Page 62 | AlliedWare™ OS How To Note: IGMP
IGMP fast leave > Example
Switch
1
is an IGMP Querier.
Switch 2 is an IGMP Snooper. IGMP snooping is enabled by default and does not need any
configuration.
Switch 3 is also an IGMP Snooper. Fast leave is enabled on this switch.
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
# 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
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
X Configure switch 3
set system name="Switch 3"
# STP general configuration
enable stp=default
set stp=default mode=rapid
set stp port=3 edgeport=yes
# VLAN general configuration
create vlan=vlan100 vid=100
add vlan=100 port=1-26
# IP configuration
set igmpsnooping vlan=vlan100 fastleave=on