Is there a way to disable the snmp4j mibs ? These are the snmp4j specific mibs
that have "4976" in their OID.
My issue is when I do a getNext at the end of Mib Tree for a private enterprise
Mibs that I have I see the 4976 returned instead of my next custom private MIB
which are at 41192.
I get this back when I do a getnext:
"enterprises.4976.10.1.1.1.1.1.1.0 org.snmp4j.log.Log4jLogFactory@2b7639c8"
I tried to unregister the snmp4jLobMib in my extended BaseAgent class:
"snmp4jLogMIB.unregisterMOs(server, getContext(snmp4jLogMIB));" but that didn't
work.
thanks
Rushik
_______________________________________________
SNMP4J mailing list
[email protected]
https://oosnmp.net/mailman/listinfo/snmp4j