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
I also faced a similar issue:
Tried putting the MY-MIB.[pyc] files in the ~/.pysnmp/mibs folders but I think what really worked was putting these files in the folder /usr/lib/pytho*/site/pysnmp/smi/mibs/ .
Am working on pysnmp-4.3.9