nv-l
[Top] [All Lists]

RE: [NV-L] G3-Avaya-MIB

To: "'Tivoli NetView Discussions'" <nv-l@lists.ca.ibm.com>
Subject: RE: [NV-L] G3-Avaya-MIB
From: "David M. Funk" <mfunk@trinitysol.net>
Date: Thu, 24 Jul 2008 10:04:07 -0400
Delivery-date: Thu, 24 Jul 2008 16:54:39 +0100
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
In-reply-to: <OF85524FC1.E004AF18-ON85257490.004749D8-85257490.00479EEC@us.ibm.com>
List-help: <mailto:nv-l-request@lists.ca.ibm.com?subject=help>
List-id: Tivoli NetView Discussions <nv-l.lists.ca.ibm.com>
List-post: <mailto:nv-l@lists.ca.ibm.com>
List-subscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=subscribe>
List-unsubscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=unsubscribe>
References: <005a01c8ed12$151dae00$3f590a00$@net> <OF85524FC1.E004AF18-ON85257490.004749D8-85257490.00479EEC@us.ibm.com>
Reply-to: Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>
Sender: nv-l-bounces@lists.ca.ibm.com
Thread-index: AcjtjaqxDS+cEhwcQCCfArEkbXOCWwABz7JA
James,
Yes I commented out both lines.  Not sure what version this is.  Can you send 
me the one you have so I can compare?  I am running NetView 7.1.4 FP5 on 
Winders. Thanks for helping me add this up!

Mark

-----Original Message-----
From: nv-l-bounces@lists.ca.ibm.com [mailto:nv-l-bounces@lists.ca.ibm.com] On 
Behalf Of James Shanks
Sent: Thursday, July 24, 2008 9:02 AM
To: Tivoli NetView Discussions
Subject: RE: [NV-L] G3-Avaya-MIB

I don't understand.  The procedure I gave you worked fine for me.  You
commented out both lines, right?  Does your version have more IMPORTS
clauses after those I listed?  What version of NetView are you using?  What
platform?  I know the java loader should be the same on all of them but
something doesn't add up.

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:                  "'Tivoli NetView Discussions'"      
             nv-l-bounces@list         <nv-l@lists.ca.ibm.com>             
             s.ca.ibm.com                                               cc 
                                                                           
                                                                   Subject 
             07/23/2008 06:18          RE: [NV-L] G3-Avaya-MIB             
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              Tivoli NetView                                               
                Discussions                                                
             <nv-l@lists.ca.ib                                             
                  m.com>                                                   
                                                                           
                                                                           




Thanks James for the suggestion.  I wish it were just that easy...
Unfortunately, I get the following error now:

Loading files.Parsing the loaded MIBs together with MIBs selected for
loading.
Processing File: D:\usr\ov\snmp_mibs\avaya\g3-avaya.mib
Not all of the imports resolved. The changes will not be committed.
Pretty vague huh?
At least it's not squawking about the rfc1213 mib anymore.... Thanks !!

Any other suggestions

TIA,

Mark


-----Original Message-----
From: nv-l-bounces@lists.ca.ibm.com [mailto:nv-l-bounces@lists.ca.ibm.com]
On Behalf Of James Shanks
Sent: Wednesday, July 23, 2008 5:37 PM
To: Tivoli NetView Discussions
Subject: Re: [NV-L] G3-Avaya-MIB

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)


_______________________________________________
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)


_______________________________________________
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)

<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web