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
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
------------------------------------------------------------
-- MIB File Version: 1.2
-- Harlan 2018/09/10
------------------------------------------------------------
------------------------------------------------------------
-- VERTIV CO. TECH. LTD
-- ITA2 MIB
------------------------------------------------------------

VERTIV-ITA2-MIB DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
	Integer32, Counter32, enterprises
		FROM SNMPv2-SMI
	TEXTUAL-CONVENTION, DisplayString, DateAndTime
		FROM SNMPv2-TC;
		
		
------------------------------------------------------------
-- Node definitions
------------------------------------------------------------

Vertiv OBJECT IDENTIFIER ::= { enterprises 13400 }

products OBJECT IDENTIFIER ::= { Vertiv 2 }

ita2MIB MODULE-IDENTITY
	LAST-UPDATED "201802041512Z"
	ORGANIZATION "
		VERTIV CO. TECH. LTD"
	CONTACT-INFO "
		VERTIV"
	DESCRIPTION "
		VERTIV CO. TECH. LTD."
	::= { products  54}


------------------------------------------------------------
-- Textual conventions
------------------------------------------------------------

Status ::= TEXTUAL-CONVENTION
	STATUS current
	DESCRIPTION "
		The severity of the alarm. One of
		(0) informational
		(1) warning
		(2) critical"
	SYNTAX INTEGER {
		informational(0),
		warning(1),
		critical(2) }
		
StatusChange ::= TEXTUAL-CONVENTION
	STATUS current
	DESCRIPTION "
		Indicates 'activated' (0) or 'deactivated' (1) alarm events."
	SYNTAX INTEGER {
		activated(0),
		deactivated(1) }


------------------------------------------------------------
-- 1.1 Identification of the plant { ita2MIB 1 }
------------------------------------------------------------

ident OBJECT IDENTIFIER ::= { ita2MIB 1 }

identManufacturer OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		The name of the device manufacturer."
	::= { ident 1 }

identModel OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		The manufacturers model designation of the device."
	::= { ident 2 }

identIndex OBJECT-TYPE
	SYNTAX Integer32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		The sequence number of the device."
	::= { ident 3 }
	

------------------------------------------------------------
-- 1.2 system values { ita2MIB 2 }
------------------------------------------------------------

system OBJECT IDENTIFIER ::= { ita2MIB 2 }


-- ------------------------------------------------------------------------ 
-- 1.2.1 the status group
-- ------------------------------------------------------------------------ 

status OBJECT IDENTIFIER ::= { system 1 }

	systemStatus OBJECT-TYPE
		SYNTAX Status
		MAX-ACCESS read-only
		STATUS current
		DESCRIPTION "
			Status of the complete plant (highest alarm). One of
			(0) normal
			(1) warning
			(2) critical"
		::= { status 1 }

	upsOutputSource OBJECT-TYPE
        SYNTAX INTEGER { 
            UPS No Output(0),
            UPS On Main(1),
            UPS On Battery(2),
            UPS On Bypass(3),
            UPS on Utility and Battery(4),
        }		
		MAX-ACCESS read-only
		STATUS current
		DESCRIPTION "
			Status of the ups power suply mode. UPS No Output(0), UPS On Main(1), UPS On Battery(2), UPS On Bypass(3), UPS on Utility and Battery(4),"
		::= { status 2 }

		
-- ------------------------------------------------------------------------ 
-- 1.2.2 the input group
-- ------------------------------------------------------------------------ 

input OBJECT IDENTIFIER ::= { system 2 }

    inputPhaseVoltageA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase voltage A, stored as 0.1 V."
        ::= { input 1 }

    inputPhaseVoltageB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase voltage B, stored as 0.1 V."
        ::= { input 2 }

	inputPhaseVoltageC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase voltage C, stored as 0.1 V."
        ::= { input 3 }
                     
	inputFrequency OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input Frequency, stored as 0.01 Hz."
        ::= { input 4 }

    inputPhaseCurrentA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase current A, stored as 0.1 A."
        ::= { input 5 }

    inputPhaseCurrentB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase current B, stored as 0.1 A."
        ::= { input 6 }

    inputPhaseCurrentC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Input phase current C, stored as 0.1 A."
        ::= { input 7 }
-- ------------------------------------------------------------------------ 
-- 1.2.3 the output group
-- ------------------------------------------------------------------------ 

