R3303-HP HSR6800 Routers IP Multicast Configuration Guide

38
Configuration procedure
1. Assign an IP address and subnet mask to each interface according to Figure 15. (Details not
shown.)
2. On Router A, enable IP multicast routing, enable PIM-DM on each interface, and enable IGMP on
Ethernet 1/1.
<RouterA> system-view
[RouterA] multicast routing-enable
[RouterA] interface ethernet 1/1
[RouterA-Ethernet1/1] igmp enable
[RouterA-Ethernet1/1] pim dm
[RouterA-Ethernet1/1] quit
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] pim dm
[RouterA-Ethernet1/2] quit
3. Configure Router B:
# Enable IGMP snooping globally.
<RouterB> system-view
[RouterB] igmp-snooping
[RouterB-igmp-snooping] quit
# Create VLAN 100, assign GigabitEthernet 2/0/1 through GigabitEthernet 2/0/3 to this VLAN,
and enable IGMP snooping in the VLAN.
[RouterB] vlan 100
[RouterB-vlan100] port gigabitethernet 2/0/1 to gigabitethernet 2/0/3
[RouterB-vlan100] igmp-snooping enable
[RouterB-vlan100] quit
# Configure GigabitEthernet 2/0/3 to be a static router port.
[RouterB] interface gigabitethernet 2/0/3
[RouterB-GigabitEthernet2/0/3] igmp-snooping static-router-port vlan 100
[RouterB-GigabitEthernet2/0/3] quit
4. Configure Router C:
# Enable IGMP snooping globally.
<RouterC> system-view
[RouterC] igmp-snooping
[RouterC-igmp-snooping] quit
# Create VLAN 100, assign GigabitEthernet 2/0/1 and GigabitEthernet 2/0/2 to this VLAN,
and enable IGMP snooping in the VLAN.
[RouterC] vlan 100
[RouterC-vlan100] port gigabitethernet 2/0/1 gigabitethernet 2/0/2
[RouterC-vlan100] igmp-snooping enable
[RouterC-vlan100] quit
5. Configure Router D:
# Enable IGMP snooping globally.
<RouterD> system-view
[RouterD] igmp-snooping
[RouterD-igmp-snooping] quit