Working on Python SNMP table query extension, contribute?

2015-07-16 Thread [email protected]
Hi Coders, I've started to work on a small Python C extension package, incorporating your Net-SNMP Python bindings. It allows to query a SNMP table, and provides the result in form of a dictionary of dictionaries. See https://github.com/haxtibal/netsnmptable for more details, examples, and co

unwanted handler calls on subagent with multiple tables

2015-07-16 Thread Sreekanth Kamanuru
Hi, I intended to implement a subagent with all tables in a MIB (ENTITY-MIB) using handlers for each separately. Up on requesting a particualr table data, net-snmp is triggering handlers for other tables also in that MIB which are not wanted. How to avoid such unncessary handler triggers ? The pro