Re: watched

2007-08-02 Thread Nikolett C
Sorry, it was: Bad value name (xyz) by the snmpset command.. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using

Re: watched

2007-08-02 Thread Nikolett C
Hi Dave, thank you for answering. I did this: ./configure --with-mib-modules=examples/watched make make install killall snmpd /usr/local/sbin/snmpd export MIBS=+NET-SNMP-EXAMPLES-MIB snmpget -v2c -c public localhost NET-SNMP-EXAMPLES-MIB::netSnmpExampleString.0 -NET-SNMP-EXAMPLES-MIB

watched

2007-08-02 Thread Nikolett C
Mission successed : ) I changed the syntax from Integer32 to Octet String, and it works already perfectly with snmpget and also with snmpset. I'm happy. Thank you for not answering :- ) and letting me do it alone. Have a nice day!

Re: watched

2007-08-02 Thread Dave Shield
On 02/08/07, Nikolett C [EMAIL PROTECTED] wrote: Mission successed : ) I changed the syntax from Integer32 to Octet String, and it works already perfectly with snmpget and also with snmpset. Oops! Thanks for pointing this out - I've now tweaked the MIB file in the various SVN branches to fix

watched

2007-08-01 Thread Nikolett C
Thank you very much! I'd like to ask why I got this answer after an snmpget: Wrong type, should be integer. BTW it wrote out the string ('So long and...') correctly. Is there anything that can be done to remove this error message? Thank you!