[SNMP4J] Disabling snmp4j MIBs (4976)

ru_44 at hotmail.com ru_44 at hotmail.com
Thu Mar 31 17:37:31 CEST 2016


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 at 2b7639c8"
 
 
I tried to unregister the snmp4jLobMib in my extended BaseAgent class:
"snmp4jLogMIB.unregisterMOs(server, getContext(snmp4jLogMIB));" but that didn't work.
 
thanks
Rushik
 		 	   		  


More information about the SNMP4J mailing list