SNMP
A protocol for collecting, modifying, and organizing information about managed devices on IP networks.
Libraries
C#
Go
JavaScript
PHP
Python
This is a pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine distributed under 2-clause BSD license.
The accelerated Python SNMP client library supporting both async and synchronous mode. It consists of a clean Python API for high-efficient BER parser and socket IO, implemented in the Rust language with PyO3 wrapper. Seems to be a bit early in the project's lifecycle, but it is easy to use and extremely fast, especially when querying many devices.
A fork of net-snmp Python bindings that attempts to bring a more Pythonic interface to the library.
Snimpy is a Python-based tool providing a simple interface to build SNMP query.
HNMP is a high-level Python library to ease the pain of retrieving and processing data from SNMP-capable devices such as network switches, routers, and printers.
Python package aiosnmp is an asynchronous SNMP client for use with asyncio. Only SNMP v2c is supported.
Tools
This is a pure-Python, open source and free implementation of SNMP agents simulator distributed under 2-clause BSD license.
The SNMP Proxy Forwarder tool works as an application-level proxy with a built-in SNMP message router. Typical use case for an SNMP proxy is to work as an application-level firewall or a protocol translator that enables SNMPv3 access to a SNMPv1/SNMPv2c entity or vice versa.
This is a collection of command-line SNMP tools written in pure-Python. The tools mimic their famous Net-SNMP counterparts. It includes snmpget.py, snmpset.py, snmpwalk.py, snmpbulkwalk.py, snmptrap.py, and snmptranslate.py, see here for more details.
A suite of tools for ingesting and displaying SNMP traps. This is designed as a replacement for snmptrapd and to supplement existing stateful monitoring solutions.
This exporter is the recommended way to expose SNMP data in a format which Prometheus can ingest.
Fast SNMP brute force, enumeration, CISCO config downloader and password cracking script.
This Perl script will generate a Zabbix v3 Template in XML format from an OID tree in a SNMP MIB file.
A lightweight standalone SNMPd mimic server based on any snmpwalk output. Easily scales to mock thousands of servers.
Visual SNMP is a simple tool for testing access to SNMP agents. Currently SNMPGET and SNMPWALK are supported with some limited funcionality.
SnmpCollector is a full featured Generic SNMP data collector with Web Administration Interface Open Source tool which has as main goal simplify the configuration for getting data from any device which snmp protocol support and send resulting data to an influxdb backend.