nv-l
[Top] [All Lists]

Re: [nv-l] Mibs Unable to Load!

To: nv-l@lists.us.ibm.com
Subject: Re: [nv-l] Mibs Unable to Load!
From: James Shanks <jshanks@us.ibm.com>
Date: Thu, 17 Mar 2005 13:37:16 -0500
Delivery-date: Thu, 17 Mar 2005 18:38:29 +0000
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
In-reply-to: <20050317180154.83351.qmail@web30604.mail.mud.yahoo.com>
Reply-to: nv-l@lists.us.ibm.com
Sender: owner-nv-l@lists.us.ibm.com



I think you are having the problem with multiple MIBs because it is already
in your MIB database.
The error message
The error message
      MODULE-IDENTITY nodes:
 { label1 [ label2(subid2) ... ] object-subid1 }
(adsltcmib): On or around line 317561 of the snmpv2mib
file.
seems to indicate that the MIB in error has the label "adsltcmib" in it.
Yet the Nokia MIB you posted has no such label nor problem.
That would mean that somehow, some MIB you already loaded has a bad
MODULE-IDENTITY clause, and now you can't load anything else until that is
unloaded.

If you know which MIB defines the label "adsltcmib" , then use xnmloadmib2
to unload it.
If you don't know, then you can find out by browsing the
/usr/OV/conf/snmpv2mib  file  and searching for it.
When you find it, scroll backwards up in the file until you find the next
BEGIN clause.  That will tell you the name of the MIB, and the next line
above that will tell you the name of the file it's in.  Exit your browse
and use xnmloadmib2 to unload it.

When you go forward again loading MIBs, make sure you load them one at a
time so you can catch and resolve any errors before they become part of
your database.

Hope this helps
James Shanks
Level 3 Support  for Tivoli NetView for UNIX and Windows
Tivoli Software / IBM Software Group


                                                                           
             Larry Fagan                                                   
             <larrytechie@yaho                                             
             o.com>                                                     To 
             Sent by:                  nv-l@lists.us.ibm.com               
             owner-nv-l@lists.                                          cc 
             us.ibm.com                                                    
                                                                   Subject 
                                       [nv-l] Mibs Unable to Load!         
             03/17/2005 01:01                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                   nv-l                                                    
                                                                           
                                                                           




Hi all,
I trying to load nokia-ipso-registration-mib which is
below. I'm using xnmloadmib2 and getting following
error. Any idea what it can be? I'm having this issue
with multiple mibs.
Error:
This MIB cannot be loaded until the following problem
is corrected:

No label for parent. Accepted syntax for
MODULE-IDENTITY nodes:
 { label1 [ label2(subid2) ... ] object-subid1 }
(adsltcmib): On or around line 317561 of the snmpv2mib
file.
Bad parse of MODULE-IDENTITY: On or around line 317561
of the snmpv2mib file.
Mib table is bad.

MIB File:
NOKIA-IPSO-REGISTRATION-MIB DEFINITIONS ::= BEGIN

--
4567890123456789012345678901234567890123456789012345678901234567890123456789

-- This line is 80 characters wide, keep lines in this
file shorter than that--
--
===============================================================
--              Copyright (C) Nokia Telecommunications Oy 1998
--
===============================================================
-- This MIB Module defines the System MIB for products
running IPSO.
-- More detailed description of the variables and
tables is
-- provided in other related documentation.
--
-- Format:   SNMP v2 MIB (Simple network management
protocol,
--                version 2, Management Information Base  )
--
--
================================================================
-- Author      : Alan Francisco
-- Version     : 1.02
-- Created     : 02.12.1998
-- Last Update : 28.01.1999 - Added ipsoIP3xx.
--                        14.12.1998 - Added newer and more comprehensive
--                                                IP and VPN product OIDs.
--
================================================================

IMPORTS
    enterprises, MODULE-IDENTITY
            FROM SNMPv2-SMI;

