> I think I got the reason. I have compiled without vacm_var module. > That's why it's not able to check the community name.
Yup - that'd do it. > Actually, I want to remove the SNMP-VIEW-BASED-ACM-MIB objects > (vacmGroupName, vacmSecurityToGroupStorageType, > vacmSecurityToGroupStatus, etc). Do you want to remove the access control completely, or just the SNMP tables that interface to it? Up to now, these two have been tightly bundled together, and it hasn't really been possible to drop the SNMP tables without removing the access control completely. With the new 5.2 release, we've split these two aspects, so it should be possible to configure the agent to include "vacm_conf" (the snmpd.conf handling) but *exclude* "vacm_vars" (the MIB tables). But that's only with v5.2. With anything earlier, you'd have to set up a view to exclude access to the VACM tables, and suppress things that way. Dave ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
