I can't seem to get write access to work with V3. Read access works find. Here is my snmpd.conf file
#### # First, map the community name (COMMUNITY) into a security name # (local and mynetwork, depending on where the request is coming # from): # sec.name source community com2sec local localhost public com2sec mynetwork default public #### # Second, map the security names into group names: # sec.model sec.name group MyRWGroup v1 local group MyRWGroup v2c local group MyRWGroup usm local group MyROGroup v1 mynetwork group MyROGroup v2c mynetwork group MyROGroup usm mynetwork #rocommunity6 public #rwcommunity6 public #### # Third, create a view for us to let the groups have rights to: # incl/excl subtree mask view all included .1 80 #### # Finally, grant the 2 groups access to the 1 view with different # write permissions: # context sec.model sec.level match read write notif access MyROGroup "" usm auth exact all all none access MyRWGroup "" usm auth exact all all none pass .1.3.6.1.4.1.469 /mnt/nnmp_interface/nnmp_interface pass .1.3.6.1.4.1.1963 /mnt/nnmp_interface/nnmp_interface pass .1.3.6.1.2.1.17 /mnt/nnmp_interface/nnmp_interface pass .1.3.6.1.2.1.10.7 /mnt/nnmp_interface/nnmp_interface rwUser intermec auth rwUser norand auth Any ideas what I am doing wrong? Thanks, Brian ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
