Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,9 +1,9 @@
 Awesome SNMP !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome SNMP !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!Awesome lint (https://github.com/eozer/awesome-snmp/actions/workflows/awesome-lint.yml/badge.svg) (https://github.com/eozer/awesome-snmp/actions/workflows/awesome-lint.yml)
Simple Network Management Protocol (SNMP) (https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol) is an Internet Standard protocol for collecting and organizing information about managed devices on IP
networks and for modifying that information to change device behaviour.
Simple Network Management Protocol (SNMP) (https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for 
modifying that information to change device behaviour.
This is a curated list of awesome SNMP libraries, tools, and other resources. Contributions are welcome!
@@ -37,10 +37,8 @@
C/C++
- net-snmp (http://www.net-snmp.org/) - A suite of software for using and deploying the SNMP protocol (v1, v2c and v3 and the AgentX subagent protocol). Contains also Python bindings.
- SNMP++ (https://www.agentpp.com/api/cpp/snmp_pp.html) - BSD licensed SNMP implemention from HP. Supports SNMP v1/2c/v3, thread-safety, and many more.
- AGENT++ (https://www.agentpp.com/api/cpp/agent_pp.html) - The AGENT++ C++ framework provides a complete tri-lingual SNMP v1/2c/3 protocol engine and dispatcher for the development of SNMP agents. Apache 
licensed.
- AgentX++ (https://www.agentpp.com/api/cpp/agentx_pp.html) - The AgentX++ C++ framework provides a complete AgentX protocol (RFC 2741) implementation that adds AgentX master and sub-agent support to AGENT++ (
Commercial).
- AGENT++ (https://www.agentpp.com/api/cpp/agent_pp.html) - The AGENT++ C++ framework provides a complete tri-lingual SNMP v1/2c/3 protocol engine and dispatcher for the development of SNMP agents. Apache licensed.
- AgentX++ (https://www.agentpp.com/api/cpp/agentx_pp.html) - The AgentX++ C++ framework provides a complete AgentX protocol (RFC 2741) implementation that adds AgentX master and sub-agent support to AGENT++ (Commercial).
- openSNMP (https://sourceforge.net/projects/opensnmp/) - BSD licensed multi-threaded implementation of SNMPv3.
C#
@@ -59,8 +57,7 @@
- SNMP4J (https://www.agentpp.com/api/java/snmp4j.html) - SNMP4J is an enterprise class, free open source, and state-of-the-art SNMP v1/2c/v3 implementation for Java™.
- SNMP4J-Agent (https://www.agentpp.com/api/java/snmp4jagent.html) - SNMP4J-Agent is a Java™ API on top of the core SNMP4J API for the development of SNMP agents (command responders).
- joeSNMP (https://sourceforge.net/projects/joesnmp/) - joeSNMP is an open-source Java SNMP class library published under the LGPL.
- Westhawk's SNMP (https://snmp.westhawk.co.uk/) - An open-sourced Java library that can be used for SNMP v1/v2c/v3. Supports traps, authentication and privacy. As authentication protocols it offers MD5 and 
SHA1.
- Westhawk's SNMP (https://snmp.westhawk.co.uk/) - An open-sourced Java library that can be used for SNMP v1/v2c/v3. Supports traps, authentication and privacy. As authentication protocols it offers MD5 and SHA1.
- mibble (https://github.com/cederberg/mibble) - Mibble is an open-source SNMP MIB (or SMI) parser library for Java.
JavaScript
@@ -82,38 +79,35 @@
 - This project has been abandoned due to the death of the sole maintainer (https://github.com/etingof/pysnmp/issues/427).
 - Some forks have been created to continue the project and the ecosystem around it. See here (https://github.com/etingof/pysnmp/issues/429).
 - The leading fork seems to be lextudio/pysnmp (https://github.com/lextudio/pysnmp). !GitHub last commit (https://img.shields.io/github/last-commit/lextudio/pysnmp)
 - There is also a community fork (https://github.com/pysnmp/pysnmp) under active development, but it is not clear if that project is commited to maintaining all the associated repos, documentation, and 
websites. !GitHub last commit (https://img.shields.io/github/last-commit/pysnmp/pysnmp)
 - There is also a community fork (https://github.com/pysnmp/pysnmp) under active development, but it is not clear if that project is commited to maintaining all the associated repos, documentation, and websites. !GitHub last commit 
(https://img.shields.io/github/last-commit/pysnmp/pysnmp)
- pysmi (https://github.com/etingof/pysmi) - PySMI is a pure-Python implementation of SNMP SMI MIB parser.
 - Abandoned for the same reason as the above pysnmp project. See lextudio/pysmi (https://github.com/lextudio/pysmi). !GitHub last commit (https://img.shields.io/github/last-commit/lextudio/pysmi)
- gufo_snmp (https://github.com/gufolabs/gufo_snmp) - 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. !GitHub 
last commit (https://img.shields.io/github/last-commit/gufolabs/gufo_snmp)
- net-snmp Python bindings (http://www.net-snmp.org/wiki/index.php/Python_Bindings) - Net-SNMP 5.4 and later contains Python bindings in the "python" sub-directory, though, they are not built by default. !GitHub
last commit (https://img.shields.io/github/last-commit/net-snmp/net-snmp)
- easysnmp (https://github.com/easysnmp/easysnmp) - A fork of net-snmp Python bindings (http://www.net-snmp.org/wiki/index.php/Python_Bindings) that attempts to bring a more Pythonic interface to the library. !
GitHub last commit (https://img.shields.io/github/last-commit/easysnmp/easysnmp)
- gufo_snmp (https://github.com/gufolabs/gufo_snmp) - 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. !GitHub last commit 
(https://img.shields.io/github/last-commit/gufolabs/gufo_snmp)
- net-snmp Python bindings (http://www.net-snmp.org/wiki/index.php/Python_Bindings) - Net-SNMP 5.4 and later contains Python bindings in the "python" sub-directory, though, they are not built by default. !GitHub last commit 
(https://img.shields.io/github/last-commit/net-snmp/net-snmp)
- easysnmp (https://github.com/easysnmp/easysnmp) - A fork of net-snmp Python bindings (http://www.net-snmp.org/wiki/index.php/Python_Bindings) that attempts to bring a more Pythonic interface to the library. !GitHub last commit 
(https://img.shields.io/github/last-commit/easysnmp/easysnmp)
- puresnmp (https://github.com/exhuma/puresnmp) - Pure Python3 SNMPv2 library without any dependencies. !GitHub last commit (https://img.shields.io/github/last-commit/exhuma/puresnmp)
- snimpy (https://github.com/vincentbernat/snimpy) - Snimpy is a Python-based tool providing a simple interface to build SNMP query. !GitHub last commit 
(https://img.shields.io/github/last-commit/vincentbernat/snimpy)
- python-netsnmpagent (https://github.com/pief/python-netsnmpagent) - This package allows to write net-snmp subagents in Python. !GitHub last commit 
(https://img.shields.io/github/last-commit/pief/python-netsnmpagent)
- hnmp (https://github.com/trehn/hnmp) - 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. !GitHub 
last commit (https://img.shields.io/github/last-commit/trehn/hnmp)
- aiosnmp (https://github.com/hh-h/aiosnmp) - Python package aiosnmp is an asynchronous SNMP client for use with asyncio. Only SNMP v2c is supported. !GitHub last commit 
(https://img.shields.io/github/last-commit/hh-h/aiosnmp)
- snimpy (https://github.com/vincentbernat/snimpy) - Snimpy is a Python-based tool providing a simple interface to build SNMP query. !GitHub last commit (https://img.shields.io/github/last-commit/vincentbernat/snimpy)
- python-netsnmpagent (https://github.com/pief/python-netsnmpagent) - This package allows to write net-snmp subagents in Python. !GitHub last commit (https://img.shields.io/github/last-commit/pief/python-netsnmpagent)
- hnmp (https://github.com/trehn/hnmp) - 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. !GitHub last commit 
(https://img.shields.io/github/last-commit/trehn/hnmp)
- aiosnmp (https://github.com/hh-h/aiosnmp) - Python package aiosnmp is an asynchronous SNMP client for use with asyncio. Only SNMP v2c is supported. !GitHub last commit (https://img.shields.io/github/last-commit/hh-h/aiosnmp)
- robotframework-snmplibrary (https://github.com/kontron/robotframework-snmplibrary) - SNMPLibrary is a Robot Framework test library for testing SNMP. !GitHub last commit 
(https://img.shields.io/github/last-commit/kontron/robotframework-snmplibrary)
- Scapy (https://github.com/secdev/scapy) - Packet manipulation program & library. Scapy has a module (https://github.com/secdev/scapy/blob/master/scapy/layers/snmp.py) to build/dissect SNMP packets. !GitHub 
last commit (https://img.shields.io/github/last-commit/secdev/scapy)
- Scapy (https://github.com/secdev/scapy) - Packet manipulation program & library. Scapy has a module (https://github.com/secdev/scapy/blob/master/scapy/layers/snmp.py) to build/dissect SNMP packets. !GitHub last commit 
(https://img.shields.io/github/last-commit/secdev/scapy)
Ruby
- ruby-netsnmp (https://github.com/swisscom/ruby-netsnmp) - SNMP library in ruby (v1, v2c, v3).
Rust
- snmp-parser (https://github.com/rusticata/snmp-parser) - SNMP parser written in rust with nom parser combinator framework.
- davedufresne/modern_snmp (https://github.com/davedufresne/modern_snmp) - Modern SNMP is a pure-Rust library for SNMPv3. This repository includes snmp_mp (SNMPv3 Message Processing) and snmp_usm (Implementation
of the User-based Security Model (USM) for SNMPv3) crates.
- davedufresne/modern_snmp (https://github.com/davedufresne/modern_snmp) - Modern SNMP is a pure-Rust library for SNMPv3. This repository includes snmp_mp (SNMPv3 Message Processing) and snmp_usm (Implementation of the User-based 
Security Model (USM) for SNMPv3) crates.
- Svedrin/sunt (https://github.com/Svedrin/sunt) - This repository implements an SNMP Agent written in Rust.
__⬆ back to top (#contents)__
@@ -150,31 +144,28 @@
 - snmpd (http://www.net-snmp.org/docs/man/snmpd.html) - An SNMP agent that responds to SNMP requests for a given host.
 - mib2c (https://net-snmp.sourceforge.io/docs/man/mib2c.html) - A MIB conversion utility that can translate MIB structures into other forms, such as C-code.
 - mib2c-update (https://net-snmp.sourceforge.io/docs/man/mib2c-update.html) - This a script to merge custom code into updated mib2c code.
- SNMP4JCLT (https://www.agentpp.com/tools/snmp4jclt.html) - Use the SNMP4J Command Line Tool (CLT) to send SNMPv1/v2c/v3 requests and traps to a target with IPv4 or v6 based UDP, TCP, or TLSv1,2 transport (
Commercial).
- SNMP4JCLT (https://www.agentpp.com/tools/snmp4jclt.html) - Use the SNMP4J Command Line Tool (CLT) to send SNMPv1/v2c/v3 requests and traps to a target with IPv4 or v6 based UDP, TCP, or TLSv1,2 transport (Commercial).
- libsmi tools (https://www.ibr.cs.tu-bs.de/projects/libsmi/) - Applications built on top of libsmi and an sh/awk script that are integrated with the libsmi distribution.
 - smilint (https://www.ibr.cs.tu-bs.de/projects/libsmi/smilint.html) - This is used to check MIB or PIB modules for syntax errors and semantics at some degree. SMIv1/v2 style MIB modules as well as SPPI PIB 
modules are supported.
 - smidump (https://www.ibr.cs.tu-bs.de/projects/libsmi/smidump.html) - This is a MIB/PIB compiler. It allows to dump the contents of a module in various formats: SMIv1, SMIv2, SMIng, SPPI, Import Trees, Type 
Definition Trees, OID Node Trees, MOSY Style, and CORBA IDL definitions according to the JIDM Specs, and others.
 - smilint (https://www.ibr.cs.tu-bs.de/projects/libsmi/smilint.html) - This is used to check MIB or PIB modules for syntax errors and semantics at some degree. SMIv1/v2 style MIB modules as well as SPPI PIB modules are supported.
 - smidump (https://www.ibr.cs.tu-bs.de/projects/libsmi/smidump.html) - This is a MIB/PIB compiler. It allows to dump the contents of a module in various formats: SMIv1, SMIv2, SMIng, SPPI, Import Trees, Type Definition Trees, OID Node
Trees, MOSY Style, and CORBA IDL definitions according to the JIDM Specs, and others.
 - smidiff (https://www.ibr.cs.tu-bs.de/projects/libsmi/smidiff.html) - This is a tool that parses two revisions of a MIB module and analyzes the modifications from the old to the new revision.
 - smiquery (https://www.ibr.cs.tu-bs.de/projects/libsmi/smiquery.html) - This is a MIB/PIB query front end. It can be used to query single items from the command line.
 - smistrip (https://www.ibr.cs.tu-bs.de/projects/libsmi/smistrip.html) - This is a simple shell/awk script that allows to extract MIB and PIB modules from documents, such as RFCs or Internet Drafts.
- snmpsim (https://github.com/etingof/snmpsim) - This is a pure-Python, open source and free implementation of SNMP agents simulator distributed under 2-clause BSD license.
- snmpfwd (https://github.com/etingof/snmpfwd) - 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.
- snmpclitools (https://github.com/etingof/snmpclitools) - 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 (https://snmplabs.thola.io/snmpclitools/) for more details.
- snmpfwd (https://github.com/etingof/snmpfwd) - 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.
- snmpclitools (https://github.com/etingof/snmpclitools) - 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 (https://snmplabs.thola.io/snmpclitools/) for more details.
- snmpwn (https://github.com/hatlord/snmpwn) - SNMPwn is an SNMPv3 user enumerator and attack tool.
- trapperkeeper (https://github.com/dropbox/trapperkeeper) - 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.
- trapperkeeper (https://github.com/dropbox/trapperkeeper) - 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.
- SNMP Trap Translator (http://www.snmptt.org/) - SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
 - snmptt (http://www.snmptt.org/docs/snmptt.shtml) - SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org). SNMPTT 
supports Linux, Unix and Windows.
 - snmpttconvert (http://www.snmptt.org/docs/snmpttconvert.shtml) - Some vendors provide a file that can be imported into HP Openview using a HP Openview utility. snmpttconvert is a simple Perl script which 
will convert one of these files into the format used by snmptt.
 - snmpttconvertmib (http://www.snmptt.org/docs/temp/snmpttconvertmib.shtml) - The snmpttconvertmib is a Perl script which will read a MIB file and convert the TRAP-TYPE (v1) or NOTIFICATION-TYPE (v2) 
definitions into a configuration file readable by snmptt.
 - snmptt (http://www.snmptt.org/docs/snmptt.shtml) - SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org). SNMPTT supports Linux, Unix and 
Windows.
 - snmpttconvert (http://www.snmptt.org/docs/snmpttconvert.shtml) - Some vendors provide a file that can be imported into HP Openview using a HP Openview utility. snmpttconvert is a simple Perl script which will convert one of these 
files into the format used by snmptt.
 - snmpttconvertmib (http://www.snmptt.org/docs/temp/snmpttconvertmib.shtml) - The snmpttconvertmib is a Perl script which will read a MIB file and convert the TRAP-TYPE (v1) or NOTIFICATION-TYPE (v2) definitions into a configuration 
file readable by snmptt.
- prometheus/snmp_exporter (https://github.com/prometheus/snmp_exporter) - This exporter is the recommended way to expose SNMP data in a format which Prometheus can ingest.
- trailofbits/onesixtyone (https://github.com/trailofbits/onesixtyone) - Fast SNMP Scanner.
- SECFORCE/SNMP-Brute (https://github.com/SECFORCE/SNMP-Brute) - Fast SNMP brute force, enumeration, CISCO config downloader and password cracking script.
@@ -188,15 +179,15 @@
- agentpp/MIB Explorer Pro (https://www.agentpp.com/tools/mibexplorer.html) - Use MIB Explorer to browse, configure, test&debug, monitor, and discover SNMPv1/2c/3 entities.
- sharpsnmp/SNMP Pro (https://www.sharpsnmp.com/) - A family of .NET based SNMP products, including the commercial MIB Compiler, MIB Assembly, and the open source Library.
- paessler/snmptester (https://www.paessler.com/tools/snmptester) - This tool enables you to debug SNMP activities to find communication and/or data issues in SNMP monitoring configurations. Windows.
- ireasoning/MIB Browser (http://ireasoning.com/mibbrowser.shtml) - This tool allows users to load standard, proprietary MIBs, and even some mal-formed MIBs. It also allows them to issue SNMP requests to 
retrieve agent's data, or make changes to the agent. Free for personal use.
- ireasoning/MIB Browser (http://ireasoning.com/mibbrowser.shtml) - This tool allows users to load standard, proprietary MIBs, and even some mal-formed MIBs. It also allows them to issue SNMP requests to retrieve agent's data, or make 
changes to the agent. Free for personal use.
- ireasoning/SNMP Agent Simulator (http://ireasoning.com/snmpsimulator.shtml) - Free SNMP Agent Simulator Java based application that can simulate SNMPv1/v2c/v3 agents.
- Visual SNMP (https://github.com/sisraell/VisualSNMP) - Visual SNMP is a simple tool for testing access to SNMP agents. Currently SNMPGET and SNMPWALK are supported with some limited funcionality.
- muonics/Online MIB validator (http://www.muonics.com/Tools/smicheck.php) - Free online MIB/PIB Validator based on MIB Smithy SDK.
- toni-moreno/snmpcollector (https://github.com/toni-moreno/snmpcollector) - 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.
- Unbrowse SNMP (https://www.unleashnetworks.com/products/unbrowse-snmp.html) - Unbrowse SNMP is a tool that helps to compile cryptic MIB files into an easy GUI view, retrieve and set MIB variables on devices, 
import snmpwalk dumps, receive traps, chart counters, and much more.
- toni-moreno/snmpcollector (https://github.com/toni-moreno/snmpcollector) - 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.
- Unbrowse SNMP (https://www.unleashnetworks.com/products/unbrowse-snmp.html) - Unbrowse SNMP is a tool that helps to compile cryptic MIB files into an easy GUI view, retrieve and set MIB variables on devices, import snmpwalk dumps, 
receive traps, chart counters, and much more.
__⬆ back to top (#contents)__
@@ -205,18 +196,16 @@
_How-to's, tutorials, blog posts, documentation and books._
Books
- The Networknomicon, or SNMP Mastery by Abdul Alhazred and Michael W. Lucas (https://mwl.io/nonfiction/networking#networknomicon) - The Simple Network Management Protocol, SNMP, empowers you to invoke ancient 
standards from the void. SNMP exposes the secrets of your network and servers, and--if you're careless--reconfigures them into unspeakable nightmares. It exposes your inadequate brain to the vast alien 
dimensions underlying modern computing.
- The Networknomicon, or SNMP Mastery by Abdul Alhazred and Michael W. Lucas (https://mwl.io/nonfiction/networking#networknomicon) - The Simple Network Management Protocol, SNMP, empowers you to invoke ancient standards from the void. 
SNMP exposes the secrets of your network and servers, and--if you're careless--reconfigures them into unspeakable nightmares. It exposes your inadequate brain to the vast alien dimensions underlying modern computing.
- SNMP Mastery by Michael W. Lucas (https://mwl.io/nonfiction/networking#snmp) - SNMP, Simple Network Management Protocol, Four lies in one acronym?
- SNMP MIB Handbook by Larry Walsh (https://www.amazon.com/SNMP-MIB-Handbook-Larry-Walsh/dp/0981492207) - Essential Guide to SNMP MIB Development, Use, and Diagnosis.
- Mauro, D. and Schmidt, K., 2005. Essential SNMP: Help for System and Network Administrators. " O'Reilly Media, Inc.". (https://www.amazon.com/Essential-SNMP-System-Network-Administrators-ebook/dp/B0043EWUZ2) -
Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates 
throughout.
- Snmp, Snmpv2, Snmpv3, and Rmon 1 and 2 by William Stallings (https://www.amazon.com/Snmp-Snmpv2-Snmpv3-William-Stallings/dp/0201485346) - Presents a concise, focused & practical guide to SNMP-based network & 
internetwork management for network administrators, managers, & designers.
- Perkins, D. and McGinnis, E., 1997. Understanding SNMP MIBs (p. 528). Englewood Cliffs: Prentice Hall PTR. (https://www.amazon.com/Understanding-SNMP-MIBs-David-Perkins/dp/0134377087) - The first complete, 
practical insider's guide to writing SNMP MIBs.
- Mauro, D. and Schmidt, K., 2005. Essential SNMP: Help for System and Network Administrators. " O'Reilly Media, Inc.". (https://www.amazon.com/Essential-SNMP-System-Network-Administrators-ebook/dp/B0043EWUZ2) - Essential SNMP explores 
both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout.
- Snmp, Snmpv2, Snmpv3, and Rmon 1 and 2 by William Stallings (https://www.amazon.com/Snmp-Snmpv2-Snmpv3-William-Stallings/dp/0201485346) - Presents a concise, focused & practical guide to SNMP-based network & internetwork management 
for network administrators, managers, & designers.
- Perkins, D. and McGinnis, E., 1997. Understanding SNMP MIBs (p. 528). Englewood Cliffs: Prentice Hall PTR. (https://www.amazon.com/Understanding-SNMP-MIBs-David-Perkins/dp/0134377087) - The first complete, practical insider's guide to
writing SNMP MIBs.
RFCs
- rfc1098 (https://tools.ietf.org/rfc/rfc1098.txt) - A Simple Network Management Protocol (version 1).
@@ -247,8 +236,7 @@
- rfc7630 (https://www.rfc-editor.org/rfc/rfc7630.txt) - HMAC-SHA-2 Authentication Protocols in the User-based Security Model (USM) for SNMPv3.
Tutorials
- net-snmp tutorials (http://www.net-snmp.org/wiki/index.php/Tutorials) - This Wiki page contains various tutorials ranging from the basics of SNMP protocol to implementation of SNMP applications and agents 
using net-snmp library.
- net-snmp tutorials (http://www.net-snmp.org/wiki/index.php/Tutorials) - This Wiki page contains various tutorials ranging from the basics of SNMP protocol to implementation of SNMP applications and agents using net-snmp library.
__⬆ back to top (#contents)__
@@ -261,8 +249,8 @@
MIB repositories
- hsnodgrass/snmp_mib_archive (https://github.com/hsnodgrass/snmp_mib_archive) - An archive of over 3000 unique SNMP MIBs.
- kcsinclair/mibs (https://github.com/kcsinclair/mibs) - Another collection of MIBS used for SNMP. Make sure to clone the repository to see the full list of MIBs.
- mibdepot.com (http://www.mibdepot.com) - mibDepot is a free service to the SNMP community and offers a dictionary of MIBs and a unique-in-the-industry Search Engine with over 12,000 SNMP MIBs representing over
1,800,000 MIB object definitions.
- mibdepot.com (http://www.mibdepot.com) - mibDepot is a free service to the SNMP community and offers a dictionary of MIBs and a unique-in-the-industry Search Engine with over 12,000 SNMP MIBs representing over 1,800,000 MIB object 
definitions.
- oid-info.com (http://oid-info.com) - This OID repository gathers information about Object Identifiers (OIDs), and provides tools to display, update and search for this information.
- michaelfmcnamara.com (https://blog.michaelfmcnamara.com/mibs/) - Hand-curated list of MIBs by Michael McNamara.
- snmplink.org/OnLineMIB (http://www.snmplink.org) - This website shows documentation of a set of MIBs with a built-in MIB viewer.