After upgrading from NPM 10.1.3 to 10.2 we began to see every 30 minutes a stream of error messages on our Solaris 10 host, repeating approximately 36 times:
Nov 30 20:51:39 tlc-host /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] community_check() : bad community from localhost
Nov 30 20:51:39 tlc-host /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] session_open() failed for a pdu received from localhost.36257
...
The 30 minute timeframe matches the rediscovery interval for the node., and had no issues prior to the Orion software upgrade.
Taking a Wireshark trace shows that these errors are triggered by a GetBulkRequest to OID 1.3.6.1.2.1.55.1.8.1.1. According to the SolarWinds Engineer Toolset MIB Browser this is the MIB-2 tree for ipv6MIB (55); we do not run IPv6, and no SNMP community name issues for any other SNMP requests from Orion. Using the MIB Browser I can reproduce the errors by using the Get Tree on this MIB.
Is there any way of elminating these errors from showing on our Solaris operator's console? The computer system operators are freaking out.