Server Management - Systems Insight Manager
1752355 Members
5576 Online
108787 Solutions
New Discussion

Avaya g3mib.ans1 Compilation errors

 
Karl Ramden
New Member

Avaya g3mib.ans1 Compilation errors

I am trying to use HPSIM (C.05.01.00.02) to monitor an Avaya 8720 via SNMP. the MIB is downloaded from the device and is attached.

When trying to complile I get the error:
Line: 34: Error defining OBJECT IDENTIFIER: Expected '{', found org

I have tried commenting out the following:

-- iso OBJECT IDENTIFIER ::= { 1 }
-- org OBJECT IDENTIFIER ::= { iso 3 }
-- dod OBJECT IDENTIFIER ::= { org 6 }
-- internet OBJECT IDENTIFIER ::= { dod 1 }
-- private OBJECT IDENTIFIER ::= { internet 4 }
-- enterprises OBJECT IDENTIFIER ::= { private 1 }

...because I read on another forum for another SNMP manager that that solved their issue.

Sure enough, it does process it after that, but with the following errors:

Compiling g3mib.mib

Processing import file: rfc1213.mib
Processing import file: RFC1155-SMI.mib
Failed to open import file: g3-avaya-mib.mib
could not compile module G3-AVAYA-MIB

Processing import file: rfc1213.mib
Processing import file: RFC-1215.mib
Mib file compilation completed with warnings

Has anyone had any experience with this that could lend some advice as I am stumped?