Hi,

> And second time means after both Mgr and Agent in sync, m reducing
> time of NESIM,

this is not allowed. Time information is only allowed to increase.
SNMPv3 has no defined procedure to recover from such a situation.

> So NESIM will send report saying
> usmStatsOutofTImeWindow after getting SET or GET request.

> I can see this report in Ethereal, but ReportHandler doesn't get
> invoke.

This report is too old and therefore considered INVALID and thrown away.
There is no handler to be called, as the report is not processed.
This is the expected behaviour.

> And One more thing I want to ask is if I dont override my own
> ReportHandler then default ReportHandler gets invoke on getting each
> Report from agent side to Mgr.

I don't understand this question, but maybe the following is an answer:
If you set your own report handler, the default report handler is not
called any more. So, you have to call the default handler from your
handler, if you need to.

Regards,
  Jochen
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to