290
[CEa1-ospf-1-area-0.0.0.0] quit
[CEa1-ospf-1] quit
6.
Configure CE b1:
# Enable IP multicast routing.
<CEb1> system-view
[CEb1] multicast routing-enable
# Configure an IP address for VLAN-interface 20 and enable PIM-SM on the interface.
[CEb1] interface vlan-interface 20
[CEb1-Vlan-interface20] ip address 10.11.6.1 24
[CEb1-Vlan-interface20] pim sm
[CEb1-Vlan-interface20] quit
# Configure an IP address for VLAN-interface 12 and enable PIM-SM on the interface.
[CEb1] interface vlan-interface 12
[CEb1-Vlan-interface12] ip address 10.11.2.2 24
[CEb1-Vlan-interface12] pim sm
[CEb1-Vlan-interface12] quit
# Configure OSPF.
[CEb1] ospf 1
[CEb1-ospf-1] area 0.0.0.0
[CEb1-ospf-1-area-0.0.0.0] network 10.11.0.0 0.0.255.255
[CEb1-ospf-1-area-0.0.0.0] quit
[CEb1-ospf-1] quit
7.
Configure CE a2:
# Enable IP multicast routing.
<CEa2> system-view
[CEa2] multicast routing-enable
# Configure an IP address for VLAN-interface 30 and enable IGMP and PIM-SM on the
interface.
[CEa2] interface vlan-interface 30
[CEa2-Vlan-interface30] ip address 10.11.7.1 24
[CEa2-Vlan-interface30] igmp enable
[CEa2-Vlan-interface30] pim sm
[CEa2-Vlan-interface30] quit
# Configure an IP address for VLAN-interface 13 and enable PIM-SM on the interface.
[CEa2] interface vlan-interface 13
[CEa2-Vlan-interface13] ip address 10.11.3.2 24
[CEa2-Vlan-interface13] pim sm
[CEa2-Vlan-interface13] 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