Configuring Mvpn Extranet Routing: Example - Cisco XR 12000 Series Configuration Manual

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

Advertisement

Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
Examples 1 and 2 illustrate routing policies that you can use in configuring PIM RPF topologies:
Example 1
route-policy mtp1
if destination in (225.0.0.1, 225.0.0.11) then
elseif destination in (225.0.0.2, 225.0.0.12) then
elseif destination in (225.0.0.3, 225.0.0.13) then
endif
end-policy
!
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
!
OL-
set rpf-topology ipv4 multicast topology t201
set rpf-topology ipv4 multicast topology t202
pass
set rpf-topology ipv4 multicast topology t208
set rpf-topology ipv4 multicast topology t209
set rpf-topology ipv4 multicast topology t210
drop
Configuring the Source MVRF on the Receiver PE Router: Example, page MCC-91
Configuring the Receiver MVRF on the Source PE Router: Example, page MCC-94
Configuration Examples for Implementing Multicast Routing on Cisco IOS XR Software
Configuring MVPN Extranet Routing, page
MCC-52.
Multicast Configuration Guide
MCC-91

Advertisement

Table of Contents
loading

Table of Contents