> How can I create complex views of the MIB.

Have multiple "view" lines that use the same viewname.
These will be combined to form a single view.

>  How do I say, "public can see everything except the VACM tables and
> the snmpd reset bit" and "private can set everything except the VACM
> tables and the snmpd reset bit"?

Well the first requirement is to be able to refer to
    "everything except the VACM tables and the snmpd reset bit"

That would be something like:

        view mostOfIt  included   .1
        view mostOfIt  excluded   snmpVacmMIB
        view mostOfIt  excluded   snmpResetBit


Then you'd be able to set up access controls which make use of this view:

   access publicGroup .....  mostOfIt  none     none
   access privateGroup ....  mostOfIt  mostOfIt none
   access adminGroup ......  all       all      none

Dave



-------------------------------------------------------
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. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to