SNMP framework for Python
This project aims at developing an SNMP v1/v2c/v3 engine written in the Python
programming language:
* Complete SNMPv1/v2c and SNMPv3 engine support
* Can act Manager and/or Agent role
* Manager and Agent side MIB support
* Asynchronous operations support
* Pure-Python implementation
* py2exe and .egg friendly
* Twisted binding
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / python-pysnmp
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-pysnmp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pysnmp-4.4.10.tar.gz | 0000443230 433 KB | |
python-pysnmp.changes | 0000068119 66.5 KB | |
python-pysnmp.spec | 0000002797 2.73 KB |
Revision 41 (latest revision is 60)
Tomáš Chvátal (scarabeus_iv)
accepted
request 720117
from
Martin Hauke (mnhauke)
(revision 41)
- Update to version 4.4.10 * Reworked VACM access control function. Most important changes include: + Added subtree match negation support (vacmViewTreeFamilyType) + Added subtree family mask support (vacmViewTreeFamilyMask) + Added prefix content name matching support (vacmAccessContextMatch) + Added key VACM tables caching for better `isAccessAllowed` lookup performance One potential incompatibility may be caused by the `addContext()` call which now needs to be made explicitly during low-level VACM configuration rather than be a side effect of `addVacmAccess()` call. * Rebased MIB importing code onto `importlib` because `imp` is long deprecated * Received MIB objects resolution made more forgiving to errors, added optional `ignoreErrors` parameter to `ObjectType.resolveWithMib()` to control that behaviour. * Fixed asyncore main loop to respect non-default timer resolution * Fixed `.setTimerResolution()` behaviour of abstract main loop dispatcher to update call intervals of the existing periodic dispatcher jobs * Fixed `var-bindings` initialization to prevent pyasn1 encoder failures with newer pyasn1 versions where `SequenceOf` type looses its default initializer. * Fixed crash on uninitialized component serialization left out in SNMP v1 TRAP PDU to SNMPv2/3 TRAP PDU proxy translation routine.
Comments 0