[SNMP4J] Accessing v3 servers who are ahead in time and UsmTimeTable

c v caenews at gmail.com
Sat Jan 31 22:33:43 CET 2009


When trying to access servers service snmp v3 which are in time ahead
(8-10 hrs) than the sender. I received a bunch of the following messages.

"CheckTime: received message outside time window (non authorative)"

Following snippet tells me

--------

*if* ((entry.getEngineBoots() < time.getEngineBoots()) ||
((entry.getEngineBoots() == time.getEngineBoots()) && (time.getTimeDiff() +
now > entry.getLatestReceivedTime() + 150)) || (time.getEngineBoots() ==
2147483647)) {
*if* (*logger*.isDebugEnabled()) {
*logger*.debug("CheckTime: received message outside time window (non
authorative)");
}
-----------------------------

Before i deploy more debugging code i would like to know if there is any one
who experienced similar problem?



More information about the SNMP4J mailing list