Error compiling NetApp MIB

Started by nikos, May 20, 2009, 11:02:44 PM

Previous topic - Next topic

nikos

I have toubles compiling an NetApp MIB:

NETWORK-APPLIANCE-MIB.mib.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_SYM, expecting OBJECT_TYPE_SYM in line 18622

Attached the MIB that causes the error.
If somebody can help --> THANKS in advance!

Victor Kirhenshtein

It's a bug in MIB compiler - in lines 18622 and 18624 there are tab between words OBJECT and IDENTIFIER instead of space. As workaround, replace these tabs with space character and MIB should compile without error.

Best regards,
Victor

nikos

GREAT stuff! Many thanks, it works now!