[MIB Designer] A question on OBJECT IDENTIFIER

michael.carr at bt.com michael.carr at bt.com
Thu Jul 31 10:37:24 CEST 2008


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



More information about the MIBDesigner mailing list