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.

android INSTALL_FAILED_MISSING_SHARED_LIBRARY

That problem comes with snmp4android.jar using Android 3.1 [2013-04-08 14:42:25 - ControlloGiardinoWG] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2013…

android eclipse android-widget snmp
Best way of adding SNMP support to your own application on Debian

I am working on Debian and I have this server we want to monitor. The application is ours and there …

c++ c linux debian snmp
Does net-snmp support AES-192 and AES-256 encryption?

The network device has been configured with snmpv3 users which uses AES192 as the privacy protocol.But when the following …

aes snmp net-snmp
how to load and walk a custom mib in pysnmp?

I'm new to SNMP/pysnmp and I'm trying to implement an agent that uses a custom MIB. I'm looking at …

snmp pysnmp
snmp OID not increasing

I try to create a custom SNMP oid (and script). I add the following line to snmpd.conf (and restart …

snmp oid
snmpget: No such object available on this agent at this OID

I am trying to add my own MIB-Module into a snmp agent, following this tutorial: http://www.net-snmp.org/wiki/…

snmp net-snmp snmpd
net-snmp sample code to parse MIB file and extract trap related information from it

I am using the net-snmp C library on Windows. I want to parse trap-related information from the MIB files. I …

c++ windows snmp mib snmp-trap
can not implement SNMP class in PHP

I want to use snmp class on PHP, and try that example-1 on my server. <?php $session = new SNMP(…

php snmp net-snmp
snmpwalk with PySNMP

I’d like to reproduce the comportment of the following SNMP command : snmpwalk -v2c -cpublic 192.168.0.10 1.3.6.1.2.1.25.2.3.1.3 which gives me this …

python-3.x snmp pysnmp
SNMP "exec format error" when trying to run a script

I'm using SNMPD to run a script on a Raspberry Pi with net-snmp. I was able to get the same …

bash snmp