277
<CEb1> system-view
[CEb1] multicast routing-enable
# Configure an IP address for VLAN-interface 30 and enable PIM-SM on the interface.
[CEb1] interface vlan-interface 30
[CEb1-Vlan-interface30] ip address 10.110.8.1 24
[CEb1-Vlan-interface30] pim sm
[CEb1-Vlan-interface30] quit
# Configure an IP address for VLAN-interface 13 and enable PIM-SM on the interface.
[CEb1] interface vlan-interface 13
[CEb1-Vlan-interface13] ip address 10.110.3.2 24
[CEb1-Vlan-interface13] pim sm
[CEb1-Vlan-interface13] quit
# Configure RIP
[CEb1] rip 3
[CEb1-rip-3] network 10.0.0.0
7.
Configure CE a2:
# Enable IP multicast routing.
<CEa2> system-view
[CEa2] multicast routing-enable
# Configure an IP address for VLAN-interface 40 and enable IGMP and PIM-SM on the
interface.
[CEa2] interface vlan-interface 40
[CEa2-Vlan-interface40] ip address 10.110.9.1 24
[CEa2-Vlan-interface40] igmp enable
[CEa2-Vlan-interface40] pim sm
[CEa2-Vlan-interface40] quit
# Configure an IP address for VLAN-interface 14 and enable PIM-SM on the interface.
[CEa2] interface vlan-interface 14
[CEa2-Vlan-interface14] ip address 10.110.4.2 24
[CEa2-Vlan-interface14] pim sm
[CEa2-Vlan-interface14] quit
# Configure an IP address for VLAN-interface 16 and enable PIM-SM on the interface.
[CEa2] interface vlan-interface 16
[CEa2-Vlan-interface16] ip address 10.110.12.1 24
[CEa2-Vlan-interface16] pim sm
[CEa2-Vlan-interface16] quit
# Configure an IP address for Loopback 1, and enable PIM-SM.
[CEa2] interface loopback 1
[CEa2-LoopBack1] ip address 22.22.22.22 32
[CEa2-LoopBack1] pim sm
[CEa2-LoopBack1] quit
# Configure Loopback 1 as a C-BSR and a C-RP for VPN a.
[CEa2] pim
[CEa2-pim] c-bsr loopback 1
[CEa2-pim] c-rp loopback 1
[CEa2-pim] quit
# Configure RIP