Tuesday, February 26, 2019

SNMP server in pure Python

Meet my new project: simple SNMP server in pure Python.
It can be used as a simple SNMP echo server or configured to respond to the requests with more complex logic.
https://github.com/delimitry/snmp-server
This SNMP server is really useful if it is required to test SNMP client and mock values for OIDs
.

1 comment:

  1. Hello Delimitry,

    I was looking for a simple SNMP server for a little project, I found your project, it fits perfect for my needs. However, I can not get the response when I use a raspberry. Using the debug from the server. I see the packets arriving at the server and the server responses, but after that the connection stops with timeout. Do you have any idea why it happens? I tested in Mac and Windows computers and the server works well, also disable firewall and add the port to iptables in the raspberry.

    Thanks.

    ReplyDelete