On Fri, 30 May 2014 23:05:24 -0700, Dave Taht said: > There's no need to do ping.You can just measure the > time it takes to issue and get the snmp query response. > > Am I missing something obvious? For devices with separate control and data planes, it's quite possible to have 3 different numbers: 1) The time it takes for the data plane to receive and forward a packet. 2) The time it takes for the data or control plane to generate an ICMP response 3) The time it takes for the control plane to do slowpath handling of a relatively heavy SNMP packet. It's why traceroute often gives you wonky timing numbers and reports RTTs to a middle hop are higher than to the destination. It's because the router was able to forward packets much faster than the slowpath to generate the ICMP TTL Exceeded reply.... For longer hauls, there's the added fun that the source and destination may not be in the same administrative domain - I have smokeping running on a Raspberry Pi to measure from local Comcast to work. My personal device and the work box in a different group are *never* going to speak SNMP to each other. :)