Cisco XR 12000 Series Configuration Manual page 102

Hide thumbs Also See for XR 12000 Series:
Table of Contents

Advertisement

Configuration Examples for Implementing Multicast Routing on Cisco IOS XR Software
elseif destination in (228.0.0.0/32 ge 8 le 32) then
set rpf-topology vrf provider_vrf_2
else
pass
endif
end-policy
!
router pim vrf receiver_vrf address-family ipv4
rpf topology route-policy extranet_streams_from_provider_vrf
!
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
Multicast Configuration Guide
MCC-94
Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
OL-

Advertisement

Table of Contents
loading

Table of Contents