hit counter script

Cisco CRS Series Configuration Manual page 72

Cisco ios xr multicast configuration guide for the cisco crs router, release 5.2.x
Hide thumbs Also See for CRS Series:
Table of Contents

Advertisement

Supported Features
address-family [ipv4| ipv6]
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
!
!
vrf <name>
address-family [ipv4| ipv6]
!
!
!
The route-policy for anycast RP is as defined below.
route-policy anycast-policy
if destination in group-set then
endif
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
address-family ipv4
!
!
!
multicast-routing
vrf one
address-family ipv4
!
!
!
• 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]
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
62
anycast-rp route-policy <anycast-policy>
bgp auto-discovery [mldp | p2mp-te | ingress-replication]
anycast-rp route-policy <anycast-policy>
pass
export-rt 51.52.53.54:0 <<<<<<<
interface all enable
bgp auto-discovery ingress-replication
inter-as
anycast-rp <<<<<<<<<
!
mdt partitioned ingress-replication
import-rt 51.52.53.54:0 <<<<<<<<<<<
interface all enable
bgp auto-discovery ingress-replication
inter-as
anycast-rp <<<<<<<<<<<<<<<
!
mdt partitioned ingress-replication
Implementing Multicast Routing on Cisco IOS XR Software

Advertisement

Table of Contents
loading

Table of Contents