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
			
			
			
				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
			
			
			
				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