output OBJECT IDENTIFIER ::= { system 3 }

    outputPhaseVoltageA OBJECT-TYPE
    	SYNTAX Integer32
    	MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output phase voltage A, stored as 0.1 V."
        ::= { output 1 }

    outputPhaseVoltageB OBJECT-TYPE
    	SYNTAX Integer32
    	MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output phase voltage B, stored as 0.1 V."
        ::= { output 2 }
    
    outputPhaseVoltageC OBJECT-TYPE
    	SYNTAX Integer32
    	MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output phase voltage C, stored as 0.1 V."
        ::= { output 3 }    
    
    outputCurrentA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output current A, stored as 0.1 A."
        ::= { output 4 }

    outputCurrentB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output current B, stored as 0.1 A."
        ::= { output 5 }

    outputCurrentC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output current C, stored as 0.1 A."
        ::= { output 6 }

    outputFrequency OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output frequency, stored as 0.01 Hz."
        ::= { output 7 }

    outputActivePowerA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output active power A, stored as 0.01 kW."
        ::= { output 8 }

    outputActivePowerB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output active power B, stored as 0.01 kW."
        ::= { output 9 }

    outputActivePowerC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output active power C, stored as 0.01 kW."
        ::= { output 10 }

    outputApparentPowerA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output apparent power A, stored as 0.01 kVA."
        ::= { output 11 }

    outputApparentPowerB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output apparent power B, stored as 0.01 kVA."
        ::= { output 12 }
 
    outputApparentPowerC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output apparent power C, stored as 0.01 kVA."
        ::= { output 13 }
 
    outputLoadA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output load A, stored as 0.1 %."
        ::= { output 14 }

    outputLoadB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output load B, stored as 0.1 %."
        ::= { output 15 }

    outputLoadC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output load C, stored as 0.1 %."
        ::= { output 16 }

    outputPowerFactorA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output Power Factor A, stored as 0.01."
        ::= { output 17 }

    outputPowerFactorB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output Power Factor B, stored as 0.01."
        ::= { output 18 }

    outputPowerFactorC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Output Power Factor C, stored as 0.01."
        ::= { output 19 }


-- ------------------------------------------------------------------------ 
-- 1.2.4 the bypass group
-- ------------------------------------------------------------------------ 

bypass OBJECT IDENTIFIER ::= { system 4 }

    bypassVoltageA OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Bypass Voltage A, stored as 0.1 V."
        ::= { bypass 1 }

    bypassVoltageB OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Bypass Voltage B, stored as 0.1 V."
        ::= { bypass 2 }

    bypassVoltageC OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Bypass Voltage C, stored as 0.1 V."
        ::= { bypass 3 }

    bypassFrequency OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Bypass Frequency, stored as 0.01 Hz."
        ::= { bypass 4 }

        
-- ------------------------------------------------------------------------ 
-- 1.2.5 the battery group
-- ------------------------------------------------------------------------ 

battery OBJECT IDENTIFIER ::= { system 5 }

    positiveBatteryVoltage OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "positive Battery Voltage, stored as 0.1 V."
        ::= { battery 1 }

    negativeBatteryVoltage OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "negative Battery Voltage, stored as 0.1 V."
        ::= { battery 2 }

    positiveBatteryChargingCurrent OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "positive Battery Charging Current, stored as 0.01 A."
        ::= { battery 3 }

    positiveBatteryDischargingCurrent OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "positive Battery Discharging Current, stored as 0.01 A."
        ::= { battery 4 }

    negativeBatteryChargingCurrent OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "negative Battery Charging Current, stored as 0.01 A."
        ::= { battery 5 }

    negativeBatteryDischargingCurrent OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "negative Battery Discharging Current, stored as 0.01 A."
        ::= { battery 6 }

    batteryRemainsTime OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Battery Remains Time, stored as 0.1 minute."
        ::= { battery 7 }

    batteryTemperature OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Battery Temperature, stored as 0.1 Celsius degree."
        ::= { battery 8 }

    batteryEnvironmentTemperature OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Battery Environment Temperature, stored as 0.1 Celsius degree."
        ::= { battery 9 }

    batteryCapacity OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Battery Capacity, stored as 1 %."
        ::= { battery 10 }

    batteryDischargeTimes OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "Battery Discharge Times, stored as 1 ."
        ::= { battery 11 }

        
-- ------------------------------------------------------------------------ 
-- 1.2.6 the control group
-- ------------------------------------------------------------------------ 

