mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mibble-users] Re: Unable to load MIB file


From: Per Cederberg
Subject: [Mibble-users] Re: Unable to load MIB file
Date: Sun, 19 Jun 2005 22:05:11 +0200

There are several problems in the IMPORTS declaration:

* Reserved words in the MIB file are case-sensitive, so
  it should be "FROM" instead of "from".
* There should be a ";" at the end of the declaration.
* One shouldn't mix symbols from SMIv1 and SMIv2. That
  can cause all kinds of weird effects (in general, the
  RFC* MIBs are from SMIv1).

A better IMPORTS declaration would thus be:

IMPORTS
   Integer32, Counter32, TimeTicks, IpAddress
       FROM SNMPv2-SMI
   DisplayString, RowStatus, StorageType
       FROM SNMPv2-TC;

Hope this helps!

/Per

On sat, 2005-06-18 at 10:35 -0700, Shiv Shankar Maurya wrote:
> I tried changing the names. Now this error is gone but
> I am seeing other errors like "could not find imported
> symbol "Integer32' in MIB SNMPv2-SMI".
>    I have the imports im MIB define like this:
> 
> IMPORTS
>    Integer32,Counter,TimeTicks from SNMPV2-SMI
>    DisplayString, IpAddress from RFC1213-MIB
>    RowStatus,StorageType from SNMPv2-TC  
> 
> I am getting same error for all these imports.
>   Is this an issue or I need to do something to get it
> to work.
> shiv






reply via email to

[Prev in Thread] Current Thread [Next in Thread]