Operation Manual – Multicast
H3C S5600 Series Ethernet Switches
Chapter 6 IGMP Snooping Configuration
6-20
[RouterA-GigabitEthernet1/0/1] igmp enable
[RouterA-GigabitEthernet1/0/1] pim dm
[RouterA-GigabitEthernet1/0/1] quit
[RouterA] interface GigabitEthernet 1/0/2
[RouterA-GigabitEthernet1/0/2] pim dm
[RouterA-GigabitEthernet1/0/2] quit
3)
Configure Switch A
# Enable IGMP Snooping globally.
<SwitchA> system-view
[SwitchA] igmp-snooping enable
Enable IGMP-Snooping ok.
# Create VLAN 100, assign GigabitEthernet 1/0/1 through GigabitEthernet 1/0/4 to this
VLAN, and enable IGMP Snooping in the VLAN.
[SwitchA] vlan 100
[SwitchA-vlan100] port GigabitEthernet 1/0/1 to GigabitEthernet 1/0/4
[SwitchA-vlan100] igmp-snooping enable
[SwitchA-vlan100] quit
4)
Verify the configuration
# View the detailed information of the multicast group in VLAN 100 on Switch A.
<SwitchA> display igmp-snooping group vlan100
Total 1 IP Group(s).
Total 1 MAC Group(s).
Vlan(id):100.
Total 1 IP Group(s).
Total 1 MAC Group(s).
Static Router port(s):
Dynamic Router port(s):
GigabitEthernet1/0/1
IP group(s):the following ip group(s) match to one mac group.
IP group address: 224.1.1.1
Static host port(s):
Dynamic host port(s):
GigabitEthernet1/0/3 GigabitEthernet1/0/4
MAC group(s):
MAC group address: 0100-5e01-0101
Host port(s): GigabitEthernet1/0/3 GigabitEthernet1/0/4
As shown above, the multicast group 224.1.1.1 has been registered on Switch A, with
the dynamic router port GigabitEthernet 1/0/1 and dynamic member ports
GigabitEthernet 1/0/3 and GigabitEthernet 1/0/4. This means that Host A and Host B
have joined the multicast group 224.1.1.1.