pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

No SNMP response received before timeout With AsyncIO

Open barrycarey opened this issue 7 years ago • 25 comments
trafficstars

Hello!

I've been using PySNMP synchronously for the last year. I'm attempting to convert to asyncio, however, all requests I make are coming back with no response received.

Below is the log output when running the exact example located at: http://snmplabs.com/pysnmp/examples/hlapi/asyncio/contents.html

I've also attempted with confirmed good hosts with the same result. The same hosts get a response when using the sync version.

Debug output: https://gist.github.com/barrycarey/8f5fd73db5ae0db8d08450c07f9f8592

barrycarey avatar Oct 05 '18 20:10 barrycarey