[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Data MDTs with Explicit Addresses

Configure routing instance VPN-A on a PE router to use tunnel identifiers taken from the 227.0.0.0/8 multicast address range. Create a data MDT when traffic for the multicast group 224.4.4.4 from local source 10.10.20.43 exceeds a threshold rate of 10 Kbps. Only 10 tunnels can be in use for this routing instance at any one time:

[edit routing-instances VPN-A protocols pim]
mdt {
group-range 227.0.0.0/8;
threshold {
group 224.4.4.4 {
source 10.10.20.43 {
rate 10;
}
}
}
tunnel-limit 10;
}

No tunnels are created if 10 tunnels already exist for this routing instance on the PE router. Tunnels are deleted when the rate of traffic from the source falls below 10 Kbps, as determined by the normal, 60-second multicast statistics-collection cycle.


[Contents] [Prev] [Next] [Index] [Report an Error]