292
<PE4> display multicast-domain vpn-instance b share-group local
MD local share-group information for VPN-Instance: b
Share-group: 239.4.4.4
MTunnel address: 1.1.1.4
Multicast across VPNs configuration example (on the
source-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 1 so that R2 in VPN instance
b
can receive multicast data of
VPN instance
a
.
Figure 86 Network diagram
Device
Interface
IP address
Device
Interface
IP address
CE a1
Loop1
1.1.1.1/32 S
—
100.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 1, create VPN instance
b
.
<PE1> system-view
[PE1] ip vpn-instance b
# Configure the RD and route target attributes for VPN instance
b
.
[PE1-vpn-instance-b] route-distinguisher 200:1
[PE1-vpn-instance-b] vpn-target 200:1 both
# Enable IP multicast routing in VPN instance
b
.
[PE1-vpn-instance-b] multicast routing-enable
# Specify 239.2.2.2 as the share-group address for VPN instance
b
and associate an MTI with
the VPN instance.
[PE1-vpn-instance-b] multicast-domain share-group 239.2.2.2 binding mtunnel 1
# On PE 2, create VPN instance
b
.