etingof / snmpsim

SNMP Simulator

Home Page:http://snmplabs.com/snmpsim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snmp simulator

shmn18 opened this issue · comments

$ 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

commented

$ 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 ?

Thank you. Its solved now.