mibble-users
[Top][All Lists]
Advanced

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

Re: [Mibble-users] The Mibble MIB Browser can't load MIB?


From: Per Cederberg
Subject: Re: [Mibble-users] The Mibble MIB Browser can't load MIB?
Date: Tue, 17 Apr 2007 21:30:31 +0200
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Hi,

The two MIB files are invalid. Try adding the missing
import statements:

In sun.mib:

        DisplayString, PhysAddress
                FROM RFC1213-MIB

In windows.mib:

IMPORTS
    Counter
        FROM RFC1155-SMI
    Integer32
        FROM SNMPv2-SMI
    DisplayString
        FROM SNMPv2-TC;

Note that the windows.mib file seems to be mixing
"Counter" (from SMI-1) and "Integer32" (from SMI-2)
which is generally a bad idea.

/Per

盛川 wrote:
> hi,All
> Today,I using Mibble MIB Browser(2.8) load some 
> MIB(sun.mib;WindowsMib.mib),but it failed,Can You help me?
> MIB in the attachment!
> 
>                                                                          
> thank you!   
> 
> 
> Best regards 
> shengchuan
> 
>      
> 
> 
>           2007-04-17
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mibble-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/mibble-users




reply via email to

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