Configure switch 1, Configure switch 2 – Allied Telesis AR400 User Manual
Page 49

Page 49 | AlliedWare™ OS How To Note: IGMP
Static IGMP > Example
Switch 1 is an IGMP Querier and has the static IGMP entry. Static IGMP also requires you to:
z
add an IP address to the interface to which you will attach the static entry
z
enable IGMP
z
enable the interface as an IGMP interface
Switch 2 is an IGMP Snooper.
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
set stp=default port=5 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
create ip igmp destination=224.12.13.14 int=vlan100 port=5
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