Skip to content

Releases: etingof/snmpresponder

Release 0.0.2

31 Jan 08:38
Compare
Choose a tag to compare

This release introduces the new feature - ability to discover and load MIB implementation files from installed Python packages.

Release 0.0.1

13 Jan 18:12
Compare
Choose a tag to compare

This release fixes a bunch of packaging and documentation issues.

Initial public release

13 Jan 17:55
Compare
Choose a tag to compare

As of this release, the SNMP Command Responder tool can run one or more SNMP agents and maintain one or more trees of MIB objects representing SNMP-managed entities. Received messages are applied onto one of the MIB trees chosen by tool's configuration.

As of this initial version, the basic functionality seems to work, however:

  • the plugin feature is not fully implemented
  • GETNEXT/GETBULK performance needs to be improved
  • network transparency is not operational
  • the documentation is up, though still lacking at places
  • many imaginable configuration examples are not yet present
  • apparently, pysnmp 5.x API needs minor tweaks
  • unit tests is a highly desired thing