I am using latest version of pysnmp 4.2.4 and have tested the SNMPV1/2C command responder example (http://pysnmp.sourceforge.net/examples/current/v1arch/agent/cmdrsp.html) which is returning an Uptime value in response to OID 1,3,6,1,2,1,1,3,0
I have used the V3 responder example (http://pysnmp.sourceforge.net/examples/current/v3arch/agent/cmdrsp/v3-multiple-users.html) and have that returning the system value (none) for 1,3,6,1,2,1,1,3,0.
How can I add a call back to the V3 version so that it calls an Uptime class similar to the V1 version (and returns a local value)?
TIA Steve