error compiling mib files from Citrix Branch repeater

Started by edward.borst, November 05, 2013, 03:22:59 PM

Previous topic - Next topic

edward.borst

Hi,

I'm getting an error when compiling the mib's from Citrix Branch repeater.
the error is:

[root@netxms01 mibs]# /netxms/bin/nxmibc ./APPACCELERATION-PRODUCTS-MIB.txt ./APPACCELERATION-SMI.txt ./APPACCELERATION-STATUS-MIB.txt ./APPACCELERATION-TC.txt ./CITRIX-COMMON-MIB.txt
NetXMS MIB Compiler  Version 1.2.9
Copyright (c) 2005-2013 Victor Kirhenshtein

Parsing source files:
   ./APPACCELERATION-PRODUCTS-MIB.txt
./APPACCELERATION-PRODUCTS-MIB.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_IDENTIFIER_SYM, expecting OBJECT_TYPE_SYM in line 40


I really don't know what this error is.

I have tried using the mib's in a mib browser, and it seems ok.
I have attached the mib which is failing.

Thanks for the help.
Edward

Victor Kirhenshtein

According to RFC, all object identifiers in SNMP MIB must start with lower case letter. Our MIB compiler is quite strict, this is why you get the error. Try to replace object identifiers like Repeater6500 with repeater6500, and it should compile.

Best regards,
Victor

edward.borst

After changing a lot of items (and others as well) compile succeeded.
Thanks for your help!