snmpsim-record-commands loops but does not finish #142
Labels
area:snmpsim
SNMP Simulator
more info needed
We need more information about this issue
priority:low
Low priority items.
Expected behavior
I try to use
snmpsim-record-commands --agent-udpv4-endpoint=127.0.0.1 --output-file=/tmp/file.snmprec
to dump the snmp data of an local agentActual behavior
But this command runs forever and continues to output more and more like this without doing anything:
When killed it outputs something like this
OIDs dumped: 28698, elapsed: 7.86 sec, rate: 1824.00 OIDs/sec, errors: 0
But nothing is written to the target file
Detailed steps
pip install snmpsim
snmpsim-record-commands --agent-udpv4-endpoint=127.0.0.1 --output-file=/tmp/file.snmprec
Python package information
SNMP Simulator version 1.1.7
Operating system information
Linux Debian 11
Python information
3.9.2
(Optional) Contents of your test script
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: