Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etingof/snmpfwd
SNMP Proxy Forwarder
https://github.com/etingof/snmpfwd
proxy snmp snmp-forwarder snmpproxy snmptranslator
Last synced: about 1 month ago
JSON representation
SNMP Proxy Forwarder
- Host: GitHub
- URL: https://github.com/etingof/snmpfwd
- Owner: etingof
- License: bsd-2-clause
- Created: 2016-02-24T07:42:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T18:22:58.000Z (almost 5 years ago)
- Last Synced: 2024-01-25T03:04:19.129Z (11 months ago)
- Topics: proxy, snmp, snmp-forwarder, snmpproxy, snmptranslator
- Language: Python
- Homepage: http://snmplabs.com/snmpfwd/
- Size: 442 KB
- Stars: 66
- Watchers: 12
- Forks: 20
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-snmp - snmpfwd - The SNMP Proxy Forwarder tool works as an application-level proxy with a built-in SNMP message router. 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. (Tools / CLIs)
README
SNMP Proxy Forwarder
--------------------[![PyPI](https://img.shields.io/pypi/v/snmpfwd.svg?maxAge=2592000)](https://pypi.org/project/snmpfwd)
[![Python Versions](https://img.shields.io/pypi/pyversions/snmpfwd.svg)](https://pypi.org/project/snmpfwd/)
[![Build status](https://travis-ci.org/etingof/snmpfwd.svg?branch=master)](https://travis-ci.org/etingof/snmpfwd)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/snmpfwd/master/LICENSE.txt)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
--------* SNMPv1/v2c/v3 operations with built-in protocol and transport translation capabilities
* SNMPv3 USM supports MD5/SHA/SHA224/SHA256/SHA384/SHA512 auth and
DES/3DES/AES128/AES192/AES256 privacy crypto algorithms
* Forwards SNMP commands and notifications
* Maintains multiple independent SNMP engines and network transports
* Split client and server parts interconnected through encrypted TCP links
* Flexible SNMP PDU routing
* Extension modules supporting SNMP PDU filtering and on-the-fly modification
* Supports transparent proxy operation (Linux only)
* Works on Linux, Windows and OS XDownload & Install
------------------SNMP Proxy Forwarder software is freely available for download from
[PyPI](https://pypi.org/project/snmpfwd).Just run:
```bash
$ pip install snmpfwd
```Alternatively, you can get it from [GitHub](https://github.com/etingof/snmpfwd/releases).
How to use SNMP proxy forwarder
-------------------------------First you need to configure the tool. It is largely driven by
[configuration files](http://snmplabs.com/snmpfwd/configuration/index.html)
written in a declarative mini-language. To help you started, we maintain
[a collection](http://snmplabs.com/snmpfwd/configuration/index.html#examples)
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](https://github.com/etingof/snmpfwd/issues) at GitHub or
post your question [on Stack Overflow](https://stackoverflow.com/questions/ask).Finally, your PRs are warmly welcome! ;-)
Copyright (c) 2014-2019, [Ilya Etingof](mailto:[email protected]). All rights reserved.