summaryrefslogtreecommitdiff
path: root/polux/application/agent/mibs/SPIDCOM-ALARM-MIB.txt
blob: 19d9f39cd384f8c3f33f7539f13d5476c7791168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
--
-- ALARM-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
-- Friday, November 21, 2003 at 15:00:38
--

	SPIDCOM-ALARM-MIB DEFINITIONS ::= BEGIN

		IMPORTS
			neMibAlarm
			    FROM NE-ALARM-MIB
			OBJECT-GROUP, NOTIFICATION-GROUP
				FROM SNMPv2-CONF
			Integer32, Unsigned32, Counter32, TimeTicks, IpAddress, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
				FROM SNMPv2-SMI
			DisplayString, DateAndTime, TEXTUAL-CONVENTION
				FROM SNMPv2-TC;


		-- 1.3.6.1.4.1.22764.2.1
		neAlarm MODULE-IDENTITY
			LAST-UPDATED "200207151330Z"		-- July 15, 2002 at 13:30 GMT
			ORGANIZATION
				"SPiDCOM"

			CONTACT-INFO
				" TO BE SPECIFIED BY SPiDCOM
				"
			DESCRIPTION
				"Definition of the MIB tree structure
				to manage the Alarm Monitoring."
			::= { neMibAlarm 1 }



--
-- Textual conventions
--

		ItuAlarmProbableCause ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION
				"ItuAlarmProbableCause is the probable cause according the ITU X.733."
			SYNTAX INTEGER
				{
				other(1),
				adapterError(2),
				applicationSubsystemFailure(3),
				bandwidthReduced(4),
				callEstablishmentError(5),
				communicationsProtocolError(6),
				communicationsSubsystemFailure(7),
				configurationOrCustomizationError(8),
				congestion(9),
				corruptData(10),
				cpuCyclesLimitExceeded(11),
				dataSetOrModemError(12),
				degradedSignal(13),
				dteDceInterfaceError(14),
				enclosureDoorOpen(15),
				equipmentMalfunction(16),
				excessiveVibration(17),
				fileError(18),
				fireDetected(19),
				floodDetected(20),
				framingError(21),
				heatingVentCoolingSystemProblem(22),
				humidityUnacceptable(23),
				inputOutputDeviceError(24),
				inputDeviceError(25),
				lanError(26),
				leakDetected(27),
				localNodeTransmissionError(28),
				lossOfFrame(29),
				lossOfSignal(30),
				materialSupplyExhausted(31),
				multiplexerProblem(32),
				outOfMemory(33),
				ouputDeviceError(34),
				performanceDegraded(35),
				powerProblem(36),
				pressureUnacceptable(37),
				processorProblem(38),
				pumpFailure(39),
				queueSizeExceeded(40),
				receiveFailure(41),
				receiverFailure(42),
				remoteNodeTransmissionError(43),
				resourceAtOrNearingCapacity(44),
				responseTimeExecessive(45),
				retransmissionRateExcessive(46),
				softwareError(47),
				softwareProgramAbnormallyTerminated(48),
				softwareProgramError(49),
				storageCapacityProblem(50),
				temperatureUnacceptable(51),
				thresholdCrossed(52),
				timingProblem(53),
				toxicLeakDetected(54),
				transmitFailure(55),
				transmitterFailure(56),
				underlyingResourceUnavailable(57),
				versionMismatch(58),
				authenticationFailure(59),
				breachOfConfidentiality(60),
				cableTamper(61),
				delayedInformation(62),
				denialOfService(63),
				duplicateInformation(64),
				informationMissing(65),
				informationModificationDetected(66),
				informationOutOfSequence(67),
				intrusionDetection(68),
				keyExpired(69),
				nonRepudiationFailure(70),
				outOfHoursActivity(71),
				outOfService(72),
				proceduralError(73),
				unauthorizedAccessAttempt(74),
				unexpectedInformation(75)
				}

		ItuAlarmType ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION
				"ItuAlarmType is the alarm type according the ITU X.733."
			SYNTAX INTEGER
				{
				other(1),
				communicationsAlarm(2),
				qualityOfServiceAlarm(3),
				processingErrorAlarm(4),
				equipmentAlarm(5),
				environmentalAlarm(6),
				integrityViolation(7),
				operationalViolation(8),
				physicalViolation(9),
				securityServiceOrMechanismViolation(10),
				timeDomainViolation(11)
				}

		NeAlarmPhoto ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION
				"Description."
			SYNTAX INTEGER { takePhoto(1) }



		NeTrapFilter ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION
				"Filtertype used for control of traps by manager.
				If trapFilterOn, the agent sends non traps."
			SYNTAX INTEGER
				{
				trapFilterOff(0),
				trapFilterOn(1)
				}


