File: README.md

package info (click to toggle)
python-pysnmp4 7.1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,564 kB
  • sloc: python: 33,654; makefile: 166; javascript: 4
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## Running examples

In order to test pysnmp functionalities, you can run SNMP simulators on
your local environment.

One of possible ways to do it is to use
[this project](https://github.com/lextudio/docker-snmpsim) to run docker
container and map port 161 to the port of your choice, for example:

```commandline
docker run -d -p 161:161/udp ghcr.io/lextudio/docker-snmpsim:master
```