Top "Net-snmp" questions

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

installing python netsnmp on centos 7

I am getting this error fatal error: net-snmp/net-snmp-config.h: No such file or directory. I have installed gcc, python-devel, …

python net-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
snmpwalk failed with authorizationError

I tried to execute: snmpwalk -v 3 -u snmpv3username -A <passphrase> -a MD5 -l authNoPriv localhost .1.3.6.1.4.1.334.72.1.1.6.2.1.0 However, I …

linux snmp net-snmp
How to change the default MIB searching path?

I have the following code to parse the mibs in a folder called mibp . #include <net-snmp/net-snmp-config.h> #…

c snmp net-snmp mib