GNOME-SMI
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

  1. GNOME-SMI DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. MODULE-IDENTITY,
  4. OBJECT-IDENTITY,
  5. enterprises
  6. FROM SNMPv2-SMI;
  7. gnome MODULE-IDENTITY
  8. LAST-UPDATED "9809010000Z"
  9. ORGANIZATION "GNOME project"
  10. CONTACT-INFO
  11. "GNU Network Object Model Environment project
  12. see http://www.gnome.org for contact persons of a particular
  13. area or subproject of GNOME.
  14. Administrative contact for MIB module:
  15. Jochen Friedrich
  16. Wingertstr. 70/1
  17. 68809 Neulussheim
  18. Germany 
  19. email: snmp@gnome.org"
  20. DESCRIPTION
  21. "The Structure of GNOME."
  22. ::= { enterprises 3317 } -- assigned by IANA
  23. gnomeProducts OBJECT-IDENTITY
  24. STATUS current
  25. DESCRIPTION
  26. "gnomeProducts is the root OBJECT IDENTIFIER from
  27. which sysObjectID values are assigned."
  28. ::= { gnome 1 }
  29. gnomeMgmt OBJECT-IDENTITY
  30. STATUS  current
  31. DESCRIPTION
  32. "gnomeMgmt defines the subtree for production GNOME related
  33. MIB registrations."
  34. ::= { gnome 2 }
  35. gnomeTest OBJECT-IDENTITY
  36. STATUS  current
  37. DESCRIPTION
  38. "gnomeTest defines the subtree for testing GNOME related
  39. MIB registrations."
  40. ::= { gnome 3 }
  41. -- more to come if necessary.
  42. END