News:

We really need your input in this questionnaire

Main Menu

Trouble Compiling MIB

Started by Rando, November 10, 2008, 08:48:59 AM

Previous topic - Next topic

Rando

I'm attempting to compile a mib from Trend Micro that causes an error:

e:\netxms\var\mibs\trend.mib.txt: ERROR 003: Parser error - syntax error, unexpe
cted OBJECT_IDENTIFIER_SYM, expecting OBJECT_TYPE_SYM in line 69

Below is part of the MIB and the last line is line 69:

IMPORTS      
   OBJECT-TYPE   
         FROM RFC1212
   enterprises   
         FROM RFC1155-SMI
   DisplayString
         FROM SNMPv2-TC;
   TREND         OBJECT IDENTIFIER ::= { enterprises 6101 }

I've gone over it for typing and formatting mistakes but I can't see it.

Any help is appreciated.

Victor Kirhenshtein

Hello!

Try to type TREND in lowercase.

Best regards,
Victor

Rando

Thanks, that worked perfectly.  I then had to do quite a bit of modifications to get the MIB to compile, so I'd like to post my mib file for others.