[pysnmp-users] How To Do Dynamic Conceptual Table?
Brought to you by:
elie
From: Cannon I. <can...@gm...> - 2016-07-06 11:50:33
|
Hello! I followed the example: http://pysnmp.sourceforge.net/examples/v3arch/asyncore/agent/cmdrsp/agent-side-mib-implementations.html#implementing-conceptual-table The static version is working fine, now I should read the rows from a DB. I'd like to know what is the recommended way for implementing a dynamic table? The FAQ entry: http://pysnmp.sourceforge.net/faq/how-to-implement-agent-mib.html says also something, but unfortunately I could not figure out, what the author meant by: "There are other ways for building MIB tables that represent dynamic Managed Objects." Thanks a lot! Joseph |