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?
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to