On 4 June 2010 19:41, Juan Carlos Franzoy <[email protected]> wrote: > I run: snmpset -v 1 -c public localhost 1.3.6.1.4.1.4908.3.20.5 i 1
So you are issuing a SET command, using the community "public". i.e. attempting to write to the agebt > # grep -v '^#' /usr/local/net-snmp-5.5/share/snmp/snmpd.conf > rocommunity public So the community "public" has read-only access. You can use it for GET requests, but not SET requests. > Nothing hapends between snmpd and subagent. Correct. The master agent is detecting that "public" does not have sufficient access to perform SET requests. So it rejects the request. There's no point forwarding the request to the subagent, since it's not authorised in the first place. Dave ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ 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
