04-28-2021 04:04 PM
I have been trying to setup SNMPv3 on a test switch using the documentation here:
The initial configure command errors out after the authentication password and appears to now need to be broken out in two commands, one fo the authentication password and the other for the privacy password.
The first works - configure snmpv3 add user v3admin authentication md5 xxxxxxxxx
The second part I can’t figure out the command to set the privacy password and security. Anyone have updated documentation?
I tried using the snmpassist python script but it errors out after the setting the encryption type setting with:
Please enter your encryption type (3DES, AES, DES, HEX): aes
Traceback (most recent call last):
File "/usr/local/cfg/snmpassist.py", line 204, in <module>
main()
File "/usr/local/cfg/snmpassist.py", line 119, in main
(snmpuser, authtype, authpw, privpw, privtype))
Solved! Go to Solution.
04-28-2021 05:26 PM
OK issue solved by GTAC - Switch had enhanced security mode enabled so I had to turn off cli password prompting to enable the snmpv3 and then turn it back on again once completed.
04-28-2021 05:26 PM
OK issue solved by GTAC - Switch had enhanced security mode enabled so I had to turn off cli password prompting to enable the snmpv3 and then turn it back on again once completed.