> Can you give the list of snmpset'able values of net-snmp 
> version 5.1.2?

For those modules implemented using the old v4 API, try

        $ cd agent/mibgroup
        $ grep RWRITE, */*.c

That will give you a full list of all the writeable objects using
the v4 API.
  It's not quite as simple for the newer modules - you could search
for 'CAN_RWRITE', but that would only list the *group* registrations
including some writable objects (not necessarily all in that group).
You'd need to investigate each such registration individually to
determine what objects were or weren't writable.


Unfortunately there's no definitive list of all writable objects.
If you wish to draw one up, we'd be happy to add it to the project
documentation.

Dave

PS: Please - no HTML mail.  Thanks



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to