294
Multicast across VPNs configuration example (on the
receiver-side PE)
Network requirements
As show in
, on the MPLS L3VPN network, multicast data of VPN instance
a
can be
correctly forwarded in the VPN instance.
Configure multicast across VPNs on PE 2 so that R2 in VPN instance
b
can receive multicast data of
VPN instance
a
.
Figure 87 Network diagram
Device
Interface
IP address
Device
Interface
IP address
CE a1
Loop1
1.1.1.1/32 S
—
100.1.1.1/24
PE2 Vlan-int15
200.1.1.1/24
Configuration procedure
This section focuses on introducing the multicast across VPNs configuration, and it does not cover
the configurations of network interoperability, route exchanging, and MD VPN.
1.
Configure VPN instance
b
:
# On PE 2, create VPN instance
b
.
<PE2> system-view
[PE2] ip vpn-instance b
# Configure the RD and route target attributes for VPN instance
b
.
[PE2-vpn-instance-b] route-distinguisher 200:1
[PE2-vpn-instance-b] vpn-target 200:1 both
# Enable IP multicast routing in VPN instance
b
.
[PE2-vpn-instance-b] multicast routing-enable
# Associate VLAN-interface 15 with VPN instance
b
.
[PE2] interface Vlan-interface 15
[PE2-Vlan-interface15] ip binding vpn-instacne b
[PE2-Vlan-interface15] quit
# On PE 2, create VPN instance
b
.
<PE2> system-view