Re: agent_check_and_process: select info

2009-09-15 Thread Bart Van Assche
On Tue, Sep 15, 2009 at 1:07 AM, Mike Ayers mike_ay...@tvworks.com wrote: From: Sam V [mailto:sbazd...@hotmail.com] Sent: Monday, September 14, 2009 7:04 AM Thanks, let me know if you have an idea for a fix? It is easy to reproduce. Just let snmp agent run then set the system date and time

Thread base SNMP

2009-09-15 Thread Darshan Ghumare
Thank you sir. Do you know any open source SNMP implementation that satisfy my requirements? Regards Darshan -- Forwarded message -- From: Wes Hardaker harda...@users.sourceforge.net Date: Mon, Sep 14, 2009 at 10:01 PM Subject: Re: Thread base SNMP To: Darshan Ghumare

RE: SNMP v3 support from perl scripts

2009-09-15 Thread Gaikwad, Rupesh
Hello, I am trying to decrypt the encryptedPDU. my $var4 = $msgData-{encryptedPDU}; Trace(encryptedPDU:$var4); encryptedPDU:k¬ºïm=u¹ÖŠ‰÷É,ö8»cºÊ°³fÇåÙ¼p¡+˜ã ìÎËbÅOùvˆ†`¸ 7by4I8«òpPëè¼…ˆÊäºP)–vè9ËS‚ I want to know how can I use DES package to decrypt it? How to get a

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
Hi Mike, I am trying to decrypt the encryptedPDU. my $var4 = $msgData-{encryptedPDU}; Trace(encryptedPDU:$var4); encryptedPDU:k¬ºïm=u¹ÖŠ‰÷É,ö8»cºÊ°³fÇåÙ¼p¡+˜ã ìÎËbÅOùvˆ†`¸ 7by4I8«òpPëè¼…ˆÊäºP)–vè9ËS‚ I want to know how can I use DES package to decrypt it? How to get a

RFC2863 ifMIB

2009-09-15 Thread Ray Chang
Sorry if this question has been asked before. I'm having a hard time searching the archive. On the net-snmp website, I see that IF-MIB RFC2863 is supported. However, the OID tree shows just RFC1213 ifTable 1.3.6.1.2.1.2.1 instead of ifMIB 1.3.6.1.2.1.31. My questions are: (1)

Re: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Wes Hardaker
On Tue, 15 Sep 2009 15:05:10 +0530, Gaikwad, Rupesh rupesh_gaik...@bmc.com said: RG I am trying to decrypt the encryptedPDU. RG my $var4 = $msgData-{encryptedPDU}; Which perl module are you using to receive the notifications? That doesn't look like our supported modules. All of our code

Re: Thread base SNMP

2009-09-15 Thread Wes Hardaker
On Tue, 15 Sep 2009 14:22:48 +0530, Darshan Ghumare darshan.ghum...@gmail.com said: DG Do you know any open source SNMP implementation that satisfy my DG requirements? I personally don't as I haven't looked. Sorry. -- Wes Hardaker Cobham Analytic Solutions

Re: Configure won't create Makefile

2009-09-15 Thread Wes Hardaker
On Mon, 14 Sep 2009 14:27:23 -0400 (EDT), Bill Dodge bdo...@vm-vse4metrodc.com said: BD I have successfully set up net-snmp on 5 Red Hat servers but can not BD complete the process on a sixth server. It'd be really hard to guess from that what the problem is. Did you re-run configure

Net-SNMP 5.5.rc3 available for testing

2009-09-15 Thread Wes Hardaker
This will be the last release-candidate version of the 5.5 development and we should be releasing a formal 5.5 release next Monday. The one remaining issue is testing 5.5.rc3 on an AIX platform has turned up strange results. If anyone with concerns about 5.5 on AIX could please compile it and

Re: GCC warnings compiling mib2c output

2009-09-15 Thread Wes Hardaker
On Mon, 14 Sep 2009 15:44:58 -0400, Christopher Nelson chris.nelson.1...@gmail.com said: CN if (retval) { CN ui = SNMP_MALLOC_STRUCT(undoInfo); ui- len = retval_len; CN memdup((u_char **) ui-ptr, CN (u_char *) retval, ui-len); CN } CN which I believe is mib2c output, not something we added

RE: agent_check_and_process: select info

2009-09-15 Thread Sam V
Yes, ntpd is running on my system and it can set time backwards. Date: Tue, 15 Sep 2009 08:22:13 +0200 Subject: Re: agent_check_and_process: select info From: bart.vanass...@gmail.com To: mike_ay...@tvworks.com CC: sbazd...@hotmail.com; net-snmp-users@lists.sourceforge.net On Tue,

RE: agent_check_and_process: select info

2009-09-15 Thread Mike Ayers
From: Bart Van Assche [mailto:bart.vanass...@gmail.com] Sent: Monday, September 14, 2009 11:22 PM Thanks, let me know if you have an idea for a fix? It is easy to reproduce. Just let snmp agent run then set the system date and time backwards. What is the operational requirement for

RE: agent_check_and_process: select info

2009-09-15 Thread Sam V
Well, if ntpd starts up and time really of then there can be a big change, Subject: RE: agent_check_and_process: select info Date: Tue, 15 Sep 2009 10:48:53 -0700 From: mike_ay...@tvworks.com To: bart.vanass...@gmail.com CC: sbazd...@hotmail.com; net-snmp-users@lists.sourceforge.net

Re: agent_check_and_process: select info

2009-09-15 Thread Bart Van Assche
On Tue, Sep 15, 2009 at 7:48 PM, Mike Ayers mike_ay...@tvworks.com wrote: From: Bart Van Assche [mailto:bart.vanass...@gmail.com] Sent: Monday, September 14, 2009 11:22 PM Thanks, let me know if you have an idea for a fix? It is easy to reproduce. Just let snmp agent run then set the

Re: Configure won't create Makefile

2009-09-15 Thread Bill Dodge
I have all the packages installed on one of the good install systems now installed on the problem system and I have refreshed the tarball again and I still am not writing any Makefiles or net-snmp-config. I tried the suggesstion to create detailed output but had to do it from memory (I was too

Re: GCC warnings compiling mib2c output

2009-09-15 Thread Christopher Nelson
CN if (retval) { CN ui = SNMP_MALLOC_STRUCT(undoInfo); ui- len = retval_len; CN memdup((u_char **) ui-ptr, CN (u_char *) retval, ui-len); CN } CN which I believe is mib2c output, not something we added to the CN skeleton.  Has this warning been addressed in later versions? Later

RE: agent_check_and_process: select info

2009-09-15 Thread Mike Ayers
Then reboot! Apps (any apps) should certainly be able to handle clock changes, forward or back, of a second or less, without blinking. Time zone changes are nice to have, but some things barf on those (I have a cell phone that can't grasp the concept of moving between time zones).

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
Hi Wes, Thanks for your reply. Actually, I am trying with a perl script directly to decrypt the incoming encrypted data by using use Crypt::CBC; .. .. ScopedPduData ::= CHOICE { plaintextScopedPDU, encryptedPDU OCTET STRING } .. my $msgData = $msg-{msgData};