谁知道windows mib的结构,给个网上资料链接也行。谢谢!

解决方案 »

  1.   

    winSNMP API教程
      

  2.   

    可以用Mib viewer等相关工具查看一下
      

  3.   

    http://www.cnblogs.com/ruochen/archive/2008/01/18/1044205.html
      

  4.   

    The .mib file contains a set of definitions for each managed object. It defines the data type of the object, as well as the current validity of the object. The .mib file also provides a brief description of the purpose of each MIB object. The role of the .mib file can be compared to the role of a .def file in a DLL.TOASTER-MIB DEFINITIONS ::= BEGINIMPORTS
            enterprises
                    FROM RFC1155-SMI
            OBJECT-TYPE
                    FROM RFC-1212
            DisplayString
                    FROM RFC-1213;epilogue        OBJECT IDENTIFIER ::= {enterprises 12}
    toaster         OBJECT IDENTIFIER ::= {epilogue 2}
    toasterManufacturer OBJECT-TYPE
      SYNTAX  DisplayString
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "The name of the toaster's manufacturer. For  instance, 
              Microsoft Toaster."
      ::= {toaster 1}toasterModelNumber OBJECT-TYPE
      SYNTAX  DisplayString
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "The name of the toaster's model. For instance,
              Radiant Automatic."
      ::= {toaster 2}toasterControl OBJECT-TYPE
      SYNTAX  INTEGER  {up (1), down (2)}
      ACCESS  read-write
      STATUS  mandatory
      DESCRIPTION
              "This variable controls the current state of the toaster. To 
              begin toasting, set it to down (2). To abort toasting 
              (perhaps in the event of an emergency), set it to up (2)."
      ::= {toaster 3}toasterDoneness OBJECT-TYPE
      SYNTAX  INTEGER (1..10)
      ACCESS  read-write
      STATUS  mandatory
      DESCRIPTION
              "This variable controls how well-done is the ensuing toast. It 
              should be on a scale of 1 to 10. Toast made at 10 generally 
              is considered unfit for human consumption; 
              toast made at 1 is warmed lightly."
      ::= {toaster 4}toasterToastType OBJECT-TYPE
      SYNTAX  INTEGER {
                        white-bread (1),
                        wheat-bread (2),
                        wonder-bread (3),
                        frozen-waffle (4),
                        frozen-bagel (5),
                        hash-brown (6),
                        other (7)
                      }
      ACCESS  read-write
      STATUS  mandatory
      DESCRIPTION
              "This variable informs the toaster of the type of material that 
              is being toasted. The toaster uses this information, combined 
              with toasterToastDoneness, to compute for how long the material 
              must be toasted to achieve the required doneness."
      ::= {toaster 5}END
      

  5.   

    用Mib browser吧,其实就是一个树形结构,前面的都是定义好了的,后面有个企业的节点,这个企业就可以在这个节点下设另一些节点,为节点赋值等.
      

  6.   

    ip browser用了,只能看到system /interface,等几项,看不到硬盘,cpu等信息啊。
      

  7.   

    cryptonym:
    ip browser用了,只能看到system /interface,等几项,看不到硬盘,cpu等信息啊。答复:
    呵呵,其实这种问题其他同事经常碰到。呵呵。搞了半天,都是很简单的问题。最常见的原因是提供的MIB文件不标准。你找个标准的很快就解决了。当然你也要提供相应的依赖文件。 有什么问题请站内短信,请知,谢谢