If you encounter the 'Time synchronization failed during discovery' error using the perl Net::SNMP library there may be a fairly easy work around. It may be as easy as editing the Net::SNMP module to not invoke this error. The following advice should be executed as root.
...
The @INC array is a list of directories that perl looks in to find modules. This is a top down, first match first find operation. Based on this the version in /usr/local/share/perl5/Net will be utilized because it will be found first.
...