-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-ENTITY-ASSET-MIB-V1SMI.my
497 lines (447 loc) · 18.5 KB
/
CISCO-ENTITY-ASSET-MIB-V1SMI.my
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
-- MIB file created 30-Aug-2004 14:38:10, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-ENTITY-ASSET-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-ENTITY-ASSET-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
TruthValue
FROM SNMPv2-TC-v1
entPhysicalIndex
FROM ENTITY-MIB
ciscoMgmt
FROM CISCO-SMI
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
OBJECT-TYPE
FROM RFC-1212;
ciscoEntityAssetMIB OBJECT IDENTIFIER ::= { ciscoMgmt 92 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200309180000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: Cisco Systems, Inc.
-- 170 West Tasman Drive
-- San Jose, CA 95134-1706
-- USA
--
-- Tel: +1 408 526 4000
--
-- E-mail: [email protected]
-- Descr
-- Monitor the asset information of items in the ENTITY-MIB
-- (RFC 2037) entPhysical table.
-- RevDate
-- 200309180000Z
-- RevDescr
-- Some of the Objects have been deprecated since
-- these are available in ENTITY-MIB(RFC 2737).
--
-- 1. Following Objects have been deprecated.
--
-- ceAssetOEMString : superceded by entPhysicalMfgName
-- ceAssetSerialNumber : superceded by entPhysicalSerialNum
-- ceAssetOrderablePartNumber: superceded by entPhysicalModelName
-- ceAssetHardwareRevision : superceded by entPhysicalHardwareRev
-- ceAssetFirmwareID : superceded by entPhysicalFirmwareRev
-- ceAssetFirmwareRevision : superceded by entPhysicalFirmwareRev
-- ceAssetSoftwareID : superceded by entPhysicalSoftwareRev
-- ceAssetSoftwareRevision : superceded by entPhysicalSoftwareRev
-- ceAssetAlias : superceded by entPhysicalAlias
-- ceAssetTag : superceded by entPhysicalAssetID
-- ceAssetIsFRU : superceded by entPhysicalIsFRU.
--
-- 2. ceAssetEntityGroup has been deprecated.
-- RevDate
-- 200207231600Z
-- RevDescr
-- Split the MIB objects of this MIB into two object groups.
-- RevDate
-- 199906021600Z
-- RevDescr
-- Initial version of this MIB module.
ciscoEntityAssetMIBObjects OBJECT IDENTIFIER ::= { ciscoEntityAssetMIB 1 }
ciscoEntityAssetMIBNotificationsPrefix OBJECT IDENTIFIER ::= { ciscoEntityAssetMIB 2 }
ciscoEntityAssetMIBNotifications OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBNotificationsPrefix 0 }
ciscoEntityAssetMIBConformance OBJECT IDENTIFIER ::= { ciscoEntityAssetMIB 3 }
ciscoEntityAssetMIBCompliances OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBConformance 1 }
ciscoEntityAssetMIBGroups OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBConformance 2 }
ceAssetTable OBJECT-TYPE
SYNTAX SEQUENCE OF CeAssetEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table lists the orderable part number, serial number,
hardware revision, manufacturing assembly number and revision,
firmwareID and revision if any, and softwareID and revision if
any, of relevant entities listed in the ENTITY-MIB
entPhysicalTable.
Entities for which none of this data is available are not
listed in this table. This is a sparse table so some of these
variables may not exist for a particular entity at a particular
time. For example, a powered-off module does not have
softwareID and revision; a power-supply would probably never
have firmware or software information.
Although the data may have other items encoded in it (for
example manufacturing-date in the serial number) please treat
all data items as monolithic. Do not decompose them or parse
them. Use only string equals and unequals operations on them."
::= { ciscoEntityAssetMIBObjects 1 }
ceAssetEntry OBJECT-TYPE
SYNTAX CeAssetEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entAssetEntry entry describes the asset-tracking related
data for an entity."
INDEX { entPhysicalIndex }
::= { ceAssetTable 1 }
CeAssetEntry ::= SEQUENCE {
ceAssetOEMString SnmpAdminString,
ceAssetSerialNumber SnmpAdminString,
ceAssetOrderablePartNumber SnmpAdminString,
ceAssetHardwareRevision SnmpAdminString,
ceAssetMfgAssyNumber SnmpAdminString,
ceAssetMfgAssyRevision SnmpAdminString,
ceAssetFirmwareID SnmpAdminString,
ceAssetFirmwareRevision SnmpAdminString,
ceAssetSoftwareID SnmpAdminString,
ceAssetSoftwareRevision SnmpAdminString,
ceAssetCLEI SnmpAdminString,
ceAssetAlias SnmpAdminString,
ceAssetTag SnmpAdminString,
ceAssetIsFRU TruthValue
}
ceAssetOEMString OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the Original Equipment Manufacturer
of the entity."
::= { ceAssetEntry 1 }
ceAssetSerialNumber OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the serial number of the entity."
::= { ceAssetEntry 2 }
ceAssetOrderablePartNumber OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the part number you can use to order
the entity."
::= { ceAssetEntry 3 }
ceAssetHardwareRevision OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the engineering design revision of the
hardware of the entity."
::= { ceAssetEntry 4 }
ceAssetMfgAssyNumber OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable indicates the manufacturing assembly number,
which is the 'hardware' identification."
::= { ceAssetEntry 5 }
ceAssetMfgAssyRevision OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable indicates the revision of the entity, within
the ceAssetMfgAssyNumber."
::= { ceAssetEntry 6 }
ceAssetFirmwareID OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the firmware installed on this entity.
For IOS devices, this variable's value is in the IOS Image
Naming Convention format.
IOS Image Naming Convention
Software images are named according to a scheme that identifies
what's in the image and what platform it runs on. The names have
three parts, separated by dashes: e.g. xxxx-yyyy-ww.
xxxx = Platform
yyyy = Features
ww = Where it executes from and if compressed "
::= { ceAssetEntry 7 }
ceAssetFirmwareRevision OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the revision of firmware installed on this
entity.
For IOS devices, this variable's value is in the NGRP external
customer-visible format.
NGRP external customer-visible revision strings have this format:
'x.y (z [p] ) [A] [ [ u ( v [ p ] ) ] ] [ q ]',
where:
- x.y Combination of two 1-2 digit numerics separated by a
'.' that identify the Software major release
- z 1-3 digit numeric that identifies the maintenance release
of x.y
- A 1-3 alpha letters, designator of the release train.
- u 1-2 digit numeric that identifies the version of the
ED-specific code
- v 1-2 digit numeric that identifies the maintenance release of
the ED-specific code
- v 1-2 digit numeric that identifies the maintenance release of
the ED-specific code
- p 1 alpha letter that identifies the unusual special case SW
Line Stop Fast Re-build by the Release Ops team to replace
the posted/shipping release in CCO and Mfg with a version
containing a critical catastrophic defect fix that cannot
wait until the next maintenance release
- q 3 alphanumeric optional suffix used as an indicator in the
image banner by the SW Line Stop Re-build process used
unusual special case situation when the renumber build has
occurred but the images have not been released (value always
blank unless these special circumstances require
its use)."
::= { ceAssetEntry 8 }
ceAssetSoftwareID OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the software installed on this entity.
For IOS devices, this variable's value is in the IOS Image Naming
Convention format.
IOS Image Naming Convention
---------------------------
Software images are named according to a scheme that identifies
what's in the image and what platform it runs on. The names have
three parts, separated by dashes: e.g. xxxx-yyyy-ww.
xxxx = Platform
yyyy = Features
ww = Where it executes from and if compressed "
::= { ceAssetEntry 9 }
ceAssetSoftwareRevision OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This variable indicates the revision of software installed on this
entity.
For IOS devices, this variable's value is in the NGRP external
customer-visible format.
NGRP external customer-visible revision strings have this format:
'x.y (z [p] ) [A] [ [ u ( v [ p ] ) ] ] [ q ]',
where:
- x.y Combination of two 1-2 digit numerics separated by a
'.' that identify the Software major release
- z 1-3 digit numeric that identifies the maintenance release
of x.y
- A 1-3 alpha letters, designator of the release train.
- u 1-2 digit numeric that identifies the version of the
ED-specific code
- v 1-2 digit numeric that identifies the maintenance release of
the ED-specific code
- p 1 alpha letter that identifies the unusual special case SW
Line Stop Fast Re-build by the Release Ops team to replace
the posted/shipping release in CCO and Mfg with a version
containing a critical catastrophic defect fix that cannot
wait until the next maintenance release
- q 3 alphanumeric optional suffix used as an indicator in the
image banner by the SW Line Stop Re-build process used
unusual special case situation when the renumber build has
occurred but the images have not been released (value always
blank unless these special circumstances require
its use)."
::= { ceAssetEntry 10 }
ceAssetCLEI OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0|10))
-- Rsyntax OCTET STRING(SIZE(0|10))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the CLEI (Common Language Equipment
Identifier) code for the physical entity.
If the physical entity is not present in the system, or does
not have an associated CLEI code, then the value of this
object will be a zero-length string."
REFERENCE
"Bellcore Technical reference GR-485-CORE, COMMON LANGUAGE
Equipment Processes and Guidelines, Issue 2, October, 1995."
::= { ceAssetEntry 11 }
ceAssetAlias OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..32))
-- Rsyntax OCTET STRING(SIZE(0..32))
ACCESS read-write
STATUS deprecated
DESCRIPTION
"This object is an 'alias' name for the physical entity as
specified by a network manager, and provides a non-volatile
'handle' for the physical entity.
On the first instantiation of an physical entity, the value
of entPhysicalAlias associated with that entity is set to
the zero-length string. However, agent may set the value to
a locally unique default value, instead of a zero-length
string.
If write access is implemented for an instance of
entPhysicalAlias, and a value is written into the instance,
the agent must retain the supplied value in the
entPhysicalAlias instance associated with the same physical
entity for as long as that entity remains instantiated. This
includes instantiations across all re-initializations/reboots
of the network management system, including those which result
in a change of the physical entity's entPhysicalIndex value."
::= { ceAssetEntry 12 }
ceAssetTag OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..32))
-- Rsyntax OCTET STRING(SIZE(0..32))
ACCESS read-write
STATUS deprecated
DESCRIPTION
"This object is a user-assigned asset tracking identifier
for the physical entity as specified by a network manager,
and provides non-volatile storage of this information.
On the first instantiation of an physical entity, the value
of ceasAssetID associated with that entity is set to the
zero-length string.
Not every physical component will have a asset tracking
identifier, or even need one. Physical entities for which
the associated value of the ceAssetIsFRU object is equal to
'false' (e.g., the repeater ports within a repeater module),
do not need their own unique asset tracking identifier. An
agent does not have to provide write access for such
entities, and may instead return a zero-length string.
If write access is implemented for an instance of
ceasAssetID, and a value is written into the instance, the
agent must retain the supplied value in the ceasAssetID
instance associated with the same physical entity for as
long as that entity remains instantiated. This includes
instantiations across all re-initializations/reboots of
the network management system, including those which result
in a change of the physical entity's entPhysicalIndex value.
If no asset tracking information is associated with the
physical component, then this object will contain a zero-
length string."
::= { ceAssetEntry 13 }
ceAssetIsFRU OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-only
STATUS deprecated
DESCRIPTION
"This object indicates whether or not this physical entity
is considered a 'field replaceable unit' by the vendor. If
this object contains the value 'true' then the corresponding
entPhysicalEntry identifies a field replaceable unit. For
all entPhysicalEntries which represent components that are
permanently contained within a field replaceable unit, the
value 'false' should be returned for this object."
::= { ceAssetEntry 14 }
ceAssetGroup OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- The collection of objects which are used to describe and
-- monitor asset-related data of ENTITY-MIB
-- entPhysicalTable items.
-- objects
-- ceAssetOEMString, ceAssetSerialNumber,
-- ceAssetOrderablePartNumber, ceAssetHardwareRevision,
-- ceAssetMfgAssyNumber, ceAssetMfgAssyRevision,
-- ceAssetFirmwareID, ceAssetFirmwareRevision, ceAssetSoftwareID,
-- ceAssetSoftwareRevision, ceAssetCLEI, ceAssetAlias,
-- ceAssetTag, ceAssetIsFRU
ceAssetGroupRev1 OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- The collection of objects which are used to describe and
-- monitor asset-related extension data of ENTITY-MIB (RFC 2737)
-- entPhysicalTable items.
-- objects
-- ceAssetOEMString, ceAssetMfgAssyNumber,
-- ceAssetMfgAssyRevision, ceAssetFirmwareID, ceAssetSoftwareID,
-- ceAssetCLEI
ceAssetEntityGroup OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- The collection of objects which are duplicated from the
-- objects in the entPhysicalTable of ENTITY-MIB (RFC 2737).
-- objects
-- ceAssetOrderablePartNumber, ceAssetSerialNumber,
-- ceAssetHardwareRevision, ceAssetFirmwareRevision,
-- ceAssetSoftwareRevision, ceAssetAlias, ceAssetTag,
-- ceAssetIsFRU
ceAssetGroupRev2 OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBGroups 4 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- The collection of objects which are used to describe and
-- monitor asset-related extension data of ENTITY-MIB (RFC 2737)
-- entPhysicalTable items.
-- objects
-- ceAssetMfgAssyNumber, ceAssetMfgAssyRevision, ceAssetCLEI
ciscoEntityAssetMIBCompliance OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- An ENTITY-MIB implementation that lists entities with asset
-- information in its entPhysicalTable must implement this group.
-- Module
-- >>current<<
-- MandGroup
-- ceAssetGroup
ciscoEntityAssetMIBComplianceRev1 OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- An ENTITY-MIB implementation that lists entities with asset
-- information in its entPhysicalTable must implement this group.
-- Module
-- >>current<<
-- MandGroup
-- ceAssetGroupRev1
-- OptGroup
-- ceAssetEntityGroup
ciscoEntityAssetMIBComplianceRev2 OBJECT IDENTIFIER ::= { ciscoEntityAssetMIBCompliances 3 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- An ENTITY-MIB implementation that lists entities with asset
-- information in its entPhysicalTable must implement this group.
-- Module
-- >>current<<
-- MandGroup
-- ceAssetGroupRev2
END