mibble-users
[Top][All Lists]
Advanced

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

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


From: Shiv Shankar Maurya
Subject: [Mibble-users] Re: Re: Unable to load MIB file
Date: Mon, 20 Jun 2005 19:42:49 -0700 (PDT)

It works now. The problem was due  the mixing of 
SMIv1 and SMIv2 symbols.

Thanks

--- address@hidden wrote:

> Send Mibble-users mailing list submissions to
>       address@hidden
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
http://lists.nongnu.org/mailman/listinfo/mibble-users
> or, via email, send a message with subject or body
> 'help' to
>       address@hidden
> 
> You can reach the person managing the list at
>       address@hidden
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Mibble-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Unable to load MIB file (Per Cederberg)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 19 Jun 2005 22:05:11 +0200
> From: Per Cederberg <address@hidden>
> Subject: [Mibble-users] Re: Unable to load MIB file
> To: "Announcements, support,  and forum for Mibble
> users"
>       <address@hidden>
> Message-ID:
> <address@hidden>
> Content-Type: text/plain
> 
> 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
> 
> 
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Mibble-users mailing list
> address@hidden
>
http://lists.nongnu.org/mailman/listinfo/mibble-users
> 
> 
> End of Mibble-users Digest, Vol 12, Issue 4
> *******************************************
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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