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
|
OGTRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
enterprises FROM
RFC1155-SMI;
opengear OBJECT IDENTIFIER ::= { enterprises 25049 }
ogLegacyMgmt OBJECT IDENTIFIER ::= { opengear 2 }
ogConnectMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 10 }
ogSignalMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 11 }
ogPatternMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 12 }
ogSensorMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 13 }
ogHostMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 14 }
ogFailoverMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 15 }
ogNetUpsMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 16 }
ogDataMib OBJECT IDENTIFIER ::= { ogLegacyMgmt 17 }
-- Serial port connection traps.
ogConnectMibObjects OBJECT IDENTIFIER ::= { ogConnectMib 10 }
ogconnEvent OBJECT IDENTIFIER ::= { ogConnectMibObjects 1 }
ogconnEventTable OBJECT IDENTIFIER ::= { ogconnEvent 1 }
ogconnEventEntry OBJECT IDENTIFIER ::= { ogconnEventTable 1 }
ogconnEventUsername OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user pertaining to the connection event"
::= { ogconnEventEntry 10 }
ogconnEventType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of connection event"
::= { ogconnEventEntry 11 }
ogconnEventPortNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Serial port number on which this connection applies"
::= { ogconnEventEntry 12 }
ogconnEventPortLabel OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The label for the serial port where the connection
occurred."
::= { ogconnEventEntry 13 }
ogconnEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ogconnEventUsername,
ogconnEventType,
ogconnEventPortNumber,
ogconnEventPortLabel
}
DESCRIPTION
"The alert sent when a user connection event occurs."
::= 1001
-- Serial port signal trap
ogSignalMibObjects OBJECT IDENTIFIER ::= { ogSignalMib 10 }
ogsgnlEvent OBJECT IDENTIFIER ::= { ogSignalMibObjects 1 }
ogsgnlEventTable OBJECT IDENTIFIER ::= { ogsgnlEvent 1 }
ogsgnlEventEntry OBJECT IDENTIFIER ::= { ogsgnlEventTable 1 }
ogsgnlEventType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The particular signal which changed"
::= { ogsgnlEventEntry 10 }
ogsgnlEventState OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current signal state"
::= { ogsgnlEventEntry 11 }
ogsgnlEventPortNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Serial port number on which this signal applies"
::= { ogsgnlEventEntry 12 }
ogsgnlEventPortLabel OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The label for the serial port where the signal applies."
::= { ogsgnlEventEntry 13 }
ogsgnlEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ogsgnlEventType,
ogsgnlEventState,
ogsgnlEventPortNumber,
ogsgnlEventPortLabel }
DESCRIPTION
"The alert sent when a signal change occurs"
::= 1002
-- Serial console pattern traps
ogPatternMibObjects OBJECT IDENTIFIER ::= { ogPatternMib 10 }
ogpatnEvent OBJECT IDENTIFIER ::= { ogPatternMibObjects 1 }
ogpatnEventTable OBJECT IDENTIFIER ::= { ogpatnEvent 1 }
ogpatnEventEntry OBJECT IDENTIFIER ::= { ogpatnEventTable 1 }
ogpatnEventDescription OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A description of the matches purpose"
::= { ogpatnEventEntry 10 }
ogpatnEventText OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The full text which matched the pattern"
::= { ogpatnEventEntry 11 }
ogpatnEventPortNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Serial port number on which the pattern matched"
::= { ogpatnEventEntry 12 }
ogpatnEventPortLabel OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The label for the serial port where pattern match
occurred"
::= { ogpatnEventEntry 13 }
ogpatnEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ogpatnEventDescription,
ogpatnEventText,
ogpatnEventPortNumber,
ogpatnEventPortLabel }
DESCRIPTION
"The alert sent when a pre-defined pattern was
matched text in a consoles serial character stream"
::= 1003
-- Sensor traps
ogSensorMibObjects OBJECT IDENTIFIER ::= { ogSensorMib 10 }
ogsensStatus OBJECT IDENTIFIER ::= { ogSensorMibObjects 1 }
ogsensStatusTable OBJECT IDENTIFIER ::= { ogsensStatus 1 }
ogsensStatusEntry OBJECT IDENTIFIER ::= { ogsensStatusTable 1 }
ogsensStatusName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the device pertaining to the status event"
::= { ogsensStatusEntry 10 }
ogsensStatusDevType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of device pertaining to the status event"
::= { ogsensStatusEntry 11 }
ogsensStatusType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of sensor pertaining to the status event"
::= { ogsensStatusEntry 12 }
ogsensStatusValue OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of the sensor pertaining to the status event"
::= { ogsensStatusEntry 13 }
ogsensStatusOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ogsensStatusName,
ogsensStatusDevType,
ogsensStatusType,
ogsensStatusValue }
DESCRIPTION
"The trap sent when a sensor event occurs"
::= 1004
-- Host traps
ogHostMibObjects OBJECT IDENTIFIER ::= { ogHostMib 10 }
oghostEvent OBJECT IDENTIFIER ::= { ogHostMibObjects 1 }
oghostEventTable OBJECT IDENTIFIER ::= { oghostEvent 1 }
oghostEventEntry OBJECT IDENTIFIER ::= { oghostEventTable 1 }
oghostEventUsername OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The user pertaining to the connection event"
::= { oghostEventEntry 10 }
oghostEventType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of connection event"
::= { oghostEventEntry 11 }
oghostEventAddress OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The address of the host to which this connection applies."
::= { oghostEventEntry 12 }
oghostEventDescription OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The description of the host to which this connection applies."
::= { oghostEventEntry 13 }
oghostEventProtocol OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The internet protocl to which this connection applies."
::= { oghostEventEntry 14 }
oghostEventPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The applicable port number of the host."
::= { oghostEventEntry 15 }
oghostEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
oghostEventUsername,
oghostEventType,
oghostEventAddress,
oghostEventDescription,
oghostEventProtocol,
oghostEventPort }
DESCRIPTION
"The alert sent when a user connection event occurs"
::= 2001
-- Failover traps
ogFailoverMibObjects OBJECT IDENTIFIER ::= { ogFailoverMib 10 }
ogfovrEvent OBJECT IDENTIFIER ::= { ogFailoverMibObjects 1 }
ogfovrEventTable OBJECT IDENTIFIER ::= { ogfovrEvent 1 }
ogfovrEventEntry OBJECT IDENTIFIER ::= { ogfovrEventTable 1 }
ogfovrEventPrimary OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the network interface which failed"
::= { ogfovrEventEntry 10 }
ogfovrEventSecondary OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the network interface which was connected
instead"
::= { ogfovrEventEntry 11 }
ogfovrEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES { ogfovrEventPrimary, ogfovrEventSecondary }
DESCRIPTION
"The alert sent when a network failover event occurs"
::= 2002
-- Ups trap
ogNetUpsMibObjects OBJECT IDENTIFIER ::= { ogNetUpsMib 10 }
ognupsEvent OBJECT IDENTIFIER ::= { ogNetUpsMibObjects 1 }
ognupsEventTable OBJECT IDENTIFIER ::= { ognupsEvent 1 }
ognupsEventEntry OBJECT IDENTIFIER ::= { ognupsEventTable 1 }
ognupsEventName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the UPS pertaining to the status event"
::= { ognupsEventEntry 10 }
ognupsEventType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of status event"
::= { ognupsEventEntry 11 }
ognupsEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ognupsEventName,
ognupsEventType }
DESCRIPTION
"The alert sent when a UPS status event occurs"
::= 2003
-- Data Usage trap
ogDataMibObjects OBJECT IDENTIFIER ::= { ogDataMib 10 }
ogdataEvent OBJECT IDENTIFIER ::= { ogDataMibObjects 1 }
ogdataEventTable OBJECT IDENTIFIER ::= { ogdataEvent 1 }
ogdataEventEntry OBJECT IDENTIFIER ::= { ogdataEventTable 1 }
ogdataEventBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of bytes which triggers this usage alert"
::= { ogdataEventEntry 10 }
ogdataEventSeconds OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time in seconds over which bytes are measured"
::= { ogdataEventEntry 11 }
ogdataEventDevice OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The ID for the interface thos pertains to"
::= { ogdataEventEntry 12 }
ogdataEventState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Whether data usage alert is on (1) or off (0)"
::= { ogdataEventEntry 13 }
ogdataEventOccurred TRAP-TYPE
ENTERPRISE opengear
VARIABLES {
ogdataEventBytes,
ogdataEventSeconds,
ogdataEventDevice,
ogdataEventState }
DESCRIPTION
"The trap sent when a data usage alert occurs"
::= 2004
END
|