dlmod support

2006-08-04 Thread Fong Tsui
I am trying to configure dlmod support. --enable-shared=yes \ --with-mib-modules="ucd-snmp/dlmod" With above configuration option, I got an error: snmpd.conf: line 6: Warning: Unknown token: dlmod Do I miss something here? It seems HAVE_DLOPEN not being turned on. In mailist, I found the ema

snmptrapd forking multiple times

2006-08-04 Thread Patil, Suresh (Suresh)
Hi, I am using net-snmp version net-snmp-5.0.9-2.30E.6 that comes with redhat enterprise Linux 3.3. I am using the snmptrapd that comes with this version of Net-SNMP for receving SNMPV2 traps coming from another SNMP agent. I have placed the following directive in the snmptrapd.conf. traphand

Re: add multiple rows with 1 set - crash

2006-08-04 Thread Robert Story
Ok, so it seems like the second call is passing in the varbind's from the first. That shouldn't be happening, and I'll have to dig around to figure out why it is. table_container:row_insert: primary request oid:SNMPv2-SMI::zeroDotZero.1 table_container:row_insert: request[0] oid:SNMPv2-SMI::z

Re: persistent data storage

2006-08-04 Thread Dave Shield
On 04/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > 1. what will happen when agent start running and which function will be > executed init_system_mib() (Surely you could have guessed that!) In general, if the module is called "myModule.c", then the agent will look for a matchin

Re: Extend mib in Windows

2006-08-04 Thread Robert Story
On Thu, 3 Aug 2006 13:18:09 -0300 Wesley wrote: WNDF> 1 - I am constructing a new mib for windows 2000, i would like know if WNDF> there are same way to include my mib dynamic, as dlmod in Unix. You would have to find the windows equivalent of the dlmod() functions, and implement code in the agen

persistent data storage

2006-08-04 Thread Siva Prakash Reddy G
Title: Message    Hi!     1. what will happen when agent start running and which function will be executed ( system_mib.c)  

RE: Changing originator IP in trap/inform

2006-08-04 Thread Passera Pablo-APP015
Hi, Someone has a comment on this? We changed that code line in our implementation for proxying traps, and if you consider that this is a bug I would like to summit this change so it can be analyzed and eventually added to the source tree. Regards, Pablo -Original Message- From: [

RE: add multiple rows with 1 set - crash

2006-08-04 Thread Graeme Wilson
Hi Robert, You should find attached a couple of files with the debug you requested. File "crashMultiRow-patch1.txt" contains the debug when I tried to add multiple rows to the table with 1 snmpset command: snmpset -v1 -c public localhost elemCommandParameterRowStatus.1 i "4" \

Re: Persistent data sotrage

2006-08-04 Thread Dave Shield
On 04/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > When i say agent stop, which function is executed in system_mib.c file. system_store() When shutting down, the agent will call: - any routines registered using SNMP_CALLBACK_STORE_DATA - any routines registered using

Persistent data sotrage

2006-08-04 Thread Siva Prakash Reddy G
Title: Message    Hi!   When i say agent stop, which function is executed in system_mib.c file.