-1

I have net-snmp SNMPv3 agent. I have a MIB with read-only and read-write command. I know I can configure SNMPv3 user with read-only or read-write permissions - but, can I have more than that? Is there a way to configure for example full write permission and partial write and grant such permission to a user?

Thanks

Avner Flesch
  • 35
  • 1
  • 7
  • What do you mean by β€œfor example"? You didn't give an concrete example above. – Lex Li Mar 20 '19 at 02:38
  • Let us say we have MIB with 3 attribute - A is read-only, B and C are read-write. I want to define a user that has permission to write to B but not to C. is it possible? How? – Avner Flesch Mar 20 '19 at 07:05
  • Nice that someone that seems does not understand the issue downvote the question after 2 years :-( – Avner Flesch May 21 '21 at 09:49

1 Answers1

0

There are so called VACM views in SNMPv3. So you restrict access to particular branches in the tree. Find out more at: http://net-snmp.sourceforge.net/wiki/index.php/Vacm

Andrew Komiagin
  • 6,446
  • 1
  • 13
  • 23