Tim Huffman wrote: > Changing to the SNMP MIB-II probe on one of our Dragonwaves causes the > round-trip time to go from 842msec to 65msec, so there's definitely a > difference.
The round-trip time reported for SNMP is the round-trip time of the final exchange. For custom SNMP probes, this will be the time to request and respond to the variables in your custom probe. You might try adding the following section to your custom probe to see if it affects the round-trip time. Reducing "maxvars" to "1" will force InterMapper to request each variable one at a time. <snmp-device-properties> maxvars = "1" </snmp-device-properties> Regards, Bill Fisher Dartware, LLC ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED]
