MIB files from Alcatel OXE causing error.

Started by adarsh031, September 05, 2022, 09:18:01 AM

Previous topic - Next topic

adarsh031

Hi

I need help with Alcatel OXE mib files. When I am trying to compile the MIBS, I am getting the below error. Please support.

C:\NetXMS\share\mibs\A4400-RTM-MIB.txt: ERROR 003: Parser error - syntax error,
unexpected RIGHT_BRACE_SYM, expecting UCASEFIRST_IDENT_SYM or LCASEFIRST_IDENT_S
YM in line 51

Victor Kirhenshtein

Remove , at the end of line 51:

   cacOverrun INTEGER,

should become

   cacOverrun INTEGER

Best regards,
Victor

adarsh031

Hi Victor

Thanks for the support. It resolved the issue. Just have one more query.
After running it I saw a final message. Could you please tell me what it is.

ALCATEL-NMC-PROXY-AGENT-MIB: ERROR 002: Import module "HPOV-NNM-MIB" unresolved

Victor Kirhenshtein

Quote from: adarsh031 on September 05, 2022, 12:26:44 PM
ALCATEL-NMC-PROXY-AGENT-MIB: ERROR 002: Import module "HPOV-NNM-MIB" unresolved

Are you sure that HPOV-NNM.txt was included into compilation?