Cisco ASR 9000 Series Configuration Manual page 192

Aggregation services router multicast
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Supported Features
address-family [ipv4| ipv6]
!
vrf <name>
!
!
The route-policy for anycast RP is as defined below.
route-policy anycast-policy
end-policy
!
The group-set command is a XR prefix-set configuration, an example is as shown below:
prefix-set group-set
227.1.1.1/32
end-set
An alternate way of performing this procedure is using export-rt and import-rt configuration commands.
Here, the router announcing the Type-5 route must have the export-rt configured, and the router learning
the source must have the import-rt configured.
multicast-routing
vrf one
!
!
multicast-routing
vrf one
!
!
• Receiver-only VRFs Supports receiver-only VRFs. In receiver-only VRFs, the I-PMSI or the MS-PMSI
routes do not carry any tunnel information. This reduces the state on the P routers.
The configuration is as shown below:
multicast-routing
address-family [ipv4| ipv6]
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 6.0.x
178
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
anycast-rp route-policy <anycast-policy>
!
address-family [ipv4| ipv6]
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
anycast-rp route-policy <anycast-policy>
!
if destination in group-set then
pass
endif
address-family ipv4
export-rt 51.52.53.54:0 <<<<<<<
interface all enable
bgp auto-discovery ingress-replication
inter-as
anycast-rp <<<<<<<<<
!
mdt partitioned ingress-replication
!
address-family ipv4
import-rt 51.52.53.54:0 <<<<<<<<<<<
interface all enable
bgp auto-discovery ingress-replication
inter-as
anycast-rp <<<<<<<<<<<<<<<
!
mdt partitioned ingress-replication
!
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software

Advertisement

Table of Contents
loading

Table of Contents