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.

Why is SNMP usually run over UDP and not TCP/IP?

This morning, there were big problems at work because an SNMP trap didn't "go through" because SNMP is run over …

udp snmp
How to get data from SNMP with python?

How to get value mac and vlan from fdb table uses python? In bash snmpwalk work fine: snmpwalk -v2c …

python snmp net-snmp pysnmp fdb
How to get OIDs from a MIB file?

I want to read all the objects from the MIB file that a manager has. I developed one tool to …

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

snmp
SNMP v1,v2c and v3 trap difference

Explain the difference between v1, v2c and v3 Traps PDU/format.

snmp
what is the correct snmptrap command format?

Which of the following is the correct format for snmptrap (net-snmp) command? snmptrap -v 2c -c public host "" NET-SNMP-EXAMPLES-MIB::netSnmpExampleHeartbeatNotification \ …

snmp net-snmp
How to use SNMP with Java?

I'm writing an application that accesses a network printer. As a part of that application, I need to know the "…

java snmp
Easy to use SNMP client library for c++?

What's an easy to use SNMP client library for c++?

c++ snmp
Why is Cacti showing an empty graph, even though the rrd file is created?

I have developed my own SNMP service, and i want to plot a graph of an OID provided. So, i …

snmp rrdtool cacti
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 …

snmp mib