This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Releases: haxtibal/netsnmptable
Releases · haxtibal/netsnmptable
netsnmptable v0.1.2
Changes:
- Resolve Issue #1 and Issue #2.
- Add tests.testagent again, as the upstream project python-netsnmpagent is LGPLv3 now.
- Tables with index of type IpAddress or OBJECT IDENTIFIER work now, proven by additional test cases.
- Update example code and snippets.
netsnmptable v0.1.1
- changed license to LGPLv3
- removed python-netsnmpagent for unit tests for now, as implications due to GPLv3 are unclear
- fixed package import
- fixed str_to_varlen_iid and str_to_fixlen_iid functions
netsnmptable v0.1.0 - Initial development release
- create table objects from a MIB table definition, e.g. table = session.table_from_mib('HOST-RESOURCES-MIB:hrStorageTable')
- query single- and multi-indexed tables
- limit queries to specified indexes
- unit tests with self-hosted SNMP agent
- SNMP v2c / getbulk only