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
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
|
-- *****************************************************************************
-- Juniper-REDUNDANCY-MIB
--
-- Juniper Networks Enterprise MIB
-- REDUNDANCY MIB
--
-- Copyright (c) 2003 Juniper Networks Inc.
-- All Rights Reserved.
-- *****************************************************************************
Juniper-REDUNDANCY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, TimeTicks
FROM SNMPv2-SMI
DisplayString, RowStatus, TruthValue, TEXTUAL-CONVENTION, DateAndTime
FROM SNMPv2-TC
sysUpTime
FROM SNMPv2-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
juniMibs
FROM Juniper-MIBs;
juniRedundancyMIB MODULE-IDENTITY
LAST-UPDATED "200312122104Z" -- 12-Dec-03 04:04 PM EST
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Networks, Inc.
Postal: 10 Technology Park Road
Westford, MA 01886-3146
USA
Tel: +1 978 589 5800
E-mail: mib@Juniper.net"
DESCRIPTION
"The redundancy configuration MIB for Juniper Networks enterprise."
-- Revision History
REVISION "200312120000Z" -- 12-Dec-03 - JUNOSe 6.0
DESCRIPTION
"Initial version of this MIB module."
::= { juniMibs 74 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Textual conventions
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
JuniRedundancyState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The current state of redundancy subsystem:
notKnown - Redundancy state is unknown.
fileSystemSyncing - Redundancy operation is based on file system
synchronization. SRP switchover stops forwarding.
disabled - Redundancy operation is based on high availability
model but high availability is not yet operational.
SRP switchover stops forwarding.
initializing - Redundancy operation is based on high availability
model and standby SRP is being bulk synchronized from
active SRP. SRP switchover stops forwarding.
pending - Redundancy operation is based on high availability
model and bulk synchronization of standby SRP completed.
SRP switchover stops forwarding.
active - Redundancy operation is based on high availability model
and high availability is fully operational. SRP
switchover does not stop forwarding."
SYNTAX INTEGER {
notKnown(1),
fileSystemSyncing(2),
disabled(3),
initializing(4),
pending(5),
active(6) }
JuniRedundancyMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The mode of the redundancy subsystem:
fileSystemSynchronization - SRP synchronization is based on file synchronization.
highAvailability - SRP synchronization is based on high availability
model that allows non-stop forwarding."
SYNTAX INTEGER {
fileSystemSynchronization(1),
highAvailability(2) }
JuniRedundancyResetReason ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Reason codes for the reset of active SRP or a line card that might result
in switch of control to standby SRP or spare line card.
none - No reset or switchover has occurred and indicates 'power-on'
situation.
notKnown - Reason is unknown.
userInitiated - A safe, manual reset was initiated by the user."
SYNTAX INTEGER {
none(1),
notKnown(2),
userInitiated(3) }
JuniRedundancySystemActivationType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Various kinds of system activation:
reload - System has reloaded, i.e., no switchover has occurred.
coldSwitch - System switched over from active to standby SRP and the
switchover involved reloading of line cards interrupting
forwarding.
warmSwitch - System switched over from active to standby SRP; line cards were
not reloaded during switchover and forwarding was uninterrupted."
SYNTAX INTEGER {
reload(1),
coldSwitch(2),
warmSwitch(3) }
JuniRedundancyResetType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies the nature of the reset and slot types involved since the
system is powered on.
notKnown - Reset type is unknown.
srpReload - The reset involved reloading SRP slot(s).
srpSwitchover - The reset involved switchover of SRP slot(s).
linecardReload - The reset involved reloading the line card slot(s).
linecardSwitchover - The reset involved line card redundancy."
SYNTAX INTEGER {
notKnown(1),
srpReload(2),
srpSwitchover(3),
linecardReload(4),
linecardSwitchover(5) }
JuniRedundancyHistoryCommand ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies the command to be performed on the system activation
history table.
keep - Retain history in persistent storage.
clear - Erase the current entries of juniRedundancySystemActivationHistoryTable."
SYNTAX INTEGER {
keep(1),
clear(2) }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- MIB Structure
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniRedundancyNotifications OBJECT IDENTIFIER ::= { juniRedundancyMIB 0 }
juniRedundancyObjects OBJECT IDENTIFIER ::= { juniRedundancyMIB 1 }
juniRedundancyMIBConformance OBJECT IDENTIFIER ::= { juniRedundancyMIB 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed object groups
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniRedundancyStatus OBJECT IDENTIFIER ::= {juniRedundancyObjects 1 }
juniRedundancyCfg OBJECT IDENTIFIER ::= {juniRedundancyObjects 2 }
juniRedundancyHistory OBJECT IDENTIFIER ::= {juniRedundancyObjects 3 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed objects for Redundancy
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--
-- Status sub group definitions
--
juniRedundancyActiveSlot OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique identifier for active SRP slot."
::= { juniRedundancyStatus 1 }
juniRedundancyActiveSlotState OBJECT-TYPE
SYNTAX JuniRedundancyState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of redundancy on active SRP."
::= { juniRedundancyStatus 2 }
juniRedundancyStandbySlot OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique identifier for standby SRP slot."
::= { juniRedundancyStatus 3 }
juniRedundancyStandbySlotState OBJECT-TYPE
SYNTAX JuniRedundancyState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of redundancy on standby SRP."
::= { juniRedundancyStatus 4 }
juniRedundancyLastResetReason OBJECT-TYPE
SYNTAX JuniRedundancyResetReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reason for the last SRP reset."
::= { juniRedundancyStatus 5 }
juniRedundancyLastSystemActivationTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUptime when the system is operational either
following a reload or a switchover. The value 0 is a special
value to indicate 'from reset'."
::= { juniRedundancyStatus 6 }
juniRedundancyLastSystemActivationType OBJECT-TYPE
SYNTAX JuniRedundancySystemActivationType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of last SRP activation when the system became operational."
::= { juniRedundancyStatus 7 }
juniRedundancyHaActiveTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUptime when active SRP enters 'active' state as
indicated in juniRedundancyActiveSlotState object. The value is 0 in
file system synchronization redundancy mode."
::= { juniRedundancyStatus 8 }
--
-- Cfg sub group definitions
--
juniRedundancyNotifsEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Allows enabling and disabling of redundancy subsystem notifications."
DEFVAL { true }
::= { juniRedundancyCfg 1 }
juniRedundancyCfgRedundancyMode OBJECT-TYPE
SYNTAX JuniRedundancyMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates the redundancy mode configured on the system."
DEFVAL { fileSystemSynchronization }
::= { juniRedundancyCfg 2 }
--
-- History sub group definitions
--
juniRedundancySystemActivationHistoryTableMaxLength OBJECT-TYPE
SYNTAX Integer32(0..50)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum number of entries allowed in juniRedundancySystemActivationHistoryTable.
A value of 0 will result in no history being displayed in
juniRedundancySystemActivationHistoryTable."
DEFVAL { 0 }
::= { juniRedundancyHistory 1 }
juniRedundancySystemActivationHistoryCommand OBJECT-TYPE
SYNTAX JuniRedundancyHistoryCommand
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A control variable to perform certain operations on
juniRedundancySystemActivationHistoryTable."
DEFVAL { keep }
::= { juniRedundancyHistory 2 }
juniRedundancySystemActivationHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniRedundancySystemActivationHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that tracks the history of all reloads and switchovers that have
occurred since system is powered on. The maximum number of entries permissible
in this table is defined by juniRedundancySystemActivationHistoryTableMaxLength.
When the number of entries in the table reaches the maximum limit, the next
entry would replace the oldest existing entry in the table."
::= { juniRedundancyHistory 3 }
juniRedundancySystemActivationHistoryEntry OBJECT-TYPE
SYNTAX JuniRedundancySystemActivationHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entries in this table contain the reload and switchover information.
Each entry in the table is indexed by juniRedundancySystemActivationHistoryIndex.
The index wraps around to 1 after reaching the maximum value."
INDEX { juniRedundancySystemActivationHistoryIndex }
::= { juniRedundancySystemActivationHistoryTable 1 }
JuniRedundancySystemActivationHistoryEntry ::= SEQUENCE {
juniRedundancySystemActivationHistoryIndex Integer32,
juniRedundancyHistoryResetType JuniRedundancyResetType,
juniRedundancyHistoryActivationType JuniRedundancySystemActivationType,
juniRedundancyHistoryPrevActiveSlot Integer32,
juniRedundancyHistoryPrevActiveRelease DisplayString,
juniRedundancyHistoryCurrActiveSlot Integer32,
juniRedundancyHistoryCurrActiveRelease DisplayString,
juniRedundancyHistoryResetReason JuniRedundancyResetReason,
juniRedundancyHistoryActivationTime DateAndTime }
juniRedundancySystemActivationHistoryIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An integer value for the purpose of indexing system
activation history table. After reaching maximum value as
indicated by juniRedundancySystemActivationHistoryTableMaxLength,
it wraps around to 1."
::= { juniRedundancySystemActivationHistoryEntry 1 }
juniRedundancyHistoryResetType OBJECT-TYPE
SYNTAX JuniRedundancyResetType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the nature of the reset - reload or switchover - and the slot
types involved. Depending on the value of this object, certain elements
of JuniRedundancySystemActivationHistoryEntry will not be applicable."
::= { juniRedundancySystemActivationHistoryEntry 2 }
juniRedundancyHistoryActivationType OBJECT-TYPE
SYNTAX JuniRedundancySystemActivationType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the activation type of the particular historical system
activation entry with respect to the slot types involved."
::= { juniRedundancySystemActivationHistoryEntry 3 }
juniRedundancyHistoryPrevActiveSlot OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the slot number of active SRP or line card that went down."
::= { juniRedundancySystemActivationHistoryEntry 4 }
juniRedundancyHistoryPrevActiveRelease OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the system-wide boot release file name of the slot indicated
by juniRedundancyHistoryPrevActiveSlot."
::= { juniRedundancySystemActivationHistoryEntry 5 }
juniRedundancyHistoryCurrActiveSlot OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the slot number of standby SRP or spare line card that took over."
::= { juniRedundancySystemActivationHistoryEntry 6 }
juniRedundancyHistoryCurrActiveRelease OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the system-wide boot release file name of the slot indicated
by juniRedundancyHistoryCurrActiveSlot."
::= { juniRedundancySystemActivationHistoryEntry 7 }
juniRedundancyHistoryResetReason OBJECT-TYPE
SYNTAX JuniRedundancyResetReason
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the reason for reload or switchover of the slots involved."
::= { juniRedundancySystemActivationHistoryEntry 8 }
juniRedundancyHistoryActivationTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the date and time when the reload or switchover of the slots
occurred."
::= { juniRedundancySystemActivationHistoryEntry 9 }
juniRedundancyHistoryReloads OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of reloads since the system is powered on."
::= { juniRedundancyHistory 4 }
juniRedundancyHistoryColdSwitchovers OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of cold switchovers since the system is powered on."
::= { juniRedundancyHistory 5 }
juniRedundancyHistoryWarmSwitchovers OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of warm switchovers since the system is powered on."
::= { juniRedundancyHistory 6 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniRedundancyColdSwitchoverNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot,
juniRedundancyLastResetReason
}
STATUS current
DESCRIPTION
"This notification is generated in a dual SRP system when control
transfers from one to SRP to the other in file system synchronization
mode or when high availability is not operational. This notification
is sent by the newly active SRP immediately following the switchover
in which configuration is preserved but volatile state is lost."
::= { juniRedundancyNotifications 1 }
juniRedundancyWarmSwitchoverNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot,
juniRedundancyLastResetReason
}
STATUS current
DESCRIPTION
"This notification is generated in a dual SRP system when control
transfers from one SRP to the other and high availability is
operational. This notification is sent by the newly active SRP
immediately following the switchover in which configuration and
volatile state are preserved."
::= { juniRedundancyNotifications 2 }
juniRedundancyStateEnabledNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot
}
STATUS current
DESCRIPTION
"A state change notification sent by active SRP whenever system enters
'active' state."
::= { juniRedundancyNotifications 3 }
juniRedundancyStateDisabledNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot
}
STATUS current
DESCRIPTION
"A state change notification sent by active SRP whenever system enters
'disabled' state."
::= { juniRedundancyNotifications 4 }
juniRedundancyStatePendingNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot
}
STATUS current
DESCRIPTION
"A state change notification sent by active SRP whenever system enters
'pending' state."
::= { juniRedundancyNotifications 5 }
juniRedundancyModeNotification NOTIFICATION-TYPE
OBJECTS {
juniRedundancyActiveSlot,
juniRedundancyCfgRedundancyMode
}
STATUS current
DESCRIPTION
"A mode change notification sent by active SRP whenever redundancy mode
of the system is changed from 'fileSystemSynchronization' to 'highAvailability'
and vice versa."
::= { juniRedundancyNotifications 6 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniRedundancyMIBCompliances OBJECT IDENTIFIER ::= { juniRedundancyMIBConformance 1 }
juniRedundancyMIBGroups OBJECT IDENTIFIER ::= { juniRedundancyMIBConformance 2 }
--
-- compliance statements
--
juniRedundancyMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for system redundancy support."
MODULE -- this module
MANDATORY-GROUPS {
juniRedundancyStatusGroup,
juniRedundancyCfgGroup,
juniRedundancyHistoryGroup,
juniRedundancyNotificationGroup
}
::= { juniRedundancyMIBCompliances 1 }
--
-- units of conformance
--
juniRedundancyStatusGroup OBJECT-GROUP
OBJECTS {
juniRedundancyActiveSlot,
juniRedundancyActiveSlotState,
juniRedundancyStandbySlot,
juniRedundancyStandbySlotState,
juniRedundancyLastResetReason,
juniRedundancyLastSystemActivationTime,
juniRedundancyLastSystemActivationType,
juniRedundancyHaActiveTime }
STATUS current
DESCRIPTION
"The collection of redundancy status objects."
::= { juniRedundancyMIBGroups 1 }
juniRedundancyCfgGroup OBJECT-GROUP
OBJECTS {
juniRedundancyNotifsEnabled,
juniRedundancyCfgRedundancyMode }
STATUS current
DESCRIPTION
"The collection of redundancy configuration objects."
::= { juniRedundancyMIBGroups 2 }
juniRedundancyHistoryGroup OBJECT-GROUP
OBJECTS {
juniRedundancySystemActivationHistoryTableMaxLength,
juniRedundancySystemActivationHistoryCommand,
juniRedundancyHistoryResetType,
juniRedundancyHistoryActivationType,
juniRedundancyHistoryPrevActiveSlot,
juniRedundancyHistoryPrevActiveRelease,
juniRedundancyHistoryCurrActiveSlot,
juniRedundancyHistoryCurrActiveRelease,
juniRedundancyHistoryResetReason,
juniRedundancyHistoryActivationTime,
juniRedundancyHistoryReloads,
juniRedundancyHistoryColdSwitchovers,
juniRedundancyHistoryWarmSwitchovers }
STATUS current
DESCRIPTION
"The collection of redundancy history objects."
::= { juniRedundancyMIBGroups 3 }
juniRedundancyNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
juniRedundancyColdSwitchoverNotification,
juniRedundancyWarmSwitchoverNotification,
juniRedundancyStateEnabledNotification,
juniRedundancyStateDisabledNotification,
juniRedundancyStatePendingNotification,
juniRedundancyModeNotification }
STATUS current
DESCRIPTION
"The collection of notifications for redundancy events."
::= { juniRedundancyMIBGroups 4 }
END
|