MIBCERR152: Specify the missing term in the OBJECT IDENTIFIER definition

Source:  ZENworks Server Management; Management and Monitoring Services; MIB Compiler

Explanation:  The definition of an object should be terminated with the following:

::= {reference to parent MIB tree child number}

The reference to the parent can either be qualified as the name of the parent, or in terms of its parents.

For example, the following would be accepted:

::= {iso org(3) dod (6) 1}

The child number describes the object being described in terms of its parent, as in the first child of parent node dod.

Possible Cause:  The child number of the node being defined is not found.

Possible Cause:  The reference to the parent token is incorrect.

Action:  Ensure that the reference to the parent is correct, and that the child number is unique to the parent.