Network Management

 View Only
Expand all | Collapse all

Error Trying to compile a checkpoint MIB

This thread has been viewed 0 times
  • 1.  Error Trying to compile a checkpoint MIB

    Posted Nov 27, 2012 09:37 AM
      |   view attached

    Hi, I´m trying to monitor some VSX firewalls, I got the MIB file from $CPDIR/lib/snmp/chkpnt.mib in the VSX gateway but when I try to compile it, I got the next result: 

     

    [INFO]Begin to compile mib files>>>>>>>>>>>>>>>>
    [ERROR]Compile mib file(CHECKPOINT-MIB.mib) in directory(Checkpoint) failed.
    Invalid Enumerate  in parsing enumerate phase.
    Exception Line Number:522
    520:                           init(132),
    521:                }
    522?---->>            ACCESS  read-write
    523:             STATUS  mandatory
    524:             ::= { raUsersEntry 20 }  
    525:            

    [INFO]********** Total 1 MIB files compiled. **********
    [INFO]********** In all 0 compilations succeed. **********
    [INFO]Compiling mib files finished>>>>>>>>>>>>>>>>

     

    Anyone know how to fix it? What else can I do? thanks for your help.

    Attachment(s)

    txt
    chkpnt.txt   703 B 1 version


  • 2.  RE: Error Trying to compile a checkpoint MIB

    Posted Dec 18, 2012 03:26 AM

    I've just got almost the same issue with a Netgear MIB.

     

    Just remove the comma here => init(132),

     

    And try again.