cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7718
Views
0
Helpful
3
Replies

snmpv3 write

a.hajhamad
Level 4
Level 4

Hi,

When i'm trying to config snmpv3 to a devices, i didn't see write or read privileges like snmpv2c?

Does snmpv3 read only privilege?

Thanks in advance

Abd Alqader

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

You can assign a write view to an SNMPv3 group. For example:

snmp-server group v3group v3 auth write v1default

This will allow any user in this group to write all typical read-write or read-create objects.

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

You can assign a write view to an SNMPv3 group. For example:

snmp-server group v3group v3 auth write v1default

This will allow any user in this group to write all typical read-write or read-create objects.

Thanks.

I got it.

I need to add write to the default view (v1default).

I tried before another new view name and i didn't get write privileges.

Thanks again

You can create your own view if you want to limit write access to only certain objects. However, you must define that view name before it will work.