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!
			
			
			
				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
			
			
			
				GREAT stuff! Many thanks, it works now!