Hello,
since we've updated ISE to 3.3 p2 we have some Problems with snmp v3.
on the prod devices (SNS 3615) it was ok after Firmware Upgrade, but on the Test (VMWare) I can get snmp v3 to work:
snmp-server enable
snmp-server contact some-adress
snmp-server engineid xxx
snmp-server location VMWARE
snmp-server user user1 v3 sha1 hash ********** **********
snmp-server user user2 v3 sha1 hash ********** **********
snmp-server user user3 v3 sha256 hash ********** **********
usually, when I do: "no snmp-server enable", the snmp-config should be cleared, but nothing is cleared.
If I change the engineid (I know it's the serialnumber) the snmp-users should be cleared, but nothing is cleared.
If I try to delete the user, I get the message:
sv000400/admin(config)#no snmp-server user ?
Description: Add snmp user
Possible completions:
user1 user2 user2
----------------------
no snmp-server user user1:
syntax error: incomplete path
if I want to delete the user with complete details:
"Error: element does not exist"
I know about this: https://community.cisco.com/t5/network-access-control/ise-snmpv3-deleting-username-design-flaw/td-p/4683150
But doesn't help.
Any other Ideas?
Thank you