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

205
# Assign an IP address to Ethernet 1/1 and enable IGMP and PIM-SM on this interface.
[CEa2] interface ethernet 1/1
[CEa2-Ethernet1/1] ip address 10.11.7.1 24
[CEa2-Ethernet1/1] igmp enable
[CEa2-Ethernet1/1] pim sm
[CEa2-Ethernet1/1] quit
# Assign an IP address to Ethernet 1/2 and enable PIM-SM on this interface.
[CEa2] interface ethernet 1/2
[CEa2-Ethernet1/2] ip address 10.11.3.2 24
[CEa2-Ethernet1/2] pim sm
[CEa2-Ethernet1/2] quit
# Configure OSPF.
[CEa2] ospf 1
[CEa2-ospf-1] area 0.0.0.0
[CEa2-ospf-1-area-0.0.0.0] network 10.11.0.0 0.0.255.255
[CEa2-ospf-1-area-0.0.0.0] quit
[CEa2-ospf-1] quit
8. Configure CE b2:
# Enable IP multicast routing.
<CEb2> system-view
[CEb2] multicast routing
[CEb2-mrib] quit
# Assign an IP address to Ethernet 1/1 and enable IGMP and PIM-SM on this interface.
[CEb2] interface ethernet 1/1
[CEb2-Ethernet1/1] ip address 10.11.8.1 24
[CEb2-Ethernet1/1] igmp enable
[CEb2-Ethernet1/1] pim sm
[CEb2-Ethernet1/1] quit
# Assign an IP address to Ethernet 1/2 and enable PIM-SM on this interface.
[CEb2] interface ethernet 1/2
[CEb2-Ethernet1/2] ip address 10.11.4.2 24
[CEb2-Ethernet1/2] pim sm
[CEb2-Ethernet1/2] quit
# Assign an IP address to Loopback 1 and enable PIM-SM on this interface.
[CEb2] interface loopback 1
[CEb2-LoopBack1] ip address 3.3.3.3 32
[CEb2-LoopBack1] pim sm
[CEb2-LoopBack1] quit
# Configure Loopback 1 as a C-BSR and a C-RP for VPN instance b.
[CEb2] pim
[CEb2-pim] c-bsr 3.3.3.3
[CEb2-pim] c-rp 3.3.3.3
[CEb2-pim] quit
# Configure OSPF.
[CEb2] ospf 1
[CEb2-ospf-1] area 0.0.0.0