Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
Configuration Examples for Implementing Multicast Routing on Cisco IOS XR Software
MCC-69
Multicast Configuration Guide
OL-
Configuring IPv4 Multicast VPN: Example
only IPv4 addressing.
This end-to-end configuration example shows how to establish a multicast VPN topology (Figure 9),
using two different routing protocols (OSPF or BGP) to broadcasting traffic between customer-edge(CE)
routers and provider-edge (PE) routers:
• Configuring MVPN to Advertise Routes Between the CE and the PE Using OSPF: Example,
page MCC-69
• Configuring MVPN to Advertise Routes Between the CE and the PE Using BGP: Example,
page MCC-74
Figure 9 Topology in MVPN Configuration on the Example
For more configuration information, see the “Configuring Multicast VPN” section on page MCC-40 of
this module and also related configuration information in Cisco IOS XR Routing Configuration Guide.
Configuring MVPN to Advertise Routes Between the CE and the PE Using OSPF: Example
PE1:
!
vrf vpn1
address-family ipv4 unicast
import route-target
1:1
!
export route-target
1:1
!
!
!
interface Loopback0
ipv4 address 1.1.1.1 255.255.255.255
!
interface Loopback1
vrf vpn1
ipv4 address 2.2.2.2 255.255.255.255
!
interface GigabitEthernet0/5/0/0
vrf vpn1
ipv4 address 101.1.1.1 255.255.255.0
!
interface TenGigE0/6/0/0
ipv4 address 12.1.1.1 255.255.255.0
!
mpls ldp
router-id 1.1.1.1
interface TenGigE0/6/0/0
!
!
multicast-routing