SNMP Library for Python 7.1¶
PySNMP is a cross-platform, pure-Python SNMP engine implementation. It features fully-functional SNMP engine capable to act in Agent/Manager/Proxy roles, talking SNMP v1/v2c/v3 protocol versions over IPv4/IPv6 and other network transports.
Despite its name, SNMP is not really a simple protocol. For instance its third version introduces complex and open-ended security framework, multilingual capabilities, remote configuration and other features. PySNMP implementation closely follows intricate system details and features bringing most possible power and flexibility to its users.
Current PySNMP stable version is 7.1. It runs with Python 3.9+ and is recommended for new applications as well as for migration from older, now obsolete, PySNMP releases.
Besides the libraries, a set of pure-Python command line tools are shipped along with the system. Those tools mimic the interface and behavior of popular Net-SNMP snmpget/snmpset/snmpwalk utilities. They may be useful in a cross-platform situations as well as a testing and prototyping instrument for pysnmp users.
Quick Start¶
You already know something about SNMP and have no courage to dive into this implementation? Try out quick start page!
Documentation¶
Note
You can use version switch on the sidebar to browse documentation for other supported PySNMP versions.
Warning
PySNMP 4.x, 5.x, and 6.0 are no longer supported. Materials about such deprecated versions have been removed, but can still be found in the PySNMP GitHub repository.
If you are using one of these versions, please consider upgrading to a supported version. You can find more information about supported versions and their lifecycle by visiting this lifecycle page.
You can learn more about how to upgrade from this page Upgrade to 6.x/7.x Releases.
Conceptual and API documentation are in the following section.
Note
Documentation about the SNMP protocol can be found on PySNMP Homepage.
Samples¶
We have a collection of sample scripts to help you get started with PySNMP.
Troubleshooting¶
If you are having trouble with PySNMP, please check the following section.
Downloads¶
Please study the following pages to learn how to download versions of our PySNMP package, and what changes are included from their release notes.
License¶
PySNMP software is free and open-source. Source code is hosted in the PySNMP Github repository.
The library is being distributed under 2-clause BSD-style license. More details can be found in the following page.
PySNMP library development was initially sponsored by a PSF grant.
FAQ¶
We have a collection of frequently asked questions.
- FAQ
- Getting peer address information
- How to implement MIB at the Agent
- Ignored SNMP packets
- Listening on multiple network interfaces
- Garbled SNMP values (apps)
- Garbaged SNMP values (tools)
- Dealing with the “OID not increasing” error
- How to pass MIB to the Manager
- My py2exe app can’t find MIBs
- SNMP data constraints verification error
Support¶
To learn about community and commercial support options, please visit
If you have other inquiries, please contact LeXtudio Inc..