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 bfff52e commit 7254009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The UDP port `161` should be mapped to the desired SNMP port.

By default this image contains an snmpwalk from `demo.snmplabs.com` under community name `demo`.

## Usage
To use your own snmpwalks you should mount a folder with snmpwalks like this:

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

## Bug Reports
Issues about this image should be reported to https://github.com/lextudio/pysnmp/issues.

0 comments on commit 7254009

Please sign in to comment.