ipsoProducts MODULE-IDENTITY
             LAST-UPDATED "0001140000Z"
             ORGANIZATION "Nokia"
             CONTACT-INFO
             "Alan Fransisco
              Postal: 313 Fairchild Drive
                      Mountain View,
                 California, 94043"

             DESCRIPTION
                         "The root of the OID sub-tree assigned to IPSO
products"

             REVISION "9812020000Z"
        DESCRIPTION
                         " Revision 1.02
                           Added newer and more comprehensive
                  IP and VPN product OIDs. -
14.12.1998
                           Revision 1.02
                           Added ipsoIP3xx - 28.01.1999"

             REVISION "0001140000Z"
        DESCRIPTION
                         "MIB converted from SMIv1 to SMIv2 format
                         Revision 1.03 - 14.01.2000"

        REVISION "0107170000Z"
        DESCRIPTION
                "Added ipsoSosSystem for Ramp MIBs.
                Revision 1.5 - 17.07.2001"

             ::=  { nokiaProducts 21 }

nokia                                OBJECT IDENTIFIER ::= { enterprises 94
}
nokiaProducts                        OBJECT IDENTIFIER ::= { nokia 1 }
--ipsoProducts                       OBJECT IDENTIFIER ::= { nokiaProducts
21 }
-- ipsoSystem           OBJECT IDENTIFIER ::= {
ipsoProducts 1 }
ipsoProductIds                       OBJECT IDENTIFIER ::= { ipsoProducts 2
}
-- fmConf               OBJECT IDENTIFIER ::= {
ipsoProducts 3 }
ipsoSosSystem           OBJECT IDENTIFIER ::= {
ipsoProducts 4 }
ipsoAgentID                    OBJECT IDENTIFIER ::= { ipsoProductIds 1
}

ipsoIPUnknown                        OBJECT IDENTIFIER ::= { ipsoAgentID 1
}
ipsoIP4xx                      OBJECT IDENTIFIER ::= { ipsoAgentID 2 }
ipsoIP400                      OBJECT IDENTIFIER ::= { ipsoAgentID 3 }
ipsoIP410                      OBJECT IDENTIFIER ::= { ipsoAgentID 4 }
ipsoIP440                      OBJECT IDENTIFIER ::= { ipsoAgentID 5 }
ipsoIP6xx                      OBJECT IDENTIFIER ::= { ipsoAgentID 6 }
ipsoIP600                      OBJECT IDENTIFIER ::= { ipsoAgentID 7 }
ipsoIP650                      OBJECT IDENTIFIER ::= { ipsoAgentID 8 }
ipsoIP3xx                      OBJECT IDENTIFIER ::= { ipsoAgentID 9 }
ipsoIP110                      OBJECT IDENTIFIER ::= { ipsoAgentID 10 }
ipsoIP530                      OBJECT IDENTIFIER ::= { ipsoAgentID 11 }
ipsoIP740                      OBJECT IDENTIFIER ::= { ipsoAgentID 12 }
ipsoIP3400                     OBJECT IDENTIFIER ::= { ipsoAgentID 13 }
ipsoVPNUnknown                       OBJECT IDENTIFIER ::= { ipsoAgentID
128 }
ipsoVPN1RL50                         OBJECT IDENTIFIER ::= { ipsoAgentID
129
}
ipsoVPN1RL250                        OBJECT IDENTIFIER ::= { ipsoAgentID
130
}
ipsoVPN1RL500                        OBJECT IDENTIFIER ::= { ipsoAgentID
131
}
ipsoVPN1RLU                    OBJECT IDENTIFIER ::= { ipsoAgentID 132 }
ipsoVPN210                     OBJECT IDENTIFIER ::= { ipsoAgentID 133 }
ipsoVPN220                     OBJECT IDENTIFIER ::= { ipsoAgentID 134 }
ipsoVPN230                     OBJECT IDENTIFIER ::= { ipsoAgentID 135 }
ipsoVPN240                     OBJECT IDENTIFIER ::= { ipsoAgentID 136 }

END

As usual many thanks for all..
Larry





__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail



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

Archive operated by Skills 1st Ltd

See also: The NetView Web