Upgrading to NerveCenterTM 3.8
-
Upgrading MibComp.txt - New Requirements -
The new MIB compiler has two new requirements to compile the MibComp.txt file:
If dependant MIB module references are out of order, you receive an error similar to the following:
8: standard-v2/rfc1573b.asn1 mgrtool.exe: process_data(), Couldn't
find parent: interfaces
mibcomp: unable to compile and resolve standard-v2/rfc1573b.asn1
In this example, rfc1573b.asn1 depends upon another MIB to define interfaces. You must find the mib that defines interfaces and include it before rfc1573b.asn1 in mibcomp.txt. To find a MIB that defines interfaces, you search the other MIB modules looking for the following:
interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
Now you can name the file that contains this line, in this case rfc1213.asn1, before rfc1573b.asn1.
You can tell the difference between a SMIv1 module and an SMIv2 module by searching the MIB file for "MAX-ACCESS".
Any use of ACCESS within a MIB file named in the SMIv2 area of mibcomp.txt causes an error. Any use of MAX-ACCESS within a MIB file named in the SMIv1 area of mibcomp.txt causes an error.
Upgrading MibComp.txt | Upgrading MibComp.txt |
29 July 2003 |