From Botched Mockingbird, 1 Year ago, written in Plain Text.
Embed
  1.  
  2. -- *****************************************************************************
  3. --
  4. --  Copyright (c) 2005-2011, Doremi Labs, Inc.
  5. --    All rights reserved.
  6. --
  7. --  Redistribution in source or binary forms, with or without
  8. --  modification, are NOT permitted.
  9. --
  10. --    Doremi Labs, Inc.
  11. --    306 East Alameda Avenue
  12. --    Burbank, CA 91502
  13. --    Tel : (818) 562 1101
  14. --    Fax : (818) 562 1109
  15. --
  16. --  $Id: DOREMI-HQ-REG-MIB.MIB,v 1.1 2011-03-16 09:39:48 julien Exp $
  17. --  
  18. -- *****************************************************************************
  19.  
  20. DOREMI-HQ-REG-MIB DEFINITIONS ::= BEGIN
  21.  
  22. IMPORTS
  23.  OBJECT-IDENTITY, MODULE-IDENTITY, enterprises,
  24.  Counter32, Integer32
  25.   FROM SNMPv2-SMI
  26.  TEXTUAL-CONVENTION, DisplayString
  27.   FROM SNMPv2-TC;
  28.  
  29. doremiHQRoot MODULE-IDENTITY
  30.  LAST-UPDATED "201101251720Z"
  31.  ORGANIZATION
  32.   "DoremiLabs, Inc. - Broadcast Video Server and video encoder equipment - Digital cinema"
  33.  CONTACT-INFO
  34.   "1020 Chestnut St.
  35.   Burbank, CA 91506
  36.   U.S.A.
  37.   Tel.: +1 (818) 562-1101
  38.   mailto://sales@doremilabs.com
  39.   http://www.doremilabs.com
  40.   "
  41.  DESCRIPTION
  42.   "This is the MIB where all root OIDs are registered. Department are
  43.   granted individual OIDs."
  44.  
  45.  REVISION "201101251743Z"
  46.  DESCRIPTION
  47.   "Edited by hmorillon@doremilabs.com on January 25th, 2011
  48.   - initial version"
  49. ::= { enterprises 24391 }
  50.  
  51.  
  52. DrmEventDescription ::= TEXTUAL-CONVENTION
  53.  STATUS     current
  54.  DESCRIPTION
  55.   ""
  56.  SYNTAX  DisplayString
  57.  
  58.  
  59. DrmEventSeverity ::= TEXTUAL-CONVENTION
  60.  STATUS     current
  61.  DESCRIPTION
  62.   "Used to assign severities to detected events. Event severity data is sent
  63.   with Traps, to indicate the severity of particular Traps.
  64.   Spaces have been left in the enumerated definitions to any future severity
  65.   definitions."
  66.  SYNTAX  INTEGER {
  67.   normal (3),
  68.   warning (5),
  69.   minor (7),
  70.   major (9),
  71.   critical (10)
  72.  }
  73.  
  74.  
  75. DrmTrapControl ::= TEXTUAL-CONVENTION
  76.  STATUS     current
  77.  DESCRIPTION
  78.   "Used to enable or disable specific Traps."
  79.  SYNTAX  INTEGER {
  80.   trapEnable (1),
  81.   trapDisable (2)
  82.  }
  83.  
  84.  
  85. DrmFanSpeed ::= TEXTUAL-CONVENTION
  86.  STATUS     current
  87.  DESCRIPTION
  88.   "Fan speed measurement in round per minute.
  89.   0 means that the fan is stopped
  90.   -1 indicates a non applicable value; for instance when a Fan is declared
  91.   but not present physically in the system."
  92.  SYNTAX  Integer32
  93.  
  94.  
  95. DrmPowerLowVoltage ::= TEXTUAL-CONVENTION
  96.  STATUS     current
  97.  DESCRIPTION
  98.   "Power voltage measurement in millivolt.
  99.   0 indicates a power loss,
  100.   -1 indicates that the value is not applicable. For instance if a voltage
  101.   is registered in the system but do not have physical sense."
  102.  SYNTAX  Integer32
  103.  
  104.  
  105. DrmTemperature ::= TEXTUAL-CONVENTION
  106.  STATUS     current
  107.  DESCRIPTION
  108.   "Local temperature measurement in Celcius degree.
  109.   This type is used only for ambiant temperature (eg not for low temperatures
  110.   closed to 0 Celsius degree.
  111.   0 indicates that there is no associated reading. For instance if no physical
  112.   sensor is attached in the system."
  113.  SYNTAX  Integer32
  114.  
  115.  
  116. DrmResourceName ::= TEXTUAL-CONVENTION
  117.  STATUS     current
  118.  DESCRIPTION
  119.   "This type is used to identify various component within the system.
  120.   Example: identifier for disk, storage, fan, channel, ..."
  121.  SYNTAX  DisplayString
  122.  
  123.  
  124. DrmGenericTableIndex ::= TEXTUAL-CONVENTION
  125.  STATUS     current
  126.  DESCRIPTION
  127.   "A unique value, greater than zero, for each row in the table.
  128.   The value can be continuous or sparse.
  129.   The value must remain constant at least from one re-initialization of the
  130.    entity's network management system to the next re-initialization."
  131.  SYNTAX  Counter32
  132.  
  133.  
  134. DrmLongDisplayString ::= TEXTUAL-CONVENTION
  135.  DISPLAY-HINT  "4096a"
  136.  STATUS     current
  137.  DESCRIPTION
  138.   "This new type extend the usual DisplayString type but is
  139.   reserved for long text content.
  140.   The saem constraints than DisplayString apply:
  141.   - only printable text"
  142.  SYNTAX  OCTET STRING (SIZE(0..4096))
  143.  
  144.  
  145. DrmWorkingState ::= TEXTUAL-CONVENTION
  146.  STATUS     current
  147.  DESCRIPTION
  148.   ""
  149.  SYNTAX  INTEGER {
  150.   stateUndefined (1),
  151.   stateNotApplicable (2),
  152.   stateNormal (3),
  153.   stateWarning (4),
  154.   stateError (5)
  155.  }
  156.  
  157.  
  158. drmDeprecatedRoot  OBJECT-IDENTITY
  159.  STATUS     current
  160.  DESCRIPTION
  161.   "This is the root for deprecated MIB. MIB is no longer active but is still
  162.   supported for historical reasons."
  163.  ::= { doremiHQRoot 1 }
  164.  
  165. drmExperimentalRoot  OBJECT-IDENTITY
  166.  STATUS     current
  167.  DESCRIPTION
  168.   "All experimental MIBS are organized under this node. When those MIBs
  169.   have been fully developed and tested, they will be moved under the
  170.   Registration node.
  171.   MIBs which are in Beta-test status may also appear under this experimental
  172.   node."
  173.  ::= { doremiHQRoot 2 }
  174.  
  175. drmRegistrationRoot  OBJECT-IDENTITY
  176.  STATUS     current
  177.  DESCRIPTION
  178.   "All MIBs (that have completed testing) along with associated registration data,
  179.   are organized under this node. This includes Global Registrations, Product MIBs,
  180.   and registration of MIBs in other categories."
  181.  ::= { doremiHQRoot 3 }
  182.  
  183. drmRegGlobal  OBJECT-IDENTITY
  184.  STATUS     current
  185.  DESCRIPTION
  186.   "This node is intended for global registration information only. eg. definitions
  187.   that register products."
  188.  ::= { drmRegistrationRoot 1 }
  189.  
  190. drmProductRegs  OBJECT-IDENTITY
  191.  STATUS     current
  192.  DESCRIPTION
  193.   "Specific product Registrations are under this node."
  194.  ::= { drmRegGlobal 1 }
  195.  
  196. drmDCProductRegs  OBJECT-IDENTITY
  197.  STATUS     current
  198.  DESCRIPTION
  199.   "Digital cinema product registrations are under this node."
  200.  ::= { drmProductRegs 1 }
  201.  
  202. drmDCPlayerProductReg  OBJECT-IDENTITY
  203.  STATUS     current
  204.  DESCRIPTION
  205.   "The OID of this node is the definition of the authoritative registration
  206.   for the DoremiLabs Inc. family product of DC Player.
  207.   It includes, not exclusively, the dcp2000, ShowVault, DC-Post..."
  208.  ::= { drmDCProductRegs 1 }
  209.  
  210. drmDCPRegCurrent  OBJECT-IDENTITY
  211.  STATUS     current
  212.  DESCRIPTION
  213.   ""
  214.  ::= { drmDCPlayerProductReg 1 }
  215.  
  216. drmProductNameDCP2000  OBJECT-IDENTITY
  217.  STATUS     current
  218.  DESCRIPTION
  219.   "DCP2000 product"
  220.  ::= { drmDCPRegCurrent 1 }
  221.  
  222. drmProductNameDCPost  OBJECT-IDENTITY
  223.  STATUS     current
  224.  DESCRIPTION
  225.   "DCPost"
  226.  ::= { drmDCPRegCurrent 2 }
  227.  
  228. drmProductNameShowVault  OBJECT-IDENTITY
  229.  STATUS     current
  230.  DESCRIPTION
  231.   ""
  232.  ::= { drmDCPRegCurrent 3 }
  233.  
  234. drmDCStreamerProductReg  OBJECT-IDENTITY
  235.  STATUS     current
  236.  DESCRIPTION
  237.   ""
  238.  ::= { drmDCProductRegs 2 }
  239.  
  240. drmDCSRegCurrent  OBJECT-IDENTITY
  241.  STATUS     current
  242.  DESCRIPTION
  243.   ""
  244.  ::= { drmDCStreamerProductReg 1 }
  245.  
  246. drmProductNameStreamIt  OBJECT-IDENTITY
  247.  STATUS     current
  248.  DESCRIPTION
  249.   ""
  250.  ::= { drmDCSRegCurrent 1 }
  251.  
  252. drmDCManagerProductReg  OBJECT-IDENTITY
  253.  STATUS     current
  254.  DESCRIPTION
  255.   ""
  256.  ::= { drmDCProductRegs 3 }
  257.  
  258. drmDCMasteringProductreg  OBJECT-IDENTITY
  259.  STATUS     current
  260.  DESCRIPTION
  261.   ""
  262.  ::= { drmDCProductRegs 4 }
  263.  
  264. drmDCMiscProductreg  OBJECT-IDENTITY
  265.  STATUS     current
  266.  DESCRIPTION
  267.   ""
  268.  ::= { drmDCProductRegs 5 }
  269.  
  270. drmDCMisRegCurrent  OBJECT-IDENTITY
  271.  STATUS     current
  272.  DESCRIPTION
  273.   ""
  274.  ::= { drmDCMiscProductreg 1 }
  275.  
  276. drmProductNameS430  OBJECT-IDENTITY
  277.  STATUS     current
  278.  DESCRIPTION
  279.   ""
  280.  ::= { drmDCMisRegCurrent 1 }
  281.  
  282. drmDCRoot  OBJECT-IDENTITY
  283.  STATUS     current
  284.  DESCRIPTION
  285.   "Products from Digital Cinema department are organized under this node."
  286.  ::= { doremiHQRoot 4 }
  287.  
  288. drmdcDCPlayerMib  OBJECT-IDENTITY
  289.  STATUS     current
  290.  DESCRIPTION
  291.   ""
  292.  ::= { drmDCRoot 1 }
  293. END
  294.  
  295.  
  296. -- This MIB was created using NuDesign Team's Visual MIBuilder (Ver 4.6).
  297.  
  298.