Let me go ahead and say that I am new to Solarwinds and to networking in general. I am trying to setup SNMP v3 on our Foundry Workgroup switches and the test is failing. Version v2c has been working fine. The following are the snmp v3 parameters that I have setup on a Foundry Workgroup switch:
snmp-server group oriongrp v3 priv read all write all notify all
snmp-server user orionuser oriongrp v3 encrypted auth md5 (password) priv encrypted aes (password)
snmp-server host (x.x.x.x) version v3 priv orionuser
snmp-client (x.x.x.x)
*(x.x.x.x) = ip adress of our solarwinds server.
I have triple checked that I am typing the correct username (orionuser) , context (oriongrp), passwords, and type of encryption into Solarwinds. Any help or advice is greatly appreciated!