Posted on 2009-07-10 17:28:07-07 by dtown in response to 11146
Re: Time synchronization failed during discovery
The Net::SNMP module uses the procedure outline in Section 4 of RFC 3414 to perform discovery. Based upon the error you are seeing my best guess is the the APC device does not enforce timeliness checking and is not responding with a usmStatsNotInTimeWindows Report-PDU during the discovery process. You can work around this by editing the lib/Net/SNMP.pm at line 2545 and removing the ($this->{_error} =~ /usmStatsNotInTimeWindows/) part of the if statement.
Direct Responses: 13556 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.