I'm having trouble getting SNMPv3 to work on a Cisco 3750G switch. I'm trying to add a new community name/user to an existing environment, starting from scratch isn't an option.
Here is the following config I've tried using:
ip access-list standard 90
remark //// SNMP Community ACL \\\\
20 permit host 110.220.182.96
30 deny any log
ip access-list extended SSH2-IN
remark //// SSH NA Accesss \\\\\
permit tcp host 110.220.182.96 any eq 22
permit tcp host 110.220.182.231 any eq 22
ip access-list standard 91
remark //// SNMP user ACL \\\\\
access-list 91 permit 110.220.182.96
access-list 91 permit 110.220.182.231
ip access-list standard 92
remark //// TFTP Server \\\\
access-list 92 permit 110.220.182.96
snmp-server community Switches RO 90
snmp-server host 110.220.182.96 version 3 noauth SwitchesUser
snmp-server group SwitchesGroup v3 priv
snmp-server user SwitchesUser SwitchesGroup v3 auth md5 SwitchesUserP@$$ priv des SwitchesPrivP@$$ access 91
snmp-server tftp-server-list 92
snmp-server trap-source vlan 80
Add Node configuration:
SNMPv3 username: SwitchesUser
SNMPv3 Context: SwitchesGroup
SNMPv3 Authentication:
Method: MD5
Password: SwitchesUserP@SS
SNMPv3 Privacy:
method: des
Pssword: SwitchesPrivP@$$
I've tried using the same credentials under the read/write SNMPv3 credentials and leaving it blank. The only error I get is on the Add node configuration page that says "Test failed". is there a way to enable debugging on the switch to see where the authentication is failing? Is there more detailed logs inside of SolarWinds I can reference? Thanks for the assistance!
Josh