cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1785
Views
0
Helpful
2
Replies

LMS 4, snmpv3 - Error performing SNMP operation

Reidar
Level 1
Level 1

Hi

I have a cat 3750 switch with the folowing snmp v3 config:

snmp-server group admin v3 priv

snmp-server user lmsadmin admin v3 auth md5 password1 priv aes 256 password2

The credentials on the device in LMS are as folowing, where Auth. password = password1 and private password = password2:

snmpv3.PNG

When I run a credentials verification job, I get the following error message:

Error performing SNMP operation.

I have tried this on LMS version 4.0 and 4.1 with the same result. What am I doing wrong? Any ideas?

1 Accepted Solution

Accepted Solutions

Michel Hegeraat
Level 7
Level 7

You have given SNMP read access on the device(s). If you give readwrite the "fault" shoud go away.

Cheers,

Michel

View solution in original post

2 Replies 2

Michel Hegeraat
Level 7
Level 7

You have given SNMP read access on the device(s). If you give readwrite the "fault" shoud go away.

Cheers,

Michel

Thank you.

After adding the folowing config it worked:

snmp-server group admin v3 priv write wr

snmp-server view wr iso included  <-- didn't work without this line

Regards

Reidar