Configuring Multitopology Routing: Example - Cisco XR 12000 Series Configuration Manual

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

Advertisement

Configuration Examples for Implementing Multicast Routing on Cisco IOS XR Software
address-family ipv6 unicast
route-policy pass-all in
route-policy pass-all out
!
!
!
router pim vrf default address-family ipv6
dr-priority 2
rp-address ::192:168:10:1
!
end

Configuring Multitopology Routing: Example

The following example shows the configuration required to enable a dual multicast topology. The two
topologies defined are named BLUE and GREEN. Each contains one interface. IS-IS is configured so
that each interface is only in the IS-IS topology, and the interfaces themselves are configured so that their
connected and local routes are placed only within the appropriate routing tables.
The routing policy was configured to select which topology should be used based on the source address
of the multicast flow.
!
interface GigabitEthernet0/1/0/0
address-family ipv4 multicast topology BLUE
!
interface GigabitEthernet0/1/0/1
address-family ipv4 multicast topology GREEN
!
router isis 1
net 00.0000.0000.0001.00
interface GigabitEthernet0/1/0/0
address-family ipv4 multicast topology BLUE
interface GigabitEthernet0/1/0/1
address-family ipv4 multicast topology GREEN
!
route-policy mtp1
if destination in (230.5.1.2) then
endif
end-policy
!
router pim
address-family ipv4
rpf topology route-policy mtp1
!
!
multicast-routing
address-family ipv4
interface all enable
!
!
Multicast Configuration Guide
MCC-90
if source in (10.10.10.10) then
set rpf-topology ipv4 multicast topology BLUE
else
set rpf-topology ipv4 multicast topology GREEN
endif
Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
OL-

Advertisement

Table of Contents
loading

Table of Contents