On 21/02/2008, Vishal N <[EMAIL PROTECTED]> wrote: > netsnmp_register_scalar(.... > HANDLER_CAN_RWRITE));
OK > My snmpd.conf file looks like > > rocommunity public > rocommunity system > How to configure access control in agent? That's what the two lines above do. They grant read-only access to these two communities. Which would explain why a SET command fails. You've configured read-only access, not read-write. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
