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

186
[PE2-bgp-ipv4-a] quit
[PE2-bgp-a] quit
[PE2–bgp] ip vpn-instance b
[PE2-bgp-b] address-family ipv4
[PE2-bgp-ipv4-b] import-route rip 3
[PE2-bgp-ipv4-b] import-route direct
[PE2-bgp-ipv4-b] quit
[PE2-bgp-b] quit
[PE2–bgp] address-family vpnv4
[PE2–bgp-vpnv4] peer vpn-g enable
[PE2–bgp-vpnv4] quit
[PE2–bgp] quit
# Create the MD for VPN instance a and specify the default-group address and the MD source
interface address for it.
[PE2] multicast-domain vpn-instance a
[PE2-md-a] default-group 239.1.1.1
[PE2-md-a] source loopback 1
[PE2-md-a] quit
# Create the MD for VPN instance b and specify the default-group address and the MD source
interface address for it.
[PE2] multicast-domain vpn-instance b
[PE2-md-b] default-group 239.2.2.2
[PE2-md-b] source loopback 1
[PE2-md-b] quit
# Configure OSPF.
[PE2] ospf 1
[PE2-ospf-1] area 0.0.0.0
[PE2-ospf-1-area-0.0.0.0] network 1.1.1.2 0.0.0.0
[PE2-ospf-1-area-0.0.0.0] network 192.168.0.0 0.0.255.255
[PE2-ospf-1-area-0.0.0.0] quit
[PE2-ospf-1] quit
# Configure RIP.
[PE2] rip 2 vpn-instance a
[PE2-rip-2] network 10.0.0.0
[PE2-rip-2] import-route bgp
[PE2-rip-2] quit
[PE2] rip 3 vpn-instance b
[PE2-rip-3] network 10.0.0.0
[PE2-rip-3] import-route bgp
[PE2-rip-3] return
3. Configure PE 3:
# Configure a Router ID globally and enable IP multicast routing on the public network.
<PE3> system-view
[PE3] router id 1.1.1.3
[PE3] multicast routing
[PE3-mrib] quit
# Configure an MPLS LSR ID and enable the LDP capability.