IANA-ITU-ALARM-TC-MIB 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. IANA-ITU-ALARM-TC-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. MODULE-IDENTITY, mib-2
  4. FROM SNMPv2-SMI -- [RFC2578]
  5. TEXTUAL-CONVENTION
  6. FROM SNMPv2-TC; -- [RFC2579]
  7. ianaItuAlarmNumbers MODULE-IDENTITY
  8. LAST-UPDATED "200409090000Z" -- September 09, 2004
  9. ORGANIZATION "IANA"
  10. CONTACT-INFO
  11. "Postal: Internet Assigned Numbers Authority
  12. Internet Corporation for Assigned Names
  13. and Numbers
  14. 4676 Admiralty Way, Suite 330
  15. Marina del Rey, CA 90292-6601
  16. USA
  17. Tel: +1 310-823-9358
  18. E-Mail: iana@iana.org"
  19. DESCRIPTION
  20. "The MIB module defines the ITU Alarm
  21. textual convention for objects expected to require
  22. regular extension.
  23. Copyright (C) The Internet Society (2004). The
  24. initial version of this MIB module was published
  25. in RFC 3877. For full legal notices see the RFC
  26. itself. Supplementary information may be available on:
  27. http://www.ietf.org/copyrights/ianamib.html"
  28. REVISION "200409090000Z" -- September 09, 2004
  29. DESCRIPTION
  30. "Initial version, published as RFC 3877."
  31. ::= { mib-2 119 }
  32. IANAItuProbableCause ::= TEXTUAL-CONVENTION
  33. STATUS current
  34. DESCRIPTION
  35. "ITU-T probable cause values. Duplicate values defined in
  36. X.733 are appended with X733 to ensure syntactic uniqueness.
  37. Probable cause value 0 is reserved for special purposes.
  38. The Internet Assigned Number Authority (IANA) is responsible
  39. for the assignment of the enumerations in this TC.
  40. IANAItuProbableCause value of 0 is reserved for special
  41. purposes and MUST NOT be assigned.
  42. Values of IANAItuProbableCause in the range 1 to 1023 are
  43. reserved for causes that correspond to ITU-T probable cause.
  44. All other requests for new causes will be handled on a
  45. first-come, first served basis and will be assigned
  46. enumeration values starting with 1025.
  47. Request should come in the form of well-formed
  48. SMI [RFC2578] for enumeration names that are unique and
  49. sufficiently descriptive.
  50. While some effort will be taken to ensure that new probable
  51. causes do not conceptually duplicate existing probable
  52. causes it is acknowledged that the existence of conceptual
  53. duplicates in the starting probable cause list is an known
  54. industry reality.
  55. To aid IANA in the administration of probable cause names
  56. and values, the OPS Area Director will appoint one or more
  57. experts to help review requests.
  58. See http://www.iana.org"
  59. REFERENCE
  60. "ITU Recommendation M.3100, 'Generic Network Information
  61. Model', 1995
  62. ITU Recommendation X.733, 'Information Technology - Open
  63. Systems Interconnection - System Management: Alarm
  64. Reporting Function', 1992
  65. ITU Recommendation X.736, 'Information Technology - Open
  66. Systems Interconnection - System Management: Security
  67. Alarm Reporting Function', 1992"
  68. SYNTAX INTEGER
  69. {
  70. -- The following probable causes were defined in M.3100
  71. aIS (1),
  72. callSetUpFailure (2),
  73. degradedSignal (3),
  74. farEndReceiverFailure (4),
  75. framingError (5),
  76. lossOfFrame (6),
  77. lossOfPointer (7),
  78. lossOfSignal (8),
  79. payloadTypeMismatch (9),
  80. transmissionError (10),
  81. remoteAlarmInterface (11),
  82. excessiveBER (12),
  83. pathTraceMismatch (13),
  84. unavailable (14),
  85. signalLabelMismatch (15),
  86. lossOfMultiFrame (16),
  87. receiveFailure (17),
  88. transmitFailure (18),
  89. modulationFailure (19),
  90. demodulationFailure (20),
  91. broadcastChannelFailure (21),
  92. connectionEstablishmentError (22),
  93. invalidMessageReceived (23),
  94. localNodeTransmissionError (24),
  95. remoteNodeTransmissionError (25),
  96. routingFailure (26),
  97. --Values 27-50 are reserved for communications alarm related
  98. --probable causes
  99. -- The following are used with equipment alarm.
  100. backplaneFailure (51),
  101. dataSetProblem (52),
  102. equipmentIdentifierDuplication (53),
  103. externalIFDeviceProblem (54),
  104. lineCardProblem (55),
  105. multiplexerProblem (56),
  106. nEIdentifierDuplication (57),
  107. powerProblem (58),
  108. processorProblem (59),
  109. protectionPathFailure (60),
  110. receiverFailure (61),
  111. replaceableUnitMissing (62),
  112. replaceableUnitTypeMismatch (63),
  113. synchronizationSourceMismatch (64),
  114. terminalProblem (65),
  115. timingProblem (66),
  116. transmitterFailure (67),
  117. trunkCardProblem (68),
  118. replaceableUnitProblem (69),
  119. realTimeClockFailure (70),
  120. --An equipment alarm to be issued if the system detects that the
  121. --real time clock has failed
  122. antennaFailure (71),
  123. batteryChargingFailure (72),
  124. diskFailure (73),
  125. frequencyHoppingFailure (74),
  126. iODeviceError (75),
  127. lossOfSynchronisation (76),
  128. lossOfRedundancy (77),
  129. powerSupplyFailure (78),
  130. signalQualityEvaluationFailure (79),
  131. tranceiverFailure (80),
  132. protectionMechanismFailure (81),
  133. protectingResourceFailure (82),
  134. -- Values 83-100 are reserved for equipment alarm related probable
  135. -- causes
  136. -- The following are used with environmental alarm.
  137. airCompressorFailure (101),
  138. airConditioningFailure (102),
  139. airDryerFailure (103),
  140. batteryDischarging (104),
  141. batteryFailure (105),
  142. commercialPowerFailure (106),
  143. coolingFanFailure (107),
  144. engineFailure (108),
  145. fireDetectorFailure (109),
  146. fuseFailure (110),
  147. generatorFailure (111),
  148. lowBatteryThreshold (112),
  149. pumpFailure (113),
  150. rectifierFailure (114),
  151. rectifierHighVoltage (115),
  152. rectifierLowFVoltage (116),
  153. ventilationsSystemFailure (117),
  154. enclosureDoorOpen (118),
  155. explosiveGas (119),
  156. fire (120),
  157. flood (121),
  158. highHumidity (122),
  159. highTemperature (123),
  160. highWind (124),
  161. iceBuildUp (125),
  162. intrusionDetection (126),
  163. lowFuel (127),
  164. lowHumidity (128),
  165. lowCablePressure (129),
  166. lowTemperatue (130),
  167. lowWater (131),
  168. smoke (132),
  169. toxicGas (133),
  170. coolingSystemFailure (134),
  171. externalEquipmentFailure (135),
  172. externalPointFailure (136),
  173. -- Values 137-150 are reserved for environmental alarm related
  174. -- probable causes
  175. -- The following are used with Processing error alarm.
  176. storageCapacityProblem (151),
  177. memoryMismatch (152),
  178. corruptData (153),
  179. outOfCPUCycles (154),
  180. sfwrEnvironmentProblem (155),
  181. sfwrDownloadFailure (156),
  182. lossOfRealTimel (157),
  183. --A processing error alarm to be issued after the system has
  184. --reinitialised. This will indicate
  185. --to the management systems that the view they have of the managed
  186. --system may no longer
  187. --be valid. Usage example: The managed
  188. --system issues this alarm after a reinitialization with severity
  189. --warning to inform the
  190. --management system about the event. No clearing notification will
  191. --be sent.
  192. applicationSubsystemFailure (158),
  193. configurationOrCustomisationError (159),
  194. databaseInconsistency (160),
  195. fileError (161),
  196. outOfMemory (162),
  197. softwareError (163),
  198. timeoutExpired (164),
  199. underlayingResourceUnavailable (165),
  200. versionMismatch (166),
  201. --Values 168-200 are reserved for processing error alarm related
  202. -- probable causes.
  203. bandwidthReduced (201),
  204. congestion (202),
  205. excessiveErrorRate (203),
  206. excessiveResponseTime (204),
  207. excessiveRetransmissionRate (205),
  208. reducedLoggingCapability (206),
  209. systemResourcesOverload (207 ),
  210. -- The following were defined X.733
  211. adapterError (500),
  212. applicationSubsystemFailture (501),
  213. bandwidthReducedX733 (502),
  214. callEstablishmentError (503),
  215. communicationsProtocolError (504),
  216. communicationsSubsystemFailure (505),
  217. configurationOrCustomizationError (506),
  218. congestionX733 (507),
  219. coruptData (508),
  220. cpuCyclesLimitExceeded (509),
  221. dataSetOrModemError (510),
  222. degradedSignalX733 (511),
  223. dteDceInterfaceError (512),
  224. enclosureDoorOpenX733 (513),
  225. equipmentMalfunction (514),
  226. excessiveVibration (515),
  227. fileErrorX733 (516),
  228. fireDetected (517),
  229. framingErrorX733 (518),
  230. heatingVentCoolingSystemProblem (519),
  231. humidityUnacceptable (520),
  232. inputOutputDeviceError (521),
  233. inputDeviceError (522),
  234. lanError (523),
  235. leakDetected (524),
  236. localNodeTransmissionErrorX733 (525),
  237. lossOfFrameX733 (526),
  238. lossOfSignalX733 (527),
  239. materialSupplyExhausted (528),
  240. multiplexerProblemX733 (529),
  241. outOfMemoryX733 (530),
  242. ouputDeviceError (531),
  243. performanceDegraded (532),
  244. powerProblems (533),
  245. pressureUnacceptable (534),
  246. processorProblems (535),
  247. pumpFailureX733 (536),
  248. queueSizeExceeded (537),
  249. receiveFailureX733 (538),
  250. receiverFailureX733 (539),
  251. remoteNodeTransmissionErrorX733 (540),
  252. resourceAtOrNearingCapacity (541),
  253. responseTimeExecessive (542),
  254. retransmissionRateExcessive (543),
  255. softwareErrorX733 (544),
  256. softwareProgramAbnormallyTerminated (545),
  257. softwareProgramError (546),
  258. storageCapacityProblemX733 (547),
  259. temperatureUnacceptable (548),
  260. thresholdCrossed (549),
  261. timingProblemX733 (550),
  262. toxicLeakDetected (551),
  263. transmitFailureX733 (552),
  264. transmiterFailure (553),
  265. underlyingResourceUnavailable (554),
  266. versionMismatchX733 (555),
  267. -- The following are defined in X.736
  268. authenticationFailure (600),
  269. breachOfConfidentiality (601),
  270. cableTamper (602),
  271. delayedInformation (603),
  272. denialOfService (604),
  273. duplicateInformation (605),
  274. informationMissing (606),
  275. informationModificationDetected (607),
  276. informationOutOfSequence (608),
  277. keyExpired (609),
  278. nonRepudiationFailure (610),
  279. outOfHoursActivity (611),
  280. outOfService (612),
  281. proceduralError (613),
  282. unauthorizedAccessAttempt (614),
  283. unexpectedInformation (615),
  284. other (1024)
  285. }
  286. IANAItuEventType ::= TEXTUAL-CONVENTION
  287. STATUS current
  288. DESCRIPTION
  289. "The ITU event Type values.
  290. The Internet Assigned Number Authority (IANA) is
  291. responsible for the assignment of the enumerations
  292. in this TC.
  293. Request should come in the form of well-formed
  294. SMI [RFC2578] for enumeration names that are unique
  295. and sufficiently descriptive.
  296. See http://www.iana.org "
  297. REFERENCE
  298. "ITU Recommendation X.736, 'Information Technology - Open
  299. Systems Interconnection - System Management: Security
  300. Alarm Reporting Function', 1992"
  301. SYNTAX INTEGER
  302. {
  303. other (1),
  304. communicationsAlarm (2),
  305. qualityOfServiceAlarm (3),
  306. processingErrorAlarm (4),
  307. equipmentAlarm (5),
  308. environmentalAlarm (6),
  309. integrityViolation (7),
  310. operationalViolation (8),
  311. physicalViolation (9),
  312. securityServiceOrMechanismViolation (10),
  313. timeDomainViolation (11)
  314. }
  315. END