Top "Snmp" questions

Simple Network Management Protocol (SNMP) is an Internet-standard protocol for managing devices on IP networks and consists of operations for data retrieval, modification and notification.

Querying numerical OID in PySNMP?

I'm attempting to query an SNMP variable on a Cisco routing device in Python, and struggling. I have a snmpwalk …

python snmp
how to see the log of the DEBUGMSGTL in net-snmp

I am trying to write a snmp subagent that using agentX, which is supported by net-snmp. At first, I used …

snmp agent net-snmp snmpd
how to send net-snmp traps from "C"

I need to write code to send traps from my application (using net-snmp APIs) Anyone has a simple sample code …

c snmp
SNMP MIB development tool

Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax? …

snmp mib
SNMP in Java, specifically to be JMX adapter

I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for …

java jmx snmp
SharpSnmp vs SnmpSharpNet

I'm about to embark on a project where I need to create an SNMP Agent via C#. I've never worked …

.net api snmp sharp-snmp
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. …

c linux snmp net-snmp
Specify port when using snmptrap

I am trying to specify the port when I am sending a trap via snmptrap. Just in order to test …

port snmp net-snmp
snmpset Object not writable. Why?

I have been trying to understand how to create a MIB : here what I did so far : I created a …

snmp net-snmp snmpd
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 …

perl snmp asn.1