[MIB Designer] A question on OBJECT IDENTIFIER

Frank Fock fock at agentpp.com
Thu Jul 31 22:42:58 CEST 2008


Hi Michael,

To achieve "::= {enterprises 4976 1 2 }"
add an object identifier (or any other object
type) below the "enterprise" node in the MIB tree
and enter "4976.1.2" in the "Object-ID" field.

The "::= { enterprises agentpp(4976) 1 2 }
form cannot be created with MIB Designer
which is not a missing functionality because
it is equal to "::= { agentpp 1 2 }" which
is shorted though.

Best regards,
Frank

michael.carr at bt.com schrieb:
> Hi all,
>
> Example 1 in the Top 10 Dos and Don'ts has the following in the
> corrected version:
>
> LEGAL-MODULE-IDENTITY-MIB DEFINITIONS ::= BEGIN
>
> IMPORTS
> 	enterprises,
> 	MODULE-IDENTITY
> 		FROM SNMPv2-SMI;
>
> mibDesignDosRegMib MODULE-IDENTITY
> 	:
> 	:
> 	:
> 		:: = { enterprises 4976 1 1 }
>
> mibDesignDos OBJECT IDENTIFIER
> 		::=  { enterprises 4976 }
>
> mibDesignDosReg OBJECT IDENTIFIER
> 		::=  { mibDesignDos 1 }
>
> END
>
> How is it possible to enter something like { enterprises 4976 1 1 } in
> MIB Designer?  Also, how is it possible to add the OBJECT IDENTIFIERs
> that follow it?
>
> The only way I've found is to importing a MIB file that already has this
> in.
>
> Similarly, the comments text in the example says that alternatives may
> be { mibDesignDos 1} or { enterprises mibDesignDos(4976)
> mibDesignDosReg(1) 1 }.
>
> Again, how is it possible to achieve this without importing a MIB file
> that already has this in?
>
> Thanks,
> Mike
>
> _______________________________________________
> MIBDesigner mailing list
> MIBDesigner at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/mibdesigner
>   



More information about the MIBDesigner mailing list