Configuring Mvpn Extranet Routing: Example; Configuring The Source Mvrf On The Receiver Pe Router: Example - Cisco XR12000 Series Configuration Manual

Ios xr multicast configuration guide
Hide thumbs Also See for XR12000 Series:
Table of Contents

Advertisement

Configuring MVPN Extranet Routing: Example

Example 2
route-policy mtp2
if destination in (225.0.0.8) then
elseif destination in (225.0.0.9) then
elseif destination in (225.0.0.10) then
else
endif
end-policy
!
Configuring MVPN Extranet Routing: Example
These examples describe two ways to configure MVPN extranet routing:
For the full set of configuration tasks, see

Configuring the Source MVRF on the Receiver PE Router: Example

The following examples show how to configure MVPN extranet routing by specifying the source MVRF on
the receiver PE router.
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 201.5.5.201 255.255.255.255
!
interface Loopback22
vrf provider-vrf
ipv4 address 201.22.22.201 255.255.255.255
!
interface GigabitEthernet0/6/0/0
vrf provider-vrf
ipv4 address 10.10.10.1 255.255.0.0
!
vrf provider-vrf
address-family ipv4 unicast
import route-target
1100:1
!
export route-target
1100:1
!
!
router bgp 1
regular BGP MVPN config
vrf provider-vrf
rd 1100:1
address-family ipv4 unicast
redistribute connected
!
!
multicast-routing
vrf provider-vrf address-family ipv4
mdt data 226.1.4.0/24 threshold 3
log-traps
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
130
set rpf-topology ipv4 multicast topology t208
set rpf-topology ipv4 multicast topology t209
set rpf-topology ipv4 multicast topology t210
drop
Implementing Multicast Routing on Cisco IOS XR Software
Configuring MVPN Extranet Routing, on page
77.
OL-30405-02

Advertisement

Table of Contents
loading

Table of Contents