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-85
Multicast Configuration Guide
OL-
interface GigabitEthernet0/5/0/1
ipv6 address 2013::102:1:1:2/96
!
multicast-routing
address-family ipv4
interface all enable
!
address-family ipv6
interface all enable
!
!
!
route-policy pass-all
pass
end-policy
!
router bgp 1
bgp router-id 101.101.101.101
address-family ipv6 unicast
redistribute connected
!
neighbor 2013::102:1:1:1
remote-as 100
address-family ipv6 unicast
route-policy pass-all in
route-policy pass-all out
!
!
!
router pim vrf default address-family ipv6
rp-address ::192:168:10:1
!
end
PE1:
!
vrf vpn1
address-family ipv6 unicast
import route-target
1:1
!
export route-target
1:1
!
!
!
interface Loopback0
ipv4 address 1.1.1.1 255.255.255.255
!
interface Loopback1
vrf vpn1
ipv4 address 192.168.10.1 255.255.255.255
ipv6 address ::192:168:10:1/128
!
interface GigabitEthernet0/4/0/1
vrf vpn1
ipv6 address 2013::102:1:1:1/96
!
interface FastEthernet0/5/1/0
ipv4 address 12.1.1.1 255.255.255.0
!
route-policy pass-all
pass