puresnmp icon indicating copy to clipboard operation
puresnmp copied to clipboard

Pure Python SNMPv2 Library

Results 33 puresnmp issues
Sort by recently updated
recently updated
newest added

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,...

v1.x

## 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...

v1.x

## 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...

v1.x

## 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...

Type: Enhancement
Difficulty: Advanced
v1.x

## 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...

v1.x

## 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......

v1.x

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...

Difficulty: Advanced
Type: Conformance
v1.x

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...

Type: Bug
Difficulty: Advanced
v1.x

## 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 ```...

v1.x

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...

v1.x