snmpsim
snmpsim copied to clipboard
SNMP Simulator
Hey there, The documentation seems to indicate that it is possible to run a simulation using only a MIB file, however I can't seem to find any examples of this....
I'm not able to use `snmp-record-commands` with SNMPv3. I saw the code, but I wasn't able to get into https://github.com/inexio/snmpsim/blob/491b57e8535532b6b2fc514f1ac8d8a048d1f7c6/snmpsim/commands/cmd2rec.py#L273. The argument parser doesn't allow version. I modified the code...
As revealed in the announcement etingof/pysnmp/issues/429, my team has decided to assume a more pivotal role in steering the PySNMP ecosystem. We've closely reviewed this fork and appreciate the intentions...
found alternate to this use case `snmpsimd.py --data-dir=./dummy_snmp_data --agent-udpv4-endpoint=127.0.0.1:1024` works
Hello. Recently (20 April 2023) pyasn1's library has been updated, which means that when installing the simulator it's now automatically installing pyasn1 0.5.0 This causes an incompatibility with the simulator,...
I have try generating simulation data from mibs but is always failing with the following error: `snmpsim-record-mibs --mib-module ACD-CFM-MIB --output-file data/acdcfm --mib-source http://www.circitor.fr/Mibs/Mib/A/ACD-CFM-MIB.mib` `MIB module: ACD-CFM-MIB, from the beginning till...
It would be greate if snmpsim could reload the datafiles on change since we are replacing the files quiet often but do not want to restart the whole process
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...
Executing `snmpsim-command-responder --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024` results in `Traceback (most recent call last): File "/bin/snmpsim-command-responder", line 9, in load_entry_point('thola-snmpsim==1.0.0', 'console_scripts', 'snmpsim-command-responder')() File "/usr/lib/python2.7/site-packages/thola_snmpsim-1.0.0-py2.7.egg/snmpsim/commands/responder.py", line 236, in main '--debug-asn1', choices=pyasn1_debug.FLAG_MAP, AttributeError: 'module' object...
i used to run 4 snmpsimd.py instances on a 4-cores cpu they use different ports but the same community so they can get a better performance however i just can't...