Name | snmpfwd JSON |
Version |
0.4.5
JSON |
| download |
home_page | https://github.com/lextudio/snmpfwd |
Summary | SNMP Proxy Forwarder can act as an application-level firewall or SNMP protocol translator that let SNMPv1/v2c entities to talk to SNMPv3 ones or vice-versa. |
upload_time | 2024-07-17 03:44:35 |
maintainer | None |
docs_url | None |
author | Ilya Etingof |
requires_python | <4.0,>=3.8 |
license | BSD-2-Clause |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
SNMP Proxy Forwarder
--------------------
[![PyPI](https://img.shields.io/pypi/v/snmpfwd.svg?maxAge=2592000)](https://pypi.org/project/snmpfwd)
[![PyPI Downloads](https://img.shields.io/pypi/dd/snmpfwd)](https://pypi.python.org/pypi/snmpfwd/)
[![Python Versions](https://img.shields.io/pypi/pyversions/snmpfwd.svg)](https://pypi.org/project/snmpfwd/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/lextudio/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 X
Download & 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/lextudio/snmpfwd/releases).
How to use SNMP proxy forwarder
-------------------------------
First you need to configure the tool. It is largely driven by
[configuration files](https://www.pysnmp.com/snmpfwd/configuration/index.html)
written in a declarative mini-language. To help you started, we maintain
[a collection](https://www.pysnmp.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/lextudio/pysnmp/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:etingof@gmail.com).
Copyright (c) 2022, [LeXtudio Inc.](mailto:support@lextudio.com).
All rights reserved.
Raw data
{
"_id": null,
"home_page": "https://github.com/lextudio/snmpfwd",
"name": "snmpfwd",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Ilya Etingof",
"author_email": "etingof@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a3/ea/ccd22d9cab79cb1c323e053b1016f028d9ae622b72582c70e6bfea1ec988/snmpfwd-0.4.5.tar.gz",
"platform": null,
"description": "\nSNMP Proxy Forwarder\n--------------------\n\n[![PyPI](https://img.shields.io/pypi/v/snmpfwd.svg?maxAge=2592000)](https://pypi.org/project/snmpfwd)\n[![PyPI Downloads](https://img.shields.io/pypi/dd/snmpfwd)](https://pypi.python.org/pypi/snmpfwd/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/snmpfwd.svg)](https://pypi.org/project/snmpfwd/)\n[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/lextudio/snmpfwd/master/LICENSE.txt)\n\nThe SNMP Proxy Forwarder tool works as an application-level proxy with a built-in\nSNMP message router. SNMP forwarder design features split client/server operation\nthat promotes having one part of the system in DMZ while other part is \nfacing the Internet. Message routing can be programmed via a declarative\nmini-language.\n\nTypical use case for an SNMP proxy is to work as an application-level firewall\nor a protocol translator that enables SNMPv3 access to a SNMPv1/SNMPv2c\nentity or vice versa.\n\nFeatures\n--------\n\n* SNMPv1/v2c/v3 operations with built-in protocol and transport translation capabilities\n* SNMPv3 USM supports MD5/SHA/SHA224/SHA256/SHA384/SHA512 auth and\n DES/3DES/AES128/AES192/AES256 privacy crypto algorithms\n* Forwards SNMP commands and notifications\n* Maintains multiple independent SNMP engines and network transports\n* Split client and server parts interconnected through encrypted TCP links\n* Flexible SNMP PDU routing\n* Extension modules supporting SNMP PDU filtering and on-the-fly modification\n* Supports transparent proxy operation (Linux only)\n* Works on Linux, Windows and OS X\n\nDownload & Install\n------------------\n\nSNMP Proxy Forwarder software is freely available for download from\n[PyPI](https://pypi.org/project/snmpfwd).\n\nJust run:\n\n```bash\n$ pip install snmpfwd\n```\n\nAlternatively, you can get it from [GitHub](https://github.com/lextudio/snmpfwd/releases).\n\nHow to use SNMP proxy forwarder\n-------------------------------\n\nFirst you need to configure the tool. It is largely driven by\n[configuration files](https://www.pysnmp.com/snmpfwd/configuration/index.html)\nwritten in a declarative mini-language. To help you started, we maintain\n[a collection](https://www.pysnmp.com/snmpfwd/configuration/index.html#examples)\nof configuration files designed to serve specific use-cases.\n\nGetting help\n------------\n\nIf something does not work as expected or we are missing an interesting feature,\n[open an issue](https://github.com/lextudio/pysnmp/issues) at GitHub or\npost your question [on Stack Overflow](https://stackoverflow.com/questions/ask).\n\nFinally, your PRs are warmly welcome! ;-)\n\nCopyright (c) 2014-2019, [Ilya Etingof](mailto:etingof@gmail.com).\nCopyright (c) 2022, [LeXtudio Inc.](mailto:support@lextudio.com).\nAll rights reserved.\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "SNMP Proxy Forwarder can act as an application-level firewall or SNMP protocol translator that let SNMPv1/v2c entities to talk to SNMPv3 ones or vice-versa.",
"version": "0.4.5",
"project_urls": {
"Homepage": "https://github.com/lextudio/snmpfwd",
"Repository": "https://github.com/lextudio/snmpfwd"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "53aa6d2a616680ce08aa39c7b75c364f8e3593def84f59527b4c6be69669da8f",
"md5": "945f77806c2a784986c6567762486cad",
"sha256": "bbb503918c806d6d264765272429ae39f891da6fca276ebddfbef8aa482ef90f"
},
"downloads": -1,
"filename": "snmpfwd-0.4.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "945f77806c2a784986c6567762486cad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 39924,
"upload_time": "2024-07-17T03:44:34",
"upload_time_iso_8601": "2024-07-17T03:44:34.317222Z",
"url": "https://files.pythonhosted.org/packages/53/aa/6d2a616680ce08aa39c7b75c364f8e3593def84f59527b4c6be69669da8f/snmpfwd-0.4.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3eaccd22d9cab79cb1c323e053b1016f028d9ae622b72582c70e6bfea1ec988",
"md5": "5dbc5e93298e6e6e2aaa078c9399f09a",
"sha256": "1eb336a85877a854174a436037ec9f73972ca464e7b229c89e69951742daa68f"
},
"downloads": -1,
"filename": "snmpfwd-0.4.5.tar.gz",
"has_sig": false,
"md5_digest": "5dbc5e93298e6e6e2aaa078c9399f09a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 80955,
"upload_time": "2024-07-17T03:44:35",
"upload_time_iso_8601": "2024-07-17T03:44:35.876442Z",
"url": "https://files.pythonhosted.org/packages/a3/ea/ccd22d9cab79cb1c323e053b1016f028d9ae622b72582c70e6bfea1ec988/snmpfwd-0.4.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-17 03:44:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lextudio",
"github_project": "snmpfwd",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "snmpfwd"
}