control OBJECT IDENTIFIER ::= { system 6 }

    ctrlBatteryTestStart OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Battery test start,false(0),true(1)"
        ::= { control 1 }

    ctrlBatteryTestEnd OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Battery test end,false(0),true(1)"
        ::= { control 2 }

    ctrlTurnOn OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn on ups instantly,false(0),true(1)"
        ::= { control 3 }

    ctrlTurnOff OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn off ups instantly,false(0),true(1)"
        ::= { control 4 }

    ctrlTurnOffOutput OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn off ups output instantly,false(0),true(1)"
        ::= { control 5 }

    ctrlTurnOnDelay OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn on ups Delay,false(0),true(1)"
        ::= { control 6 }
        
    ctrlTurnOffOutputDelayStart OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn off output delay Start,false(0),true(1)"
        ::= { control 7 }        
        
    ctrlTurnOffOutputDelayEnd OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Turn off output delay End,false(0),true(1)"
        ::= { control 8 }        
                
    ctrlBatteryMaintenanceTestStart OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Battery maintenance test start,false(0),true(1)"
        ::= { control 9 }        
    
    ctrlBatteryMaintenanceTestEnd OBJECT-TYPE
        SYNTAX INTEGER { false(0), true(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Battery maintenance test end,false(0),true(1)"
        ::= { control 10 }        

        
-- ------------------------------------------------------------------------ 
-- 1.2.7 the config group
-- ------------------------------------------------------------------------ 

config OBJECT IDENTIFIER ::= { system 7 }

    confSelfStartDelayTime OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Self Start Delay Time(unit:Second,range:0-999)."
        ::= { config 1 }

    confRemoteShutdownDelayTime OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Remote shutdown delay Time(unit:Second,range:0-999)."
        ::= { config 2 }

    confBatterySelfTestPeriod OBJECT-TYPE
        SYNTAX INTEGER {            
            disabled(0),
            by-8-weeks(1),
            by-12-weeks(2),
            by-16-weeks(3),
            by-20-weeks(4),
            by-26-weeks(5),
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Battery self test Period,disabled(0),by-8-weeks(1),by-12-weeks(2),by-16-weeks(3),by-20-weeks(4),by-26-weeks(5)"
        ::= { config 3 }

    confRunMode OBJECT-TYPE
        SYNTAX INTEGER { normal(0), eco(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "UPS run mode,normal(0),eco(1)"
        ::= { config 4 }

    confSelfStart OBJECT-TYPE
        SYNTAX INTEGER { disabled(0), enabled(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "UPS self start setting,disabled(0),enabled(1)"
        ::= { config 5 }
    
    confRedundanceSet OBJECT-TYPE
        SYNTAX INTEGER { disabled(0), enabled(1) }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "UPS Redundance setting,disabled(0),enabled(1)"
        ::= { config 6 }
    
	confRemotePowerOnDelayTime OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Remote Power On delay Time(unit:Second,range:0-999)."
        ::= { config 7 }

		
------------------------------------------------------------
-- 1.3 Alarm trap table { ita2MIB 3 }
------------------------------------------------------------

alarmTrapTable OBJECT-TYPE
	SYNTAX SEQUENCE OF AlarmTrapEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION "
		Table holding information about the submitted alarm traps."
	::= { ita2MIB 3 }

alarmTrapEntry OBJECT-TYPE
	SYNTAX AlarmTrapEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION "
		An entry (conceptual row) in the alarmTrapTable."
	INDEX { alarmIndex }
	::= { alarmTrapTable 1 }

AlarmTrapEntry ::= SEQUENCE {
	alarmIndex Counter32,
	alarmTime DisplayString,
	alarmStatusChange StatusChange,
	alarmSeverity Status,
	alarmDescription DisplayString,
	alarmId Integer32 }

alarmIndex OBJECT-TYPE
	SYNTAX Counter32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		The unique sequence number of this alarm trap."
	::= { alarmTrapEntry 1 }

alarmTime OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		Date and time when event occured."
	::= { alarmTrapEntry 2 }

alarmStatusChange OBJECT-TYPE
	SYNTAX StatusChange
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		Indicates 'activated' (0) or 'deactivated' (1) alarm events."
	::= { alarmTrapEntry 3 }

alarmSeverity OBJECT-TYPE
	SYNTAX Status
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		The severity of the alarm. One of
		(0) informational
		(1) warning
		(2) critical"
	::= { alarmTrapEntry 4 }
	
alarmDescription OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		Free-text description of alarm."
	::= { alarmTrapEntry 5 }
	
alarmId OBJECT-TYPE
	SYNTAX Integer32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION "
		Alarm id."
	::= { alarmTrapEntry 6 }


------------------------------------------------------------
-- End of MIB definitions
------------------------------------------------------------

END