--
-- Node definitions
--

		-- 1.3.6.1.4.1.22764.2.1.1
		neAlarmTable OBJECT-TYPE
			SYNTAX SEQUENCE OF NeAlarmEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"neAlarmTable represents all the possible alarms on the NE,
				stating the probable cause, the alarm type and the perceived
				severity as per [X.733].
				Note that each entry is significant until neAlarmIsApplicable
				is applicable(1).
				Entries should never be removed unless the NE they refer to
				disconnected NEs.
				To invalidate an entry the Agent sets neAlarmIsApplicable to
				notApplicable(0). before invalidating the entry, the agent
				sets the neAlarmPerceivedSeverity to cleared."
			::= { neAlarm 1 }


		-- 1.3.6.1.4.1.22764.2.1.1.1
		neAlarmEntry OBJECT-TYPE
			SYNTAX NeAlarmEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"neAlarmMibEntry: an entry in neAlarmMibTable.
				"
			INDEX { neAlarmIndex }
			::= { neAlarmTable 1 }


		NeAlarmEntry ::=
			SEQUENCE {
				neAlarmIndex
					Unsigned32,
				neAlarmAdditionalText
					DisplayString,
				neAlarmProbableCause
					ItuAlarmProbableCause,
				neAlarmDescription
					DisplayString,
				neAlarmType
					ItuAlarmType,
				neAlarmManagedObject
					DisplayString,
				neAlarmStatus
					INTEGER,
				neAlarmAlreadyPresent
					INTEGER,
				neAlarmTimeStamp
					TimeTicks
			 }

		-- 1.3.6.1.4.1.22764.2.1.1.1.1
		neAlarmIndex OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmIndex is a unique identifier for an alarm on a given type of NE.
				The association between the alarmIndex and the alarm for the type of NE
				is described in the NE MIB.
				For example for the SRA L it is in the NETVIEWER SRAL 16X2 MIB.
				"
			::= { neAlarmEntry 1 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.2
		neAlarmAdditionalText OBJECT-TYPE
			SYNTAX DisplayString
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmDescription is a brief description of a given alarm.
				E.g. Tributary 1 Card Fail."
			::= { neAlarmEntry 2 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.3
		neAlarmProbableCause OBJECT-TYPE
			SYNTAX ItuAlarmProbableCause
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmProbablecause represents the probable cause values for
				the alarms as per [X.733].
				"
			::= { neAlarmEntry 3 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.4
		neAlarmDescription OBJECT-TYPE
			SYNTAX DisplayString
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmDescription represents a description of the Alarm, as per [X.733]
				"
			::= { neAlarmEntry 4 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.5
		neAlarmType OBJECT-TYPE
			SYNTAX ItuAlarmType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmType represents the event type values for
				the alarms as per [X.733].
				"
			::= { neAlarmEntry 5 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.6
		neAlarmManagedObject OBJECT-TYPE
			SYNTAX DisplayString
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"neAlarmManagedObject represents the managed Object
				values for the alarms.
				"
			::= { neAlarmEntry 6 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.7
		neAlarmStatus OBJECT-TYPE
			SYNTAX INTEGER
				{
				active(1),
				inactive(2),
				terminate(3)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"If neAlarmStatus is active(1) the current alarm is active
				for the NE.
				If neAlarmStatus is inactive(2), the current alarm is inactive
				(normality) for the NE.
				If neAlarmStatus is notAffected(3), the current alarm is not
				significant for the NE."
			::= { neAlarmEntry 7 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.8
		neAlarmAlreadyPresent OBJECT-TYPE
			SYNTAX INTEGER
				{
				false(0),
				true(1)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This field could be use to know if alarm already there.
				"
			::= { neAlarmEntry 8 }


		-- 1.3.6.1.4.1.22764.2.1.1.1.9
		neAlarmTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The alarm timestamp."
			::= { neAlarmEntry 9 }


		-- 1.3.6.1.4.1.22764.2.1.2
		neAlarmActiveLastTrapIndex OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This is the Alarm Index sent for which the last trap was sent
				"
			::= { neAlarm 2 }


		-- 1.3.6.1.4.1.22764.2.1.3
		neClearTerminatedAlarms OBJECT-TYPE
			SYNTAX Integer32 (1)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"When the manager sets this object, the agent deletes
				its alarms which status is terminated
				"
			::= { neAlarm 3 }



		-- 1.3.6.1.4.1.22764.2.1.4
		neAlarmActivePhoto OBJECT-TYPE
			SYNTAX Integer32 (1)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"When the manager sets this object, the agent sends all
				the active alarms from neAlarmtable to the manager.
				"
			::= { neAlarm 4 }


		-- 1.3.6.1.4.1.22764.2.1.10
		neAlarmTrap OBJECT IDENTIFIER ::= { neAlarm 10 }



		-- 1.3.6.1.4.1.22764.2.1.10.2
		neAlarmTrapCounter OBJECT-TYPE
			SYNTAX Counter32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object counts only the traps sent under node
				neAlarmTrap."
			::= { neAlarmTrap 2 }


		-- 1.3.6.1.4.1.22764.2.1.10.3
		neAlarmTrapFilter OBJECT-TYPE
			SYNTAX NeTrapFilter
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"If trapFilterOn, the agent sends no traps under
				node neAlarmTrap. "
			::= { neAlarmTrap 3 }


		-- 1.3.6.1.4.1.22764.2.1.10.4
		neAlarmTrapDestiIp OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The @IP where traps are sent"
			::= { neAlarmTrap 4 }


		-- 1.3.6.1.4.1.22764.2.1.10.5
		neAlarmTrapDestiPort OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The UDP port where traps are sent"
			::= { neAlarmTrap 5 }


		-- 1.3.6.1.4.1.22764.2.1.11
		neAlarmGroup OBJECT-GROUP
			OBJECTS { neAlarmIndex, neAlarmAdditionalText, neAlarmProbableCause, neAlarmDescription, neAlarmType,
					  neAlarmManagedObject, neAlarmAlreadyPresent, neAlarmTimeStamp, neAlarmStatus
					}
			STATUS current
			DESCRIPTION
				"The objects you can find in this MIB."
			::= { neAlarm 11 }


		-- 1.3.6.1.4.1.22764.2.1.12
		--neAlarmMibNotificationGroup NOTIFICATION-GROUP
		--	NOTIFICATIONS { neAlarmChangeNotification }
		--	STATUS current
		--	DESCRIPTION
		--		"Description."
		--	::= { neAlarm 12 }


		-- 1.3.6.1.4.1.22764.2.1.13
		neAlarmActiveGroup OBJECT-GROUP
			OBJECTS { neAlarmActiveLastTrapIndex, neAlarmActivePhoto, neAlarmTrapFilter, neAlarmTrapDestiIp,
					  neAlarmTrapDestiPort, neAlarmTrapCounter, neClearTerminatedAlarms
					}
			STATUS current
			DESCRIPTION
				"The object regarding active alarms"
			::= { neAlarm 13 }



	END

--
-- SPIDCOM-ALARM-MIB.my
--