summaryrefslogtreecommitdiff
path: root/MIBS/algcom/ALGPOWER-v2
blob: 40e0891b19c14dbdd06703c3df6eb8a44109f5bb (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
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
ALGPOWER-v2-MIB DEFINITIONS ::= BEGIN
	IMPORTS
	DisplayString FROM RFC1213-MIB
	OBJECT-TYPE FROM RFC-1212
	enterprises FROM RFC1155-SMI;

	algcom OBJECT IDENTIFIER ::= { enterprises 49136 }
	upsObjects OBJECT IDENTIFIER ::= { algcom 1 }
	output OBJECT IDENTIFIER ::= { upsObjects 1 }
	battery OBJECT IDENTIFIER ::= { upsObjects 2 }
	input OBJECT IDENTIFIER ::= { upsObjects 3 }
	temperature OBJECT IDENTIFIER ::= { upsObjects 4 }
	watchdog OBJECT IDENTIFIER ::= { upsObjects 5 }
	supply OBJECT IDENTIFIER ::= { upsObjects 6 }
	installation OBJECT IDENTIFIER ::= { upsObjects 7 }
	bat-tst OBJECT IDENTIFIER ::= { upsObjects 8 }


	outputVoltage OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Numeric value of instantaneous output voltage from
			the source in tenths of a volt. To get the value
			actual in volt should be divided by 10.
			
			Example:
			Read value 241, actual value 24.1V."
		::= { output 1 }

	outputCurrent OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Numeric value of current output of converter AC/DC.
			Real value reading in milli ampere.
			
			Example:
			Read value 1087, Actual value 1.087 milli ampere
			or 1.087A.
			If the output is '0' the AC/DC is off and the output
			for the equipments is provide from batteries"
		::= { output 2 }

	oidNotUsed0 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
		"OID not used."
		::= { output 3 }

	oidNotUsed1 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
		"OID not used."
		::= { output 4 }


	batteryVoltage OBJECT-TYPE
	SYNTAX INTEGER
	ACCESS read-only
	STATUS mandatory
	DESCRIPTION
		"Numeric value of instantaneous voltage of battery bank.
		To get the actual value in volt must be divided by 10.
		
		Example:
		Read value 240, actual value 24.0V."
	::= { battery 1 }

	batteryCurrent OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Numeric value of current in Battery bank. Real
			value reading in milli ampere.
			If the value is negative the Battery bank is provide
			energy for the output.
			If the value is positive the Battery bank is under
			charger 
			
			Example:
			Read value -2230, Actual value 2,230 ampere and the
			battery bank is provide this current.
			Read value 3000, Actual value 3.000 milli ampere and
			the battery bank is absorve this current."
		::= { battery 2 }

	chargerStatus OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the status of battery charger:
			0 - The battery is not connected in DC UPS;
			1 - The battery is voltage incompatible with DC UPS;
			2 - The DC UPS is in nobreak mode;
			3 - The charger of Battery is in Bulk stage;
			4 - The charger of Battery is Absorption stage;
			5 - The charger of Battery is Float stage;
			6 - The Battery will be disconnected in 30s due to
			    low voltage and the DC-UPS output will be
			    turned off.
			7 - The Battery is under test"
		::= { battery 3 }


	alarmOnBattery OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Shows the operation mode of DC-UPS:

			0 - The DC-UPS output is provide by AC energy.
			1 - The DC-UPS output is provide by Battery"
		::= { input 1 }

	acFail OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm that alert about AC outages in the last 10
			minutes:
			
			0 - DC-UPS in normal operation.
			1 - Occur a AC fail in the last 10 minutes."
		::= { input 2 }

	batteryCharging OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the status of charging Battery:
			
			1 - The battery is on charging.
			0 - The battery is on discharging."
		::= { input 3 }

	batteryDischarging OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the status of discharging Battery:
			
			1 - The battery is on discharging.
			0 - The battery is on charging."
		::= { input 4 }

	overheat OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm that alert about overtemperature of DC-UPS
			
			1 - The DC-UPS is in condition of overtemperature.
			0 - The DC-UPS is in normal condition."
		::= { input 5 }

	overload OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm that alert about overload of DC-UPS
			
			1 - The DC-UPS is in condition of overload.
			0 - The DC-UPS is in normal condition."
		::= { input 6 }

	fanAfail OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm that alert about fail in internal FAN A
			
			1 - Internal FAN with fail.
			0 - Internal FAN ok"
		::= { input 7 }

	fanBfail OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm that alert about fail in internal FAN B
			
			1 - Internal FAN with fail.
			0 - Internal FAN ok"
		::= { input 8 }

	oidNotUsed2 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
		"OID not used."
		::= { input 9 }

	oidNotUsed3 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
		"OID not used."
		::= { input 10 }
		
	upTime OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "System Up time in hours"
		::= {input 11}	


	innerTemperature OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the internal temperature of power supply.
			Uses the unit degree Celsius.
			
			Example
			Read value: 25, temperature is 25degC."
		::= { temperature 1 }

	outerTemperature OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the temperature of external sensor (cable that
			comes with power supply).
			Uses the unit degree Celsius.
			
			Example
			Read value: 25, temperature is 25degC."
		::= { temperature 2 }

	heatSinkTemperature OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Show the temperature of sensor in the heatsink of
			power supply use the unit degree Celsius.
			
			Example
			Read value: 25, temperature is 25degC."
		::= { temperature 3 }


	watchdogPing1 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 1
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 1 acted on the output the last 10
			    minutes.
			0 - The Watchdog 1 has not acted in the last 10
			    minutes."
		::= { watchdog 1 }

	watchdogPing2 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 2
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 2 acted on the output the last 10
			    minutes.
			0 - The Watchdog 2 has not acted in the last 10
			    minutes."
		::= { watchdog 2 }

	watchdogPing3 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 3
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 3 acted on the output the last 10
			    minutes.
			0 - The Watchdog 3 has not acted in the last 10
			    minutes."
		::= { watchdog 3 }

	watchdogPing4 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 4
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 4 acted on the output the last 10
			    minutes.
			0 - The Watchdog 4 has not acted in the last 10
			    minutes."
		::= { watchdog 4 }

	watchdogPing5 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 5
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 5 acted on the output the last 10
			    minutes.
			0 - The Watchdog 5 has not acted in the last 10
			    minutes."
		::= { watchdog 5 }

	watchdogPing6 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 6
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 6 acted on the output the last 10
			    minutes.
			0 - The Watchdog 6 has not acted in the last 10
			    minutes."
		::= { watchdog 6 }

	watchdogPing7 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 7
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 7 acted on the output the last 10
			    minutes.
			0 - The Watchdog 7 has not acted in the last 10
			    minutes."
		::= { watchdog 7 }

	watchdogPing8 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 8
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 8 acted on the output the last 10
			    minutes.
			0 - The Watchdog 8 has not acted in the last 10
			    minutes."
		::= { watchdog 8 }

	watchdogPing9 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 9
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 9 acted on the output the last 10
			    minutes.
			0 - The Watchdog 9 has not acted in the last 10
			    minutes."
		::= { watchdog 9 }

	watchdogPing10 OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION
			"Alarm indicating the action of watchdog 10
			programmed in the last 10 minutes. The watchdog
			acts on the output by turning it off when not
			receive response from IP ping command
			configured.
			
			1 - The watchdog 10 acted on the output the last 10
			    minutes.
			0 - The Watchdog 10 has not acted in the last 10
			    minutes."
		::= { watchdog 10 }


	supplyVoltage OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION 
			"The supply AC voltage decivolt [dV]
			Numeric value of instantaneous input voltage.
			An optional sensor is required to read this value.
			To get the actual value in volt it should be
			divided by 10.
			
			Example:
			Read value 2410, actual value 241 Vac."
		::= {supply 1}


	popName OBJECT-TYPE
		SYNTAX DisplayString (SIZE (30))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "PoP name"
		::= {installation 1}

	facilityAddr OBJECT-TYPE
		SYNTAX DisplayString (SIZE (40))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Facility address"
		::= {installation 2}

	facilityCity OBJECT-TYPE
		SYNTAX DisplayString (SIZE (30))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Facility city"
		::= {installation 3}

	instDate OBJECT-TYPE
		SYNTAX DisplayString (SIZE (10))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Installation date"
		::= {installation 4}

	batCapacity OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Battery capacity"
		::= {installation 5}

	batBrand OBJECT-TYPE
		SYNTAX DisplayString (SIZE (30))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Battery brand"
		::= {installation 6}

	batInstDate OBJECT-TYPE
		SYNTAX DisplayString (SIZE (10))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Battery installation date"
		::= {installation 7}

	respPers OBJECT-TYPE
		SYNTAX DisplayString (SIZE (50))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Responsible person"
		::= {installation 8}
		
	btst-date OBJECT-TYPE
		SYNTAX DisplayString (SIZE (10))
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Battery test execution date (dd/mm/yyyy)"
		::= {bat-tst 1}
		
	btst-status OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Battery test status
		0 - NEVER DONE
		1 - Passed
		2 - Running
		3 - Aborted
		4 - Failed"
		::= {bat-tst 2}
		
	btst-duration OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Programmed test duration in minutes
		 * 999 - Perform the test until battery is fully discharged"
		::= {bat-tst 3}

	btst-elapsed OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION "Elapsed time in current\last battery test"
		::= {bat-tst 4}
		
	btst-volt-i OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION 
			"The battery initial voltage [dV]
			Numeric value of battery voltage when starting the battery test.
						
			Example:
			Read value 241, actual value 24.1 V."
		::= {bat-tst 5}

	btst-amp-i OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION 
			"The battery initial cuurent [mA]
			Numeric value of battery current when starting the battery test.
						
			Example:
			Read value 1522, actual value 1.55 A."
		::= {bat-tst 6}
	
	btst-volt-f OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION 
			"The battery final voltage [dV]
			Numeric value of battery voltage when the battery test is done.
						
			Example:
			Read value 225, actual value 22.5 V."
		::= {bat-tst 7}
	
	btst-amp-f OBJECT-TYPE
		SYNTAX INTEGER
		ACCESS read-only
		STATUS mandatory
		DESCRIPTION 
			"The battery initial cuurent [mA]
			Numeric value of battery current when the battery test is done.
						
			Example:
			Read value 1485, actual value 1.48 A."
		::= {bat-tst 8}

END