-
For example, when DISPLAY-HINT is "d-1", the output value is 10 times too high. I think the issue is in SNMPv2-TC.py, where values are parsed both on input in prettyIn and on output in prettyOut so th…
-
PySNMP is crashing when using SNMPv3 and sha/aes with SmithSNMP server.
Test script:
```
#!/usr/bin/python
from pysnmp.hlapi import *
errorIndication, errorStatus, errorIndex, varBinds = ne…
-
Hi
I really like the potential of this plugin, thanks so much for posting it on GitHub.
I couldn’t work out how to install the pysnmp version you mentioned as it returned errors , perhaps due to…
-
Hello guys,
first thanks for the work !
I have the need to embed this package and particularly the snmp-record-command into a portable Windows executable so I have digged into py2exe and did som…
-
Hi etingof,
Good Day.
I have tried to load a custom mib and did a snmp walk. but I am getting the below mentioned error.I have parse the mib file through the mibdump.py and format as pysnmp. I have …
-
Hi Ilya,
I'm using pysnmp to build a SNMP agent. The SNMP Manager send get-request to my agent regularly, and the agent send trap at times. And I found that the snmpEngineBoots and snmpEngineTime in …
-
Hi I got this warning when using pysnmp
I use python3.5.6 with pysnmp 4.4.9
pysnmp/smi/builder.py:9: PendingDeprecationWarning: the imp module is deprecated in favour of importlib; see the modu…
-
Hi etingof
It works fine when my switch uses SNMP v1 v2c, and it works fine when my switch uses SNMPv3 and Security level is not Authentication and privacy. It can‘t work when security level is Aut…
-
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
-
Code references example "Listen for notifications at IPv4 & IPv6 interfaces" as:
http://snmplabs.com/pysnmp/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.html
+++
if reqPDU.isSameTypeWi…