etingof / snmpfwd

SNMP Proxy Forwarder
http://snmplabs.com/snmpfwd/
BSD 2-Clause "Simplified" License
67 stars 18 forks source link
proxy snmp snmp-forwarder snmpproxy snmptranslator

SNMP Proxy Forwarder

PyPI Python Versions Build status GitHub license

The SNMP Proxy Forwarder tool works as an application-level proxy with a built-in SNMP message router. SNMP forwarder design features split client/server operation that promotes having one part of the system in DMZ while other part is facing the Internet. Message routing can be programmed via a declarative mini-language.

Typical use case for an SNMP proxy is to work as an application-level firewall or a protocol translator that enables SNMPv3 access to a SNMPv1/SNMPv2c entity or vice versa.

Features

Download & Install

SNMP Proxy Forwarder software is freely available for download from PyPI.

Just run:

$ pip install snmpfwd

Alternatively, you can get it from GitHub.

How to use SNMP proxy forwarder

First you need to configure the tool. It is largely driven by configuration files written in a declarative mini-language. To help you started, we maintain a collection of configuration files designed to serve specific use-cases.

Getting help

If something does not work as expected or we are missing an interesting feature, open an issue at GitHub or post your question on Stack Overflow.

Finally, your PRs are warmly welcome! ;-)

Copyright (c) 2014-2019, Ilya Etingof. All rights reserved.