etingof / snmpsim

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

snmpsim-command-responder: command not found #145

Closed Axelfoley85 closed 4 years ago

Axelfoley85 commented 4 years ago

I cant reproduce these steps on ubuntu 18.04. It works though if I run snmpsim.py instead of snmpsim-command-responder

=== README.md ===

Installation

Just run:

$ pip install snmpsim

How to use SNMP simulator

Once installed, invoke snmpsim-command-responder and point it to a directory with simulation data:

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

=== Response ===

snmpsim-command-responder --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024
snmpsim-command-responder: command not found
gainskills commented 4 years ago

try to install the latest version from GitHub pip install https://github.com/etingof/snmpsim/archive/master.zip

Axelfoley85 commented 4 years ago

Thanks!