The java MIB loader actually cares that a MIB be accurate about whet it
says it IMPORTS.
The G3-AVAYA-MIB has a problem because it says
G3-AVAYA-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, DisplayString
FROM RFC1213-MIB
OBJECT-TYPE, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
FROM RFC1155-SMI;
Now obviously OBJECT-TYPE cannot be defined in two places, RFC1155 and RFC
1213, so the IMPORTS clause is in error. I would simply comment the
RFC1213 part out.
G3-AVAYA-MIB DEFINITIONS ::= BEGIN
IMPORTS
-- OBJECT-TYPE, DisplayString
-- FROM RFC1213-MIB
OBJECT-TYPE, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
FROM RFC1155-SMI;
It should load fine after that.
James Shanks
Level 3 Support for Tivoli NetView for UNIX and Windows
Network Availability Management
Network Management - Development
Tivoli Software, IBM Corp.
"David M. Funk"
<mfunk@trinitysol
.net> To
Sent by: <nv-l@lists.ca.ibm.com>
nv-l-bounces@list cc
s.ca.ibm.com
Subject
[NV-L] G3-Avaya-MIB
07/23/2008 04:21
PM
Please respond to
Tivoli NetView
Discussions
<nv-l@lists.ca.ib
m.com>
Anybody have any luck loading the g3-avaya mib?
I get the following error when trying to load using the SNMP V2 java mib
loader:
Loading files.Parsing the loaded MIBs together with MIBs selected for
loading.
Processing File: D:\usr\ov\snmp_mibs\avaya\g3-avaya.mib
Resolving Imports.:
Error: Cannot find IMPORT OBJECT-TYPE in module RFC1213-MIB as specified in
module G3-AVAYA-MIB.
Not all of the imports resolved. The changes will not be committed.
I have the rfc1213-mib installed.
Any help would be much appreciated…
TIA,
David M. Funk
President/CEO
Tivoli Certified Enterprise Consultant
Specializing in Network and Systems Management Solutions
Trinity Solutions
604 Cassandra Dr.
Cranberry Twp., PA 16066
Phone: 724-316-0721
Fax: 724-772-7889
email: mfunk@trinityITsolutions.com
www: http://www.trinityITsolutions.com.
_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to
internal IBM'ers only)
_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to
internal IBM'ers only)
|