3Com Switch 8800 Advanced Software V5 Configuration Guide

558 CHAPTER 41: IGMP SNOOPING CONFIGURATION
Configuration procedure
1 Configure switch A.
# Enable IGMP Snooping globally.
<SwitchA> system-view
[SwitchA] igmp-snooping
[SwitchA-igmp-snooping] quit
# Create VLAN 100 and add Ethernet1/1/3 and Ethernet1/1/1 to VLAN 100.
[SwitchA] vlan 100
[SwitchA-vlan100] port ethernet 1/1/1
[SwitchA-vlan100] port ethernet 1/1/3
# Enable IGMP Snooping in VLAN 100 and enable the IGMP-Snooping querier
feature.
[SwitchA-vlan100] igmp-snooping enable
[SwitchA-vlan100] igmp-snooping querier
# Set the source IP address of IGMP general queries and group-specific queries to
192.168.1.1.
[SwitchA-vlan100] igmp-snooping general-query source-ip 192.168.1.1
[SwitchA-vlan100] igmp-snooping special-query source-ip 192.168.1.1
2 Configure Switch B.
# Enable IGMP Snooping globally.
<SwitchB> system-view
[SwitchB] igmp-snooping
[SwitchB-igmp-snooping] quit
# Create VLAN 100, add Ethernet1/1/1 through Ethernet1/1/3 to VLAN 100, and
enable IGMP Snooping in this VLAN.
[SwitchB] vlan 100
[SwitchB-vlan100] port ethernet 1/1/1 to ethernet 1/1/3
[SwitchB-vlan100] igmp-snooping enable
3 Configuration on Switch C.
# Enable IGMP Snooping globally.
<SwitchC> system-view
[SwitchC] igmp-snooping
[SwitchC-igmp-snooping] quit
# Create VLAN 100, add Ethernet1/1/1 through Ethernet1/1/3 into VLAN 100, and
enable IGMP Snooping in this VLAN.
[SwitchC] vlan 100
[SwitchC-vlan100] port ethernet 1/1/1 to ethernet 1/1/3
[SwitchC-vlan100] igmp-snooping enable
Static Router Port
Configuration
Network requirements
As shown in Figure 173. Router A, which acts as the IGMP querier on the
subnet, connects to the multicast source through Ethernet1/1/2 and to Switch
A (Switch 8800) through Ethernet1/1/1.
IGMPv2 runs on Router A and Switch A. IGMPv2 Snooping runs on Switch A.
Router A works as the IGMP querier.