- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2011 06:32 AM
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:
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?
Solved! Go to Solution.
- Labels:
-
Network Management
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2011 10:00 AM
You have given SNMP read access on the device(s). If you give readwrite the "fault" shoud go away.
Cheers,
Michel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2011 10:00 AM
You have given SNMP read access on the device(s). If you give readwrite the "fault" shoud go away.
Cheers,
Michel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2011 10:40 AM
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
