-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBLADETYPE2-TRAP-MIB
435 lines (344 loc) · 14.3 KB
/
BLADETYPE2-TRAP-MIB
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
-- COPYRIGHT NOTICE
-- Copyright (c) Hewlett Packard Company, 2003
-- All rights reserved
--
--
BLADETYPE2-TRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
TRAP-TYPE
FROM RFC-1215
sysName, sysLocation, sysContact, DisplayString
FROM RFC1213-MIB
hpSwitchBladeType2-Mgmt
FROM HP-SWITCH-PL-MIB
stgCurCfgIndex
FROM BLADETYPE2-PHYSICAL-MIB
agSlotNumber, agRackId, agChassis
FROM BLADETYPE2-SWITCH-MIB
ipCurCfgGwIndex, ipCurCfgGwAddr
, vrrpCurCfgVirtRtrIndx, vrrpCurCfgVirtRtrAddr,
vrrpCurCfgIfIndx, vrrpCurCfgIfPasswd
FROM BLADETYPE2-NETWORK-MIB;
bt2Traps OBJECT IDENTIFIER
::= { hpSwitchBladeType2-Mgmt 7 }
-- MIB_INSERT_START
-- ----------------------------------------------------------------------------
-- { INSERT: bt2trap
-- ----------------------------------------------------------------------------
-- SECTION 2: Temporary Object Definitions Used In Traps
bt2SwTrapDisplayString OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temporary string object used to store information being sent
in an Bladetype2 Switch trap."
::= { bt2Traps 1000 }
-- SECTION 3: Trap Definitions
bt2SwPrimaryPowerSupplyFailure TRAP-TYPE
ENTERPRISE bt2Traps
DESCRIPTION
"A bt2SwPrimaryPowerSupplyFailure trap signifies that the
primary power supply failed."
--#SEVERITY CRITICAL
::= 1 -- 0x01
bt2SwDefGwUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwUp trap signifies that the default
gateway is alive."
--#SEVERITY INFORMATIONAL
::= 2 -- 0x02
bt2SwDefGwDown TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDown trap signifies that the default
gateway is down."
--#SEVERITY INFORMATIONAL
::= 3 -- 0x03
bt2SwDefGwInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwEnabled trap signifies that the default
gateway is up and in service."
--#SEVERITY INFORMATIONAL
::= 4 -- 0x04
bt2SwDefGwNotInService TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { ipCurCfgGwIndex,
ipCurCfgGwAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwDefGwDisabled trap signifies that the default
gateway is alive but not in service."
--#SEVERITY INFORMATIONAL
::= 5 -- 0x05
bt2SwVrrpNewMaster TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewMaster trap indicates that the sending agent
has transitioned to 'Master' state."
--#SEVERITY INFORMATIONAL
::= 16 -- 0x10
bt2SwVrrpNewBackup TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgVirtRtrIndx,
vrrpCurCfgVirtRtrAddr,
sysName, sysLocation, sysContact }
DESCRIPTION
"The bt2SwVrrpNewBackup trap indicates that the sending agent
has transitioned to 'Backup' state."
--#SEVERITY INFORMATIONAL
::= 17 -- 0x11
bt2SwVrrpAuthFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { vrrpCurCfgIfIndx,
vrrpCurCfgIfPasswd,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwVrrpAuthFailure trap signifies that a packet has
been received from a router whose authentication key
or authentication type conflicts with this router's
authentication key or authentication type. Implementation
of this trap is optional."
--#SEVERITY MAJOR
::= 18 -- 0x12
bt2SwLoginFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwLoginFailure trap signifies that someone failed to
enter a valid username/password combination."
--#SEVERITY MAJOR
::= 19 -- 0x13
bt2SwTempExceedThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempExceedThreshold trap signifies that the
switch temperature has exceeded maximum safety limits."
--#SEVERITY CRITICAL
::= 22 -- 0x16
bt2SwRackLocationChange TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { agRackId,
agChassis,
agSlotNumber,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwRackLocationChange trap signifies that the rack
location has been changed."
--#SEVERITY INFORMATIONAL
::= 26 -- 0x1A
bt2SwApplyComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been applied."
--#SEVERITY INFORMATIONAL
::= 27 -- 0x1B
bt2SwSaveComplete TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwApplyComplete signifies that new configuration
has been saved."
--#SEVERITY INFORMATIONAL
::= 28 -- 0x1C
bt2SwFwDownloadSucess TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadSuccess signifies that firmware
has been downloaded to [image1|image2|boot image]."
--#SEVERITY INFORMATIONAL
::= 29 -- 0x1D
bt2SwFwDownloadFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFwDownloadFailure signifies that firmware
downloaded failed to [image1|image2|boot image]."
--#SEVERITY MINOR
::= 30 -- 0x1E
bt2SwTempReturnThreshold TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwTempReturnThreshold trap signifies that the
switch temperature has returned below maximum safety limits."
--#SEVERITY INFORMATIONAL
::= 31 -- 0x1F
bt2SwFanFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailure trap signifies that the
fan failure has been detected."
--#SEVERITY MAJOR
::= 32 -- 0x20
bt2SwFanFailureFixed TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwFanFailureFixed trap signifies that the
fan failure has been fixed."
--#SEVERITY INFORMATIONAL
::= 33 -- 0x21
bt2SwUfdfoLtMFailure TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMFailure trap signifies that a LtM link is down."
--#SEVERITY MAJOR
::= 34 -- 0x22
bt2SwUfdfoLtMUP TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtMUP trap signifies that a LtM link is up."
--#SEVERITY INFORMATIONAL
::= 35 -- 0x23
bt2SwUfdfoGlobalEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalEna trap signifies that Global UFD is enabled."
--#SEVERITY INFORMATIONAL
::= 36 -- 0x24
bt2SwUfdfoGlobalDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoGlobalDis trap signifies that Global UFD is disabled."
--#SEVERITY INFORMATIONAL
::= 37 -- 0x25
bt2SwUfdfoLtDAutoEna TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoEna trap signifies that a LtD link is Auto Enabled."
--#SEVERITY INFORMATIONAL
::= 38 -- 0x26
bt2SwUfdfoLtDAutoDis TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwUfdfoLtDAutoDis trap signifies that a LtD link is Auto Disabled."
--#SEVERITY INFORMATIONAL
::= 39 -- 0x27
bt2SwCubeInserted TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was inserted."
--#SEVERITY INFORMATIONAL
::= 40 -- 0x28
bt2SwCubeRemoved TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A Cube was removed."
--#SEVERITY INFORMATIONAL
::= 41 -- 0x29
bt2SwStgNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgNewRoot trap signifies that the bridge has become the new root of the STG."
--#SEVERITY INFORMATIONAL
::= 42 -- 0x2A
bt2SwCistNewRoot TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistNewRoot trap signifies that the bridge has become the new root of the CIST."
--#SEVERITY INFORMATIONAL
::= 43 -- 0x2B
bt2SwStgTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString, stgCurCfgIndex,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwStgTopologyChanged trap signifies that there was a STG topology change."
--#SEVERITY INFORMATIONAL
::= 44 -- 0x2C
bt2SwCistTopologyChanged TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION
"A bt2SwCistTopologyChanged trap signifies that there was a CIST topology change."
--#SEVERITY INFORMATIONAL
::= 45 -- 0x2D
bt2SwHotlinksMasterUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterUp trap signifies that the Master interface is active."
--#SEVERITY INFORMATIONAL
::= 46 -- 0x2E
bt2SwHotlinksMasterDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksMasterDn trap signifies that the Master interface is not active."
--#SEVERITY INFORMATIONAL
::= 47 -- 0x2F
bt2SwHotlinksBackupUp TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupUp trap signifies that the Backup interface is active."
--#SEVERITY INFORMATIONAL
::= 48 -- 0x30
bt2SwHotlinksBackupDn TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksBackupDn trap signifies that the Backup interface is not active."
--#SEVERITY INFORMATIONAL
::= 49 -- 0x31
bt2SwHotlinksNone TRAP-TYPE
ENTERPRISE bt2Traps
VARIABLES { bt2SwTrapDisplayString,
sysName, sysLocation, sysContact }
DESCRIPTION "A bt2SwHotlinksNone trap signifies that there are no active interfaces."
--#SEVERITY INFORMATIONAL
::= 50 -- 0x32
-- ----------------------------------------------------------------------------
-- } INSERT: bt2trap
-- ----------------------------------------------------------------------------
END