Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Releases: haxtibal/netsnmptable

netsnmptable v0.1.2

08 Sep 17:29
Compare
Choose a tag to compare

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

19 Feb 13:27
Compare
Choose a tag to compare
  • 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

17 Feb 14:44
Compare
Choose a tag to compare
  • 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