05-23-2018 09:16 AM - edited 03-01-2019 06:36 PM
I am getting the below error message when attempting to configure SNMP v3 credentials. Can anyone please advise why i am getting this error?
Device type: c2960c405-universalk9-mz.150-2.SE8/c2960c405-universalk9-mz.150-2.SE8.bin
switch(config)# snmp-server user S3cure V3Group v3 encrypted auth md5 testpw priv des testpw
%Error in Authentication password
switch(config)#
Actual SNMP config:
switch(config)# snmp-server group V3Group v3 auth read V3Read write V3Write
switch(config)# snmp-server view S3test iso included
switch(config)# snmp-server view V3Read iso included
switch(config)# snmp-server view V3Write iso included
switch(config)# snmp-server community S3test RO
switch(config)# snmp-server location SWC Clinic
switch(config)# snmp-server contact myserver IS 8888
Solved! Go to Solution.
05-23-2018 04:17 PM
Hello!
When you use the "encrypted" word you have to use the encrypted string in the password, so try this way: snmp-server user S3cure V3Group v3 auth md5 testpw priv des testpw
Please do not forget to rate useful post.
Best Regards,
05-23-2018 04:17 PM
Hello!
When you use the "encrypted" word you have to use the encrypted string in the password, so try this way: snmp-server user S3cure V3Group v3 auth md5 testpw priv des testpw
Please do not forget to rate useful post.
Best Regards,
05-24-2018 02:50 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide