Tagged Questions

Simple Network Management Protocol (SNMP) is an Internet-standard protocol for managing devices on IP networks. SNMP generally operates over UDP.

learn more… | top users | synonyms

26
votes
6answers
15k views

What is the best SNMP implementation for Python?

I'm doing some GUI prototyping with Python for an SNMP application. Looking around there seem to be a number of python libraries I could use. As I'm prototyping I value a nice clean easy API over ...
17
votes
4answers
752 views

Basic questions about SNMP

I'm learning about SNMP, and writing some applications using it. I have some basic questions about the protocol: Do the agents store its state on the device itself? If there is a trap set on an ...
16
votes
4answers
6k views

Easy to use SNMP client library for c++?

What's an easy to use SNMP client library for c++?
10
votes
5answers
3k views

What SNMP library for .NET makes traps, sets or gets simple?

What are the best SNMP libraries to use with .NET? Specifically for listening for traps or sending set or get requests.
9
votes
2answers
5k views

How can I write an SNMP agent or SNMP extension agent DLL in C#

I need to write an SNMP agent for my application. I read the CodeProject article on how to write an SNMP extension agent DLL using win32, but would like to know if it is possible to do it with ...
8
votes
3answers
2k views

Make a PHP site send SNMP information to a network management app

I'm trying to make a PHP website send information through SNMP. I've been reading allot about SNMP, but I'm still a bit clueless about where to start. I believe I need to create an MIB with all the ...
7
votes
6answers
1k views

Introduction to SNMP monitoring

I've been tasked with writing a monitoring program for my company's server software that integrates with zenoss via snmp. To be brief, I can't get anything up off the ground. I think my first goal ...
6
votes
2answers
848 views

Delphi: Get MAC of Router

I am using Delphi and I want to determinate the physical MAC address of a network device in my network, in this case the Router itself. My code: var idsnmp: tidsnmp; val:string; begin idsnmp ...
6
votes
3answers
921 views

SNMP MIB development tool

Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax? If possible, it should be free and run under Linux.
6
votes
3answers
16k views

What is the best open source SNMP monitoring tool?

I am currently working on software that must emit SNMP traps for SNMP versions 1 & 2 and possibly v3 in the future. I have downloaded several and found them to be either too complex or too ...
5
votes
2answers
1k views

Definition of SNMP Gauge32 vs Counter32

Can someone point me to a good definition of Gauge32 vs Counter32? I understand that Counter32 can wrap, but Gauge32 can't. I'm trying to understand their semantics. For example, I've heard you ...
5
votes
1answer
2k views

SNMP: ASN.1 MIB Definitions. Referencing a table within a table

Its's been a while since I've written ASN.1 so.. Our data model is comprised of several table definitions within a table. This is not workable in SNMP, so we need to flatten the definitions. The ...
5
votes
3answers
3k 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 multiple IPs for ...
5
votes
6answers
1k views

What's a good tool to monitor network activity

I'm operating a neighbourhood WIFI network in a rural environment. Now I'm looking fo a monitoring tool to run on a server (Windows or Linux) wich tracks bandwidth, uptime (clients as well as ...
4
votes
1answer
352 views

How can I check the data transfer on a network interface in python?

There is a socket method for getting the IP of a given network interface: import socket import fcntl import struct def get_ip_address(ifname): s = socket.socket(socket.AF_INET, ...
4
votes
1answer
126 views

Converting SNMP OIDs to descriptive names on Win32

Whats the recommended way of converting SNMP OIDs to their equivalent descriptive names? i.e. from 1.3.6.1.2.1.1.9.1.4.7 to SNMPv2-MIB::sysORUpTime.7 I'm coding in C++, platform should be XP and ...
4
votes
1answer
467 views

How to receive and decode SNMP traps in a C (or C++) application?

I am trying to write a very small SNMP trap receiver, listening to UDP port 162. Traps come in fine, but I can not decode them. I have found libber, but it can't decode the traps for some reason. I ...
4
votes
3answers
3k views

SNMP for Local printer?

I am searching for a way to Get Information from a local printer. Maybe with the SNMP Protocol? The printer is connected with USB or PPI (parallel port). All printers have a internal TotalPagesCount ...
4
votes
3answers
767 views

Monitor JRockit JVM via SNMP

I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?
4
votes
4answers
620 views

SNMP devices emulation

We have network management system under linux, C/C++, perl and we need to test performance of this system. Is there a tool or way that would allow us to emulate 50 000 SNMP devices? I don't know what ...
4
votes
3answers
731 views

Network auto-disovery using SNMP and .NET

Are there any libraries, (third party is fine) that can help do network auto-disovery using SNMP and .NET? If not, have you ever rolled your own?
3
votes
1answer
28 views

Need help getting a handle on SNMP

I'm implementing some SNMP functionality into an application so I can query devices for some basic data like serial numbers, name, manufacture, etc. I've had some reasonable success getting some ...
3
votes
1answer
133 views

How to get data form SNMP with python?

How to get value mac and vlan from fdb table uses python? In bash snmpwalk work fine: snmpwalk -v2c -c pub 192.168.0.100 1.3.6.1.2.1.17.7.1.2.2.1.2 pysnmp: import os, sys import socket import ...
3
votes
2answers
100 views

Network Discovery tool - java [closed]

I need to write a network discovery eclipse plugin, to fetch OS details, what architecture (32/64) given a subnet or ip range, and present a topology view. Appreciate any help / pointers on how to ...
3
votes
1answer
273 views

sendto: Operation not permitted: netsnmp

I get an error from the net-snmp library doing an snmp get that says Operation not permitted error from sendto. I am wondering what could make the sendto(2) system call fail with this error. ...
3
votes
1answer
110 views

Applet not working on JRE 6u25

I have an applet that is connecting to a device and gets its paramaters throgh SNMP protocol. it is working fine on JRE 6u20, but after updating JRE to 6u25 its not working well. On 6u20 retrieving ...
3
votes
2answers
306 views

How JMX objects are mapped into SNMP OIDs?

I have a standalone Java application written with Apache Camel which I want to monitor via SNMP. I think Camel uses Spring's JMX (@ManagedAttribute, @ManagedResource etc) and I can see various ...
3
votes
3answers
1k views

Convert snmp octet string to human readable date format

Using the pysnmp framework i get some values doing a snmp walk. Unfortunately for the oid 1.3.6.1.21.69.1.5.8.1.2 (DOCS-CABLE-DEVICE-MIB) i get a weird result which i cant correctly print here ...
3
votes
3answers
326 views

Writing my own MIB - any references of how to do so?

Mapping some OIDs to system commands is actually all I need However, I could not find yet a resource which explain how to compose such thing. Any idea?
3
votes
1answer
361 views

Can jboss snmp adapter(snmp agent) be extended to support my defined MIB?

I have our own MIB files, and I know in many cases, I have to write snmp agent to support my own MIB. But this time, I think if I can make jboss snmp adapter(JBossSNMPAdapter) to support my MIB, it ...
3
votes
1answer
466 views

How to get the average CPU/Processor Usage of a computer?

Right now I'm working on a program with PHP and Perl to read the computer's system data and we have been using SNMP to collect data (or rather, forced to). After retrieving the data, we were supposed ...
3
votes
5answers
278 views

As a software developer what is your SNMP suite that easy to integrate into your software

Well, altough the S of the SNMP stands for Simple, yet, so far I haven't experienced it that way. And now that I am about to deploy my software on around around 180 remote Linux servers and wants to ...
3
votes
1answer
267 views

Implementing SNMP agent on embedded system

I am currently developing an embedded uP based appliance which can be remotely controlled via ethernet from a PC using its own SNMP manager software. I have implemented all the private commands, i.e. ...
3
votes
1answer
671 views

How to implement mib module in net-snmp with python?

in the faq, i read this "..the agent can also support MIB modules implemented in perl or (from 5.4) python." I have built net-snmp with python support, but it's not clear yet how to actually ...
3
votes
1answer
689 views

Is there a simple way to map snmp(MIB) strings to OIDs in Perl?

Is there a simple way/module to map snmp(MIB) strings to OIDs in Perl? E.g. I start with "sysUpTime.0" and get "1.3.6.1.2.1.1.3.0". As far as I can see, Net::SNMP expects you to have them already ...
3
votes
1answer
525 views

How do you handle SNMP v3 Traps in Ruby?

I currently have a script that listens for incoming traffic for e-mail / syslog / and SNMP v1, I'm looking to add functionality for SNMP v3 but the ruby SNMP library doesn't include v3 support. I ...
3
votes
1answer
1k 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 now looking at ...
3
votes
2answers
1k views

Implementing an SNMP Reporter (agent) in C# (must run on Mono)?

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 monitoring tools; so I am ...
3
votes
2answers
852 views

Java real-time service monitoring framework

Got to create some kind of "counters" for online service monitoring - i.e. Foo_Request_Total, Foo_Request_DB_error, Foo_Request_Timedout, Bar_Request_Total,... Also, some kind of alarm has to be ...
3
votes
9answers
2k 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 of management acts ...
2
votes
1answer
31 views

Control Sanyo projector with snmp

I'm trying to control Sanyo projectors (PLC-XU106) using snmp. Windows application PJ Network Manager uses snmp to get temperatures from projectors and to control its status (power on, outputs ...
2
votes
1answer
30 views

Using SNMP and InOctets counter to keep track of download usage

How would one calculate the download usage per month say by using the InOctets counter from a router accessed via SNMP. Obviously it would have to keep a track of the value at say the 1st of the ...
2
votes
0answers
52 views

SNMP library for android

Is it possible to create let's say an App that can run SNMP get and set query under any android version Or is there SNMP library for Android development? Regards, Paul
2
votes
1answer
78 views

snmpset Object not writable. Why? [closed]

I have been trying to understand how to create a MIB : here what I did so far : I created a MIB, and tried to allocate values to new OID => fail Here is the MIB : TEST-MIB DEFINITIONS ::= BEGIN ...
2
votes
1answer
76 views

Retrieve Hardware Informations through SNMP

I am trying to retrieve hardware informations from a series of devices, so far I used snmpget/snmpwalk with the following OID 1.3.6.1.2.1.25.3.2.1 but it returns very few informations, for example if ...
2
votes
1answer
71 views

snmpset in python

I am using the python to send an snmpset message to an snmp agent. I have the correct OID as I can use it to get data with snmpget. However, it will not set the data. I am sending octets in hex ...
2
votes
2answers
86 views

snmpset/get returns Timeout:no response for ipv6

I am using snmp to query and set some OIDs in IPv6 mode. I use the below snmp command. I have checked and configured it to listen to udp6:161. snmpget -cpublic -v2c ...
2
votes
1answer
75 views

Who picks not-accessible MIB table index value? Does the SNMP agent enforce uniqueness of the value?

I'm implementing an SNMP agent and am not sure if my understanding is correct on how values for the "t11ZsZoneMemberIndex" object (see below) are chosen, and who enforces value uniqueness. My ...
2
votes
1answer
90 views

PHP Configure SNMP without loading MIBs

I have compiled php with snmp support, and when I perform an strace on php, I get a lot of the following, showing that it is trying to parse through every MIB file. Is it possible to compile php with ...
2
votes
1answer
198 views

How to have a single JMX proxy for multiple JVMs?

When running multiple JVMs on a single machine (single IP address as well), incorporating JMX in each JVM requires a separate port. For reasons I won't get into configured ports are at a premium in ...

1 2 3 4 5 8