summaryrefslogtreecommitdiff
path: root/MIBS/dell/DELL-NETWORKING-TRAP-EVENT-MIB
blob: e843113b038e2a5506358ac5f7b31fad6a8106a5 (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
-- *****************************************************************
-- DELL-NETWORKING-TRAP-ALRM-MIB
--
--
-- Copyright (c) 2003-2014 by Dell Inc. All Rights Reserved.
-- All rights reserved.
-- *****************************************************************
--

DELL-NETWORKING-TRAP-EVENT-MIB DEFINITIONS ::= BEGIN

IMPORTS

        MODULE-IDENTITY, OBJECT-TYPE,
        Integer32, TimeTicks
            FROM SNMPv2-SMI
        DateAndTime, DisplayString, RowPointer
            FROM SNMPv2-TC
        dellNetMgmt
            FROM DELL-NETWORKING-SMI
        ;
 
dellNetTrapEventMib   MODULE-IDENTITY
        LAST-UPDATED    "201202210000Z"
        ORGANIZATION    "Dell Inc"
        CONTACT-INFO
            "http://www.dell.com/support"

        DESCRIPTION
            "Dell Networking OS Trap Alarm MIB.
            Dell Networking OS Trap Event MIB allows users to track or to view 
            the trap events logged by the system.  There are two types
            of trap event tables, hostory trap event table and active
            trap event table.

            All the traps sent by the system are logged to history trap
            event table. The trap that need action will logged to active
            trap event table; 'Card down' trap event will go to the active
            trap event table, and the trap will be cleared as soon as
            'Card Up' event is issued. 
            "
        REVISION        "201202210000Z" -- Feb 21, 2012
        DESCRIPTION
            "Add historyTrapEventPort to dellNetHistoryTrapEventTable and
             activeTrapEventPort to dellNetActiveTrapEventTable.
            "
        REVISION        "200510050000Z"
        DESCRIPTION
            "The initial reversion.
            "
        ::= { dellNetMgmt 6 }   


dellNetTrapEventObjects  OBJECT IDENTIFIER ::= { dellNetTrapEventMib 1 }
dellNetHistoryTrapEvent  OBJECT IDENTIFIER ::= { dellNetTrapEventObjects 1 } 
dellNetActiveTrapEvent   OBJECT IDENTIFIER ::= { dellNetTrapEventObjects 2 } 
dellNetTrapVarbindEvent  OBJECT IDENTIFIER ::= { dellNetTrapEventObjects 3 } 

-- TEXTUAL-CONVENTION
--  Status
--    mandatory
--  Descr


dellNetChassisBootupTime OBJECT-TYPE
    SYNTAX        DateAndTime
    MAX-ACCESS    read-only
    STATUS        current
    DESCRIPTION
        "The dellNetChassisBootupTime used the timestamp to uniquely
         identify the system between system reboots.
          
         Each time an NMS connects to a chassis, it should verify
         its dellNetChassisBootupTime. If the time is different, it should
         refresh its history and active tables. 

         But, if the dellNetChassisBootupTime is the same, then it should
         query the dellNetLastTrapEventSeqId and update its history and active
         tables  from its own dellNetLastTrapEventSeqId to the chassis
         dellNetLastTrapEventSeqId.
        "
    ::= { dellNetHistoryTrapEvent 1 }

dellNetLastTrapEventSeqId OBJECT-TYPE
    SYNTAX        Integer32 (1..2147483647)
    MAX-ACCESS    read-only
    STATUS        current
    DESCRIPTION
         "
         dellNetLastTrapEventSeqId is a sequential ID indicated the number of 
         traps sent by the syatem since chassis is loaded.  The same id can
         also be used as the index to the history and active tables.
            
         Anytime, if an NMS dropped its connection with a chassis, it should
         sync up its history tables from its own dellNetLastTrapEventSeqId to
         the chassis dellNetLastTrapEventSeqId.
        "
    ::= { dellNetHistoryTrapEvent 2 }

dellNetMaxHistoryTableSize OBJECT-TYPE
    SYNTAX        Integer32
    MAX-ACCESS    read-only
    STATUS        current
    DESCRIPTION
        "
         dellNetMaxHistoryTableSize is the maximum rows in history table.
         This also limits the active/varbind tables.
         Whenever there is a chance of overflow, the oldest entry 
         will be deleted form the history table.
         Respective entry from active table also will be deleted 
         and the corresponding varbind entries will be deleted 
         from varbind table.
        "
    ::= { dellNetHistoryTrapEvent 3 }

dellNetHistoryTrapEventTable OBJECT-TYPE
    SYNTAX SEQUENCE OF DellNetHistoryTrapEventEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of history trap event table."
    ::= { dellNetHistoryTrapEvent 4 }

dellNetHistoryTrapEventEntry OBJECT-TYPE
    SYNTAX DellNetHistoryTrapEventEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of history trap event table.
	"

    INDEX { historyTrapEventSeqId }
    ::= { dellNetHistoryTrapEventTable 1 }


DellNetHistoryTrapEventEntry ::= SEQUENCE {
    historyTrapEventSeqId 	Integer32,
    historyTrapEventSeverity 	Integer32,
    historyTrapEventType 	Integer32,
    historyTrapEventMsg 	DisplayString,
    historyTrapEventOid 	RowPointer,
    historyTrapEventSlot 	Integer32,
    historyTrapEventTimeStamp 	TimeTicks,
    historyTrapEventPort 	Integer32

    }

historyTrapEventSeqId OBJECT-TYPE
    SYNTAX Integer32 (1..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "
         historyTrapEventSeqId is a sequential ID and the index to
         history trap table.
        "
    ::= { dellNetHistoryTrapEventEntry 1 }

historyTrapEventSeverity OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The trap severity level. 
        "
    ::= { dellNetHistoryTrapEventEntry 2 }

historyTrapEventType OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The trap category type.  
        "
    ::= { dellNetHistoryTrapEventEntry 3 }

historyTrapEventMsg OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The message or the description of the trap.
        "
    ::= { dellNetHistoryTrapEventEntry 4 }

historyTrapEventOid OBJECT-TYPE
    SYNTAX RowPointer
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The OID of this trap.
        "
    ::= { dellNetHistoryTrapEventEntry 5 }

historyTrapEventSlot OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         Corresponsding to chAlarmVarSlot in trap definition.
         For example if card is down, this field will have the
         card slot number.
         The value of -1 is used for non-applicable case.
        "
    ::= { dellNetHistoryTrapEventEntry 6 }

historyTrapEventTimeStamp OBJECT-TYPE
    SYNTAX TimeTicks
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The timestamp when the trap is sent.
        "
    ::= { dellNetHistoryTrapEventEntry 7 }

historyTrapEventPort OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         Corresponsding to chAlarmVarPort in trap definition.
         This field may be used for other instance depending on
         the trap type, for example, tray number in case of fan
         or power supply trap.
         The value of -1 is used for non-applicable case.
        "
    ::= { dellNetHistoryTrapEventEntry 8 }

-- End of dellNetHistoryTrapEventTable


-- Active Trap Event table.

dellNetActiveTrapEventTable OBJECT-TYPE
    SYNTAX SEQUENCE OF DellNetActiveTrapEventEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of active trap event table."
    ::= { dellNetActiveTrapEvent 1 }

dellNetActiveTrapEventEntry OBJECT-TYPE
    SYNTAX DellNetActiveTrapEventEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of active trap event table.
	"

    INDEX { activeTrapEventSeqId }
    ::= { dellNetActiveTrapEventTable 1 }


DellNetActiveTrapEventEntry ::= SEQUENCE {
    activeTrapEventSeqId 	Integer32,
    activeTrapEventSeverity 	Integer32,
    activeTrapEventType 	Integer32,
    activeTrapEventMsg 		DisplayString,
    activeTrapEventOid 		RowPointer,
    activeTrapEventSlot     	Integer32,
    activeTrapEventTimeStamp 	TimeTicks,
    activeTrapEventPort 	Integer32

    }

activeTrapEventSeqId OBJECT-TYPE
    SYNTAX Integer32 (1..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "
         activeTrapEventSeqId is a sequential ID and the index to
         active trap table.
        "
    ::= { dellNetActiveTrapEventEntry 1 }

activeTrapEventSeverity OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The trap severity level.
        "
    ::= { dellNetActiveTrapEventEntry 2 }

activeTrapEventType OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The trap category type.
        "
    ::= { dellNetActiveTrapEventEntry 3 }

activeTrapEventMsg OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The message or the description of the trap.
        "
    ::= { dellNetActiveTrapEventEntry 4 }

activeTrapEventOid OBJECT-TYPE
    SYNTAX RowPointer
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The OID of this trap.
        "
    ::= { dellNetActiveTrapEventEntry 5 }

activeTrapEventSlot OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         Corresponsding to chAlarmVarSlot in trap definition.
         For example if card is down, this field will have the
         card slot number.
         The value of -1 is used for non-applicable case.
        "
    ::= { dellNetActiveTrapEventEntry 6 }

activeTrapEventTimeStamp OBJECT-TYPE
    SYNTAX TimeTicks
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The timestamp when the trap is sent.
        "
    ::= { dellNetActiveTrapEventEntry 7 }

activeTrapEventPort OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         Corresponsding to chAlarmVarPort in trap definition.
         This field may be used for other instance depending on
         the trap type, for example, tray number in case of fan
         or power supply trap.
         The value of -1 is used for non-applicable case.
        "
    ::= { dellNetActiveTrapEventEntry 8 }

-- End of dellNetActiveTrapEventTable

-- Trap Event varbind table.

dellNetTrapEventVarbindTable OBJECT-TYPE
    SYNTAX SEQUENCE OF DellNetTrapEventVarbindEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of trap event varbind table."
    ::= { dellNetTrapVarbindEvent 1 }

dellNetTrapEventVarbindEntry OBJECT-TYPE
    SYNTAX DellNetTrapEventVarbindEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "A table of trap event varbind table.
	"
    INDEX { trapEventVarbindSeqId, trapEventVarbindId }
    ::= { dellNetTrapEventVarbindTable 1 }


DellNetTrapEventVarbindEntry ::= SEQUENCE {
    trapEventVarbindSeqId 	Integer32,
    trapEventVarbindId 		Integer32,
    trapEventVarbindOid		OBJECT IDENTIFIER,
    trapEventVarbindType 	Integer32,
    trapEventVarbindValue 	DisplayString
    }

trapEventVarbindSeqId OBJECT-TYPE
    SYNTAX Integer32 (1..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "
         trapEventVarbindSeqId is a sequential ID and the index to
         varbind trap table.
        "
    ::= { dellNetTrapEventVarbindEntry 1 }

trapEventVarbindId OBJECT-TYPE
    SYNTAX Integer32 (1..32)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
        "
         trapEventVarbindId is the ID and the index to
         history trap table.
        "
    ::= { dellNetTrapEventVarbindEntry 2 }

trapEventVarbindOid OBJECT-TYPE
    SYNTAX OBJECT IDENTIFIER
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The OID of this trap.
        "
    ::= { dellNetTrapEventVarbindEntry 3 }

trapEventVarbindType OBJECT-TYPE
    SYNTAX Integer32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         The trap category type.
        "
    ::= { dellNetTrapEventVarbindEntry 4 }

trapEventVarbindValue OBJECT-TYPE
    SYNTAX DisplayString
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "
         This is the result or data in this trap.
        "
    ::= { dellNetTrapEventVarbindEntry 5 }

END