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
|
OCCAM-SHELF-MIB DEFINITIONS ::= BEGIN
IMPORTS
occamGenericHardwareModules
FROM OCCAM-REG-MODULE
TEXTUAL-CONVENTION, TruthValue, DisplayString
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
OBJECT-IDENTITY, MODULE-IDENTITY, OBJECT-TYPE,
NOTIFICATION-TYPE, Integer32, enterprises, private, internet,
IpAddress, TimeTicks
FROM SNMPv2-SMI;
occamShelfMib MODULE-IDENTITY
LAST-UPDATED "200104271051Z"
ORGANIZATION "Occam Networks"
CONTACT-INFO "email support@occamnetworks.com"
DESCRIPTION "The mib module to describe a shelf."
REVISION "200104271051Z"
DESCRIPTION "Reformatted certain text"
REVISION "200702220000Z"
DESCRIPTION "Removed DISPLAY-HINT"
::= { occamGenericHardwareModules 3 }
-- TEXTUAL-CONVENTIONS --
ValidValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A validity value."
SYNTAX INTEGER { valid ( 1 ) ,
not-valid ( 2 )
}
ShelfControllerRoleValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A shelf controller role value."
SYNTAX INTEGER { primary ( 1 ) ,
secondary ( 2 ) }
ShelfSlotIndexValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A slot index value within a shelf."
SYNTAX Integer32 ( 1 .. 15 )
ShelfIndexValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A shelf index value within the network."
SYNTAX Integer32 ( 0 .. 4095 )
ShelfControllerPeerFoundStatusValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A peer found status value."
SYNTAX INTEGER { peer-found ( 1 ) ,
peer-not-found ( 2 ) }
CardOperationalStatusValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A card operational status value."
SYNTAX INTEGER { up ( 1 ) , down ( 2 ) }
CardRoleValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A card role value."
SYNTAX INTEGER {
standalone ( 1 ),
card ( 2 ),
shelf-controller( 3 )
}
SlotsInShelfValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The number of slots a shelf may have.
A 1RU has 1 slot. A 12RU has 12 slots."
SYNTAX Integer32 ( 1 .. 15 )
CardPresenceStatusValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A card presence status value."
SYNTAX INTEGER { inserted ( 1 ) ,
removed ( 2 ) }
ShelfControllerRedundancyStateValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A shelf controller redundancy role value."
SYNTAX INTEGER { active ( 1 ) ,
standby ( 2 ) }
ShelfRedundancyStatusValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A shelf redundancy status value."
SYNTAX INTEGER { redundant ( 1 ) ,
not-redundant ( 2 ) }
shelfMibObjects OBJECT IDENTIFIER
::= { occamShelfMib 1 }
shelfMibTraps OBJECT IDENTIFIER
::= { occamShelfMib 2 }
cardIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the Ip Address of the card."
::= { shelfMibObjects 1 }
cardShelfIndex OBJECT-TYPE
SYNTAX ShelfIndexValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the Shelf Index of the card."
::= { shelfMibObjects 2 }
cardSlotIndex OBJECT-TYPE
SYNTAX ShelfSlotIndexValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the slot index of the card
within the shelf."
::= { shelfMibObjects 3 }
cardShelfSlots OBJECT-TYPE
SYNTAX SlotsInShelfValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the number of slots in the shelf this
card is inserted into."
::= { shelfMibObjects 4 }
cardRole OBJECT-TYPE
SYNTAX CardRoleValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the card shelf role."
::= { shelfMibObjects 5 }
shelfControllerPeerIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the Ip Address of this
shelf controller's peer."
::= { shelfMibObjects 6 }
shelfControllerPeerFoundStatus OBJECT-TYPE
SYNTAX ShelfControllerPeerFoundStatusValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates if a shelf controller
peer has been found."
::= { shelfMibObjects 7 }
shelfControllerRole OBJECT-TYPE
SYNTAX ShelfControllerRoleValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the role of the shelf controller."
::= { shelfMibObjects 8 }
shelfControllerRedundancyState OBJECT-TYPE
SYNTAX ShelfControllerRedundancyStateValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the redundancy state of the shelf
controller."
::= { shelfMibObjects 9 }
shelfClusterIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains the cluster Ip Address of
the shelf."
::= { shelfMibObjects 10 }
shelfRedundancyStatus OBJECT-TYPE
SYNTAX ShelfRedundancyStatusValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the redundancy status of the shelf."
::= { shelfMibObjects 11 }
blcConfigChangeString OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates area(s) of a config change on a BLC."
::= { shelfMibObjects 12 }
shelfSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF ShelfSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of information about
the BLC cards configured in a shelf system
and managed by a shelf controller. The number of
entries depends on how blades are configured
in the shelf."
::= { shelfMibObjects 13 }
shelfSlotEntry OBJECT-TYPE
SYNTAX ShelfSlotEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the ShelfSlotTable. A row in this
table cannot be created or deleted by SNMP
operations on columns of the table."
INDEX { shelfSlotIndex }
::= { shelfSlotTable 1 }
ShelfSlotEntry ::= SEQUENCE {
shelfSlotIndex ShelfSlotIndexValue,
shelfCardIpAddress IpAddress,
shelfCardPresenceStatus CardPresenceStatusValue,
shelfCardOperationalStatus CardOperationalStatusValue,
shelfSlotRowStatus ValidValue
}
shelfSlotIndex OBJECT-TYPE
SYNTAX ShelfSlotIndexValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of this slot in the shelf."
::= { shelfSlotEntry 1 }
shelfCardIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ip address of this card in the shelf."
::= { shelfSlotEntry 2 }
shelfCardPresenceStatus OBJECT-TYPE
SYNTAX CardPresenceStatusValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if a card is inserted in this slot."
::= { shelfSlotEntry 3 }
shelfCardOperationalStatus OBJECT-TYPE
SYNTAX CardOperationalStatusValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if the card is inserted in this slot
is operational."
::= { shelfSlotEntry 4 }
shelfSlotRowStatus OBJECT-TYPE
SYNTAX ValidValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates if this row of the card table is valid."
::= { shelfSlotEntry 5 }
resyncTrigger OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A read of this object will trigger a resync of
past notifications to all hosts. A write of a
timetick to this object will trigger a resync
of past notifications newer than this timetick
only to the requesting host.
NOTE: The resync'd notifications will have an extra
varbind attached that indicates that this
is a resync notification. The extra varbind also
gives a count of which notification out of the total
notifications is being sent.
The format for the extra varbind is:
<this trap count>:<total traps to be
resync'd:resync=true
"
::= { shelfMibObjects 14 }
resyncTriggerAll OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A read of this object will trigger a resync of all
past notifications to the requesting host.
A write of a timetick to this object will trigger a
resync of all past notifications newer than this
timetick to the requesting host.
NOTE: The resync'd notifications will have an extra
varbind attached that indicates that this is a resync
notification. The extra varbind also gives a count of
which notification out of the total notifications is
being sent.
The format for the extra varbind is:
<this trap count>:<total traps to be
resync'd:resync=true
"
::= { shelfMibObjects 15 }
resyncActiveAlarms OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A read of this value will return a dummy value.
A write of this object(any value) will send the
active alarms to the requesting host.
NOTE: The resync'd notifications will have an extra
varbind attached that indicates that this is a resync
notification. The extra varbind also gives a count of
which notification out of the total notifications
is being sent.
The format for the extra varbind is:
<this trap count>:<total traps to be
resynced:resync=true>"
::= { shelfMibObjects 16 }
resyncEvents OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A read of this value will return a dummy value.
A write of this object will send events to the
requesting host. The format of the variable is the
following:
0 will resync all the stored events (a 100 of them).
x will resync all the events with a sequence number
superior to the host
x_y will resync all the events between x and y.
NOTE: The resync'd notifications will have an extra
varbind attached that indicates that this is a resync
notification. The extra varbind also gives A count
of which notification out of the total notifications
is being sent.
The format for the extra varbind is:
<this trap count>:<total traps to be
resynced:resync=true>"
::= { shelfMibObjects 17 }
cardPresenceNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex,shelfCardPresenceStatus }
STATUS current
DESCRIPTION
"This trap is sent when the card presence status
changes."
::= { shelfMibTraps 1 }
cardOperationalNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex,
shelfCardOperationalStatus }
STATUS current
DESCRIPTION
"This trap is sent when the card operational status
changes."
::= { shelfMibTraps 2 }
shelfControllerFailoverNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex,
shelfControllerPeerIpAddress,
shelfControllerRole,
shelfControllerRedundancyState }
STATUS current
DESCRIPTION
"This trap is sent when a shelf failover occurs."
::= { shelfMibTraps 3 }
shelfControllerForcedFailoverNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex,
shelfControllerPeerIpAddress,
shelfControllerRole,
shelfControllerRedundancyState }
STATUS current
DESCRIPTION
"This trap is sent when a forced shelf failover occurs."
::= { shelfMibTraps 4 }
peerFoundNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex,
shelfControllerPeerIpAddress,
shelfControllerRole,
shelfControllerRedundancyState,
shelfControllerPeerFoundStatus }
STATUS current
DESCRIPTION
"This trap is sent when the peerFound status changes."
::= { shelfMibTraps 5 }
configChangedNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex, blcConfigChangeString }
STATUS current
DESCRIPTION
"This trap is sent when a copy running to startup
occurs."
::= { shelfMibTraps 6 }
shelfRedundancyChangeNotification NOTIFICATION-TYPE
OBJECTS { cardIpAddress, cardShelfIndex,
cardSlotIndex, shelfControllerRole,
shelfControllerRedundancyState,
shelfRedundancyStatus }
STATUS current
DESCRIPTION
"This trap is sent when the shelf redundancy status
changes."
::= { shelfMibTraps 7 }
END
|