Re: MFD agent and agentX

2007-05-11 Thread Shawn McManus
On Thu, 2007-05-10 at 16:29 +0100, Dave Shield wrote: On 10/05/07, Shawn McManus [EMAIL PROTECTED] wrote: That's the default access control settings. See the FAQ entry: I can see the system group, but nothing else. Why?

Re: RE: fetch/poll asynchronously variables

2007-05-11 Thread Dave Shield
On 11/05/07, Deybach Florent [EMAIL PROTECTED] wrote: Ok and what if the update is not ignited by the agent ? i.e. The agent cannot fetch itself the values in another application but the agent register on a server and the server send periodically (but when never know when, so we have

libperl.a: could not read symbols:Bad value

2007-05-11 Thread Awadhesh Kumar
Hi, My linux machine [Linux ggns1bfx01.hsc.com 2.6.9-22.EL #1 Mon Sep 19 17:49:49 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux] has installed version of net-snmp 5.1.4 . Now i am installing the Net-SNMP-5.4 from source code. When i give command make it gives following error. rm -f

Re: Net-SNMP Traps

2007-05-11 Thread Dave Shield
On 11/05/07, Daniel Coelho [EMAIL PROTECTED] wrote: I tried the trap generator snmptrap with the object coldStart.0 but I only get $ /usr/bin/snmptrap -v 1 -c public localhost 42 coldStart.0 unknown host: coldStart.0 Strange - that ought to trigger a usage error. Try snmptrap -v 1 -c

Net-SNMP Traps

2007-05-11 Thread Daniel Coelho
Hello, I started using Net-SNMP recently and I´ve been capable of doing only some snmpgets and snmpsets... Now I would like to receive some traps but I can't see how to do it... I tried the trap generator snmptrap with the object coldStart.0 but I only get $ /usr/bin/snmptrap -v 1 -c public

Re: Net-SNMP Traps

2007-05-11 Thread Thomas Anders
Dave Shield wrote: authcommunity log,execute.net public Just in case you do copy-n-paste, this should of course read authcommunity log,execute,net public +Thomas -- Thomas Anders (thomas.anders at blue-cable.de)

Re: Please help with table registration in netsnmp.

2007-05-11 Thread Dave Shield
On 11/05/07, cpnr Reddy [EMAIL PROTECTED] wrote: Tables are registered as follows: 1.my_handler = netsnmp_create_handler_registration(buf, my_table_handler, my_table_oid,

Re: Timing and Performance between two versions of net-snmp

2007-05-11 Thread Thomas Anders
Jay Johnston wrote: Thanks for the reply. To answer your questions, I am using snmpbulkwalk to walk 8 specific OIDs. The process should take under 6 minutes. When I use v4.2.1 it works fine. When I use v5.0.7, it can take upwards of 25 minutes. I am running hte exact same tests with

RE: Extending an Agent

2007-05-11 Thread Mark Riehl
Dave - I tried to use the mib2c config file you suggested. It generates a few bugs in the c file that are pretty easy to see, others are a little more confusing. For example, it generates the following function definition: /* * create a new row in the table */ struct

Re: Timing and Performance between two versions of net-snmp

2007-05-11 Thread Jay Johnston
Hi Thomas, Thanks for the reply. To answer your questions, I am using snmpbulkwalk to walk 8 specific OIDs. The process should take under 6 minutes. When I use v4.2.1 it works fine. When I use v5.0.7, it can take upwards of 25 minutes. I am running hte exact same tests with the only

Re: Timing and Performance between two versions of net-snmp

2007-05-11 Thread Dave Shield
On 11/05/07, Jay Johnston [EMAIL PROTECTED] wrote: What do you mean by: Did you compare the number of objects those versions return? I am walking the same OIDs for the same amount of data to be returned. I suspect that Thomas is asking whether the two versions of the

Re: Timing and Performance between two versions of net-snmp

2007-05-11 Thread Jay Johnston
Hi Thomas, Maybe I'm misunderstanding you. What do you mean by: Did you compare the number of objects those versions return? I am walking the same OIDs for the same amount of data to be returned. I can not find a version of net-snmp 5.4 for Solaris. The latest I seem to find is v5.2.2.

Re: net-snmp compile on hp-ux

2007-05-11 Thread Thomas Anders
[EMAIL PROTECTED] wrote: With your help I have successfully compiled net-snmp on hp-ux. I use netsnmp library (libnetsnmp.a) for sending traps from my application. So far I have successfully used ntsnmp library for 32 bit applications. Now I have to compile my program in 64 bit. I have