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
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/mibble-users


_______________________________________________
Mibble-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mibble-users

Reply via email to