Hi I have looked at the Cisco and Solar Winds docs on snmp v3 and thought I had the settings configured as they should but I am getting failed messages when testing the connection from Orion.
The device is a cisco 3560 although I want to roll this out to all our other switches.
snmp-server view atkro iso included
snmp-server view atkrw iso included
access-list 3 permit host 1.1.1.1
snmp-server group atknetworks v3 priv read atkro write atkrw
snmp-server user commsadmin atknetworks v3 auth sha password priv aes 128 password access 3
snmp-server host 1.1.1.1 version 3 priv commsadmin
In orion I have used the settings
snmp version v3
port 161
snmpv3 credentials username commsadmin
context atknetworks
auth method sha1
pass password
priv\encryp method AES128
pass passord
read\write
username commsadmin
context atknetworks
auth method sha1
pass password
priv\enc method aes128
pass password
Any help would be greatly appreciated.