snmpsim icon indicating copy to clipboard operation
snmpsim copied to clipboard

How to run an agent?

Open xzzh999 opened this issue 6 years ago • 2 comments

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

xzzh999 avatar Nov 27 '19 07:11 xzzh999

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.

etingof avatar Nov 27 '19 08:11 etingof

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

xzzh999 avatar Nov 29 '19 03:11 xzzh999