Skip to content

Docker image for snmpsim for SNMP simulation

Notifications You must be signed in to change notification settings

lextudio/docker-snmpsim

This branch is 10 commits ahead of tandrup/docker-snmpsim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb064b1 · Sep 9, 2024

History

21 Commits
Feb 9, 2024
Mar 15, 2016
Sep 9, 2024
Aug 2, 2024

Repository files navigation

SNMP Simulator

This docker image starts up snmpsim.

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 \
           -p 161:161/udp \
           ghcr.io/lextudio/docker-snmpsim:master

The filename determines the SNMP community name.

If you want to run snmpsimd with more flags then you can use EXTRA_FLAGS, like this:

docker run -v /somewhere/with/snmpwalks:/usr/local/snmpsim/data \
           -p 161:161/udp \
           -e EXTRA_FLAGS="--v3-user=testing --v3-auth-key=testing123"
           ghcr.io/lextudio/docker-snmpsim:master

To learn more about snmpsim, please visit its docs.

Bug Reports

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

About

Docker image for snmpsim for SNMP simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Dockerfile 100.0%