Re: mib structure subtable problem

2010-12-21 Thread Joel Hansell
Hi Norman, Please don't put a table within a table. I'm pretty sure it's not a legal MIB construct, and it would certainly break a lot of things. Consider whether you can accomplish the same data association by using two separate tables, one having one index: moduleTable -moduleTableEntry

RE: help :- Problems with snmp agent NetSNMP-5.5 version while creating/spawning new thread (using pthread library interface)

2010-12-21 Thread Borra, Kishore Babu
Still I haven't got any info on this. It would be good, if there is atleast some view point on the issue mentioned. Thanks, Kishore From: Borra, Kishore Babu Sent: Monday, December 20, 2010 3:00 PM To: 'net-snmp-users@lists.sourceforge.net' Cc: 'Dave Shield' Subject: help :- Problems with snmp

snmpv3 context question

2010-12-21 Thread aravind narasimhan
Hi, With the following snmpd.conf with default context I can perform snmpwalk -v 3 -u public -a MD5 -A public123 -l authNoPriv localhost:1161 UCD-SNMP-MIB::dskEntry (it works) agentaddress 1161 ## SNMPv3 config ## Comment out the following lines if you don't want SNMPv3 configuration ## #

Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Wes Hardaker
We've released Net-SNMP 5.6.1.rc1 which contains bug fixes over the 5.6 release. Please give it a whirl and let us know how it works for you! https://sourceforge.net/projects/net-snmp/files/net-snmp/5.6.1-pre-releases/ Note: the NEWS file in the .tar.gz and .zip files list 5.7; they should

RE: Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Borra, Kishore Babu
Hi Wes, I want to know if the multithreading issue in 5.5 got resolved in the latest version(5.6.rc1).(i.e spawning 2 or more threads from the snmpd agent using pthread library) Thanks, Kishore -Original Message- From: Wes Hardaker [mailto:harda...@users.sourceforge.net] Sent:

Re: Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Bart Van Assche
Hi Kishore, Net-SNMP 5.6.rc1 is single-threaded, so how could there be a threading issue ? Bart. On Tue, Dec 21, 2010 at 5:50 PM, Borra, Kishore Babu kishorebabu.bo...@te.com wrote: Hi Wes, I want to know if the multithreading issue in 5.5 got resolved in the latest version(5.6.rc1).(i.e

RE: Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Borra, Kishore Babu
Hi Bart, I was trying to spawn the TCP server thread from one of the mib extension file of the SNMP agent (Required for one of the applications). But I was unsuccessful in creating a thread using NETSNMP 5.5 version agent. That is the reason I was asking, if this can be done, in 5.6.rc1

Re: Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Bart Van Assche
Hi Kishore, The issue you describe is most likely completely independent of Net-SNMP. Bart. On Tue, Dec 21, 2010 at 6:13 PM, Borra, Kishore Babu kishorebabu.bo...@te.com wrote: Hi Bart, I was trying to spawn the TCP server thread from one of the mib extension file of the SNMP agent

Excluding ARP entries

2010-12-21 Thread Timo Schoeler
Hi, I have a medium catastrophe happening: A server on which I run net-snmp (it's a CentOS machine, so it runs a certainly not-too-recent net-snmp-5.3.2.2-9.el5_5.1 from the packages) has a rather big ARP table (5000 entries). I suspect this the reason to have snmpd eat almost 100% CPU when

Re: snmpv3 context question

2010-12-21 Thread Wes Hardaker
I have a binary that is collecting stats from this agent on port 1161 and another running on port 161. I figured this may be because both the agents use default context, so to the agent with the above config I tried adding context based on an earlier e-mail thread as below. If you have two

Re: mib structure subtable problem

2010-12-21 Thread Wes Hardaker
On Tue, 21 Dec 2010 10:47:10 +0100, Joel Hansell joel.hans...@gmail.com said: JH Please don't put a table within a table. I'm pretty sure it's not a JH legal MIB construct, and it would certainly break a lot of things. For the record: you're right, it's not legal :-) -- Wes Hardaker Cobham

Re: Problem in init_snmp in visual c++ (and Qt)

2010-12-21 Thread Wes Hardaker
init_snmp(foo) bootstraps the net-snmp library. It's very required. The foo argument names the application, and most specifically tells it to look for foo.conf files. -- Wes Hardaker Cobham Analytic Solutions --

Re: Traphandle for multiple traps -sometimes drops or delay

2010-12-21 Thread Wes Hardaker
On Sun, 12 Dec 2010 11:00:19 +0800, Sateesh Hegde sateesh.he...@gmail.com said: SH What I have seen is that either some traps are dropped or a long delay in SH processing. I have a very high volume of incoming traps. Would appreciate SH your advise. My best guess is that the traps are coming

Re: help :- Problems with snmp agent NetSNMP-5.5 version while creating/spawning new thread (using pthread library interface)

2010-12-21 Thread Wes Hardaker
On Tue, 21 Dec 2010 17:31:22 +0530, Borra, Kishore Babu kishorebabu.bo...@te.com said: BKB Still I haven't got any info on this. It would be good, if there is BKB atleast some view point on the issue mentioned. I've noticed you've sent your questions about once a day to the list. Please

searching for a consultant to deploy an SNMP environment in a linux appliance

2010-12-21 Thread Tzury Bar Yochay
Hi, I am looking to hire an experienced NET-SNMP user to design, configure and deploy the SNMP part in a linux based project I am working on. The scope of the project is all is about to configure the default install (permissions, default mibs, etc.), according to the spec I will provide. Write a

Re: snmpv3 context question

2010-12-21 Thread aravind narasimhan
Hi Wes, Sorry I hadn't actually stated what problem i have when collecting stats from both agents. One of the agents is proprietary that links with netsnmp (port 161) and the other is the stock snmpd (for dsk, cpu and mem info in UCD-SNMP-MIB) that comes with redhat. The application that is