Re: sysUpTime discrepancy

2013-09-19 Thread Magnus Fromreide
On Thu, 2013-09-19 at 07:56 +0100, Mike Moreton wrote: > 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, th

Re: Some major issue with the net snmp

2013-09-19 Thread Niels Baggesen
Den 06-09-2013 06:39, Amirudeen skrev: > I am using the net snmp source code on the client side. And what are you using on the agent side? > 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 som

Re: Windows Net-SNMP Binaries Really Out of Date (2009/2011)

2013-09-19 Thread Tom McCurdy
A small request: Would someone who knows how to release some updated binaries for windows both 32 and 64 bit versions? I was on sourceforge and as far as I could tell 32-bit windows net-snmp-5.7.0-1.x86.exe

Re: Some major issue with the net snmp

2013-09-19 Thread Anish
Hi Amirudeen, is the OID having the size limit in the MIB, please check the MIB definitions once SYNTAX OCTET STRING (SIZE (0..1024)) SYNTAX OCTET STRING (SIZE (0..30) -- Anish From: Amirudeen To: 'Anish' Cc: 'Net-snmp-coders' ; Yvonne Er ; Devadoss Ba

Re: SNMP Installation error

2013-09-19 Thread Anish
This is due to the default when you install the development libraries perl not installed by default, Reconfigure, recompile, install perl, and then compile the net-nsmp, everything goes smoothly. if you have yum support search perl dev modulues yum search perl Hope this resolve the problem.

Re: About truncating causing comm issue

2013-09-19 Thread Niels Baggesen
Den 19-09-2013 09:52, Bao Nguyen skrev: > 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

About truncating causing comm issue

2013-09-19 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 statu