HP MSR2000/3000/4000 Router Series IP Multicast Configuration Guide

28
Configuration procedure
1. Assign an IP address and subnet mask to each interface as shown in Figure 13. (Details not
shown.)
2. On Router A, enable IP multicast routing globally, enable IGMP on Ethernet 1/1, and enable
PIM-DM on each interface.
<RouterA> system-view
[RouterA] multicast routing
[RouterA-mrib] quit
[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 Switch A:
# Enable IGMP snooping globally.
<SwitchA> system-view
[SwitchA] igmp-snooping
[SwitchA-igmp-snooping] quit
# Create VLAN 100, assign Ethernet 1/1 through Ethernet 1/3 to the VLAN, and enable IGMP
snooping for the VLAN.
[SwitchA] vlan 100
[SwitchA-vlan100] port ethernet 1/1 to ethernet 1/3
[SwitchA-vlan100] igmp-snooping enable
[SwitchA-vlan100] quit
# Configure Ethernet 1/3 as a static router port.
[SwitchA] interface ethernet 1/3
[SwitchA-Ethernet1/3] igmp-snooping static-router-port vlan 100
[SwitchA-Ethernet1/3] quit
4. Configure Switch B:
# Enable IGMP snooping globally.
<SwitchB> system-view
[SwitchB] igmp-snooping
[SwitchB-igmp-snooping] quit
# Create VLAN 100, assign Ethernet 1/1 and Ethernet 1/2 to the VLAN, and enable IGMP
snooping for the VLAN.
[SwitchB] vlan 100
[SwitchB-vlan100] port ethernet 1/1 ethernet 1/2
[SwitchB-vlan100] igmp-snooping enable
[SwitchB-vlan100] quit
5. Configure Switch C:
# Enable IGMP snooping globally.
<SwitchC> system-view
[SwitchC] igmp-snooping