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
|
HP-ICF-FAULT-FINDER-MIB DEFINITIONS ::= BEGIN
IMPORTS
Integer32, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
TimeStamp, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
PhysicalIndex, PhysicalClass
FROM ENTITY-MIB
hpicfObjectModules, hpicfCommon, hpicfCommonTrapsPrefix
FROM HP-ICF-OID;
hpicfFaultFinderMib MODULE-IDENTITY
LAST-UPDATED "200505021934Z" -- May 2, 2005
ORGANIZATION "Hewlett-Packard Company,
Procurve Networking Business"
CONTACT-INFO "Hewlett-Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION "This MIB module contains object definitions for
managing the Fault Finder feature in web-capable
HP devices."
REVISION "200505021934Z" -- May 2, 2005
DESCRIPTION "Added 3 new Transceiver related fault messages."
REVISION "200503221130Z" -- March 22, 2005
DESCRIPTION "Added Transceiver related fault messages,
jumbos/flow control fault. Also added
Connection-Rate-Filtering fault type to
extend support for virus throttling."
REVISION "200307280707Z" -- July 28, 2003
DESCRIPTION "Add duplexMismatch type. Update division name."
REVISION "200011030707Z" -- November 3, 2000
DESCRIPTION "Add lossOfStackMember and hotSwapReboot fault
types. Update division name."
REVISION "9811202350Z" -- November 20, 1998
DESCRIPTION "Added several fault types, and the ability to
reduce a port's speed as one of the actions to
take on a fault."
REVISION "9710210249Z" -- October 21, 1997
DESCRIPTION "Initial version of this MIB module."
::= { hpicfObjectModules 12 }
hpicfFaultFinder OBJECT IDENTIFIER ::= { hpicfCommon 7 }
HpicfFaultType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "An enumerated value which indicates a type of
fault which is monitored by the agent."
SYNTAX INTEGER {
badDriver(1),
badXcvr(2),
badCable(3),
tooLongCable(4),
overBandwidth(5),
bcastStorm(6),
partition(7),
misconfiguredSQE(8),
polarityReversal(9),
networkLoop(10),
lossOfLink(11),
portSecurityViolation(12),
backupLinkTransition(13),
meshingFault(14),
fanFault(15),
rpsFault(16),
stuck10MbFault(17),
lossOfStackMember(18),
hotSwapReboot(19),
duplexMismatchHDX(20),
duplexMismatchFDX(21),
flowcntlJumbosFault(22),
portSelftestFailure(23),
xcvrUnidentified(24),
xcvrUnsupported(25),
crfNotify(26),
crfThrottled(27),
crfBlocked(28),
xcvrNotYetSupported(29),
xcvrBRevOnly(30),
xcvrNotSupportedOnPort(31),
phyReadFailure(32)
}
HpicfFaultTolerance ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Objects of this type are used to scale internal
fault thresholds between hard-coded minimum and
maximum threshold values as follows:
actual = min + ((max - min) * tol)/maxTol
where:
actual - actual threshold used by Fault Finder
min - minimum threshold for this fault
max - maximum threshold for this fault
tol - configured tolerance for this fault
maxTol - maximum tolerance value (255)"
SYNTAX Integer32 (0..255)
HpicfFaultAction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Objects of this type are used to indicate
actions taken on detection of a fault."
SYNTAX INTEGER {
none(1),
warn(2),
warnAndDisable(3),
warnAndSpeedReduce(4),
warnAndSpeedReduceAndDisable(5)
}
HpicfUrlString ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "This TC describes an object which holds a
reference to a (remote) resource by using the
Uniform Resource Locator (URL) notation as
defined in RFC 1738. The allowed character set
and the encoding rules for this textual
convention are defined in RFC 1738 section 2.2."
SYNTAX OCTET STRING (SIZE(0..255))
hpicfFfControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfFfControlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one entry per fault type
that this agent is capable of monitoring."
::= { hpicfFaultFinder 1 }
hpicfFfControlEntry OBJECT-TYPE
SYNTAX HpicfFfControlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Configuration information for a particular fault
type."
INDEX { hpicfFfControlIndex }
::= { hpicfFfControlTable 1 }
HpicfFfControlEntry ::=
SEQUENCE {
hpicfFfControlIndex HpicfFaultType,
hpicfFfAction HpicfFaultAction,
hpicfFfWarnTolerance HpicfFaultTolerance,
hpicfFfDisablePortTolerance HpicfFaultTolerance,
hpicfFfSpeedReduceTolerance HpicfFaultTolerance
}
hpicfFfControlIndex OBJECT-TYPE
SYNTAX HpicfFaultType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of fault for which this entry contains
configuration information."
::= { hpicfFfControlEntry 1 }
hpicfFfAction OBJECT-TYPE
SYNTAX HpicfFaultAction
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object is used to configure the action,
if any, to be taken if a fault of this type is
detected by the agent. Setting an instance of
this object to 'none' will clear any previous
state of the associated fault on all ports.
This object is used to enable or disable the
port disable feature for this fault type.
Setting this object to 'warnAndDisable' will
enable the port disable feature for this fault
type. This feature is intended to allow an agent
to disable ports that are being disruptive to the
rest of the network.
Note that not all agents will support setting
this object to 'warnAndDisable'. The agent
may choose not to disable a particular port for a
particular fault based on its knowledge of if/how
that fault disrupts the network."
::= { hpicfFfControlEntry 2 }
hpicfFfWarnTolerance OBJECT-TYPE
SYNTAX HpicfFaultTolerance
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The tolerance level used to calculate the
fault warning threshold for this fault type.
The agent will periodically check relevant
statistics for each port for each type of fault.
If the warning threshold has been exceeded, and
fault warning action is enabled for that fault
type, an hpicfFaultFinderTrap notification will
be sent. In addition, an entry will be made in
the hpicfFfLogTable for the fault. Once a fault
warning has fired, a hysteresis mechanism assures
that another warning will not be fired until the
relevant counter drops below a hysteresis
threshold value."
::= { hpicfFfControlEntry 3 }
hpicfFfDisablePortTolerance OBJECT-TYPE
SYNTAX HpicfFaultTolerance
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The tolerance level used to calculate the
port disable threshold for this fault type.
The value of an instance of this object MUST be
greater than the value of the corresponding
instance of the hpicfFfWarnTolerance.
The agent will periodically check relevant
statistics for each port for each type of fault.
If the port disable threshold has been exceeded,
and port disable is enabled for that fault type,
an hpicfFaultFinderTrap notification will be
sent. In addition, an entry will be made in the
hpicfFfLogTable for the fault.
Ports will not be disabled until at least one
polling interval after a warning has fired. In
addition, the agent may further delay disabling
a port in certain situations. For example, it
may choose to delay disabling a cascade port to
give the cascaded device a chance to correct the
problem."
::= { hpicfFfControlEntry 4 }
hpicfFfSpeedReduceTolerance OBJECT-TYPE
SYNTAX HpicfFaultTolerance
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The tolerance level used to calculate the
speed reduce threshold for this fault type.
The value of an instance of this object MUST be
greater than the value of the corresponding
instance of the hpicfFfWarnTolerance, and
less than or equal to the corresponding instance
of hpicfFfDisablePortTolerance.
The agent will only speed reduce on a port if
auto-negotiation has been performed, and the
partners link abilities allow operation at a
slower media speed.
The agent will periodically check relevant
statistics for each port for each type of fault.
If the speed reduce threshold has been exceeded,
and speed rededuction option is enabled for that
fault type, an hpicfFaultFinderTrap notification
will be sent. In addition, an entry will be made
in the hpicfFfLogTable for the fault.
The agent may elect to not or delay speed
reduction of certain ports. For example,
it may choose to delay taking action on a
cascade port to give the cascaded device a
chance to correct the problem."
::= { hpicfFfControlEntry 5 }
hpicfFfLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfFfLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A log of fault warnings and ports disabled by
the Fault Finder."
::= { hpicfFaultFinder 2 }
hpicfFfLogEntry OBJECT-TYPE
SYNTAX HpicfFfLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry in the Fault Finder log, containing
information about a single fault."
INDEX { hpicfFfLogIndex }
::= { hpicfFfLogTable 1 }
HpicfFfLogEntry ::=
SEQUENCE {
hpicfFfLogIndex Integer32,
hpicfFfLogCreateTime TimeStamp,
hpicfFfLogPhysEntity PhysicalIndex,
hpicfFfLogFaultType HpicfFaultType,
hpicfFfLogAction HpicfFaultAction,
hpicfFfLogSeverity INTEGER,
hpicfFfLogStatus INTEGER,
hpicfFfLogPhysClass PhysicalClass,
hpicfFfLogInfoType INTEGER,
hpicfFfLogInfo OCTET STRING
}
hpicfFfLogIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An arbitrary value which uniquely identifies
this log entry. The index for a particular log
entry must not change, even though entries with
lower valued indices have been deleted."
::= { hpicfFfLogEntry 1 }
hpicfFfLogCreateTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when this log entry was
added to the hpicfFfLogTable."
::= { hpicfFfLogEntry 2 }
hpicfFfLogPhysEntity OBJECT-TYPE
SYNTAX PhysicalIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The entPhysicalIndex of the device port or other
physical component on which the fault was
detected. On agents which do not implement the
Entity MIB, this will contain the ifIndex of the
offending port."
::= { hpicfFfLogEntry 3 }
hpicfFfLogFaultType OBJECT-TYPE
SYNTAX HpicfFaultType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of fault which was detected on the
physical entity indicated by
hpicfFfLogPhysEntity."
::= { hpicfFfLogEntry 4 }
hpicfFfLogAction OBJECT-TYPE
SYNTAX HpicfFaultAction
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The action, if any, that was taken by the agent
when this fault was detected."
::= { hpicfFfLogEntry 5 }
hpicfFfLogSeverity OBJECT-TYPE
SYNTAX INTEGER {
informational(1),
medium(2),
critical(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The severity level of the fault. Port disables
will always be logged as 'critical'.
An agent may need to remove faults from the fault
log in order to reclaim resources. If so, it
must remove lower severity faults before removing
higher severity faults. Faults at the same
severity level should be removed from oldest to
newest."
::= { hpicfFfLogEntry 6 }
hpicfFfLogStatus OBJECT-TYPE
SYNTAX INTEGER {
new(1),
active(2),
old(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Log entries will initially be created with the
value 'new'. A manager cannot set this object to
'new'. Setting this object to 'active' indicates
that the fault has been displayed to a user.
Setting this object to 'old' indicates that the
agent should remove this fault from the log."
::= { hpicfFfLogEntry 7 }
hpicfFfLogPhysClass OBJECT-TYPE
SYNTAX PhysicalClass
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The PhysicalClass as defined by Entity MIB to
which this hpicfFfLogPhysIndex belongs. "
::= { hpicfFfLogEntry 8 }
hpicfFfLogInfoType OBJECT-TYPE
SYNTAX INTEGER {
ipv4Address(1),
displayString(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This field can be used to indicate the class of
information that 'hpicfFfLogInfo' holds"
::= { hpicfFfLogEntry 9 }
hpicfFfLogInfo OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This can be used to hold any relevant information
about the current fault"
::= { hpicfFfLogEntry 10 }
hpicfFfFaultInfoURL OBJECT-TYPE
SYNTAX HpicfUrlString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "A URL which a management station can use to
access additional information about the fault
which triggered the notification in which this
object was sent."
::= { hpicfFaultFinder 3 }
hpicfFaultFinderTrap NOTIFICATION-TYPE
OBJECTS { hpicfFfLogFaultType,
hpicfFfLogAction,
hpicfFfLogSeverity,
hpicfFfFaultInfoURL
}
STATUS current
DESCRIPTION "This notification is sent whenever the Fault
Finder creates an entry in the hpicfFfLogTable."
::= { hpicfCommonTrapsPrefix 5 }
hpicfFaultFinderConformance
OBJECT IDENTIFIER ::= { hpicfFaultFinderMib 1 }
hpicfFaultFinderCompliances
OBJECT IDENTIFIER ::= { hpicfFaultFinderConformance 1 }
hpicfFaultFinderGroups
OBJECT IDENTIFIER ::= { hpicfFaultFinderConformance 2 }
hpicfFaultFinderCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for devices
implementing the HP Fault Finder capability."
MODULE
MANDATORY-GROUPS { hpicfFaultConfigGroup,
hpicfFaultLogGroup,
hpicfFaultNotifyGroup }
OBJECT hpicfFfAction
DESCRIPTION "Support for 'warnAndDisable' is not required
on devices that do not support the optional
port disable capability."
OBJECT hpicfFfDisablePortTolerance
MIN-ACCESS read-only
DESCRIPTION "Write access to this object is not required
on devices that do not support the optional
port disable capability."
::= { hpicfFaultFinderCompliances 1 }
hpicfFaultFinder2Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for devices
implementing the HP Fault Finder capability."
MODULE
MANDATORY-GROUPS { hpicfFaultConfig2Group,
hpicfFaultLogGroup,
hpicfFaultNotifyGroup }
OBJECT hpicfFfAction
DESCRIPTION "Support for 'warnAndDisable' is not required
on devices that do not support the optional
port disable capability."
OBJECT hpicfFfDisablePortTolerance
MIN-ACCESS read-only
DESCRIPTION "Write access to this object is not required
on devices that do not support the optional
port disable capability."
OBJECT hpicfFfSpeedReduceTolerance
MIN-ACCESS read-only
DESCRIPTION "Write access to this object is not required
on devices that do not support the optional
speed reduce capability."
::= { hpicfFaultFinderCompliances 2 }
hpicfFaultConfigGroup OBJECT-GROUP
OBJECTS { hpicfFfAction,
hpicfFfWarnTolerance,
hpicfFfDisablePortTolerance
}
STATUS current
DESCRIPTION "A collection of objects for configuring the
Fault Finder feature."
::= { hpicfFaultFinderGroups 1 }
hpicfFaultLogGroup OBJECT-GROUP
OBJECTS { hpicfFfLogCreateTime,
hpicfFfLogPhysEntity,
hpicfFfLogFaultType,
hpicfFfLogAction,
hpicfFfLogSeverity,
hpicfFfLogStatus,
hpicfFfFaultInfoURL,
hpicfFfLogPhysClass,
hpicfFfLogInfoType,
hpicfFfLogInfo
}
STATUS current
DESCRIPTION "A collection of objects for accessing the log of
discovered faults."
::= { hpicfFaultFinderGroups 2 }
hpicfFaultNotifyGroup NOTIFICATION-GROUP
NOTIFICATIONS { hpicfFaultFinderTrap }
STATUS current
DESCRIPTION "A collection of notifications used to indicate
the discovery of a network fault."
::= { hpicfFaultFinderGroups 3 }
hpicfFaultConfig2Group OBJECT-GROUP
OBJECTS { hpicfFfAction,
hpicfFfWarnTolerance,
hpicfFfDisablePortTolerance,
hpicfFfSpeedReduceTolerance
}
STATUS current
DESCRIPTION "A collection of objects for configuring the
Fault Finder feature, including the ability
to reduce a port's media speed in the event
of a fault."
::= { hpicfFaultFinderGroups 4 }
END
|