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
|
--
--defines ROOMALERT24E-MIB for SNMP agent extension of Room Alert 24E
--Contents: Global Registration Module
-- Room Alert OIDs - Enterprise 20916
--Version: 1.0.2
--Date: 11 September 2007
--Developed By: AVTECH Software, Inc.
--
--Copyright (c) 2007 AVTECH Software, Inc.
--
ROOMALERT24E-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 }
roomalert24e OBJECT IDENTIFIER ::= { products 5 }
sensors OBJECT IDENTIFIER ::= { roomalert24e 1 }
traps OBJECT IDENTIFIER ::= { roomalert24e 2 }
internal OBJECT IDENTIFIER ::= { sensors 1 }
temperature OBJECT IDENTIFIER ::= { internal 1 }
humidity OBJECT IDENTIFIER ::= { internal 2 }
heat-index OBJECT IDENTIFIER ::= { internal 3 }
digital OBJECT IDENTIFIER ::= { sensors 2 }
digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
digital-sen3 OBJECT IDENTIFIER ::= { digital 3 }
digital-sen4 OBJECT IDENTIFIER ::= { digital 4 }
digital-sen5 OBJECT IDENTIFIER ::= { digital 5 }
digital-sen6 OBJECT IDENTIFIER ::= { digital 6 }
switch OBJECT IDENTIFIER ::= { sensors 3 }
-- Room Alert 24E MIB
-- Parameters
internal-tempf OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The internal temperature reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
::= { temperature 1 }
internal-tempc OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The internal temperature reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
::= { temperature 2 }
internal-humidity OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The internal relative humidity reading in %RH. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
::= { humidity 1 }
internal-heat-index OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The internal heat index reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
::= { heat-index 1 }
internal-heat-indexc OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The internal heat index reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
::= { heat-index 2 }
digital-sen1-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen1 1 }
digital-sen1-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { 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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { 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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { 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-sen2-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen2 1 }
digital-sen2-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { 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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { 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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { 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-sen3-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen3 1 }
digital-sen3-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { 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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { 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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { 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-sen4-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen4 1 }
digital-sen4-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { digital-sen4 2 }
digital-sen4-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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { digital-sen4 3 }
digital-sen4-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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { digital-sen4 4 }
digital-sen4-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-sen4 5 }
digital-sen5-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen5 1 }
digital-sen5-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { digital-sen5 2 }
digital-sen5-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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { digital-sen5 3 }
digital-sen5-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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { digital-sen5 4 }
digital-sen5-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-sen5 5 }
digital-sen6-1 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
::= { digital-sen6 1 }
digital-sen6-2 OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
::= { digital-sen6 2 }
digital-sen6-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 Digital Power Sensor, this value represents the Voltage reading in Volts."
::= { digital-sen6 3 }
digital-sen6-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 Digital Power Sensor, this value represents the Reference reading in Volts."
::= { digital-sen6 4 }
digital-sen6-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-sen6 5 }
switch-sen1 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
::= { switch 1 }
switch-sen2 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
::= { switch 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)."
::= { switch 3 }
switch-sen4 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
::= { switch 4 }
switch-sen5 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 5 (0 = OPEN, 1 = CLOSED)."
::= { switch 5 }
switch-sen6 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 6 (0 = OPEN, 1 = CLOSED)."
::= { switch 6 }
switch-sen7 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 7 (0 = OPEN, 1 = CLOSED)."
::= { switch 7 }
switch-sen8 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 8 (0 = OPEN, 1 = CLOSED)."
::= { switch 8 }
switch-sen9 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 9 (0 = OPEN, 1 = CLOSED)."
::= { switch 9 }
switch-sen10 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 10 (0 = OPEN, 1 = CLOSED)."
::= { switch 10 }
switch-sen11 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 11 (0 = OPEN, 1 = CLOSED)."
::= { switch 11 }
switch-sen12 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 12 (0 = OPEN, 1 = CLOSED)."
::= { switch 12 }
switch-sen13 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 13 (0 = OPEN, 1 = CLOSED)."
::= { switch 13 }
switch-sen14 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 14 (0 = OPEN, 1 = CLOSED)."
::= { switch 14 }
switch-sen15 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 15 (0 = OPEN, 1 = CLOSED)."
::= { switch 15 }
switch-sen16 OBJECT-TYPE
SYNTAX INTEGER(0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "The reading for switch sensor 16 (0 = OPEN, 1 = CLOSED)."
::= { switch 16 }
alarmmessage OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION "Last Alarm Message"
::= { traps 1 }
-- ROOMALERT24E TRAPS
tempalarm1-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e-snmp-trap TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A room-alert-24e-snmp-trap indicates that an alarm
condition has occurred on the sensor indicated
by the alarmmessage variable."
::= 2
tempalarm2-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
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-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
is in an alarm state."
::= 13
switchclear1-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear1 trap signifies that the switch sensor 1
has returned to a normal state."
::= 14
switchalarm2-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm2 trap signifies that switch sensor 2
is in an alarm state."
::= 15
switchclear2-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear2 trap signifies that the switch sensor 2
has returned to a normal state."
::= 16
switchalarm3-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
is in an alarm state."
::= 17
switchclear3-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear3 trap signifies that the switch sensor 3
has returned to a normal state."
::= 18
switchalarm4-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm4 trap signifies that switch sensor 4
is in an alarm state."
::= 19
switchclear4-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear4 trap signifies that the switch sensor 4
has returned to a normal state."
::= 20
switchalarm5-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm5 trap signifies that switch sensor 5
is in an alarm state."
::= 21
switchclear5-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear5 trap signifies that the switch sensor 5
has returned to a normal state."
::= 22
switchalarm6-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm6 trap signifies that switch sensor 6
is in an alarm state."
::= 23
switchclear6-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear6 trap signifies that the switch sensor 6
has returned to a normal state."
::= 24
switchalarm7-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm7 trap signifies that switch sensor 7
is in an alarm state."
::= 25
switchclear7-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear7 trap signifies that the switch sensor 7
has returned to a normal state."
::= 26
switchalarm8-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchalarm8 trap signifies that switch sensor 8
is in an alarm state."
::= 27
switchclear8-24e TRAP-TYPE
ENTERPRISE roomalert24e
VARIABLES { alarmmessage }
DESCRIPTION "A switchclear8 trap signifies that the switch sensor 8
has returned to a normal state."
::= 28
END
|