Download Print this page

Cisco ASR 9000 Series Software Manual page 137

Layer 3 multicast routing
Hide thumbs Also See for ASR 9000 Series:

Advertisement

Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Configuring the Receiver MVRF on the Source PE Router: Example
The following examples show how to configure MVPN extranet routing by specifying the receiver MVRF
on the source PE router.
Note
You must configure both the source PE router and the receiver PE router.
Configure the Source PE Router Using Route Targets
interface Loopback5
ipv4 address 202.5.5.202 255.255.255.255
!
interface GigabitEthernet0/3/0/2
vrf provider-vrf
ipv4 address 20.20.20.1 255.255.0.0
!
vrf provider-vrf
address-family ipv4 unicast
import route-target
1100:1
!
export route-target
1100:1
!
!
vrf receiver-vrf
address-family ipv4 unicast
import route-target
1100:1
1101:1
!
export route-target
1101:1
!
!
router bgp 1
regular BGP MVPN config
vrf provider-vrf
rd 1100:1
address-family ipv4 unicast
redistribute connected
!
vrf receiver-vrf
rd 1101:1
address-family ipv4 unicast
redistribute connected
!
!
multicast-routing
vrf provider-vrf address-family ipv4
log-traps
mdt default ipv4 226.0.0.4
rate-per-route
interface all enable
accounting per-prefix
!
vrf receiver_vrf address-family ipv4
log-traps
mdt default ipv4 226.0.0.5
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
Configuring MVPN Extranet Routing: Example
137

Advertisement

loading