Fw: Internal query fails to get delegated object's value

2007-04-27 Thread Emi . Yanagi
Let me explain more details on what I was doing and what I think was happening. I created an iquery session for calling netsnmp_query_get(). The iquery session has fd=5. When I query for local objects registered by the master agent, everything works fine. But when I query for delegated object, the

Snmptrapd Max size payload

2007-04-27 Thread Daniel Lacey
(I am sure this has been covered, but cannot find a reference...) What is the maximum payload that snmptrapd can receive? I have a device sending V2 traps that are being truncated... I cannot modify the sending code (it is proprietary), but can modify the receiver (Net-SNMP snmptrapd V5.3.1). I c

Re: timestamp of agent's responses

2007-04-27 Thread Nguyen Huy Ha
On 4/24/07, Dave Shield <[EMAIL PROTECTED]> wrote: On 24/04/07, Nguyen Huy Ha <[EMAIL PROTECTED]> wrote: > > Hi, Is it possible to get timestamps of responses right when they leave > > their agent, and how? You could turn on packet dumps, which by default would get logged in the agent's syslog

Re: SF.net SVN: net-snmp: [16304] trunk/net-snmp/mibs/UCD-SNMP-MIB.txt

2007-04-27 Thread Dave Shield
On 27/04/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > Shouldn't we make MIB clarifications in *all* active SVN branches rather > than just trunk? I did. See SVN revision 16303 Dave - This SF.net email is sponsored by DB2 E

Re: SF.net SVN: net-snmp: [16304] trunk/net-snmp/mibs/UCD-SNMP-MIB.txt

2007-04-27 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > Revision: 16304 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=16304&view=rev > Author: dts12 > Date: 2007-04-20 01:21:39 -0700 (Fri, 20 Apr 2007) > > Log Message: > --- > Long-term load average is calculated over 15 minutes, not 10. > Report

Re: shutdown_foo or deinit_foo

2007-04-27 Thread Dave Shield
On 23/04/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > I have another thought - would it be reasonable to change the dlmod code > to do something along the lines of this pseudocode: > > if deinit_xxx found > call deinit_xxx > else if shutdown_xxx found > call shutdown_xxx > else > i

Re: Hai need some clarification in the c++ sources of net SNMP

2007-04-27 Thread Dave Shield
On 27/04/07, rajasekhar kavuri <[EMAIL PROTECTED]> wrote: > register_config_handler("snmptrapd", "createUser", > usm_parse_create_usmUser, NULL, >"username (MD5|SHA) passphrase [DES > [passphrase]]"); > register_config_handler("snmptrapd",

Hai need some clarification in the c++ sources of net SNMP

2007-04-27 Thread rajasekhar kavuri
Hai, register_config_handler("snmptrapd", "createUser", usm_parse_create_usmUser, NULL, "username (MD5|SHA) passphrase [DES [passphrase]]"); register_config_handler("snmptrapd", "usmUser", usm_parse_config_usmUser