I've noticed that when the WAN link to a site is under heavy load, the latency measurement from the UDP jitter operation in IP SLA is often considerably higher (as in several hundred milliseconds higher) than the latency as measured by ICMP in NPM (this is the regular ICMP poll I'm talking about, not an ICMP echo operation in IP SLA). This makes no sense to me, because:
- The UDP jitter operation is in the priority queue (to simulate voice traffic).
- IP SLA operations are processed by the router at interrupt level, whereas ICMP replies are processed in the slow path (CEF vs process switching).
It seems like the ICMP measurement should almost always be higher. The extremely high latency measurements from IP SLA cause the MOS to dive, but users don't report call quality problems during that time.
Any ideas on what's going on here?