Top "Net-snmp" questions

Common set of SNMP tools for *nix and Windows environments.

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 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
Send a notification trap SNMP with snmptrap command Linux

For test purpose, i'm trying to use the snmptrap command to produce a .1.3.6.1.2.1.43.18.2.0.1 trap (printer alert trap). I'm not in …

linux command-line snmp net-snmp snmp-trap
Warning: Failed to connect to the agentx master agent ([NIL])

I have installed net-snmp5.7.2 on my system, I have written my app_agent.conf for my application and agentXSocket udp:…

snmp net-snmp
SNMP OID for network traffic

i'm working on a script that will monitor traffic on specific hosts from nagios. I have studied some scripts already …

snmp nagios net-snmp oid mib
Looking for example code to implement a SNMP table using AgentX

I've written an AgentX app (Linux, gcc, g++) which works well at sending back scalers. Here is what I'm doing …

c++ c snmp net-snmp
Remove User in snmp by agent

I could quickly go through the snmp installation and it works fine. In one of the agent modules I am …

snmp net-snmp
SNMPd: Cannot open /proc/bus/pci

I cross-compiled NET-SNMP 5.7.1 from sources to a PowerPC using ELDK-3.1. When I try to load the snmpd daemon in my …

c cross-compiling snmp powerpc net-snmp