I'm using net-snmp. Given a specific OID such as .1.3.6.1
, how do I find the corresponding
MIB/module/filename/anything
where that OID is described?
I've looked through all the #include file in <net-snmp/*>
but I cannot figure it out.
I was expecting something along the lines of:
struct module *netsnmp_get_module_from_oid( oid *, int oidlen );