summaryrefslogtreecommitdiff
path: root/MIBS/avtech/ROOMALERT12E-MIB
blob: 30f2cdc3aecdae8295509d1b6eab12e06c6c7f6f (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
--
--defines ROOMALERT12E-MIB for SNMP agent extension of Room Alert 12E
--Contents:     Global Registration Module
--              Room Alert OIDs - Enterprise 20916
--Version:      3.3.0
--Date:         28 May 2021
--Developed By: AVTECH Software, Inc.

--
--Copyright (c) 2021 AVTECH Software, Inc.
--

ROOMALERT12E-MIB DEFINITIONS ::= BEGIN


IMPORTS
        enterprises, IpAddress, Counter, TimeTicks
                FROM RFC1155-SMI
        OBJECT-TYPE
                FROM RFC-1212
        TRAP-TYPE
                FROM RFC-1215;


avtech                  OBJECT IDENTIFIER ::= { enterprises 20916 }
products                OBJECT IDENTIFIER ::= { avtech 1 }
roomalert12E    OBJECT IDENTIFIER ::= { products 10 }
sensors                 OBJECT IDENTIFIER ::= { roomalert12E 1 }
lightTower              OBJECT IDENTIFIER ::= { roomalert12E 2 }
internal-sen    OBJECT IDENTIFIER ::= { sensors  1 }
digital-sen1    OBJECT IDENTIFIER ::= { sensors  2 }
digital-sen2    OBJECT IDENTIFIER ::= { sensors  3 }
digital-sen3    OBJECT IDENTIFIER ::= { sensors  4 }
switch1                 OBJECT IDENTIFIER ::= { sensors  5 }
switch2                 OBJECT IDENTIFIER ::= { sensors  6 }
switch3                 OBJECT IDENTIFIER ::= { sensors  7 }
switch4                 OBJECT IDENTIFIER ::= { sensors  8 }
analog                  OBJECT IDENTIFIER ::= { sensors  9 }
relay                   OBJECT IDENTIFIER ::= { sensors 10 }
traps                   OBJECT IDENTIFIER ::= { roomalert12E 3 }

-- Room Alert 12E MIB
-- Parameters




internal-sen-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "This value represents the current internal temperature in Celsius"
::= { internal-sen 1 }

internal-sen-2 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "This value represents the current internal temperature in Fahrenheit."
::= { internal-sen 2 }

internal-sen-3 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The internal sensor's label"
::= { internal-sen 3 }

analog-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The current status of the Room Alert 12E analog input (0-5VDC)."
::= { analog 1 }

analog-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The analog sensor's label."
::= { analog 2 }

analog-3 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The current status of the Room Alert 12E analog input (user-defined scale)."
::= { analog 3 }

relay-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The current status of the Room Alert 12E relay output."
::= { relay 1 }

relay-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION "The relay output's label."
::= { relay 2 }

digital-sen1-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
::= { digital-sen1 1 }

digital-sen1-2 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
::= { digital-sen1 2 }

digital-sen1-3 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
::= { digital-sen1 3 }

digital-sen1-4 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
::= { digital-sen1 4 }

digital-sen1-5 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
::= { digital-sen1 5 }

digital-sen1-6 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
::= { digital-sen1 6 }

digital-sen1-7 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
::= { digital-sen1 7 }

digital-sen1-8 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The sensor's label"
::= { digital-sen1 8 }

digital-sen2-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
::= { digital-sen2 1 }

digital-sen2-2 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
::= { digital-sen2 2 }

digital-sen2-3 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
::= { digital-sen2 3 }

digital-sen2-4 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
::= { digital-sen2 4 }

digital-sen2-5 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
::= { digital-sen2 5 }

digital-sen2-6 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
::= { digital-sen2 6 }

digital-sen2-7 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
::= { digital-sen2 7 }

digital-sen2-8 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The sensor's label"
::= { digital-sen2 8 }

digital-sen3-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
::= { digital-sen3 1 }

digital-sen3-2 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
::= { digital-sen3 2 }

digital-sen3-3 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
::= { digital-sen3 3 }

digital-sen3-4 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
::= { digital-sen3 4 }

digital-sen3-5 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
::= { digital-sen3 5 }

digital-sen3-6 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
::= { digital-sen3 6 }

digital-sen3-7 OBJECT-TYPE
        SYNTAX          INTEGER(0..65535)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
::= { digital-sen3 7 }

digital-sen3-8 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The sensor's label"
::= { digital-sen3 8 }

switch-sen1-1 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
::= { switch1 1 }

switch-sen1-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The label for switch sensor 1."
::= { switch1 2 }

switch-sen2 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
::= { switch2 1 }

switch-sen2-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The label for switch sensor 2."
::= { switch2 2 }

switch-sen3 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
::= { switch3 1 }

switch-sen3-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The label for switch sensor 3."
::= { switch3 2 }

switch-sen4 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
::= { switch4 1 }

switch-sen4-2 OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The label for switch sensor 4."
::= { switch4 2 }

alarmmessage OBJECT-TYPE
        SYNTAX          OCTET STRING
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "Last Alarm Message"
::= { traps 1 }


-- Light Tower

lightTower-RE OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the red LED on the Light Tower."
::= { lightTower 1 }

lightTower-OR OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the orange LED on the Light Tower."
::= { lightTower 2 }

lightTower-GR OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the green LED on the Light Tower."
::= { lightTower 3 }

lightTower-WH OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the white LED on the Light Tower."
::= { lightTower 4 }

lightTower-BL OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the blue LED on the Light Tower."
::= { lightTower 5 }

lightTower-A1 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the 1st audio alarm on the Light Tower."
::= { lightTower 6 }

lightTower-A2 OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the 2nd audio alarm on the Light Tower."
::= { lightTower 7 }

lightTower-RL OBJECT-TYPE
        SYNTAX          INTEGER(0..1)
        ACCESS          read-write
        STATUS          mandatory
        DESCRIPTION     "The status of the LTA's on-board relay output"
::= { lightTower 8 }


-- ROOMALERT12E TRAPS

tempalarm1-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A tempalarm1 trap signifies that the current
                        temperature on external sensor 1 is outside the
                        defined high or low threshold."
::= 1

room-alert-12E-snmp-trap TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A room-alert-12E-snmp-trap indicates that an alarm
                        condition has occurred on the sensor inidcated
                        by the alarmMessage variable."
::= 2

tempalarm2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A tempalarm2 trap signifies that the current
                        temperature on external sensor 2 is outside the
                        defined high or low threshold."
::= 3

tempclear2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A tempclear2 trap signifies that the current
                        temperature on external sensor 2 has returned to
                        a normal condition and is within the defined
                        high or low threshold."
::= 4

tempalarm3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A tempalarm3 trap signifies that the current
                        temperature on external sensor 3 is outside the
                        defined high or low threshold."
::= 5

tempclear3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A tempclear3 trap signifies that the current
                        temperature on external sensor 3 has returned to
                        a normal condition and is within the defined
                        high or low threshold."
::= 6

humidityalarm1-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityalarm1 trap signifies that the current
                        humidity on external sensor 1 is outside the
                        defined high or low threshold."
::= 7

humidityclear1-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityclear1 trap signifies that the current
                        humidity on external sensor 1 has returned to
                        a normal condition and is within the defined
                        high or low threshold."
::= 8

humidityalarm2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityalarm2 trap signifies that the current
                        humidity on external sensor 2 is outside the
                        defined high or low threshold."
::= 9

humidityclear2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityclear2 trap signifies that the current
                        humidity on external sensor 2 has returned to
                        a normal condition and is within the defined
                        high or low threshold."
::= 10

humidityalarm3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityalarm3 trap signifies that the current
                        humidity on external sensor 3 is outside the
                        defined high or low threshold."
::= 11

humidityclear3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A humidityclear3 trap signifies that the current
                        humidity on external sensor 3 has returned to
                        a normal condition and is within the defined
                        high or low threshold."
::= 12

switchalarm1-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchalarm1 trap signifies that switch sensor 1
                        is in an alarm state."
::= 13

switchclear1-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchclear1 trap signifies that the switch sensor 1
                        has returned to a normal state."
::= 14

switchalarm2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchalarm2 trap signifies that switch sensor 2
                        is in an alarm state."
::= 15

switchclear2-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchclear2 trap signifies that the switch sensor 2
                        has returned to a normal state."
::= 16

switchalarm3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchalarm3 trap signifies that switch sensor 3
                        is in an alarm state."
::= 17

switchclear3-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchclear3 trap signifies that the switch sensor 3
                        has returned to a normal state."
::= 18

switchalarm4-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchalarm4 trap signifies that switch sensor 4
                        is in an alarm state."
::= 19

switchclear4-12E TRAP-TYPE
        ENTERPRISE      roomalert12E
        VARIABLES       { alarmmessage }
        DESCRIPTION     "A switchclear4 trap signifies that the switch sensor 4
                        has returned to a normal state."
::= 20
END