|
1 | | ---******************************************************************** |
2 | | --- AC-FAULT-TC: |
3 | | --- This MIB defines textual conventions for alarm attributes |
4 | | --- used in various Audiocodes MIBs |
5 | | --- |
6 | | --- Creation Date: December 2003 |
7 | | --- |
8 | | --- Copyright (c) 2003 by Audiocodes |
9 | | --- All rights reserved. |
10 | | ---******************************************************************** |
11 | | -
|
12 | | ---******************************************************************** |
13 | | --- |
14 | | --- Revision History |
15 | | --- 4.4. Dec. 11, 2003. |
16 | | --- o Initial revision |
17 | | --- |
18 | | ---******************************************************************** |
19 | | -
|
20 | | -AC-FAULT-TC DEFINITIONS ::= BEGIN |
21 | | -
|
22 | | -IMPORTS |
23 | | - MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32 |
24 | | - FROM SNMPv2-SMI |
25 | | - TEXTUAL-CONVENTION, TruthValue |
26 | | - FROM SNMPv2-TC; |
27 | | -
|
28 | | -AcAlarmSeverity ::= TEXTUAL-CONVENTION |
29 | | - STATUS current |
30 | | - DESCRIPTION "ISO/IEC 10164-4, ITU X.733 alarm severities" |
31 | | - SYNTAX INTEGER |
32 | | - { |
33 | | - cleared(0), |
34 | | - indeterminate(1), |
35 | | - warning(2), |
36 | | - minor(3), |
37 | | - major(4), |
38 | | - critical(5) |
39 | | - } |
40 | | -
|
41 | | -AcAlarmEventType ::= TEXTUAL-CONVENTION |
42 | | - STATUS current |
43 | | - DESCRIPTION "ISO/IEC 10164-4, ITU X.733 event types" |
44 | | - SYNTAX INTEGER |
45 | | - { |
46 | | - other(0), |
47 | | - communicationsAlarm(1), |
48 | | - qualityOfServiceAlarm(2), |
49 | | - processingErrorAlarm(3), |
50 | | - equipmentAlarm(4), |
51 | | - environmentalAlarm(5) |
52 | | - } |
53 | | -
|
54 | | -AcAlarmProbableCause ::= TEXTUAL-CONVENTION |
55 | | - STATUS current |
56 | | - DESCRIPTION "ISO/IEC 10164-4, ITU X.733 probable causes" |
57 | | - SYNTAX INTEGER |
58 | | - { |
59 | | - other(0), |
60 | | - adapterError(1), |
61 | | - applicationSubsystemFailure(2), |
62 | | - bandwidthReduced(3), |
63 | | - callEstablishmentError(4), |
64 | | - communicationsProtocolError(5), |
65 | | - communicationsSubsystemFailure(6), |
66 | | - configurationOrCustomizationError(7), |
67 | | - congestion(8), |
68 | | - corruptData(9), |
69 | | - cpuCyclesLimitExceeded(10), |
70 | | - dataSetOrModemError(11), |
71 | | - degradedSignal(12), |
72 | | - dteDceInterfaceError(13), |
73 | | - enclosureDoorOpen(14), |
74 | | - equipmentMalfunction(15), |
75 | | - excessiveVibration(16), |
76 | | - fileError(17), |
77 | | - fireDetected(18), |
78 | | - floodDetected(19), |
79 | | - framingError(20), |
80 | | - heatingVentCoolingSystemProblem(21), |
81 | | - humidityUnacceptable(22), |
82 | | - inputOutputDeviceError(23), |
83 | | - inputDeviceError(24), |
84 | | - lanError(25), |
85 | | - leakDetected(26), |
86 | | - localNodeTransmissionError(27), |
87 | | - lossOfFrame(28), |
88 | | - lossOfSignal(29), |
89 | | - materialSupplyExhausted(30), |
90 | | - multiplexerProblem(31), |
91 | | - outOfMemory(32), |
92 | | - ouputDeviceError(33), |
93 | | - performanceDegraded(34), |
94 | | - powerProblem(35), |
95 | | - pressureUnacceptable(36), |
96 | | - processorProblem(37), |
97 | | - pumpFailure(38), |
98 | | - queueSizeExceeded(39), |
99 | | - receiveFailure(40), |
100 | | - receiverFailure(41), |
101 | | - remoteNodeTransmissionError(42), |
102 | | - resourceAtOrNearingCapacity(43), |
103 | | - responseTimeExecessive(44), |
104 | | - retransmissionRateExcessive(45), |
105 | | - softwareError(46), |
106 | | - softwareProgramAbnormallyTerminated(47), |
107 | | - softwareProgramError(48), |
108 | | - storageCapacityProblem(49), |
109 | | - temperatureUnacceptable(50), |
110 | | - thresholdCrossed(51), |
111 | | - timingProblem(52), |
112 | | - toxicLeakDetected(53), |
113 | | - transmitFailure(54), |
114 | | - transmitterFailure(55), |
115 | | - underlyingResourceUnavailable(56), |
116 | | - versionMismatch(57), |
117 | | - authenticationFailure(58), |
118 | | - breachOfConfidentiality(59), |
119 | | - cableTamper(60), |
120 | | - delayedInformation(61), |
121 | | - denialOfService(62), |
122 | | - duplicateInformation(63), |
123 | | - informationMissing(64), |
124 | | - informationModificationDetected(65), |
125 | | - informationOutOfSequence(66), |
126 | | - intrusionDetection(67), |
127 | | - keyExpired(68), |
128 | | - nonRepudiationFailure(69), |
129 | | - outOfHoursActivity(70), |
130 | | - outOfService(71), |
131 | | - proceduralError(72), |
132 | | - unauthorizedAccessAttempt(73), |
133 | | - unexpectedInformation(74) |
134 | | - } |
135 | | -
|
136 | | -END |
| 1 | +--******************************************************************** |
| 2 | +-- AC-FAULT-TC: |
| 3 | +-- This MIB defines textual conventions for alarm attributes |
| 4 | +-- used in various Audiocodes MIBs |
| 5 | +-- |
| 6 | +-- Creation Date: December 2003 |
| 7 | +-- |
| 8 | +-- Copyright (c) 2003 by Audiocodes |
| 9 | +-- All rights reserved. |
| 10 | +--******************************************************************** |
| 11 | + |
| 12 | +--******************************************************************** |
| 13 | +-- |
| 14 | +-- Revision History |
| 15 | +-- 4.4. Dec. 11, 2003. |
| 16 | +-- o Initial revision |
| 17 | +-- |
| 18 | +--******************************************************************** |
| 19 | + |
| 20 | +AC-FAULT-TC DEFINITIONS ::= BEGIN |
| 21 | + |
| 22 | +IMPORTS |
| 23 | + MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32 |
| 24 | + FROM SNMPv2-SMI |
| 25 | + TEXTUAL-CONVENTION, TruthValue |
| 26 | + FROM SNMPv2-TC; |
| 27 | + |
| 28 | +AcAlarmSeverity ::= TEXTUAL-CONVENTION |
| 29 | + STATUS current |
| 30 | + DESCRIPTION "ISO/IEC 10164-4, ITU X.733 alarm severities" |
| 31 | + SYNTAX INTEGER |
| 32 | + { |
| 33 | + cleared(0), |
| 34 | + indeterminate(1), |
| 35 | + warning(2), |
| 36 | + minor(3), |
| 37 | + major(4), |
| 38 | + critical(5) |
| 39 | + } |
| 40 | + |
| 41 | +AcAlarmEventType ::= TEXTUAL-CONVENTION |
| 42 | + STATUS current |
| 43 | + DESCRIPTION "ISO/IEC 10164-4, ITU X.733 event types" |
| 44 | + SYNTAX INTEGER |
| 45 | + { |
| 46 | + other(0), |
| 47 | + communicationsAlarm(1), |
| 48 | + qualityOfServiceAlarm(2), |
| 49 | + processingErrorAlarm(3), |
| 50 | + equipmentAlarm(4), |
| 51 | + environmentalAlarm(5) |
| 52 | + } |
| 53 | + |
| 54 | +AcAlarmProbableCause ::= TEXTUAL-CONVENTION |
| 55 | + STATUS current |
| 56 | + DESCRIPTION "ISO/IEC 10164-4, ITU X.733 probable causes" |
| 57 | + SYNTAX INTEGER |
| 58 | + { |
| 59 | + other(0), |
| 60 | + adapterError(1), |
| 61 | + applicationSubsystemFailure(2), |
| 62 | + bandwidthReduced(3), |
| 63 | + callEstablishmentError(4), |
| 64 | + communicationsProtocolError(5), |
| 65 | + communicationsSubsystemFailure(6), |
| 66 | + configurationOrCustomizationError(7), |
| 67 | + congestion(8), |
| 68 | + corruptData(9), |
| 69 | + cpuCyclesLimitExceeded(10), |
| 70 | + dataSetOrModemError(11), |
| 71 | + degradedSignal(12), |
| 72 | + dteDceInterfaceError(13), |
| 73 | + enclosureDoorOpen(14), |
| 74 | + equipmentMalfunction(15), |
| 75 | + excessiveVibration(16), |
| 76 | + fileError(17), |
| 77 | + fireDetected(18), |
| 78 | + floodDetected(19), |
| 79 | + framingError(20), |
| 80 | + heatingVentCoolingSystemProblem(21), |
| 81 | + humidityUnacceptable(22), |
| 82 | + inputOutputDeviceError(23), |
| 83 | + inputDeviceError(24), |
| 84 | + lanError(25), |
| 85 | + leakDetected(26), |
| 86 | + localNodeTransmissionError(27), |
| 87 | + lossOfFrame(28), |
| 88 | + lossOfSignal(29), |
| 89 | + materialSupplyExhausted(30), |
| 90 | + multiplexerProblem(31), |
| 91 | + outOfMemory(32), |
| 92 | + ouputDeviceError(33), |
| 93 | + performanceDegraded(34), |
| 94 | + powerProblem(35), |
| 95 | + pressureUnacceptable(36), |
| 96 | + processorProblem(37), |
| 97 | + pumpFailure(38), |
| 98 | + queueSizeExceeded(39), |
| 99 | + receiveFailure(40), |
| 100 | + receiverFailure(41), |
| 101 | + remoteNodeTransmissionError(42), |
| 102 | + resourceAtOrNearingCapacity(43), |
| 103 | + responseTimeExecessive(44), |
| 104 | + retransmissionRateExcessive(45), |
| 105 | + softwareError(46), |
| 106 | + softwareProgramAbnormallyTerminated(47), |
| 107 | + softwareProgramError(48), |
| 108 | + storageCapacityProblem(49), |
| 109 | + temperatureUnacceptable(50), |
| 110 | + thresholdCrossed(51), |
| 111 | + timingProblem(52), |
| 112 | + toxicLeakDetected(53), |
| 113 | + transmitFailure(54), |
| 114 | + transmitterFailure(55), |
| 115 | + underlyingResourceUnavailable(56), |
| 116 | + versionMismatch(57), |
| 117 | + authenticationFailure(58), |
| 118 | + breachOfConfidentiality(59), |
| 119 | + cableTamper(60), |
| 120 | + delayedInformation(61), |
| 121 | + denialOfService(62), |
| 122 | + duplicateInformation(63), |
| 123 | + informationMissing(64), |
| 124 | + informationModificationDetected(65), |
| 125 | + informationOutOfSequence(66), |
| 126 | + intrusionDetection(67), |
| 127 | + keyExpired(68), |
| 128 | + nonRepudiationFailure(69), |
| 129 | + outOfHoursActivity(70), |
| 130 | + outOfService(71), |
| 131 | + proceduralError(72), |
| 132 | + unauthorizedAccessAttempt(73), |
| 133 | + unexpectedInformation(74) |
| 134 | + } |
| 135 | + |
| 136 | +END |
0 commit comments