puresnmp
puresnmp copied to clipboard
Pure Python SNMPv2 Library
Tried to use puresnmp against a SNMPv1 device, and was unsuccessful. After digging into the docs some more, it seems it only supports SNMPv2c currently, with v3 support planned. However,...
## Issue Description: Execution is hitting a Python exception when corrupt SNMP data is received. Is it possible to make it defensive here? This isn't happening frequently so I am...
## Issue Description Please add AIO support for the trap listener. I have a Python project which catches traps and reposts them to a web interface via Socket.IO, which currently...
## Issue Description I have a device that is probably in some bad state. Doing a bulkwalk on an OID returns the expected varbinds, but then loops back to the...
## Issue Description I'm trying to run puresnmp in AWS Lambda (Greengrass). I ran into [this issue](https://fernandomc.com/posts/issues-with-typing-python-3/): ``` type object 'Callable' has no attribute '_abc_registry' ``` More info on typing...
## Issue Description Type signatures are wrong on master branch and in 10.2-post1 release. They seem to be fine on develop. Seems to be some kind on branch merging problem......
This issue was reported in #81 ``` DEBUG:puresnmp.transport:Sending packet to 10.1.5.20:161 (attempt 1/3) 30 3b 02 01 01 04 10 46 61 6c 6c 73 6e 65 74 57 0;.....FallsnetW...
This issue was reported in #81 ``` DEBUG:puresnmp.transport:Sending packet to 192.168.44.65:161 (attempt 1/3) 30 35 02 01 01 04 0a 70 72 65 35 38 34 30 35 39 05.....pre584059...
## Issue Description When tryiing to poll data with bulkwalk following errors are thrown: Issue 1: ValueError: Unexpected Boolean value. Length should be 1, it was 11 ## HexDump ```...
using puresnmp 1.6.2.post1 I'm doing get and multiget requests. If I ask for an OID that doesn't exist, it returns noSuchInstance in the result (type code is 0x81). This doesn't...