News:

We really need your input in this questionnaire

Main Menu

Allied Telesis MIB parser error

Started by roby, September 12, 2008, 12:28:19 PM

Previous topic - Next topic

roby

I receive:

ERROR 003: Parser error - syntax error, unexpected LCASEFIRST_IDENT_SYM, expecting RIGHT_BRACE_SYM in line 1395

when compiling Allied Telesis mib file:

http://www.oidview.com/mibs/207/ALLIEDTELESYN-MIB.html

File extension is .mib not .txt, I renamed .txt.
Follow near 1395 line (when read with Ultra Edit line 1395 start at first ccCliListEntry after "SYNTAX  SEQUENCE OF"... strange !!! ):

    -- The ISDN CLI list table. This consists of a number of entries containing numbers for matching against CLI information.

    ccCliListTable OBJECT-TYPE
        SYNTAX  SEQUENCE OF ccCliListEntry            <-- line 1395 (ultraedit show line 1395 starting with: ccCliListEntry.....)
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "The table of CLI list entries."
        ::= { cc 2 }

    ccCliListEntry OBJECT-TYPE
        SYNTAX  CcCliListEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "A single entry in the CLI list table. This contains a single number, as well as index information."
        INDEX   { ccCliListListIndex, ccCliListEntryIndex }
        ::= { ccCliListTable 1 }

Thank you.