We have a nice weathermap of our core network displaying the link utilization. We're currently looking at MPLS traffic engineering (TE) to steer traffic away from the heavy-utilized links. I picture this process as follows:
- Monitor the Weathermap on a daily basis.
- When you see one of the links gets too much traffic over longer periods of time, investigate with NetFlow
- Identify the flows you want to steer away from the link.
- Map this flow onto the Weathermap so you can easily see which hops this flow currently is using.
- Configure MPLS-TE to steer the flow to a different links.
- Monitor the weathermap to verify based on NetFlow that the traffic indeed is taking a new path.
The question then becomes how I can utilize the RRD graphs from nfsen and insert them in a weathermap.
Does anyone has any experience with displaying NetFlow data (based on MPLS labels) in a weathermap?