Implementing a custom MIB in a PySNMP agent
问题 I'm having difficulty implementing a custom MIB in a PySNMP agent. I've started with: http://pysnmp.sourceforge.net/examples/4.x/v3arch/agent/cmdrsp.html created my own MIB file, used build-pysnmp-mib to make a Python module and successfully imported the symbol. I can't see where to go next. I need to somehow mount the imported symbol on the list of served MIBs and provide an implementation. (It's currently a MIB with one read-only INTEGER property.) The MIB file passes smilint without