0
votes
1answer
23 views
snmp and platform specific information
I need to come with a strategy to use gather information about the health of my linux platform, hardware health such as high CPU temperature and may be disk space usage, etc... I k …
3
votes
4answers
574 views
How can I parse a raw SNMP trap in Perl?
A few weeks ago I wrote an SNMP relayer for our ops group. They have some dumb devices that can only send traps to a single IP, and we have a monitoring system that listens on mul …
1
vote
1answer
44 views
how to send net-snmp traps from “C”
Hi,
I need to write code to send traps from my application (using net-snmp APIs)
Anyone has a simple sample code to do that?
Thanks,
Gil
0
votes
3answers
37 views
Object Oriented module/definition for networking devices/topology ?
Is there any module/definition available for a class/schema for representing the topology, connection, access details etc of networking devices ? The intent is to use this for auto …
0
votes
1answer
35 views
SNMP in Java, specifically to be JMX adapter.
Hi,
I have a few JAVA application that I monitor using JMX.
I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the …
1
vote
7answers
663 views
Managing Cisco programatically; Telnet vs SNMP?
I was recently approached by a network-engineer, co-worker who would like to offload his minor network admin duties to a junior-level helpdesk tech. The specific location in need …
0
votes
2answers
42 views
SNMP OIDs Documentation
Hi there,
I am looking for documentation on SNMP IODs return values. For example, the MIB IBM-SYSTEM-HEALTH-MIB 1.3.6.1.4.1.2.6.159.1.1.30 , it provides information on temperatur …
0
votes
2answers
135 views
Implementing an SNMP Reporter (agent) in C# (must run on Mono)?
Hi,
I am attempting to implement some additional statistics gathering in a C# server application - I have about 20 or so variables I'd like to be able to report to network monitor …
0
votes
1answer
51 views
Simple self-contained SNMP Agent example? (java/c# ideal)
After not having a whole bunch of luck finding any SNMP libraries for .NET that can act as SNMP agents (that can be used in an OSS project - meaning proprietary libs are out), I am …
0
votes
1answer
56 views
.NET to J2ME
I have a .NET class that implements the SNMP protocol and I've been asked to port it to J2ME. Would I just create Java class and redist as a compiled .class file for the J2ME devel …
1
vote
2answers
153 views
Difficulty with netsnmp: using snmpget and logging errors to STDOUT
In the man page I see the following:
-L LOGOPTS Toggle various defaults controlling logging:
e: log to standard error
o: log …
0
votes
1answer
34 views
Need to mimic a router to test a SNMP monitor
I just picked up a job where I'm to make some changes to a custom built SNMP monitoring daemon and test it. The code changes to the daemon are quite simple, the trick is going to …
0
votes
1answer
23 views
Ordering of MIB
I am having one MIB SAF-CKPT-MIB
When I am trying the command
snmpget -v2c -c public -mALL (IP_address) SAF-CKPT-MIB::saCkptCheckpointMaxSectionSize.14.118.100.115.95.118.100.101 …
0
votes
1answer
39 views
NoAccess error in snmpset
Hi,
I have a MIB object with read-write permission. MIB section looks like this:
EnableHalt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "impleme …
0
votes
2answers
68 views
Custom SNMP Trap Implementation in .Net
I need to create a monitoring mechanism using SNMP (in .Net). I think we'll be using an nsoftware component to handle most of the work.
It appears we must use 'traps' to communi …
