Help Regarding SNMP NMS

2010-04-20 Thread umar farooq
Dear All, I am using Net-SNMP as SNMP solution for my application. I can successfully use Net-SNMP command line querying tools to query different agents.  Is there any opensource GUI based SNMP query tool (get, getnext, table, walk etc) compliant with Net-SNMP? Also, is there any simple NMS

Re: Help Regarding SNMP NMS

2010-04-20 Thread Peter Hicks
Hello umar farooq wrote: I am using Net-SNMP as SNMP solution for my application. I can successfully use Net-SNMP command line querying tools to query different agents. Is there any opensource GUI based SNMP query tool (get, getnext, table, walk etc) compliant with Net-SNMP? tkmib.

Delay in processing get next request for host MIB tree

2010-04-20 Thread A Singh
Dear Net-SNMP experts, Please help me the following issue. On an RHEL5 Linux server: $ uname -a Linux localhost.localdomain 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux When I issue getnext command, it takes around 6 sec to process a request for OIDs under host

RE: Help Regarding SNMP NMS

2010-04-20 Thread PEOPLES, MICHAEL P (ATTSI)
Cacti is a very popular and powerful tool GUI tool (www.cacti.net). You might also consider Nagios (www.nagios http://www.nagios. .org). Both can use SNMP as the data collection engine. Cacti provides graphs for trend analysis. Nagios provides alarming and alerting based upon thresholds you

Re: Help Regarding SNMP NMS

2010-04-20 Thread Daniel Savard
Alternatively to Nagios, you might consider Icinga (http://www.icinga.org/) which is a fork of Nagios and is pure Open Source. Another one to consider: RiverMuse Core (http://www.rivermuse.org/), there is a Pro version which is not Open Source, the Core version is released under GPL3. Daniel

Re: Help Regarding SNMP NMS

2010-04-20 Thread Les Mikesell
umar farooq wrote: Dear All, I am using Net-SNMP as SNMP solution for my application. I can successfully use Net-SNMP command line querying tools to query different agents. Is there any opensource GUI based SNMP query tool (get, getnext, table, walk etc) compliant with Net-SNMP?

Help on subagent implementaiton in perl

2010-04-20 Thread Srinivasa Reddy P
Hi All, In my project, planning to use NetSNMP product for Master and SubAgent framework. For easy of implementation, planning to use NetSNMP::agent perl package to implement subagent. The example provided in the NetSNMP::agent ( http://search.cpan.org/~hardaker/NetSNMP-agent-5.0401/agent.pm) is

net-snmp, agent x and c#

2010-04-20 Thread Fulko Hew
Does anyone have any experience in creating Agent X subagents in C#? I have a project that is being written in C# (.Net) that needs to have SNMP telemetry and traps added, and therefore I'm looking for some kind of library that those developers could use to provide connectivity to the Net-SNMP

Re: Net-SNMP 5.4.3.rc2 and 5.2.6.rc2 available for testing

2010-04-20 Thread Bart Van Assche
On Sat, Apr 10, 2010 at 12:50 AM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: New release candidate versions of the 5.4.x and 5.2.x packages are now available from the SourceForge download servers. The main changes since the rc1 versions are: - Proper handling of multiple matching VACM

RE: snmp walk error

2010-04-20 Thread Mike Ayers
From: Harendra Pratap Singh [mailto:harendra.si...@globallogic.com] Sent: Monday, April 19, 2010 10:49 PM When I run the following command on command line on suse linux machine, it is throwing the following errors. Could you please tell me the cause of the errors? No, but I can

RE: Unable to mib2c the ALARM-MIB

2010-04-20 Thread Mike Ayers
From: Kavita Raghunathan [mailto:kavita.raghunat...@skyfiber.com] Sent: Tuesday, April 20, 2010 12:40 PM The following line is not liked by mib2c: Any idea why? IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, Unsigned32, Gauge32, TimeTicks, Counter32,

Net-SNMP

2010-04-20 Thread Piljoo Choi
Hello all member, If I want my manager to send Net_SNMP get/set within C++ code, what APIs or library should I use? Is it in Net-SNMP source code folder? If so,Is there any code example - how can my manager sends get/set request to a client? Or should I look for a third party c++ APIs ?