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-91
Multicast Configuration Guide
OL-
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
set rpf-topology ipv4 multicast topology t201
elseif destination in (225.0.0.2, 225.0.0.12) then
set rpf-topology ipv4 multicast topology t202
elseif destination in (225.0.0.3, 225.0.0.13) then
pass
endif
end-policy
!
Example 2
route-policy mtp2
if destination in (225.0.0.8) then
set rpf-topology ipv4 multicast topology t208
elseif destination in (225.0.0.9) then
set rpf-topology ipv4 multicast topology t209
elseif destination in (225.0.0.10) then
set rpf-topology ipv4 multicast topology t210
else
drop
endif
end-policy
!
Configuring MVPN Extranet Routing: Example
These examples describe two ways to configure MVPN extranet routing:
• 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
For the full set of configuration tasks, see Configuring MVPN Extranet Routing, page MCC-52.
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
!