Re: Implementing LLDP MIB - table index problem

2011-08-10 Thread Robert Story
On Tue, 9 Aug 2011 10:49:40 -0700 Joshua A wrote: HJA> I used the mib2c.mfd.conf to generate the stub code, and modified it where HJA> needed. The agent will run, but whenever I query it, it responds with a HJA> "No such instance currently exists at this OID" message. [...snip...] HJA> helper:tab

Auto Reply: Re: Implementing LLDP MIB - table index problem

2011-08-10 Thread ron . bets
This is an auto-replied message. I am out of office right now. I will be back in the office 22 August 2011. -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of dep

Re: NET-SNMP Compile Errors

2011-08-10 Thread Robert Story
On Tue, 9 Aug 2011 17:04:27 -0400 Michael P. wrote: LMP> I have tried compiling NET-SNMP on three IBM 6.1 servers now with no LMP> luck. There is a warning that comes up (see attached on page 33) that LMP> says to report the warning to this email address. The hard failure is LMP> further down on

Re: Sending out trap when a process crashed

2011-08-10 Thread Wes Hardaker
> On Tue, 9 Aug 2011 10:09:54 -0700, "Phong Nguyen (ndphong)" > said: PN(> Could I use the DisMan Event MIB to generate the trap in my monitoring PN(> process? You can, but it'll be subject to similar delays. You'll need to tell it to monitor your agent with a particular frequency. If

Re: Facing issue with engineBoots

2011-08-10 Thread Wes Hardaker
> On Tue, 9 Aug 2011 19:14:32 +0530 (IST), Sasikumar > said: S>   I am using following version of net-snmp 5.4.2.1, in this version I S> am facing following  issue when agent runs for certain period of time S> the engineBoot in the snmp response packet is getting reset to value S> 1. Bu

Re: consistent response handling for running out of resources

2011-08-10 Thread Robert Story
On Thu, 4 Aug 2011 13:08:50 +0100 Lewis wrote: LAV> We are trying to provide a consistent response if a manager attempts to LAV> send too many sub-requests within a single request. We have finite LAV> resources and so at some point a malloc will fail and depending where it LAV> does, the net-snmp e

Re: Sending out trap when a process crashed

2011-08-10 Thread Dave Shield
On 9 August 2011 18:09, Phong Nguyen (ndphong) wrote: > In my case, I'd spawn the killed process again How are you restarting the killed process? Because that would be the natural point at which to generate the trap. If you've got a script that will restart the killed process, then simply add a

Re: NET-SNMP Compile Errors

2011-08-10 Thread Robert Story
On Wed, 10 Aug 2011 10:23:00 -0400 Michael P. wrote: LMP> "transports/snmpUDPBaseDomain.c: In function 'netsnmp_udpbase_sendto': LMP> LMP> transports/snmpUDPBaseDomain.c:345: error: 'MSG_DONTWAIT' undeclared LMP> (first use in this function) LMP> LMP> transpo

RE: Sending out trap when a process crashed

2011-08-10 Thread Phong Nguyen (ndphong)
Hi Dave, My other question is what appropriate oids I should use for the trap. I could see some pre-defined traps for link up/down, cold start, warm start, but not for a process to be restarted. Thanks, Phong -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemai

RE: NET-SNMP Compile Errors

2011-08-10 Thread Lomax, Michael P.
Just as your latest email below arrived I had completed a `make test` against 5.7.1.pre1. Leading up to that point, I got the following during the run of `configure`: "checking whether the Perl function system() invokes a POSIX shell... syntax error at -e line 1, at EOF Execution of -e aborte

Re: 5.7.1.pre1 available for testing

2011-08-10 Thread Claus Klein
Hi Wes, I have tested the new net-snmp version on my mac-book. In general it works fine. But I have noticed erros at snmpd.log file: looks like a 64bit wrap, but prev!=new c64 32 bit check failed looks like a 64bit wrap, but prev!=new c64 32 bit check failed looks like a 64bit wrap, but prev!

Need help for engineBoots

2011-08-10 Thread Senthil Nathan
Hi All, We have been using the net-snmp-5.4.2.1 version of stack for our project in version 3 based Network Management system. The master agent respond with the set/get operation with out any problem.In certain time,the engineBoots value in reponse PDU coming as "1".I have checked the persi