cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1082
Views
5
Helpful
3
Replies

cisco works and snmp v3

mlopacinski
Level 1
Level 1

Hello

I've just installed cisco works with LMS 3.

But when i wanted to add devices using snmp v3 encryption i do not have any fields for encryption (there is only username/password/engineid/type of authentication). Lack of private encryption password or type of encryption. Does it mean that cisco works does not support full snmp v3 with encryption ?

Thanx

1 Accepted Solution

Accepted Solutions

David Stanford
Cisco Employee
Cisco Employee

AuthPriv was added in LMS 3.0.1. Which release are you running?

View solution in original post

3 Replies 3

David Stanford
Cisco Employee
Cisco Employee

AuthPriv was added in LMS 3.0.1. Which release are you running?

Thanks for help, i had version 3.0 of LMS, i'm installing 3.0.1 right now.

Hi , not sure if encryption is a requirement on your side, but i use AuthPriv only. not encryption: here a nice sample:

snmp-server group netops v3 auth write cview

snmp-server group helpdesk v3 noauth read hdview

snmp-server group netops v3 auth write v1default

snmp-server view cview mib-2 included

snmp-server view cview cisco included

snmp-server view cview internet included

snmp-server view cview v1default included

snmp-server view hdview mib-2 included

snmp-server view hdview internet included

snmp-server view hdview cisco excluded

snmp-server user cw2k netops v3 auth md5 XXXXXX

snmp-server user cwhd helpdesk v3

snmp-server ifindex persist

snmp-server trap-timeout 120

snmp-server queue-length 30

snmp-server system-shutdown

snmp-server host 10.0.1.5 version 3 auth cw2k config entity envmon snmp

cheers