Importing HP Printer MIB

Started by Arnis, February 17, 2012, 05:23:32 PM

Previous topic - Next topic

Arnis

When I try to insert attached MIB file I get error message:

HP-LASERJET-COMMON-MIB: ERROR 005: Cannot resolve symbol enterprises

Where is problem?


Arnis

lindeamon

hi,

you can try open this mib file with manageengine mib browser to see if this mib is ok and we can go on from there

Victor Kirhenshtein

Hi!

Try to add lines

IMPORTS
   enterprises               FROM SNMPv2-SMI;

after line

HP-LASERJET-COMMON-MIB DEFINITIONS ::= BEGIN

Then it should compile.

Best regards,
Victor