pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

Python SNMP library

Results 136 pysnmp issues
Sort by recently updated
recently updated
newest added

Ref: https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html While there are multiple forks https://github.com/pysnmp is actively maintained and used today with many updates. It is unlikely any resolution to issues in the original author's legacy repo...

Hi, I try to convert OID numbers to MIB from snmm trap messages. To do that, i created MibBuilder object, gave directories of MIBs using addMibCompiler() and load MIB modules...

# Background PySNMP ecosystem has been idle ever since 2020, and while many repos were forked by different parties, none of the authors showed a plan to completely take over...

we are building a SNVPv3 inform collector , and am trying to create a snmp-v3 agent stub for unit-testing the collector. I am failing to get snmp ack for the...

Hi! I'm trying to use timeouts lower than 0.5 secs (let's say 0.2). By default, the internal timer resolution is 0.5 so that it won't work out of the box....

Due to exception chaining introduced in Python 3 (probably), exceptions should not be "singletons": i.e. each exception raised should be a separate individual instance of `Exception`. Please, do not use...

I followed your instructions but why I got this error. ModuleNotFoundError: No module named 'pysnmp.hlapi'; 'pysnmp' is not a package. I am using python version 3.8

I periodically repost this but the only author/admin in this org has passed away one (not the only) fork is here https://github.com/pysnmp/pysnmp

The latest version of pyasn1 released on April 20 2023 is breaking the pysnmp package. snmp_walk command is failed. ++++++++++++++++++++++++++++++++ Working Version == pyasn1==0.4.8 +++++++++++++++++++++++++++++++++++ File "/data/users/jenkins/workspace/project/fss3/json-ci-snmp-sanity-2-py3/workspace_artifacts/testcase-framework-dir/test_framework/exec/.virtual-env-base-dir/test-engine-virtualenv-dir/lib64/python3.6/site-packages/pysnmp/carrier/asyncore/dispatch.py", line 46, in...

Hello, I'm trying to user pysnmp with SNMPv3 but I always get this error: >>> from pysnmp.hlapi import * Traceback (most recent call last): File "C:\Users\ramirezjh\AppData\Local\Programs\Python\Python312\Lib\site-packages\pysnmp\smi\builder.py", line 18, in PY_MAGIC_NUMBER...