RE: Problems Configuring Our Agent

2004-11-20 Thread Jeff Johnson
i don't know if this is the only problem, but one issue is that you define a view named "systemview" but you reference a view named "all" in the access command. they need to match. From: [EMAIL PROTECTED] on behalf of Toth, Gregory S Sent: Sat 11/20/2004 1:21 PM

Problems Configuring Our Agent

2004-11-20 Thread Toth, Gregory S
We are currently in the process of migrating our Ucd 4.2.5 agent to the net-snmp package. We have developed several modules for the 4.2.5 version that we are trying to run in the new (net-snmp) agent. From what we have read 4.2.5 mib modules are compatible with the net-snmp package. We have been

Re: user-array: row deletion and RowStatus

2004-11-20 Thread Coders
On Fri, 19 Nov 2004 13:46:03 + Dave wrote: DS> The first is how to delete a particular row from a table. DS> The 'delete_row' hook routine seems to be concerned with releasing DS> the per-row data structure, rather than removing it from the table DS> container. There seems to be some code w

Re: Porting net-snmp to uClinux. Who can help?

2004-11-20 Thread Coders
On Fri, 19 Nov 2004 17:02:19 +0800 Yi wrote: YH> I wrote a mib module and need to port it to uClinux which doesn't support YH> 'shared object'(*.so). YH> YH> How can I do it then? Use static libraries. Configure with --disable-shared --enable-static. -- Robert Story; NET-SNMP Junkie Support: <

Re: set different snmp trap port?

2004-11-20 Thread Coders
On Fri, 19 Nov 2004 10:24:40 +0800 Goh, wrote: GYM> May I know how can we change our trap listener port for net-snmp? I believe it can be changed on the command line. Eg 'snmptrapd udp:1162' will listen on port 1162 GYM> FYI, I have 2 agent machines which will point to a same snmp trap GYM> liste