UUID-TC-MIB 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. UUID-TC-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. MODULE-IDENTITY, mib-2
  4. FROM SNMPv2-SMI -- RFC 2578
  5. TEXTUAL-CONVENTION
  6. FROM SNMPv2-TC -- RFC 2579
  7. ;
  8. uuidTCMIB MODULE-IDENTITY
  9. LAST-UPDATED "201304050000Z" -- April 5, 2013
  10. ORGANIZATION "IETF Energy Management Working Group"
  11. CONTACT-INFO "WG Email: eman@ietf.org
  12. Mailing list subscription info:
  13. http://www.ietf.org/mailman/listinfo/eman
  14. Dan Romascanu
  15. Avaya
  16. Park Atidim, Bldg. #3
  17. Tel Aviv, 61581
  18. Israel
  19. Phone: +972-3-6458414
  20. Email: dromasca@avaya.com
  21. Juergen Quittek
  22. NEC Europe Ltd.
  23. Network Research Division
  24. Kurfuersten-Anlage 36
  25. Heidelberg 69115
  26. Germany
  27. Phone: +49 6221 4342-115
  28. Email: quittek@neclab.eu
  29. Mouli Chandramouli
  30. Cisco Systems, Inc.
  31. Sarjapur Outer Ring Road
  32. Bangalore 560103
  33. India
  34. Phone: +91 80 4429 2409
  35. Email: moulchan@cisco.com"
  36. DESCRIPTION
  37. "This MIB module defines TEXTUAL-CONVENTIONs
  38. representing Universally Unique IDentifiers
  39. (UUIDs).
  40. Copyright (c) 2013 IETF Trust and the persons
  41. identified as authors of the code. All rights
  42. reserved.
  43. Redistribution and use in source and binary forms,
  44. with or without modification, is permitted
  45. pursuant to, and subject to the license terms
  46. contained in, the Simplified BSD License set forth
  47. in Section 4.c of the IETF Trust's Legal
  48. Provisions Relating to IETF Documents
  49. (http://trustee.ietf.org/license-info)."
  50. REVISION "201304050000Z" -- April 5, 2013
  51. DESCRIPTION "Initial version of this MIB as published in
  52. RFC 6933."
  53. ::= { mib-2 217 }
  54. -- Textual Conventions
  55. UUID ::= TEXTUAL-CONVENTION
  56. DISPLAY-HINT "4x-2x-2x-1x1x-6x"
  57. STATUS current
  58. DESCRIPTION
  59. "Universally Unique Identifier information. The syntax must
  60. conform to RFC 4122, Section 4.1."
  61. SYNTAX OCTET STRING (SIZE (16))
  62. UUIDorZero ::= TEXTUAL-CONVENTION
  63. DISPLAY-HINT "4x-2x-2x-1x1x-6x"
  64. STATUS current
  65. DESCRIPTION
  66. "Universally Unique Identifier information. The syntax must
  67. conform to RFC 4122, Section 4.1.
  68. The semantics of the value zero-length OCTET STRING are
  69. object-specific and must therefore be defined as part of
  70. the description of any object that uses this syntax."
  71. SYNTAX OCTET STRING (SIZE (0|16))
  72. END