Re: sysUpTime discrepancy

2013-09-18 Thread Mike Moreton
On Fri, 2013-09-13 at 20:46 +, Andy Cress wrote: > Folks, > > Currently net-snmp measures sysUpTime relative to when the snmpd > starts, and perhaps that is often the same as the overall system > uptime, but in some systems, the services could be restarted without > rebooting, so I am proposin

Re: snmp response OIDS

2013-09-18 Thread Anish
Hi, > a).1.3.6.1.6.3.15.1.1.2.0 > b).1.3.6.1.6.3.15.1.1.4.0 The reason of these OID are it's failing SECURITY violation, when the PDU is send over the snmp session with the attached varbind, and Agent response with the PDU, and PDU doesn't contains any error, but contains theses OID's, Check

Re: SNMP Installation error

2013-09-18 Thread Anish
did you get this error on which scenario ./configure or ./make or ./make install -- Anish From: Jam To: net-snmp-coders@lists.sourceforge.net Sent: Friday, 23 August 2013 12:50 PM Subject: SNMP Installation error Hello all, could you help me please w

Re: Some major issue with the net snmp

2013-09-18 Thread Anish
Hi Amirudeen, There is no limit to string length as long as String DataStructure can hold the value it will be fine. you told, you have shorten the length and it start working, what string you used at that time in Windows "\0\r" can cause problem use the snmpset with "-d" option that will tel

Re: snmp response OIDS

2013-09-18 Thread Magnus Fromreide
On Thu, 2013-09-12 at 07:13 +, AR, Giridhar wrote: > ALL, > > We need a suggestion regarding a snmp response being sent. > Our application the sending the snmpbulkrequest of the table > nodeTable.X > to fetch the node details. snmp response contains the following OIDs > > a).1.3.6.1.6.3.15

Re: It seems net-snmp is incompatible with openssl above 1.0.X

2013-09-18 Thread Bart Van Assche
On 09/09/13 14:13, 刘正 wrote: >When we compile net-snmp-5.5.2 with openssl-1.0.1e in windows OS, it > will fail with some defined macro missing. >I think it duo to the two binaries are incompatible in windows. >So, can you tell me which binary is compatible with openssl-1.0.1e? >And

Re: snmp response OIDS

2013-09-18 Thread Fulko Hew
On Sun, Sep 15, 2013 at 11:02 PM, AR, Giridhar wrote: > Did anybody had time to look into? FYI: Your original emails did not get delivered until today. That's why you hadn't seen any replies. ... snip ... > We need a suggestion regarding a snmp response being sent. > Our application the sendin

RE: snmp response OIDS

2013-09-18 Thread AR, Giridhar
Did anybody had time to look into? From: AR, Giridhar Sent: Friday, September 13, 2013 8:16 PM To: net-snmp-coders@lists.sourceforge.net Cc: Subramanian, Chandramouli; Santhanakrishnan, Ramkumar Subject: RE: snmp response OIDS Also we would like to know what is the workaround or the solution when

snmp response OIDS

2013-09-18 Thread AR, Giridhar
ALL, We need a suggestion regarding a snmp response being sent. Our application the sending the snmpbulkrequest of the table nodeTable.X to fetch the node details. snmp response contains the following OIDs a).1.3.6.1.6.3.15.1.1.2.0 b).1.3.6.1.6.3.15.1.1.4.0 Due to this our application is timing

It seems net-snmp is incompatible with openssl above 1.0.X

2013-09-18 Thread 刘正
Hi Net-SNMP Team, When we compile net-snmp-5.5.2 with openssl-1.0.1e in windows OS, it will fail with some defined macro missing. I think it duo to the two binaries are incompatible in windows. So, can you tell me which binary is compatible with openssl-1.0.1e? And if there is no binary m

SNMP Installation error

2013-09-18 Thread Jam
Hello all, could you help me please with installation issue, I'll get error /usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../x86_64-slackware-linux/bin/ld: /usr/local/lib/perl5/5.16.3/x86_64-linux/CORE/libperl.a(op.o): relocation R_X86_64_32S against `PL_sv_yes' can not be used when mak

RE: snmp response OIDS

2013-09-18 Thread AR, Giridhar
Also we would like to know what is the workaround or the solution when the application receives such OIDS Thanks Giridhar From: AR, Giridhar Sent: Thursday, September 12, 2013 12:46 PM To: net-snmp-coders@lists.sourceforge.net Cc: Subramanian, Chandramouli; Santhanakrishnan, Ramkumar Subject: RE

RE: snmp response OIDS

2013-09-18 Thread AR, Giridhar
We are using the version snmpv3. From: AR, Giridhar Sent: Thursday, September 12, 2013 12:44 PM To: net-snmp-coders@lists.sourceforge.net Cc: Subramanian, Chandramouli; Santhanakrishnan, Ramkumar Subject: snmp response OIDS ALL, We need a suggestion regarding a snmp response being sent. Our app

Some major issue with the net snmp

2013-09-18 Thread Amirudeen
Hi guys, I am using the net snmp source code on the client side. Using the Microsoft snmp manager I tried to send the following command : snmpset -v1 -c public 10.3.1.1 1.3.6.1.4.1.12868.100.1.1.5.26.2 s "2/0/r100s100i9r100s100i9r100s100i9r100s100i9r100s100i9r100s100i9r100s100i9" For

Question about truncating causing comm issue

2013-09-18 Thread Bao Nguyen
Hi everybody, Recently I have met the same issue as describing at http://sourceforge.net/p/net-snmp/bugs/1946/. The problem comes from the requestid field which has been filled with the number larger than 32 bit. I am using net-snmp version 5.3.0.1-25.5. As I see the issue stills in open status.

linkdown trap was generated for unused interface

2013-09-18 Thread Merlin li
Hi all, Hope everyone is OK. I met a problem as title, As i know this problem will happen in all versions of net-snmp. if we have the following configuration, all interfaces will be monitored. *notificationEvent linkUpTraplinkUp ifIndex ifAdminStatus ifOperStatus* *notificationEvent l