etingof / snmpsim

SNMP Simulator
http://snmplabs.com/snmpsim/
BSD 2-Clause "Simplified" License
376 stars 119 forks source link

snmp simulator #157

Closed shmn18 closed 3 years ago

shmn18 commented 3 years ago

$ snmpsim-command-responder --data-dir=./Desktop/snmprec --agent-udpv4-endpoint=127.0.0.1:1024

I have the simulation data on the desktop in a folder named snmprec. When I run the command I get the error as command not found. I'm using ubuntu 18.04. Can anyone help me in this?

Thank you

gainskills commented 3 years ago

$ snmpsim-command-responder --data-dir=./Desktop/snmprec --agent-udpv4-endpoint=127.0.0.1:1024

I have the simulation data on the desktop in a folder named snmprec. When I run the command I get the error as command not found. I'm using ubuntu 18.04. Can anyone help me in this?

Thank you

the command depends on the Python environment, or can you try with venv ?

shmn18 commented 3 years ago

Thank you. Its solved now.