Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm authored Feb 9, 2024
1 parent 7b22db3 commit bfff52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use your own snmpwalks you should mount a folder with snmpwalks like this:

docker run -v /somewhere/with/snmpwalks:/usr/local/snmpsim/data \
-p 161:161/udp \
tandrup/snmpsim
ghcr.io/lextudio/docker-snmpsim:master

The filename determines the SNMP community name.

Expand All @@ -19,4 +19,4 @@ If you want to run snmpsimd with more flags then you can use `EXTRA_FLAGS`, like
docker run -v /somewhere/with/snmpwalks:/usr/local/snmpsim/data \
-p 161:161/udp \
-e EXTRA_FLAGS="--v3-user=testing --v3-auth-key=testing123"
tandrup/snmpsim
ghcr.io/lextudio/docker-snmpsim:master

0 comments on commit bfff52e

Please sign in to comment.