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
|
--****************************************************************
-- CISCO_DMN_DSG_DIAG.mib : Mib file for Detailed Diagnostics.
--
-- October 2010, Tel MIB Team
--
-- Copyright (c) 1999-2012 Cisco Systems, Inc. All rights reserved.
--****************************************************************
CISCO-DMN-DSG-DIAG-MIB
DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE, Integer32, Counter32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
ciscoDSGUtilities
FROM CISCO-DMN-DSG-ROOT-MIB;
ciscoDSGDiag MODULE-IDENTITY
LAST-UPDATED "201203200800Z" -- March 20 2012 08:00:00 GMT
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Cisco Systems, Inc.
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553 NETS
E-mail: cs-ipsla@cisco.com"
DESCRIPTION "Cisco Detailed Diagnostics MIB."
REVISION "201203200800Z"
DESCRIPTION "V01.00.05 2012-03-20
Updated for D9854 R4 Release."
REVISION "201010130800Z"
DESCRIPTION "V01.00.04 2010-10-13
Type of diagFanRPMValue is changed to DisplayString."
REVISION "201008031000Z"
DESCRIPTION "V01.00.03 2010-08-03
Health Monitor Table and Fan RPM Table are added."
REVISION "201004120900Z"
DESCRIPTION "V01.00.02 2010-04-12
powerOnFactoryResetCount and powerOnCurrentDateTime
MIB objects are added."
REVISION "201002121200Z"
DESCRIPTION "V01.00.01 2010-02-12
The Syntax of read-only objects is updated to
DisplayString."
REVISION "200912071200Z"
DESCRIPTION "V01.00.00 2009-12-07
Initial Version."
::= { ciscoDSGUtilities 18 }
powerOn OBJECT IDENTIFIER ::= { ciscoDSGDiag 1 }
diagTable OBJECT IDENTIFIER ::= { ciscoDSGDiag 2 }
-- *************************************
-- powerOn Branch
-- *************************************
powerOnCreationDate OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..30))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Build Date of Product."
::= { powerOn 1 }
powerOnDate OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..30))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last Power-On Date."
::= { powerOn 2 }
powerOnTotalHours OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Hours Running.The range is from 0 to
4294967295 hrs in steps of 1 hr."
::= { powerOn 3 }
powerOnHrsSinceLastPowerOff OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Hours Since Last Power Reset.The range is from 0 to
4294967295 hrs in steps of 1 hr."
::= { powerOn 4 }
powerOnTotResetCount OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Reset Counter.The range is from 0 to 4294967295."
::= { powerOn 5 }
powerOnClrableResetCount OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"User Clearable Reset Counter.The range is from 0 to
4294967295."
::= { powerOn 6 }
powerOnReasonLastReset OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..127))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reason for the Last Reset."
::= { powerOn 7 }
powerOnClearResetCounter OBJECT-TYPE
SYNTAX INTEGER {
writeOnly(1),
yes(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Set this object to yes(2) to clear Power On Reset counter."
::= { powerOn 8 }
powerOnFactoryResetCount OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32 ))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Factory Resets."
::= { powerOn 9 }
powerOnCurrentDateTime OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32 ))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the Current date and time."
::= { powerOn 10 }
--************************************
-- Diagnostics Table Group
--************************************
--************************************
-- Health Monitor Table Group
--************************************
diagHealthMonitorTable OBJECT-TYPE
SYNTAX SEQUENCE OF DIAGHealthMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Health Monitor Table."
::= { diagTable 1 }
diagHealthMonitorEntry OBJECT-TYPE
SYNTAX DIAGHealthMonitorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for Health Monitor table."
INDEX { diagHealthMonitorIndex }
::= { diagHealthMonitorTable 1 }
DIAGHealthMonitorEntry ::= SEQUENCE
{
diagHealthMonitorIndex Integer32,
diagHealthMonitorName DisplayString,
diagHealthMonitorValue DisplayString
}
diagHealthMonitorIndex OBJECT-TYPE
SYNTAX Integer32 (0..1000)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" Health Monitor index."
::= { diagHealthMonitorEntry 1 }
diagHealthMonitorName OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..8) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Health Monitor Item Name -
Gives Board Current temperature if monitor index is CURTEMP
Gives Board Maximum tempearture if monitor index is MAXTEMP
Gives Board Average temperature if monitor index is AVGTEMP
Gives Board Temperature at intake 1/intake 2 if monitor
index is IN1VAL/INVAL2
Gives Board FPGA Vicinity if monitor index is FPGAVIC
Gives Board FPGA Value if monitor index is FPGAVAL."
::= { diagHealthMonitorEntry 2 }
diagHealthMonitorValue OBJECT-TYPE
SYNTAX DisplayString ( SIZE(0..8) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Health monitor Item Value."
::= { diagHealthMonitorEntry 3 }
--************************************
-- Fan RPM Table Group
--************************************
diagFanRPMTable OBJECT-TYPE
SYNTAX SEQUENCE OF DIAGFanRPMEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Fan RPM Table."
::= { diagTable 2 }
diagFanRPMEntry OBJECT-TYPE
SYNTAX DIAGFanRPMEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for Fan RPM table."
INDEX { diagFanRPMIndex }
::= { diagFanRPMTable 1 }
DIAGFanRPMEntry ::= SEQUENCE
{
diagFanRPMIndex Integer32,
diagFanRPMName DisplayString,
diagFanRPMValue DisplayString
}
diagFanRPMIndex OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" Fan RPM index."
::= { diagFanRPMEntry 1 }
diagFanRPMName OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan RPM Item Name :
Gives Fan 1 speed in rpm if Fan RPM index is FAN1
Gives Fan 2 speed in rpm if Fan RPM index is FAN2
Gives Fan 3 speed in rpm if Fan RPM index is FAN3
Gives Fan 4 speed in rpm if Fan RPM index is FAN4
Gives Fan 5 speed in rpm if Fan RPM index is FAN5
Gives Fan 6 speed in rpm if Fan RPM index is FAN6
Gives Fan 7 speed in rpm if Fan RPM index is FAN7."
::= { diagFanRPMEntry 2 }
diagFanRPMValue OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" Health monitor Item Value."
::= { diagFanRPMEntry 3 }
--************************************
-- ECC Readings Table Group
--************************************
diagECCReadingsTable OBJECT-TYPE
SYNTAX SEQUENCE OF DIAGECCReadingsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"ECC Readings Table."
::= { diagTable 3 }
diagECCReadingsEntry OBJECT-TYPE
SYNTAX DIAGECCReadingsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for ECC Readings table."
INDEX { diagECCReadingsIndex }
::= { diagECCReadingsTable 1 }
DIAGECCReadingsEntry ::= SEQUENCE
{
diagECCReadingsIndex INTEGER,
diagECCReadingsLocat DisplayString,
diagECCReadingsType DisplayString,
diagECCReadingsVal DisplayString,
diagECCReadingsApplicability DisplayString
}
diagECCReadingsIndex OBJECT-TYPE
SYNTAX INTEGER (1..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ECC Readings index."
::= { diagECCReadingsEntry 1 }
diagECCReadingsLocat OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ECC Reading Location."
::= { diagECCReadingsEntry 2 }
diagECCReadingsType OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ECC Reading Type."
::= { diagECCReadingsEntry 3 }
diagECCReadingsVal OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ECC Reading Value."
::= { diagECCReadingsEntry 4 }
diagECCReadingsApplicability OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ECC Reading Applicibility for this device."
::= { diagECCReadingsEntry 5 }
--************************************
-- Control History Table Group
--************************************
diagCtrlHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF DIAGCtrlHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Control History Table."
::= { diagTable 4 }
diagCtrlHistoryEntry OBJECT-TYPE
SYNTAX DIAGCtrlHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for Control History table."
INDEX { diagCtrlHistoryIndex }
::= { diagCtrlHistoryTable 1 }
DIAGCtrlHistoryEntry ::= SEQUENCE
{
diagCtrlHistoryIndex Counter32,
diagCtrlHistoryHistory DisplayString,
diagCtrlHistoryDateTime DisplayString
}
diagCtrlHistoryIndex OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Control History Table Index."
::= { diagCtrlHistoryEntry 1 }
diagCtrlHistoryHistory OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Control History Text."
::= { diagCtrlHistoryEntry 2 }
diagCtrlHistoryDateTime OBJECT-TYPE
SYNTAX DisplayString( SIZE(0..30))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Control History Date and Time."
::= { diagCtrlHistoryEntry 3 }
END
|