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

## Issue Description I tried to implement a trap receiver and it raises the following exception: ``` Exception in callback _SelectorDatagramTransport._read_ready() handle: Traceback (most recent call last): File "/usr/lib/python3.9/asyncio/events.py", line...

## Issue Description The link to the cookbook from the README leads to a "page not found". I read the files in the "docs" folder and could not find an...

## Issue Description When doing SNMPv3 to as specific Networking Vendor, it will throw an exception `puresnmp.exc.SnmpError: Error response from remote device: Not in time window` I have configured SNMPv3...

- Fixes exhuma/puresnmp#107.

## Issue Description ``` [25310]: Exception in callback _SelectorDatagramTransport._read_ready() [25310]: handle: [25310]: Traceback (most recent call last): [25310]: File "/opt/pyenv/versions/3.9.9/lib/python3.9/asyncio/events.py", line 80, in _run [25310]: self._context.run(self._callback, *self._args) [25310]: File "/opt/pyenv/versions/3.9.9/lib/python3.9/asyncio/selector_events.py",...

It seems that despite many of the examples showing it this way, get() (at least) does NOT accept an ObjectIdentifier object - it wants that string and nothing else, raising...

I have this code, when i try to run it i get 'ImportError: cannot import name 'walk' from 'puresnmp' (/home/rojin/.local/lib/python3.10/site-packages/puresnmp/__init__.py)' ``` from pysnmp.hlapi import * from puresnmp import walk IP...

I'm using Python 3.12 and I Installed puresnmp w/ puresnmp-crypto package. I already have V2 implementation and puresnmp is working as expected. This is what I get when I try...

I fixed two misspelled words in the documents.