We are just introducing Extreme to our environment so this is the first device being attempted. I've added the SNMPv3 settings to the switch (see below) and have added it to Solarwinds as a SNMPv3 device with the correct user/password/key. The test passes and it shows up green, but when I look at the device I do not see the ports and the CPU metric is showing 0% (which I assume is correct since the switch is not yet in use). SNMPWalk seems to work fine.
X440G2-24p-10G4
So I have a couple of questions-
1. What did I miss or muck up possibly?
2. What if any context should I specify in Solarwinds?
configure snmpv3 add user "Vxx" engine-id ***** authentication md5 auth-encrypted localized-key *********** privacy privacy-encrypted localized-key *************
configure snmpv3 add group "grp_Vxx" user "Vxx" sec-model usm
configure snmpv3 add access "grp_Vxx" sec-model usm sec-level priv read-view "defaultAdminView" notify-view "defaultNotifyView"
configure snmpv3 add mib-view "orion" subtree 1.3.6 type included
configure snmpv3 add mib-view "grp_Vxx" subtree 1.3.6.1.2.1.1/f8 type included
configure snmpv3 add community "Vxx" name "Vxx" user "Vxx"
enable snmp access
disable snmp access snmp-v1v2c
enable snmp access snmpv3
disable snmpv3 default-group
Thanks for any help with this!