Hello
I'm hoping someone can assist me with the following issue.
I'm trying to get SNMPv3 set up for some devices but am having trouble getting this to work from the web interface in a newer Solarwinds instance we have running.
Using snmpwalk on the server hosting the new platform, I am able to retrieve all MIBs successfully with the credentials for username, authentication and privacy. When the same thing is entered in the web browser, it times out.
If I switch back to SNMPv2 using a simple community string, the web browser suddenly successfully connects as expected so I'm thinking the problem is specifically related to v3.
We still have an old platform (NPM 11.5.2) running which we're trying to retire and using the same v3 username, authentication and privacy details against the same device SNMPv3 works fine in the web browser.
The target device I'm testing against (a network switch) has no restrictions as to what networks SNMP will respond to.
There is no firewall in the way of the new Solarwinds instance as all systems are internal.
As per this article:
https://support.solarwinds.com/SuccessCenter/s/article/SNMPv3-test-fails?r=3&ui-force-components-controllers-recordGlobalValueProvider.RecordGvp.getRecord=1
- There is no SNMPv3 Context added but there isn't when I use the old Solarwinds instance either and this works fine using that.
- The OIDs for 1.3.6.1.2.1.1.1, 1.3.6.1.2.1.1.2 and 1.3.6.1.2.1.1.3 all return fine in snmpwalker.
- I do not know where to find CollectorService.log looking through the Solarwinds server
As per this post:
https://thwack.solarwinds.com/t5/NPM-Discussions/SNMPwalk-is-fine-but-SNMP-test-fails-on-web-console/td-p/405637
- The polling settings are all default as far as I know. It seems to time out after a few minutes and doesn't try for 1/2 a second before giving up
New platform is Orion Platform 2018.2 HF6, NPM 12.3 which I know isn't 100% up to date.
I'm at a loss as to what could be causing this?
Thank you for any suggestions anyone can offer.