snmpsim
snmpsim copied to clipboard
How to run an agent?
Hi~
after execute in windows 7 x64: snmpsimd.py --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024, I got error here:
ERROR: agent endpoint address(es) not specified
This seems to have something to do with command-line options parsing. That is, it does not hit any of the networking code yet.
May be try to replace = with in case Windows shell eats =? Alternatively, there is this args-from-file option.
I tried:
snmpsimd.py --data-dir ./data --agent-udpv4-endpoint 127.0.0.1:1024
it's still not working, and get the same error, i use python 3.7