-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpicfHighAvailability.mib
494 lines (442 loc) · 19.1 KB
/
hpicfHighAvailability.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
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
HpicfHighAvailability-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, TimeTicks, Counter32, Unsigned32,Integer32
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
entPhysicalIndex,PhysicalIndex
FROM ENTITY-MIB
EntityStandbyStatus
FROM ENTITY-STATE-MIB
hpicfCommon
FROM HP-ICF-OID;
hpicfHighAvailability MODULE-IDENTITY
LAST-UPDATED "201205150000Z" -- May 15 , 2012
ORGANIZATION "HP Networking"
CONTACT-INFO "Hewlett-Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION "Management information for configuring Redundant
Management module on Hewlett-Packard network devices."
REVISION "201205150000Z" -- May 15 , 2012
DESCRIPTION "Added hpicfHAMgmtModuleBackUpState to the table
hpicfHAMgmtModuleTable.Added hpicfHAMgmtModuleGroup,
hpicfHACompliance2 and deprecated hpicfHAMgmtModuleGroup
and hpicfHACompliance1."
REVISION "200910180000Z" -- October 18, 2009
DESCRIPTION "Added hpicfHAFailOverLogTable and
hpicfHAMgmtModuleTable."
REVISION "200909060000Z" -- September 6, 2009
DESCRIPTION "Added hpicfHAContinuousFwdingTime and Removed
hpicfHARedundancyWarmStandby scalar mib and
added it as enum to hpicfHARedundancyManagementModuleMode."
REVISION "200908210000Z" -- August 21,2009
DESCRIPTION "Added hpicfHARedundancyWarmStandby scalar mib."
REVISION "200609050000Z" -- September 5, 2006
DESCRIPTION "Initial version of the MIB module."
::= { hpicfCommon 11 }
-- **********************************************************************
-- The HP ICF High Availability MIB groups
-- **********************************************************************
hpicfHAConfigObjects OBJECT IDENTIFIER ::= { hpicfHighAvailability 1}
hpicfHAStatusObjects OBJECT IDENTIFIER ::= { hpicfHighAvailability 2}
hpicfHAConformance OBJECT IDENTIFIER ::= { hpicfHighAvailability 3}
--The HP ICF High Availability configuration group
hpicfHARedundancyManagementModuleMode OBJECT-TYPE
SYNTAX INTEGER {
enable (1),
disable (2),
warmStandby (3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Specify to enable/disable this feature. Enabling
allows for management module redundancy when there are
two management modules in the switch and does a hitless
failover. Disabling prevents redundancy except due to
fatal hardware errors on one management module.
warmStandby option does a non-hitless failover."
::= { hpicfHAConfigObjects 1 }
hpicfHAContinuousFwdingTime OBJECT-TYPE
SYNTAX Unsigned32 --(0..2147483647)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is a configurable timer. After the failover, on the new AMM,
the route and neighbor table entries are marked as stale in the FIB.
As routing protocols begin to re-add routes, this stale flag
will be reset. When this timer expires, all route and neighbor
table entries still marked stale [not yet re-added] will be
removed. A value of 0 means that no layer 3 hitless behavior is desired,
and in this configuration, upon failover all FIB entries are
flushed and corresponding hardware entries are removed.
A default value of 5 minutes is chosen with the assumption
that the routing protocols can finish re-adding the routes to
the equivalent state within this time."
DEFVAL { 300 }
::= { hpicfHAConfigObjects 2 }
-- The HP ICF High Availability status group
hpicfHAMgmtRedundancyFailureReason OBJECT-TYPE
SYNTAX INTEGER {
noRedundantModule (1),
noFailure (2),
unknownReason (3),
mismatchOS (4),
failedSelftest (5),
communicationFailure (6),
redundancyDisable (7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the reason a redundant management module failed to
become a standby module."
::= { hpicfHAStatusObjects 1 }
hpicfHAMgmtFailovers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the number of management module failovers since
last chassis boot."
::= { hpicfHAStatusObjects 2 }
hpicfHALastFailoverTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the time (in hundredths of a second) of the
last management module failover."
::= {hpicfHAStatusObjects 3 }
hpicfHAFailOverLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfHAFailOverLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains High Availability(HA)
failover log specific information."
::= { hpicfHAStatusObjects 4}
hpicfHAFailOverLogEntry OBJECT-TYPE
SYNTAX HpicfHAFailOverLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Failover log information maintained
for HA."
INDEX { hpicfHAFailOverIndex
}
::= { hpicfHAFailOverLogTable 1 }
HpicfHAFailOverLogEntry ::=
SEQUENCE {
hpicfHAFailOverIndex Integer32,
hpicfHAFailOverMgmtModule PhysicalIndex,
hpicfHAFailOverState INTEGER,
hpicfHAFailOverTime Integer32,
hpicfHAFailOverReason INTEGER
}
hpicfHAFailOverIndex OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object uniquely identifies the
entries in the failover log table.
This table contains maximum of recent 10 entries."
::= { hpicfHAFailOverLogEntry 1 }
hpicfHAFailOverMgmtModule OBJECT-TYPE
SYNTAX PhysicalIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object displays the management
module information.It is similar to
entPhysicalIndex."
::= { hpicfHAFailOverLogEntry 2 }
hpicfHAFailOverState OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
active (2),
standby (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the failover
state.
'unknown' indicates the state of the management
module is undefined and this resource is unable to
report standby state.
'active' indicates the state of the management
module as active module and it means the
resource is providing service.
'standby' indicates that the management
module is not providing service, but it
will be immediately able to take over the role of
the resource to be backed up, without the need for
initialization activity, and will contain the same
information as the resource to be backed up."
::= { hpicfHAFailOverLogEntry 3 }
hpicfHAFailOverTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the failover
time in seconds since 1/1/1990 0:0:0."
::= { hpicfHAFailOverLogEntry 4 }
hpicfHAFailOverReason OBJECT-TYPE
SYNTAX INTEGER {
invalid (0),
switchoverReq (1),
buttonReq (2),
crashReq(3),
activeReset(4),
altReset (5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object define the reason
for failover.
'switchoverReq' indicates failover as a
result of switchover command issued by the
user.
'buttonReq' indicates failover as a result
of manual boot done by the user via reboot
button.
'crashReq' indicates failover as a result
of crash that happened to the active module.
'activeReset' indicates failover as a result
of reset command issued by the user at
active module.
'altReset' indicates failover as a result
of reset command issued by the user at
the alternate module. "
::= { hpicfHAFailOverLogEntry 5 }
hpicfHAMgmtModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfHAMgmtModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains High Availability
(HA) management module specific information."
::= { hpicfHAStatusObjects 5}
hpicfHAMgmtModuleEntry OBJECT-TYPE
SYNTAX HpicfHAMgmtModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Management module information maintained
for HA."
INDEX { entPhysicalIndex
}
::= { hpicfHAMgmtModuleTable 1 }
HpicfHAMgmtModuleEntry ::=
SEQUENCE {
hpicfHAMgmtModuleState EntityStandbyStatus,
hpicfHAMgmtModuleCardUpSince Integer32,
hpicfHAMgmtModuleStateSince Integer32,
hpicfHAMgmtModuleRedundancyState INTEGER,
hpicfHAMgmtModuleBackUpState INTEGER
}
hpicfHAMgmtModuleState OBJECT-TYPE
SYNTAX EntityStandbyStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object displays the state of the
the management module.This object is
similar to entStateStandby object."
::= { hpicfHAMgmtModuleEntry 1 }
hpicfHAMgmtModuleCardUpSince OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object displays the card
uptime in seconds since
this module state. "
::= { hpicfHAMgmtModuleEntry 2 }
hpicfHAMgmtModuleStateSince OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object displays time in
seconds from which the current
state is valid."
::= { hpicfHAMgmtModuleEntry 3}
hpicfHAMgmtModuleRedundancyState OBJECT-TYPE
SYNTAX INTEGER {
unavailable (1),
active (2),
disabled (3),
syncing (4),
warmStandby (5),
hitless (6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the management
module's redundancy state.
'unavailable' indicates the redundancy module
is not available due to error or absence of
the module.
'active' indicates the redundancy module is
currently active and is providing service.
'disabled' indicates the redundancy module is
disabled.
'syncing' indicates the redundancy module is
in syncing state and after successful syncing
it will enter active state else it will report
error.
'warmStandby' indicates the redundancy module is
in warmstandby mode and is not providing service,
but it will be immediately able to take over the role
of the resource to be backed up, without the need for
initialization activity, and will contain the same
information as the resource to be backed up but the
Layer2 information will not be synced.
'hitless'indicates the redundancy module is
in hitless mode and is not providing service,
but it will be immediately able to take over the
role of the resource to be backed up, without the
need for initialization activity, and will contain
the same information as the resource to be backed up."
::= { hpicfHAMgmtModuleEntry 4 }
hpicfHAMgmtModuleBackUpState OBJECT-TYPE
SYNTAX INTEGER {
failed (0),
unknown (1),
waiting (2),
realtimeBackupToSlave (3),
slaveIsAbsent (4),
batchBackup (5),
receivingRealtimeData (6),
offline (7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the management module's backup state.
'failed' indicates that the redundancy module has failed due
to some communication failure or incompatible OS.
'unknown' indicates that the redundancy module is shutdown.
'waiting' indicates that the redundancy module is waiting
for batch backup request.
'realtimeBackuptoSlave' indicates that the redundancy module
is currently in active state and is providing service.
'slaveIsAbsent' indicates that there is no redundant module
due to error or absence of the redundancy module.
'batchBackup' indicates that the redundancy module is in syncing
state and it enters the active state after successful syncing.
'receivingRealtimeData' indicates that the redundancy module is
in standby state.'offline' indicates that the redundancy module
is disabled."
::= { hpicfHAMgmtModuleEntry 5 }
-- ***********************************************************
--
-- hpicfHighAvailability M I B C O N F O R M A N C E
--
-- ***********************************************************
--
hpicfHACompliances OBJECT IDENTIFIER ::= { hpicfHAConformance 1 }
hpicfHAGroups OBJECT IDENTIFIER ::= { hpicfHAConformance 2 }
-- compliance statements
hpicfHACompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which implement
the hpicfHighAvailability MIB."
MODULE -- this module
MANDATORY-GROUPS {
hpicfHAConfigGroup,
hpicfHAStatusGroup
}
::= { hpicfHACompliances 1 }
hpicfHACompliance1 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"*********** THIS COMPLIANCE IS DEPRECATED ************
The compliance statement for SNMP entities which implement
the hpicfHighAvailability MIB.
This compliance section has been deprecated and
replaced with hpicfHACompliance2 ."
MODULE -- this module
MANDATORY-GROUPS {
hpicfHAFailOverGroup ,
hpicfHAMgmtModuleGroup
}
::= { hpicfHACompliances 2 }
hpicfHACompliance2 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which implement
the hpicfHighAvailability MIB."
MODULE -- this module
MANDATORY-GROUPS {
hpicfHAFailOverGroup ,
hpicfHAMgmtModuleGroup1
}
::= { hpicfHACompliances 3 }
-- MIB groupings
hpicfHAConfigGroup OBJECT-GROUP
OBJECTS {
hpicfHARedundancyManagementModuleMode,
hpicfHAContinuousFwdingTime
}
STATUS current
DESCRIPTION
"The collection of objects which are used to configure the
Redundancy Management Module."
::= { hpicfHAGroups 1 }
hpicfHAStatusGroup OBJECT-GROUP
OBJECTS {
hpicfHAMgmtRedundancyFailureReason,
hpicfHAMgmtFailovers,
hpicfHALastFailoverTime
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
Management Module statistics information."
::= { hpicfHAGroups 2 }
hpicfHAFailOverGroup OBJECT-GROUP
OBJECTS {
hpicfHAFailOverMgmtModule ,
hpicfHAFailOverState ,
hpicfHAFailOverTime ,
hpicfHAFailOverReason
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
failover log statistics information."
::= { hpicfHAGroups 3 }
hpicfHAMgmtModuleGroup OBJECT-GROUP
OBJECTS {
hpicfHAMgmtModuleState ,
hpicfHAMgmtModuleCardUpSince ,
hpicfHAMgmtModuleStateSince ,
hpicfHAMgmtModuleRedundancyState
}
STATUS deprecated
DESCRIPTION
"********** THIS GROUP IS DEPRECATED ***************
The collection of objects which are used to represent
management module specific information.
This group has been deprecated and replaced with
hpicfHAMgmtModuleGroup1 ."
::= { hpicfHAGroups 4 }
hpicfHAMgmtModuleGroup1 OBJECT-GROUP
OBJECTS {
hpicfHAMgmtModuleState,
hpicfHAMgmtModuleCardUpSince,
hpicfHAMgmtModuleStateSince,
hpicfHAMgmtModuleRedundancyState,
hpicfHAMgmtModuleBackUpState
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
management module specific information."
::= { hpicfHAGroups 5 }
END