forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-C8500-REDUNDANCY-MIB.mib
582 lines (488 loc) · 19.8 KB
/
CISCO-C8500-REDUNDANCY-MIB.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
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
571
572
573
574
575
576
577
578
579
580
581
582
-- *****************************************************************
-- CISCO-C8500-REDUNDANCY-MIB.my: Cat8540MSR Redundancy Management MIB
--
-- June 1998, Vasmi Abidi
--
-- Copyright (c) 1998, 1999, 2003 by Cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-C8500-REDUNDANCY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, TimeStamp, TruthValue
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
ciscoMgmt
FROM CISCO-SMI;
ciscoC8500RedundancyMIB MODULE-IDENTITY
LAST-UPDATED "200305040000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W. Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-atm@cisco.com"
DESCRIPTION
"This MIB allows management of redundancy of CPU and
switch cards for the Catalyst 8540 switch, and other
products with similar implementations.
The Catalyst 8540 is an ATM switch. It has 13 (or, in
some models, 14) slots, of which 2 slots can hold CPU
cards, and 3 (or, in some models, 4) slots can hold
switch cards. A switch card is one that contains the
ATM switching fabric. Two switch cards are combined
to operate in 20Gbps switching mode.
For CPU cards, 1+1 redundancy is supported.
For switch cards, 2+1 redundancy is supported."
REVISION "200305040000Z"
DESCRIPTION
"Added the following scalar objects to ccrCpu group:
ccrCpuStandbyEnableMode, ccrCpuSwitchoverTime,
ccrForceCounterSync, ccrIfCounterSyncFreq,
ccrVcCounterSyncFreq, ccrSigCounterSyncEnable."
REVISION "199806220000Z"
DESCRIPTION
"Initial version of the MIB Module."
::= { ciscoMgmt 105 }
-- Terminology
-- A "redundancy group" is a set of cards (or, in general, physical or
-- logical entities), that may operate in a redundant manner. This
-- means that at any time one or more member entities (e.g., cards) of
-- the group are 'active', while others are 'standby', such that if an
-- active member fails, one of the standby members becomes active in
-- its stead. It is also possible for a member to be 'unused', in
-- which case it is out of service. See the definition of
-- RedundancyMode below.
-- A "switchover" is an event in which an active card
-- either becomes a standby (because the card failed, or
-- because of user configuration) or is removed, and another
-- card that was previously standby becomes active.
-- Textual Conventions
RedundancyStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The operational status of a card."
SYNTAX INTEGER {
notPresent(1), -- no card in slot
ok(2),
fault(3)
}
RedundancyMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The redundancy mode of a card.
The redundancy mode of a card is part of the state of
the redundancy machine (i.e., the hardware or software
that implements redundancy). The redundancy modes of
all the cards in a redundancy group together represent
the state of the redundancy machine for that
redundancy group. The inputs to the redundancy machine
that cause the redundancy mode of a card to transition
from one value to another are events like card
failure, card removal, user configuration, etc.
Objects defined using this TC have a MAX-ACCESS of
read-write or read-create. This allows a user to force
the redundancy machine to transition to a desired
state.
The following values may be written:
active(1) - Make this card an active member of the
redundancy group.
standby(2) - Make this card a standby member of
the redundancy group.
unused(3) - Do not use this card.
Writing the above values may cause a switchover.
When read, the values mean:
active(1) - This card is an active member of the
redundancy group.
standby(2) - This card is a standby member of the
redundancy group.
unused(3) - This card is not being used at present.
notPresent(4) - There is no card in the slot.
"
SYNTAX INTEGER {
active(1), -- also called 'primary'
standby(2), -- also called 'secondary'
unused(3), -- 'not used' or 'non participant'
notPresent(4) -- no card in slot
}
RedundancySlotIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A value that identifies a physical slot in the
chassis.
For a chassis with slots that are numbered left to
right, the leftmost slot has value 1.
For a chassis with slots that are numbered top to
bottom, the topmost slot has value 1."
SYNTAX Unsigned32 (1..65535)
ciscoC8500RedundancyMIBObjects OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIB 1 }
-- groups
ccrCpu OBJECT IDENTIFIER
::= { ciscoC8500RedundancyMIBObjects 1 }
ccrSwitch OBJECT IDENTIFIER
::= { ciscoC8500RedundancyMIBObjects 2 }
-- CPU group
ccrCpuTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcrCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"There is an entry in this table for each slot that
can hold a CPU card."
::= { ccrCpu 1 }
ccrCpuEntry OBJECT-TYPE
SYNTAX CcrCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Redundancy information for a CPU card."
INDEX { ccrCpuSlotIndex }
::= { ccrCpuTable 1 }
CcrCpuEntry ::=
SEQUENCE {
ccrCpuSlotIndex RedundancySlotIndex,
ccrCpuMode RedundancyMode,
ccrCpuStatus RedundancyStatus
}
ccrCpuSlotIndex OBJECT-TYPE
SYNTAX RedundancySlotIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Identifies a chassis slot."
::= { ccrCpuEntry 1 }
ccrCpuMode OBJECT-TYPE
SYNTAX RedundancyMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The redundancy mode of this CPU card."
::= { ccrCpuEntry 2 }
ccrCpuStatus OBJECT-TYPE
SYNTAX RedundancyStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of this CPU card."
::= { ccrCpuEntry 3 }
ccrSyncConfigOnSet OBJECT-TYPE
SYNTAX BITS {
runningConfig(0),
startupConfig(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The device's running-configuration and
startup-configuration both reside on the active CPU
card. This object indicates whether these
configurations should be copied from the active CPU
to the standby CPU whenever they change. It is
acceptable to copy either, both, or neither."
::= { ccrCpu 2 }
ccrCpuStandbyEnableMode OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to allow or disallow the
execution of the enable exec command on the
secondary CPU.
When set to 'true', the enable exec command can be
executed on secondary CPU, and the user may enter
enable mode after keying in the password configured.
When set to 'false', the enable exec command cannot
be executed; thus, no user may enter enabled mode."
DEFVAL { false }
::= { ccrCpu 3 }
ccrCpuSwitchoverTime OBJECT-TYPE
SYNTAX INTEGER (0..65535)
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time taken for the most recent CPU switchover."
::= { ccrCpu 4 }
ccrForceCounterSync OBJECT-TYPE
SYNTAX INTEGER {
forcesync (1),
noop (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to force the synchronization of
counters from primary CPU to secondary CPU. It should
generally be set just before a controlled Route
Processor Switchover.
When this object is retrieved, the value 'noop' is
returned. When this object is set to 'noop' no
operation is performed."
::= { ccrCpu 5 }
ccrIfCounterSyncFreq OBJECT-TYPE
SYNTAX INTEGER (0..1440)
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object configures the periodicity of interface
counter synchronization from primary CPU to
secondary CPU. Setting this object to 0 will disable
counter synchronization."
::= { ccrCpu 6 }
ccrVcCounterSyncFreq OBJECT-TYPE
SYNTAX INTEGER (0..1440)
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object configures the periodicity of Virtual
Circuit (VC) counter synchronization from primary CPU
to secondary CPU. Setting this object to 0 will
disable counter synchronization."
::= { ccrCpu 7 }
ccrSigCounterSyncEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object configures the synchronization of ATM
Signalling Statistics from primary CPU to
secondary CPU.
When this object is set to 'true', sychronization
is enabled. When this object is set to 'false',
synchronization is disabled."
::= { ccrCpu 8 }
-- Switch Group
ccrSwitchTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcrSwitchEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"There is an entry in this table for each slot that
can hold a switch card. A 'switch card' is a card that
contains the ATM switch fabric."
::= { ccrSwitch 1 }
ccrSwitchEntry OBJECT-TYPE
SYNTAX CcrSwitchEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Redundancy information for a switch card."
INDEX { ccrSwitchSlotIndex }
::= { ccrSwitchTable 1 }
CcrSwitchEntry ::=
SEQUENCE {
ccrSwitchSlotIndex RedundancySlotIndex,
ccrSwitchMode RedundancyMode,
ccrSwitchStatus RedundancyStatus
}
ccrSwitchSlotIndex OBJECT-TYPE
SYNTAX RedundancySlotIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Identifies a chassis slot."
::= { ccrSwitchEntry 1 }
ccrSwitchMode OBJECT-TYPE
SYNTAX RedundancyMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The redundancy mode of this switch card."
::= { ccrSwitchEntry 2 }
ccrSwitchStatus OBJECT-TYPE
SYNTAX RedundancyStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational status of this switch card."
::= { ccrSwitchEntry 3 }
ccrSwitchLastSwitchoverTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime at the last switchover of the
switch cards.
The value is zero if there was no switchover since
agent initialization."
::= { ccrSwitch 2 }
ccrSwitchLastSwitchoverReason OBJECT-TYPE
SYNTAX INTEGER {
none(1),
notKnown(2),
userInitiated(3),
cardFailed(4),
cardRecovered(5),
cardRemoved(6), -- online removal
cardInserted(7) -- online insertion
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reason for the last switch card switchover.
The value is none(1) if there was no switchover since
agent initialization."
::= { ccrSwitch 3 }
ccrSwitchBw OBJECT-TYPE
SYNTAX INTEGER {
tenGbps(1),
twentyGbps(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The switching capacity (i.e., bandwidth) of the
switch fabric.
tenGbps(1) - 10 Gigabits/sec
twentyGbps(2) - 20 Gigabits/sec.
"
::= { ccrSwitch 4 }
ccrDesiredSwitchBw OBJECT-TYPE
SYNTAX INTEGER {
tenGbps(1),
twentyGbps(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The desired switching capacity (i.e., bandwidth) of
the switch fabric.
tenGbps(1) - 10 Gigabits/sec
twentyGbps(2) - 20 Gigabits/sec
If the value configured by writing to this object is
supported by the device, it will be applied at the
next reboot. The speed at which the switch fabric is
currently operating is reflected by the value of
ccrSwitchBw."
::= { ccrSwitch 5 }
-- Trap control objects
-- None
-- Notifications
ciscoC8500RedundancyMIBNotificationPrefix OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIB 2 }
ccrMIBNotifications OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIBNotificationPrefix 0 }
ccrCpuStatusChange NOTIFICATION-TYPE
OBJECTS { ccrCpuStatus }
STATUS current
DESCRIPTION
"This notification is generated when the value of
ccrCpuStatus changes for a CPU card.
The varbind indicates the current status of the
affected card."
::= { ccrMIBNotifications 1 }
ccrSwitchStatusChange NOTIFICATION-TYPE
OBJECTS { ccrSwitchStatus }
STATUS current
DESCRIPTION
"This notification is generated when the value of
ccrSwitchStatus changes for a switch card.
The varbind indicates the current status of the
affected card."
::= { ccrMIBNotifications 2 }
ccrSwitchModeChange NOTIFICATION-TYPE
OBJECTS { ccrSwitchMode }
STATUS current
DESCRIPTION
"This notification is generated when the value of
ccrSwitchMode changes from active(1) to either
standby(2) or unused(3) or notPresent(4).
The varbind indicates the current mode of the
affected card."
::= { ccrMIBNotifications 3 }
-- Compliance Statements
ciscoC8500RedundancyMIBConformance OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIB 3 }
ciscoC8500RedundancyMIBCompliances OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIBConformance 1 }
ciscoC8500RedundancyMIBGroups OBJECT IDENTIFIER ::=
{ ciscoC8500RedundancyMIBConformance 2 }
ciscoC8500RedundancyMIBCompliance MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"The compliance statement for Cisco agents which
implement the CISCO-C8500-REDUNDANCY-MIB."
MODULE
MANDATORY-GROUPS { ccrCpuMibGroup,
ccrSwitchMibGroup
-- ,ccrNotificationsGroup
}
::= {ciscoC8500RedundancyMIBCompliances 1 }
ciscoC8500RedundancyMIBComplianceRev1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement to include objects
related to the redundancy features like
enable password on secondary, switchover
duration and counter."
MODULE
MANDATORY-GROUPS { ccrCpuMibGroup1,
ccrSwitchMibGroup,
ccrNotificationsGroup
}
::= {ciscoC8500RedundancyMIBCompliances 2 }
-- units of conformance
ccrCpuMibGroup OBJECT-GROUP
OBJECTS {
ccrCpuMode,
ccrCpuStatus,
ccrSyncConfigOnSet
}
STATUS obsolete
DESCRIPTION
"A collection of objects providing the ability to
manage CPU card redundancy."
::= { ciscoC8500RedundancyMIBGroups 1 }
ccrSwitchMibGroup OBJECT-GROUP
OBJECTS {
ccrSwitchMode,
ccrSwitchStatus,
ccrSwitchLastSwitchoverTime,
ccrSwitchLastSwitchoverReason,
ccrSwitchBw,
ccrDesiredSwitchBw
}
STATUS current
DESCRIPTION
"A collection of objects providing the ability to
manage Switch Fabric card redundancy."
::= { ciscoC8500RedundancyMIBGroups 2 }
ccrNotificationsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
ccrCpuStatusChange,
ccrSwitchStatusChange,
ccrSwitchModeChange
}
STATUS current
DESCRIPTION
"A collection of notifications related to redundancy."
::= { ciscoC8500RedundancyMIBGroups 3 }
ccrCpuMibGroup1 OBJECT-GROUP
OBJECTS {
ccrCpuMode,
ccrCpuStatus,
ccrSyncConfigOnSet,
ccrCpuStandbyEnableMode,
ccrCpuSwitchoverTime,
ccrForceCounterSync,
ccrIfCounterSyncFreq,
ccrVcCounterSyncFreq,
ccrSigCounterSyncEnable
}
STATUS current
DESCRIPTION
"A collection of objects providing the ability to
manage CPU card redundancy and redundancy feature
for counter, enable password on secondary and
switchover duration."
::= { ciscoC8500RedundancyMIBGroups 4 }
END