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 Date: Mon, Sep 14, 2009 at 10:01 PM Subject: Re: Thread base SNMP To: Darshan Ghumare Cc: net-snmp-users@lists.sourceforge.net

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

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 ge

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) Doe

Re: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Wes Hardaker
> On Tue, 15 Sep 2009 15:05:10 +0530, "Gaikwad, Rupesh" > 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 handles t

Re: Thread base SNMP

2009-09-15 Thread Wes Hardaker
> On Tue, 15 Sep 2009 14:22:48 +0530, Darshan Ghumare > 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 > 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 from a fresh unt

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 r

Re: GCC warnings compiling mib2c output

2009-09-15 Thread Wes Hardaker
> On Mon, 14 Sep 2009 15:44:58 -0400, Christopher Nelson > 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 to the CN

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

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 req

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.n

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 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 system dat

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 versi

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). Fo

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

How to create Master agent & Sub-agents.

2009-09-15 Thread purushotam rao
Dear Sir, For my project I am using net-snmp. I have divided the SNMP parameters in three categories. Alarms-mib.txt Controls-mib.txt Configuration-mib.txt Each of these mibs should be placed in three different sub-agents. But master agent should be available on the standard transport address t

How to create Master-Agent & Sub-agent

2009-09-15 Thread purushotam rao
For my project I am using net-snmp. I have divided the SNMP parameters in three categories. Alarms-mib.txt Controls-mib.txt Configuration-mib.txt Each of these mibs should be placed in three different sub-agents. But master agent should be available on the standard transport address to re

Re: agent_check_and_process: select info

2009-09-15 Thread Bart Van Assche
On Tue, Sep 15, 2009 at 11:16 PM, Mike Ayers wrote: > 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 gra