[SNMP4J] Custom MIBs

Frank Fock fock at agentpp.com
Wed Apr 25 23:15:31 CEST 2007


Hi Rick,

The short answer is:
Extract the OID(s) of the objects you want to
manage or monitor and use them to build a PDU
with SNMP4J to send a SNMP operation (request)
to the agent (=command responder).

For most uses, it is bad software design to
use MIB specifications (= SMI files) at runtime
for managers and agents.

If you have good reasons to use MIB specifications
at runtime, then you can use JASMI from
http://www.mibdesigner.com or other Java SMI
libs.

Best regards,
Frank

Rick Blair wrote:
> Hi all,
> 
> Sorry if this is a FAQ or a real noob question:
> 
> How do I use a custom MIB with snmp4j?
> 
> Thanks
> 
> 
> Rick
> 
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

-- 
AGENT++
http://www.agentpp.com
http://www.mibexplorer.com
http://www.mibdesigner.com




More information about the SNMP4J mailing list