NetXMS Support Forum

English Support => General Support => Topic started by: Sympology on August 24, 2009, 01:49:03 PM

Title: ApplianX - Mib Issue
Post by: Sympology on August 24, 2009, 01:49:03 PM
We've been sent these mib, but they won't compile. This is a complete unknown area to me. Can anyone help?

the error so far is.

   .\Aculab.txt
.\Aculab.txt: ERROR 003: Parser error - syntax error, unexpected MODULE_IDENTITY_SYM, expecting OBJECT_TYPE_SYM in line 9

.\ACULAB-APPLIANX-MIB.MIb.txt: ERROR 003: Parser error - syntax error, unexpected NUMBER_SYM, expecting LEFT_PAREN_SYM in line 24

Thanks
Stu..

Title: Re: ApplianX - Mib Issue
Post by: Victor Kirhenshtein on August 24, 2009, 05:41:55 PM
Attached is a corrected files that should compile. Main problem was that according to SNMP RFC, identifiers should start with lowercase letters, but authors of these MIBs ignores this restriction. Also, there was one syntax error in line 426 of ACULAB-APPLIANX-MIB.txt (missing comma).

Best regards,
Victor
Title: Re: ApplianX - Mib Issue
Post by: Sympology on August 25, 2009, 03:52:49 PM
Thanks guys, compile and now can see them in the system.

Top marks.. ;D