1-------------------------------------------------------------------------------
2--
3-- Title: Systems Management Instrumentation MIB
4--
5-- Version: 7.4.0
6--
7-- Release Date:Nov 2013
8--
9-- Description: This MIB defines MIB objects that make system instrumentation
10-- data available to SNMP management applications.
11--
12-- Copyright (c) 2000-2013 Dell Inc.
13-- All Rights Reserved.
14--
15-- Note: The information and functionality described by this MIB file,
16-- like many MIB files, is subject to change without notice.
17-- Please examine the version number of this MIB and compare it
18-- to the version number you are expecting.
19--
20-- OID Format Legend:
21--   <a> = attribute ID
22--   <i> = index ID
23--
24-------------------------------------------------------------------------------
25
26
27-------------------------------------------------------------------------------
28-- Begin MIB
29-------------------------------------------------------------------------------
30
31MIB-Dell-10892 DEFINITIONS ::= BEGIN
32
33IMPORTS
34    enterprises, IpAddress, Gauge
35        FROM RFC1155-SMI
36    OBJECT-TYPE
37        FROM RFC-1212
38    TRAP-TYPE
39        FROM RFC-1215
40    DisplayString
41        FROM RFC1213-MIB;
42
43
44-------------------------------------------------------------------------------
45-- Object Identifiers
46-------------------------------------------------------------------------------
47
48-- Enterprise ID
49dell                            OBJECT IDENTIFIER ::= { enterprises    674   }
50
51-- Server3 Branch
52server3                         OBJECT IDENTIFIER ::= { dell           10892 }
53
54-- Server3 Groups
55baseboardGroup                  OBJECT IDENTIFIER ::= { server3        1     }
56-- drsOutOfBandGroup            OBJECT IDENTIFIER ::= { server3        2     }
57-- (drsOutOfBandGroup is defined in another MIB file.)
58
59-- Server3 Baseboard Groups for Instrumentation
60mIBVersionGroup                 OBJECT IDENTIFIER ::= { baseboardGroup 1     }
61systemManagementSoftwareGroup   OBJECT IDENTIFIER ::= { baseboardGroup 100   }
62systemStateGroup                OBJECT IDENTIFIER ::= { baseboardGroup 200   }
63chassisInformationGroup         OBJECT IDENTIFIER ::= { baseboardGroup 300   }
64operatingSystemGroup            OBJECT IDENTIFIER ::= { baseboardGroup 400   }
65systemResourceGroup             OBJECT IDENTIFIER ::= { baseboardGroup 500   }
66powerGroup                      OBJECT IDENTIFIER ::= { baseboardGroup 600   }
67thermalGroup                    OBJECT IDENTIFIER ::= { baseboardGroup 700   }
68userSecurityGroup               OBJECT IDENTIFIER ::= { baseboardGroup 800   }
69remoteFlashBIOSGroup            OBJECT IDENTIFIER ::= { baseboardGroup 900   }
70portGroup                       OBJECT IDENTIFIER ::= { baseboardGroup 1000  }
71deviceGroup                     OBJECT IDENTIFIER ::= { baseboardGroup 1100  }
72slotGroup                       OBJECT IDENTIFIER ::= { baseboardGroup 1200  }
73memoryGroup                     OBJECT IDENTIFIER ::= { baseboardGroup 1300  }
74biosSetUpControlGroup           OBJECT IDENTIFIER ::= { baseboardGroup 1400  }
75lraGroup                        OBJECT IDENTIFIER ::= { baseboardGroup 1500  }
76cooGroup                        OBJECT IDENTIFIER ::= { baseboardGroup 1600  }
77-- remoteAccessGroup            OBJECT IDENTIFIER ::= { baseboardGroup 1700  }
78-- (remoteAccessGroup is defined in dcs3rmt.mib)
79clusterGroup                    OBJECT IDENTIFIER ::= { baseboardGroup 1800  }
80bmcGroup                        OBJECT IDENTIFIER ::= { baseboardGroup 1900  }
81-- fruGroup                     OBJECT IDENTIFIER ::= { baseboardGroup 2000  }
82-- (fruGroup is defined in dcs3fru.mib)
83alertGroup                      OBJECT IDENTIFIER ::= { baseboardGroup 5000  }
84
85
86-------------------------------------------------------------------------------
87-- Textual Conventions
88-------------------------------------------------------------------------------
89
90DellString                      ::= DisplayString (SIZE (0..64))
91DellSecurityString              ::= DisplayString (SIZE (0..255))
92DellCostofOwnershipString       ::= DisplayString (SIZE (0..64))
93DellMACAddress                  ::= OCTET STRING (SIZE(6))
94DellObjectRange                 ::= INTEGER (1..128)
95DellUnsigned8BitRange           ::= INTEGER (0..255)
96DellUnsigned16BitRange          ::= INTEGER (0..65535)
97DellUnsigned32BitRange          ::= Gauge (0..4294967295)
98DellSigned32BitRange            ::= INTEGER (-2147483647..2147483647)
99DellBoolean                     ::= INTEGER (0..1)    -- 0 = FALSE, 1 = TRUE
100
101-- This definition is required because SNMP V1 does not support 64 bit ranges.
102-- The information sent back by this subagent will have the most significant
103-- byte of the information as the first byte (i.e. network byte order).
104-- E.G. The integer value 0x1029384754657687 will be sent as:
105-- Byte:   1         2         3         4         ...
106-- Hex:    10        29        38        47        ...
107-- Binary: 0001 0000 0010 1001 0011 1000 0100 0111 ...
108DellUnsigned64BitRange          ::= OCTET STRING (SIZE(8))
109
110-- DellDateName dates are defined in the displayable format
111--   yyyymmddHHMMSS.uuuuuu+ooo
112-- where yyyy is the year, mm is the month number, dd is the day of the month,
113-- HHMMSS are the hours, minutes and seconds, respectively, uuuuuu is the
114-- number of microseconds, and +ooo is the offset from UTC in minutes. If east
115-- of UTC, the number is preceded by a plus (+) sign, and if west of UTC, the
116-- number is preceded by a minus (-) sign.
117--
118-- For example, Wednesday, May 25, 1994, at 1:30:15 PM EDT
119--   would be represented as: 19940525133015.000000-300
120--
121-- Values must be zero-padded if necessary, like "05" in the example above.
122-- If a value is not supplied for a field, each character in the field
123-- must be replaced with asterisk ('*') characters.
124DellDateName                    ::= DisplayString (SIZE (25))
125
126-- Note About Bit Fields:
127-- Attributes with definitions of xxxCapabilities, xxxCapabilitiesUnique,
128-- xxxSettings, xxxSettingsUnique and xxxFeatureFlags are integers
129-- representing a series of bit definitions.  They are NOT enumerations and
130-- should be treated as bit fields.  The value is passed as a decimal value;
131-- it should be converted to hex, and the appropriate bits should be parsed
132-- from that.  Some of the more common bit combinations are defined in some
133-- variables, but not all combinations are or will be defined.
134
135--
136-- Generic State Capabilities
137--
138DellStateCapabilities           ::= INTEGER {
139    -- If set to 0 (zero), object has no state capabilities
140    unknownCapabilities(1),     -- object's state capabilities are unknown
141    -- The object's state capabilities allow it to be set to:
142    enableCapable(2),           -- be disabled (offline) or be enabled (online)
143    notReadyCapable(4),         -- not ready
144    enableAndNotReadyCapable(6)
145}
146
147--
148-- Generic State Settings
149--
150DellStateSettings           ::= INTEGER {
151    -- If set to 0 (zero), object has no state settings enabled and is disabled
152    unknown(1),             -- object's state is unknown
153    enabled(2),             -- object's state is disabled (offline) if bit is off
154                            -- or enabled (online) if bit is on
155    notReady(4),            -- object's state is not ready
156    enabledAndNotReady(6)
157}
158
159--
160-- Probe Capabilities
161--
162DellProbeCapabilities                           ::= INTEGER {
163    -- If set to 0 (zero) the object has no probe capabilities
164    -- The object's probe capabilities allow it to be set to:
165    upperNonCriticalThresholdSetCapable(1),     -- upper noncritical threshold can be set
166    lowerNonCriticalThresholdSetCapable(2),     -- lower noncritical threshold can be set
167    upperNonCriticalThresholdDefaultCapable(4), -- upper noncritical threshold can be set to default
168    lowerNonCriticalThresholdDefaultCapable(8)  -- lower noncritical threshold can be set to default
169}
170
171--
172-- Status
173--
174DellStatus                  ::= INTEGER {
175    other(1),               -- status is not one of the following:
176    unknown(2),             -- status of object is unknown (not known or monitored)
177    ok(3),                  -- status of object is OK (normal)
178    nonCritical(4),         -- status of object is noncritical (warning)
179    critical(5),            -- status of object is critical (failure)
180    nonRecoverable(6)       -- status of object is non-recoverable (dead)
181}
182
183--
184-- Redundancy Status
185--
186DellStatusRedundancy        ::= INTEGER {
187    other(1),               -- redundancy status is not one of the following:
188    unknown(2),             -- redundancy status is unknown (not known or monitored)
189    full(3),                -- object is fully redundant
190    degraded(4),            -- object's redundancy has been degraded
191    lost(5),                -- object's redundancy has been lost
192    notRedundant(6),        -- redundancy status does not apply or object is not redundant
193    redundancyOffline(7)    -- redundancy object taken offline
194}
195
196--
197-- Probe Status
198--
199DellStatusProbe             ::= INTEGER {
200    other(1),               -- probe status is not one of the following:
201    unknown(2),             -- probe status is unknown (not known or monitored)
202    ok(3),                  -- probe is reporting a value within the thresholds
203    nonCriticalUpper(4),    -- probe has crossed upper noncritical threshold
204    criticalUpper(5),       -- probe has crossed upper critical threshold
205    nonRecoverableUpper(6), -- probe has crossed upper non-recoverable threshold
206    nonCriticalLower(7),    -- probe has crossed lower noncritical threshold
207    criticalLower(8),       -- probe has crossed lower critical threshold
208    nonRecoverableLower(9), -- probe has crossed lower non-recoverable threshold
209    failed(10)              -- probe is not functional
210}
211
212
213-------------------------------------------------------------------------------
214--
215-- MIB Groups
216--
217-------------------------------------------------------------------------------
218
219
220-------------------------------------------------------------------------------
221-- MIB Version Group
222--
223-- OID Format: 1.3.6.1.4.1.674.10892.1.1.<a>.0
224-------------------------------------------------------------------------------
225
226mIBMajorVersionNumber                           OBJECT-TYPE
227    SYNTAX      DellUnsigned8BitRange
228    ACCESS      read-only
229    STATUS      mandatory
230    DESCRIPTION
231"0001.0001 This attribute defines the major version number for the version
232of this MIB supported by the systems management software."
233    ::= { mIBVersionGroup 1 }
234mIBMinorVersionNumber                           OBJECT-TYPE
235    SYNTAX      DellUnsigned8BitRange
236    ACCESS      read-only
237    STATUS      mandatory
238    DESCRIPTION
239"0001.0002 This attribute defines the minor version number for the version
240of this MIB supported by the systems management software."
241    ::= { mIBVersionGroup 2 }
242mIBMaintenanceVersionNumber                     OBJECT-TYPE
243    SYNTAX      DellUnsigned8BitRange
244    ACCESS      read-only
245    STATUS      mandatory
246    DESCRIPTION
247"0001.0003 This attribute defines the maintenance version number for the
248version of this MIB supported by the systems management software."
249    ::= { mIBVersionGroup 3 }
250
251
252-------------------------------------------------------------------------------
253-- System Management Software Group
254--
255-- OID Format: 1.3.6.1.4.1.674.10892.1.100.<a>.0
256-------------------------------------------------------------------------------
257
258SMSSupportedTypes                               ::= INTEGER {
259    -- Note: These values are bit masks, so combination values are possible.
260    supportsSNMP(1),                            -- supports SNMP
261    supportsDMI(2),                             -- supports DMI
262    supportsSNMPandDMI(3),                      -- supports SNMP and DMI
263    supportsCIMOM(4),                           -- supports CIM
264    supportsSNMPandCIMOM(5),                    -- supports SNMP and CIM
265    supportsSNMPandDMIandCIMOM(7)               -- supports SNMP, DMI and CIM
266}
267SMSFeatureFlags                                 ::= INTEGER {
268    -- Note: These values are bit masks, so combination values are possible.
269    -- If 0 (zero), none of the following features are enabled:
270    webOneToOneManagementPreferred(1)           -- web 1:1 management preferred
271}
272SMSSNMPAgentFeatureFlags                        ::= INTEGER {
273    -- Note: These values are bit masks, so combination values are possible.
274    -- If 0 (zero), none of the following features are enabled:
275    supportsSparseTables(1)                     -- SNMP agent supports sparse tables
276}
277
278systemManagementSoftwareName                    OBJECT-TYPE
279    SYNTAX      DellString
280    ACCESS      read-only
281    STATUS      mandatory
282    DESCRIPTION
283"0100.0001 This attribute defines the product name of the
284systems management software."
285    ::= { systemManagementSoftwareGroup 1 }
286systemManagementSoftwareVersionNumberName       OBJECT-TYPE
287    SYNTAX      DellString
288    ACCESS      read-only
289    STATUS      mandatory
290    DESCRIPTION
291"0100.0002 This attribute defines the version number of the
292instrumentation component of the systems management software."
293    ::= { systemManagementSoftwareGroup 2 }
294systemManagementSoftwareBuildNumber             OBJECT-TYPE
295    SYNTAX      DellUnsigned16BitRange
296    ACCESS      read-only
297    STATUS      mandatory
298    DESCRIPTION
299"0100.0003 This attribute defines the build number of the
300instrumentation component of the systems management software."
301    ::= { systemManagementSoftwareGroup 3 }
302systemManagementSoftwareDescriptionName         OBJECT-TYPE
303    SYNTAX      DellString
304    ACCESS      read-only
305    STATUS      mandatory
306    DESCRIPTION
307"0100.0004 This attribute defines the description of the
308systems management software."
309    ::= { systemManagementSoftwareGroup 4 }
310systemManagementSoftwareSupportedProtocol       OBJECT-TYPE
311    SYNTAX      SMSSupportedTypes
312    ACCESS      read-only
313    STATUS      mandatory
314    DESCRIPTION
315"0100.0005 This attribute defines the protocols supported by the
316instrumentation component of the systems management software."
317    ::= { systemManagementSoftwareGroup 5 }
318systemManagementSoftwarePreferredProtocol       OBJECT-TYPE
319    SYNTAX      SMSSupportedTypes
320    ACCESS      read-only
321    STATUS      mandatory
322    DESCRIPTION
323"0100.0006 This attribute defines the protocol preferred by the
324instrumentation component of the systems management software."
325    ::= { systemManagementSoftwareGroup 6 }
326systemManagementSoftwareUpdateLevelName         OBJECT-TYPE
327    SYNTAX      DellString
328    ACCESS      read-only
329    STATUS      mandatory
330    DESCRIPTION
331"0100.0007 This attribute defines the update level of the
332instrumentation component of the systems management software."
333    ::= { systemManagementSoftwareGroup 7 }
334systemManagementSoftwareURLName                 OBJECT-TYPE
335    SYNTAX      DisplayString (SIZE (0..1024))
336    ACCESS      read-only
337    STATUS      mandatory
338    DESCRIPTION
339"0100.0008 This attribute defines the Universal Resource Locator (URL)
340of the systems management software."
341    ::= { systemManagementSoftwareGroup 8 }
342systemManagementSoftwareLanguageName            OBJECT-TYPE
343    SYNTAX      DisplayString (SIZE (0..255))
344    ACCESS      read-only
345    STATUS      mandatory
346    DESCRIPTION
347"0100.0009 This attribute defines the language of the
348systems management software."
349    ::= { systemManagementSoftwareGroup 9 }
350systemManagementSoftwareGlobalVersionName       OBJECT-TYPE
351    SYNTAX      DellString
352    ACCESS      read-only
353    STATUS      mandatory
354    DESCRIPTION
355"0100.0010 This attribute defines the global version of the
356systems management software."
357    ::= { systemManagementSoftwareGroup 10 }
358systemManagementSoftwareFeatureFlags            OBJECT-TYPE
359    SYNTAX      SMSFeatureFlags
360    ACCESS      read-only
361    STATUS      mandatory
362    DESCRIPTION
363"0100.0011 This attribute defines the features of the systems management
364software.  If the value is zero, none of the features are enabled.
365Note: This attribute is a bit field, so the value returned may be
366a combination of the bit masks defined in SMSFeatureFlags."
367    ::= { systemManagementSoftwareGroup 11 }
368systemManagementSoftwareSNMPAgentFeatureFlags   OBJECT-TYPE
369    SYNTAX      SMSSNMPAgentFeatureFlags
370    ACCESS      read-only
371    STATUS      mandatory
372    DESCRIPTION
373"0100.0012 This attribute defines the features of the SNMP agent
374software provided by the operating system.  If the value is zero,
375none of the features are enabled.  Note: This attribute is a bit field,
376so the value returned may be a combination of the bit masks defined
377in SMSSNMPAgentFeatureFlags."
378    ::= { systemManagementSoftwareGroup 12 }
379systemManagementSoftwareManufacturerName        OBJECT-TYPE
380    SYNTAX      DellString
381    ACCESS      read-only
382    STATUS      mandatory
383    DESCRIPTION
384"0100.0013 This attribute defines the manufacturer of the
385systems management software."
386    ::= { systemManagementSoftwareGroup 13 }
387
388
389-------------------------------------------------------------------------------
390-- System State Group
391--
392-- OID Format: 1.3.6.1.4.1.674.10892.1.200
393-------------------------------------------------------------------------------
394
395
396-------------------------------------------------------------------------------
397-- System State Table
398--
399-- OID Format: 1.3.6.1.4.1.674.10892.1.200.10.1.<a>.<i1>
400-------------------------------------------------------------------------------
401
402SystemStateTableEntry                              ::= SEQUENCE {
403    systemStatechassisIndex                        DellObjectRange,
404    systemStateGlobalSystemStatus                  DellStatus,
405    systemStateChassisState                        DellStateSettings,
406    systemStateChassisStatus                       DellStatus,
407    systemStatePowerUnitStateDetails               OCTET STRING (SIZE(1..128)),
408    systemStatePowerUnitStatusRedundancy           DellStatusRedundancy,
409    systemStatePowerUnitStatusDetails              OCTET STRING (SIZE(1..128)),
410    systemStatePowerSupplyStateDetails             OCTET STRING (SIZE(1..128)),
411    systemStatePowerSupplyStatusCombined           DellStatus,
412    systemStatePowerSupplyStatusDetails            OCTET STRING (SIZE(1..128)),
413    systemStateVoltageStateDetails                 OCTET STRING (SIZE(1..128)),
414    systemStateVoltageStatusCombined               DellStatus,
415    systemStateVoltageStatusDetails                OCTET STRING (SIZE(1..128)),
416    systemStateAmperageStateDetails                OCTET STRING (SIZE(1..128)),
417    systemStateAmperageStatusCombined              DellStatus,
418    systemStateAmperageStatusDetails               OCTET STRING (SIZE(1..128)),
419    systemStateCoolingUnitStateDetails             OCTET STRING (SIZE(1..128)),
420    systemStateCoolingUnitStatusRedundancy         DellStatusRedundancy,
421    systemStateCoolingUnitStatusDetails            OCTET STRING (SIZE(1..128)),
422    systemStateCoolingDeviceStateDetails           OCTET STRING (SIZE(1..128)),
423    systemStateCoolingDeviceStatusCombined         DellStatus,
424    systemStateCoolingDeviceStatusDetails          OCTET STRING (SIZE(1..128)),
425    systemStateTemperatureStateDetails             OCTET STRING (SIZE(1..128)),
426    systemStateTemperatureStatusCombined           DellStatus,
427    systemStateTemperatureStatusDetails            OCTET STRING (SIZE(1..128)),
428    systemStateMemoryDeviceStateDetails            OCTET STRING (SIZE(1..128)),
429    systemStateMemoryDeviceStatusCombined          DellStatus,
430    systemStateMemoryDeviceStatusDetails           OCTET STRING (SIZE(1..128)),
431    systemStateChassisIntrusionStateDetails        OCTET STRING (SIZE(1..128)),
432    systemStateChassisIntrusionStatusCombined      DellStatus,
433    systemStateChassisIntrusionStatusDetails       OCTET STRING (SIZE(1..128)),
434    systemStateACPowerSwitchStateDetails           OCTET STRING (SIZE(1..128)),
435    systemStateACPowerSwitchStatusRedundancy       DellStatusRedundancy,
436    systemStateACPowerSwitchStatusDetails          OCTET STRING (SIZE(1..128)),
437    systemStateACPowerCordStateDetails             OCTET STRING (SIZE(1..128)),
438    systemStateACPowerCordStatusCombined           DellStatus,
439    systemStateACPowerCordStatusDetails            OCTET STRING (SIZE(1..128)),
440    systemStateRedundantMemoryUnitStateDetails     OCTET STRING (SIZE(1..128)),
441    systemStateRedundantMemoryUnitStatusRedundancy DellStatusRedundancy,
442    systemStateRedundantMemoryUnitStatusDetails    OCTET STRING (SIZE(1..128)),
443    systemStateEventLogStatus                      DellStatus,
444    systemStatePowerUnitStatusCombined             DellStatus,
445    systemStatePowerUnitStatusList                 OCTET STRING (SIZE(1..128)),
446    systemStateCoolingUnitStatusCombined           DellStatus,
447    systemStateCoolingUnitStatusList               OCTET STRING (SIZE(1..128)),
448    systemStateACPowerSwitchStatusCombined         DellStatus,
449    systemStateACPowerSwitchStatusList             OCTET STRING (SIZE(1..128)),
450    systemStateRedundantMemoryUnitStatusCombined   DellStatus,
451    systemStateRedundantMemoryUnitStatusList       OCTET STRING (SIZE(1..128)),
452    systemStateProcessorDeviceStatusCombined       DellStatus,
453    systemStateProcessorDeviceStatusList           OCTET STRING (SIZE(1..128)),
454    systemStateBatteryStatusCombined               DellStatus,
455    systemStateBatteryStatusList                   OCTET STRING (SIZE(1..128)),
456    systemStateSDCardUnitStatusCombined            DellStatus,
457    systemStateSDCardUnitStatusList                OCTET STRING (SIZE(1..128)),
458    systemStateSDCardDeviceStatusCombined          DellStatus,
459    systemStateSDCardDeviceStatusList              OCTET STRING (SIZE(1..128))
460}
461
462systemStateTable                                OBJECT-TYPE
463    SYNTAX      SEQUENCE OF SystemStateTableEntry
464    ACCESS      not-accessible
465    STATUS      mandatory
466    DESCRIPTION
467"0200.0010 This object defines the System State Table."
468    ::= { systemStateGroup 10 }
469systemStateTableEntry                           OBJECT-TYPE
470    SYNTAX      SystemStateTableEntry
471    ACCESS      not-accessible
472    STATUS      mandatory
473    DESCRIPTION
474"0200.0010.0001 This object defines the System State Table Entry."
475    INDEX       { systemStatechassisIndex }
476    ::= { systemStateTable 1 }
477
478systemStatechassisIndex                         OBJECT-TYPE
479    SYNTAX      DellObjectRange
480    ACCESS      read-only
481    STATUS      mandatory
482    DESCRIPTION
483"0200.0010.0001.0001 This attribute defines the index (one based) of this
484chassis."
485    ::= { systemStateTableEntry 1 }
486systemStateGlobalSystemStatus                   OBJECT-TYPE
487    SYNTAX      DellStatus
488    ACCESS      read-only
489    STATUS      mandatory
490    DESCRIPTION
491"0200.0010.0001.0002 This attribute defines the global system status
492of all chassis being monitored by the systems management software."
493    ::= { systemStateTableEntry 2 }
494systemStateChassisState                         OBJECT-TYPE
495    SYNTAX      DellStateSettings
496    ACCESS      read-only
497    STATUS      mandatory
498    DESCRIPTION
499"0200.0010.0001.0003 This attribute defines the state settings of this
500chassis."
501    ::= { systemStateTableEntry 3 }
502systemStateChassisStatus                        OBJECT-TYPE
503    SYNTAX      DellStatus
504    ACCESS      read-only
505    STATUS      mandatory
506    DESCRIPTION
507"0200.0010.0001.0004 This attribute defines the status of this chassis."
508    ::= { systemStateTableEntry 4 }
509systemStatePowerUnitStateDetails                OBJECT-TYPE
510    SYNTAX      OCTET STRING (SIZE(1..128))
511    ACCESS      read-only
512    STATUS      mandatory
513    DESCRIPTION
514"0200.0010.0001.0005 This attribute lists the state settings of each
515power unit of this chassis.  The results are returned as a binary octet
516string where each byte of the octet string represents the state settings
517of a power unit.  The first byte returned represents the state settings
518of the first power unit, etc.  The bytes have the same definition type
519as DellStateSettings."
520    ::= { systemStateTableEntry 5 }
521systemStatePowerUnitStatusRedundancy            OBJECT-TYPE
522    SYNTAX      DellStatusRedundancy
523    ACCESS      read-only
524    STATUS      mandatory
525    DESCRIPTION
526"0200.0010.0001.0006 This attribute defines the combined redundancy status
527of all power units of this chassis."
528    ::= { systemStateTableEntry 6 }
529systemStatePowerUnitStatusDetails               OBJECT-TYPE
530    SYNTAX      OCTET STRING (SIZE(1..128))
531    ACCESS      read-only
532    STATUS      mandatory
533    DESCRIPTION
534"0200.0010.0001.0007 This attribute lists the redundancy status of each
535power unit of this chassis.  The results are returned as a binary octet
536string where each byte of the octet string represents the redundancy status
537of a power unit.  The first byte returned represents the redundancy status
538of the first power unit, etc.  The bytes have the same definition type as
539DellStatusRedundancy."
540    ::= { systemStateTableEntry 7 }
541systemStatePowerSupplyStateDetails              OBJECT-TYPE
542    SYNTAX      OCTET STRING (SIZE(1..128))
543    ACCESS      read-only
544    STATUS      mandatory
545    DESCRIPTION
546"0200.0010.0001.0008 This attribute lists the state settings of each
547power supply of this chassis.  The results are returned as a binary octet
548string where each byte of the octet string represents the state settings
549of a power supply.  The first byte returned represents the state settings
550of the first power supply, etc.  The bytes have the same definition type
551as DellStateSettings."
552    ::= { systemStateTableEntry 8 }
553systemStatePowerSupplyStatusCombined            OBJECT-TYPE
554    SYNTAX      DellStatus
555    ACCESS      read-only
556    STATUS      mandatory
557    DESCRIPTION
558"0200.0010.0001.0009 This attribute defines the combined status of all
559power supplies of this chassis."
560    ::= { systemStateTableEntry 9 }
561systemStatePowerSupplyStatusDetails             OBJECT-TYPE
562    SYNTAX      OCTET STRING (SIZE(1..128))
563    ACCESS      read-only
564    STATUS      mandatory
565    DESCRIPTION
566"0200.0010.0001.0010 This attribute lists the status of each power supply
567of this chassis.  The results are returned as a binary octet string where
568each byte of the octet string represents the status of a power supply.
569The first byte returned represents the status of the first power supply,
570etc.  The bytes have the same definition type as DellStatus."
571    ::= { systemStateTableEntry 10 }
572systemStateVoltageStateDetails                  OBJECT-TYPE
573    SYNTAX      OCTET STRING (SIZE(1..128))
574    ACCESS      read-only
575    STATUS      mandatory
576    DESCRIPTION
577"0200.0010.0001.0011 This attribute lists the state settings of each
578voltage probe of this chassis.  The results are returned as a binary octet
579string where each byte of the octet string represents the state settings
580of a voltage probe.  The first byte returned represents the state settings
581of the first voltage probe, etc.  The bytes have the same definition type
582as DellStateSettings."
583    ::= { systemStateTableEntry 11 }
584systemStateVoltageStatusCombined                OBJECT-TYPE
585    SYNTAX      DellStatus
586    ACCESS      read-only
587    STATUS      mandatory
588    DESCRIPTION
589"0200.0010.0001.0012 This attribute defines the combined status of all
590voltage probes of this chassis."
591    ::= { systemStateTableEntry 12 }
592systemStateVoltageStatusDetails                 OBJECT-TYPE
593    SYNTAX      OCTET STRING (SIZE(1..128))
594    ACCESS      read-only
595    STATUS      mandatory
596    DESCRIPTION
597"0200.0010.0001.0013 This attribute lists the status of each voltage probe
598of this chassis.  The results are returned as a binary octet string where
599each byte of the octet string represents the status of a voltage probe.
600The first byte returned represents the status of the first voltage probe,
601etc.  The bytes have the same definition type as DellStatus."
602    ::= { systemStateTableEntry 13 }
603systemStateAmperageStateDetails                 OBJECT-TYPE
604    SYNTAX      OCTET STRING (SIZE(1..128))
605    ACCESS      read-only
606    STATUS      mandatory
607    DESCRIPTION
608"0200.0010.0001.0014 This attribute lists the state settings of each
609amperage probe of this chassis.  The results are returned as a binary octet
610string where each byte of the octet string represents the state settings
611of an amperage probe.  The first byte returned represents the state settings
612of the first amperage probe, etc.  The bytes have the same definition type
613as DellStateSettings."
614    ::= { systemStateTableEntry 14 }
615systemStateAmperageStatusCombined               OBJECT-TYPE
616    SYNTAX      DellStatus
617    ACCESS      read-only
618    STATUS      mandatory
619    DESCRIPTION
620"0200.0010.0001.0015 This attribute defines the combined status of all
621amperage probes of this chassis."
622    ::= { systemStateTableEntry 15 }
623systemStateAmperageStatusDetails                OBJECT-TYPE
624    SYNTAX      OCTET STRING (SIZE(1..128))
625    ACCESS      read-only
626    STATUS      mandatory
627    DESCRIPTION
628"0200.0010.0001.0016 This attribute lists the status of each amperage probe
629of this chassis.  The results are returned as a binary octet string where
630each byte of the octet string represents the status of an amperage probe.
631The first byte returned represents the status of the first amperage probe,
632etc.  The bytes have the same definition type as DellStatus."
633    ::= { systemStateTableEntry 16 }
634systemStateCoolingUnitStateDetails              OBJECT-TYPE
635    SYNTAX      OCTET STRING (SIZE(1..128))
636    ACCESS      read-only
637    STATUS      mandatory
638    DESCRIPTION
639"0200.0010.0001.0017 This attribute lists the state settings of each
640cooling unit of this chassis.  The results are returned as a binary octet
641string where each byte of the octet string represents the state settings
642of a cooling unit.  The first byte returned represents the state settings
643of the first cooling unit, etc.  The bytes have the same definition type
644as DellStateSettings."
645    ::= { systemStateTableEntry 17 }
646systemStateCoolingUnitStatusRedundancy          OBJECT-TYPE
647    SYNTAX      DellStatusRedundancy
648    ACCESS      read-only
649    STATUS      mandatory
650    DESCRIPTION
651"0200.0010.0001.0018 This attribute defines the combined redundancy status
652of all cooling units of this chassis."
653    ::= { systemStateTableEntry 18 }
654systemStateCoolingUnitStatusDetails             OBJECT-TYPE
655    SYNTAX      OCTET STRING (SIZE(1..128))
656    ACCESS      read-only    STATUS      mandatory
657    DESCRIPTION
658"0200.0010.0001.0019 This attribute lists the redundancy status of each
659cooling unit of this chassis.  The results are returned as a binary octet
660string where each byte of the octet string represents the redundancy status
661of a cooling unit.  The first byte returned represents the redundancy status
662of the first cooling unit, etc.  The bytes have the same definition type as
663DellStatusRedundancy."
664    ::= { systemStateTableEntry 19 }
665systemStateCoolingDeviceStateDetails            OBJECT-TYPE
666    SYNTAX      OCTET STRING (SIZE(1..128))
667    ACCESS      read-only
668    STATUS      mandatory
669    DESCRIPTION
670"0200.0010.0001.0020 This attribute lists the state settings of each
671cooling device of this chassis.  The results are returned as a binary octet
672string where each byte of the octet string represents the state settings
673of a cooling device.  The first byte returned represents the state settings
674of the first cooling device, etc.  The bytes have the same definition type
675as DellStateSettings."
676    ::= { systemStateTableEntry 20 }
677systemStateCoolingDeviceStatusCombined          OBJECT-TYPE
678    SYNTAX      DellStatus
679    ACCESS      read-only
680    STATUS      mandatory
681    DESCRIPTION
682"0200.0010.0001.0021 This attribute defines the combined status of all
683cooling devices of this chassis."
684    ::= { systemStateTableEntry 21 }
685systemStateCoolingDeviceStatusDetails           OBJECT-TYPE
686    SYNTAX      OCTET STRING (SIZE(1..128))
687    ACCESS      read-only
688    STATUS      mandatory
689    DESCRIPTION
690"0200.0010.0001.0022 This attribute lists the status of each cooling device
691of this chassis.  The results are returned as a binary octet string where
692each byte of the octet string represents the status of a cooling device.
693The first byte returned represents the status of the first cooling device,
694etc.  The bytes have the same definition type as DellStatus."
695    ::= { systemStateTableEntry 22 }
696systemStateTemperatureStateDetails              OBJECT-TYPE
697    SYNTAX      OCTET STRING (SIZE(1..128))
698    ACCESS      read-only
699    STATUS      mandatory
700    DESCRIPTION
701"0200.0010.0001.0023 This attribute lists the state settings of each
702temperature probe of this chassis.  The results are returned as a binary octet
703string where each byte of the octet string represents the state settings
704of a temperature probe.  The first byte returned represents the state settings
705of the first temperature probe, etc.  The bytes have the same definition type
706as DellStateSettings."
707    ::= { systemStateTableEntry 23 }
708systemStateTemperatureStatusCombined            OBJECT-TYPE
709    SYNTAX      DellStatus
710    ACCESS      read-only
711    STATUS      mandatory
712    DESCRIPTION
713"0200.0010.0001.0024 This attribute defines the combined status of all
714temperature probes of this chassis."
715    ::= { systemStateTableEntry 24 }
716systemStateTemperatureStatusDetails             OBJECT-TYPE
717    SYNTAX      OCTET STRING (SIZE(1..128))
718    ACCESS      read-only
719    STATUS      mandatory
720    DESCRIPTION
721"0200.0010.0001.0025 This attribute lists the status of each temperature probe
722of this chassis.  The results are returned as a binary octet string where
723each byte of the octet string represents the status of a temperature probe.
724The first byte returned represents the status of the first temperature probe,
725etc.  The bytes have the same definition type as DellStatus."
726    ::= { systemStateTableEntry 25 }
727systemStateMemoryDeviceStateDetails             OBJECT-TYPE
728    SYNTAX      OCTET STRING (SIZE(1..128))
729    ACCESS      read-only
730    STATUS      mandatory
731    DESCRIPTION
732"0200.0010.0001.0026 This attribute lists the state settings of each
733memory device of this chassis.  The results are returned as a binary octet
734string where each byte of the octet string represents the state settings
735of a memory device.  The first byte returned represents the state settings
736of the first memory device, etc.  The bytes have the same definition type
737as DellStateSettings."
738    ::= { systemStateTableEntry 26 }
739systemStateMemoryDeviceStatusCombined           OBJECT-TYPE
740    SYNTAX      DellStatus
741    ACCESS      read-only
742    STATUS      mandatory
743    DESCRIPTION
744"0200.0010.0001.0027 This attribute defines the combined status of all
745memory devices of this chassis."
746    ::= { systemStateTableEntry 27 }
747systemStateMemoryDeviceStatusDetails            OBJECT-TYPE
748    SYNTAX      OCTET STRING (SIZE(1..128))
749    ACCESS      read-only
750    STATUS      mandatory
751    DESCRIPTION
752"0200.0010.0001.0028 This attribute lists the status of each memory device
753of this chassis.  The results are returned as a binary octet string where
754each byte of the octet string represents the status of a memory device.
755The first byte returned represents the status of the first memory device,
756etc.  The bytes have the same definition type as DellStatus."
757    ::= { systemStateTableEntry 28 }
758systemStateChassisIntrusionStateDetails         OBJECT-TYPE
759    SYNTAX      OCTET STRING (SIZE(1..128))
760    ACCESS      read-only
761    STATUS      mandatory
762    DESCRIPTION
763"0200.0010.0001.0029 This attribute lists the state settings of each
764intrusion detection device of this chassis.  The results are returned as
765a binary octet string where each byte of the octet string represents the
766state settings of an intrusion detection device.  The first byte returned
767represents the state settings of the first intrusion detection device, etc.
768The bytes have the same definition type as DellStateSettings."
769    ::= { systemStateTableEntry 29 }
770systemStateChassisIntrusionStatusCombined       OBJECT-TYPE
771    SYNTAX      DellStatus
772    ACCESS      read-only
773    STATUS      mandatory
774    DESCRIPTION
775"0200.0010.0001.0030 This attribute defines the combined status of all
776intrusion detection devices of this chassis."
777    ::= { systemStateTableEntry 30 }
778systemStateChassisIntrusionStatusDetails        OBJECT-TYPE
779    SYNTAX      OCTET STRING (SIZE(1..128))
780    ACCESS      read-only
781    STATUS      mandatory
782    DESCRIPTION
783"0200.0010.0001.0031 This attribute lists the status of each intrusion
784detection device of this chassis.  The results are returned as a binary
785octet string where each byte of the octet string represents the status
786of an intrusion detection device.  The first byte returned represents the
787status of the first intrusion detection device, etc.  The bytes have the
788same definition type as DellStatus."
789    ::= { systemStateTableEntry 31 }
790systemStateACPowerSwitchStateDetails            OBJECT-TYPE
791    SYNTAX      OCTET STRING (SIZE(1..128))
792    ACCESS      read-only
793    STATUS      mandatory
794    DESCRIPTION
795"0200.0010.0001.0032 This attribute lists the state settings of each
796AC power switch of this chassis.  The results are returned as a binary octet
797string where each byte of the octet string represents the state settings
798of an AC power switch.  The first byte returned represents the state settings
799of the first AC power switch, etc.  The bytes have the same definition type
800as DellStateSettings."
801    ::= { systemStateTableEntry 32 }
802systemStateACPowerSwitchStatusRedundancy        OBJECT-TYPE
803    SYNTAX      DellStatusRedundancy
804    ACCESS      read-only
805    STATUS      mandatory
806    DESCRIPTION
807"0200.0010.0001.0033 This attribute defines the combined redundancy status
808of all AC power switches of this chassis."
809    ::= { systemStateTableEntry 33 }
810systemStateACPowerSwitchStatusDetails           OBJECT-TYPE
811    SYNTAX      OCTET STRING (SIZE(1..128))
812    ACCESS      read-only
813    STATUS      mandatory
814    DESCRIPTION
815"0200.0010.0001.0034 This attribute lists the redundancy status of each
816AC power switch of this chassis.  The results are returned as a binary octet
817string where each byte of the octet string represents the redundancy status
818of an AC power switch.  The first byte returned represents the redundancy
819status of the first AC power switch, etc.  The bytes have the same definition
820type as DellStatusRedundancy."
821    ::= { systemStateTableEntry 34 }
822systemStateACPowerCordStateDetails              OBJECT-TYPE
823    SYNTAX      OCTET STRING (SIZE(1..128))
824    ACCESS      read-only
825    STATUS      mandatory
826    DESCRIPTION
827"0200.0010.0001.0035 This attribute lists the state settings of each
828AC power cord associated with an AC power switch of this chassis.
829The results are returned as a binary octet string where each byte of
830the octet string represents the state settings of an AC power cord.
831The first byte returned represents the state settings of the first
832AC power cord, etc.  The bytes have the same definition type as
833DellStateSettings."
834    ::= { systemStateTableEntry 35 }
835systemStateACPowerCordStatusCombined            OBJECT-TYPE
836    SYNTAX      DellStatus
837    ACCESS      read-only
838    STATUS      mandatory
839    DESCRIPTION
840"0200.0010.0001.0036 This attribute defines the combined status of all
841AC power cords for any AC power switches of this chassis."
842    ::= { systemStateTableEntry 36 }
843systemStateACPowerCordStatusDetails             OBJECT-TYPE
844    SYNTAX      OCTET STRING (SIZE(1..128))
845    ACCESS      read-only
846    STATUS      mandatory
847    DESCRIPTION
848"0200.0010.0001.0037 This attribute lists the status of each AC power cord
849associated with an AC power switch of this chassis.  The results are returned
850as a binary octet string where each byte of the octet string represents
851the status of an AC power cord.  The first byte returned represents the status
852of the first AC power cord, etc.  The bytes have the same definition type
853as DellStatus."
854    ::= { systemStateTableEntry 37 }
855systemStateRedundantMemoryUnitStateDetails      OBJECT-TYPE
856    SYNTAX      OCTET STRING (SIZE(1..128))
857    ACCESS      read-only
858    STATUS      mandatory
859    DESCRIPTION
860"0200.0010.0001.0038 This attribute lists the state settings of each
861redundant memory unit of this chassis.  The results are returned as
862a binary octet string where each byte of the octet string represents
863the state settings of a redundant memory unit.  The first byte returned
864represents the state settings of the first redundant memory unit, etc.
865The bytes have the same definition type as DellStateSettings."
866    ::= { systemStateTableEntry 38 }
867systemStateRedundantMemoryUnitStatusRedundancy  OBJECT-TYPE
868    SYNTAX      DellStatusRedundancy
869    ACCESS      read-only
870    STATUS      mandatory
871    DESCRIPTION
872"0200.0010.0001.0039 This attribute defines the combined redundancy status
873of all redundant memory units of this chassis."
874    ::= { systemStateTableEntry 39 }
875systemStateRedundantMemoryUnitStatusDetails     OBJECT-TYPE
876    SYNTAX      OCTET STRING (SIZE(1..128))
877    ACCESS      read-only
878    STATUS      mandatory
879    DESCRIPTION
880"0200.0010.0001.0040 This attribute lists the redundancy status of each
881redundant memory unit of this chassis.  The results are returned as a binary
882octet string where each byte of the octet string represents the redundancy
883status of a redundant memory unit.  The first byte returned represents the
884redundancy status of the first redundant memory unit, etc.  The bytes have
885the same definition type as DellStatusRedundancy."
886    ::= { systemStateTableEntry 40 }
887systemStateEventLogStatus                       OBJECT-TYPE
888    SYNTAX      DellStatus
889    ACCESS      read-only
890    STATUS      mandatory
891    DESCRIPTION
892"0200.0010.0001.0041 This attribute defines the overall status of the
893(ESM) event log of this chassis."
894    ::= { systemStateTableEntry 41 }
895systemStatePowerUnitStatusCombined              OBJECT-TYPE
896    SYNTAX      DellStatus
897    ACCESS      read-only
898    STATUS      mandatory
899    DESCRIPTION
900"0200.0010.0001.0042 This attribute defines the combined status
901of all power units of this chassis."
902    ::= { systemStateTableEntry 42 }
903systemStatePowerUnitStatusList                  OBJECT-TYPE
904    SYNTAX      OCTET STRING (SIZE(1..128))
905    ACCESS      read-only
906    STATUS      mandatory
907    DESCRIPTION
908"0200.0010.0001.0043 This attribute lists the status of each
909power unit of this chassis.  The results are returned as a binary octet
910string where each byte of the octet string represents the status
911of a power unit.  The first byte returned represents the status
912of the first power unit, etc.  The bytes have the same definition type
913as DellStatus."
914    ::= { systemStateTableEntry 43 }
915systemStateCoolingUnitStatusCombined            OBJECT-TYPE
916    SYNTAX      DellStatus
917    ACCESS      read-only
918    STATUS      mandatory
919    DESCRIPTION
920"0200.0010.0001.0044 This attribute defines the combined status
921of all cooling units of this chassis."
922    ::= { systemStateTableEntry 44 }
923systemStateCoolingUnitStatusList                OBJECT-TYPE
924    SYNTAX      OCTET STRING (SIZE(1..128))
925    ACCESS      read-only
926    STATUS      mandatory
927    DESCRIPTION
928"0200.0010.0001.0045 This attribute lists the status of each
929cooling unit of this chassis.  The results are returned as a binary octet
930string where each byte of the octet string represents the status
931of a cooling unit.  The first byte returned represents the status
932of the first cooling unit, etc.  The bytes have the same definition type
933as DellStatus."
934    ::= { systemStateTableEntry 45 }
935systemStateACPowerSwitchStatusCombined          OBJECT-TYPE
936    SYNTAX      DellStatus
937    ACCESS      read-only
938    STATUS      mandatory
939    DESCRIPTION
940"0200.0010.0001.0046 This attribute defines the combined status
941of all AC power switches of this chassis."
942    ::= { systemStateTableEntry 46 }
943systemStateACPowerSwitchStatusList              OBJECT-TYPE
944    SYNTAX      OCTET STRING (SIZE(1..128))
945    ACCESS      read-only
946    STATUS      mandatory
947    DESCRIPTION
948"0200.0010.0001.0047 This attribute lists the status of each
949AC power switch of this chassis.  The results are returned as a binary octet
950string where each byte of the octet string represents the status
951of an AC power switch.  The first byte returned represents the status
952of the first AC power switch, etc.  The bytes have the same definition type
953as DellStatus."
954    ::= { systemStateTableEntry 47 }
955systemStateRedundantMemoryUnitStatusCombined    OBJECT-TYPE
956    SYNTAX      DellStatus
957    ACCESS      read-only
958    STATUS      mandatory
959    DESCRIPTION
960"0200.0010.0001.0048 This attribute defines the combined status
961of all redundant memory units of this chassis."
962    ::= { systemStateTableEntry 48 }
963systemStateRedundantMemoryUnitStatusList        OBJECT-TYPE
964    SYNTAX      OCTET STRING (SIZE(1..128))
965    ACCESS      read-only
966    STATUS      mandatory
967    DESCRIPTION
968"0200.0010.0001.0049 This attribute lists the status of each
969redundant memory unit of this chassis.  The results are returned as a binary
970octet string where each byte of the octet string represents the status
971of a redundant memory unit.  The first byte returned represents the status
972of the first redundant memory unit, etc.  The bytes have the same definition
973type as DellStatus."
974    ::= { systemStateTableEntry 49 }
975systemStateProcessorDeviceStatusCombined        OBJECT-TYPE
976    SYNTAX      DellStatus
977    ACCESS      read-only
978    STATUS      mandatory
979    DESCRIPTION
980"0200.0010.0001.0050 This attribute defines the combined status of all
981processor devices of this chassis."
982    ::= { systemStateTableEntry 50 }
983systemStateProcessorDeviceStatusList            OBJECT-TYPE
984    SYNTAX      OCTET STRING (SIZE(1..128))
985    ACCESS      read-only
986    STATUS      mandatory
987    DESCRIPTION
988"0200.0010.0001.0051 This attribute lists the status of each processor device
989of this chassis.  The results are returned as a binary octet string where
990each byte of the octet string represents the status of a processor device.
991The first byte returned represents the status of the first processor device,
992etc.  The bytes have the same definition type as DellStatus."
993    ::= { systemStateTableEntry 51 }
994systemStateBatteryStatusCombined                OBJECT-TYPE
995    SYNTAX      DellStatus
996    ACCESS      read-only
997    STATUS      mandatory
998    DESCRIPTION
999"0200.0010.0001.0052 This attribute defines the combined status of all
1000batteries of this chassis."
1001    ::= { systemStateTableEntry 52 }
1002systemStateBatteryStatusList                    OBJECT-TYPE
1003    SYNTAX      OCTET STRING (SIZE(1..128))
1004    ACCESS      read-only
1005    STATUS      mandatory
1006    DESCRIPTION
1007"0200.0010.0001.0053 This attribute lists the status of each battery
1008of this chassis.  The results are returned as a binary octet string where
1009each byte of the octet string represents the status of a battery.
1010The first byte returned represents the status of the first battery,
1011etc.  The bytes have the same definition type as DellStatus."
1012    ::= { systemStateTableEntry 53 }
1013systemStateSDCardUnitStatusCombined             OBJECT-TYPE
1014    SYNTAX      DellStatus
1015    ACCESS      read-only
1016    STATUS      mandatory
1017    DESCRIPTION
1018"0200.0010.0001.0054 This attribute defines the combined status
1019of all SD Card units of this chassis."
1020    ::= { systemStateTableEntry 54 }
1021systemStateSDCardUnitStatusList                 OBJECT-TYPE
1022    SYNTAX      OCTET STRING (SIZE(1..128))
1023    ACCESS      read-only
1024    STATUS      mandatory
1025    DESCRIPTION
1026"0200.0010.0001.0055 This attribute lists the status of each
1027SD Card unit of this chassis.  The results are returned as a binary
1028octet string where each byte of the octet string represents the status
1029of a SD Card unit.  The first byte returned represents the status
1030of the first SD Card unit, etc.  The bytes have the same definition
1031type as DellStatus."
1032    ::= { systemStateTableEntry 55 }
1033systemStateSDCardDeviceStatusCombined           OBJECT-TYPE
1034    SYNTAX      DellStatus
1035    ACCESS      read-only
1036    STATUS      mandatory
1037    DESCRIPTION
1038"0200.0010.0001.0056 This attribute defines the combined status of all
1039SD Card devices of this chassis."
1040    ::= { systemStateTableEntry 56 }
1041systemStateSDCardDeviceStatusList               OBJECT-TYPE
1042    SYNTAX      OCTET STRING (SIZE(1..128))
1043    ACCESS      read-only
1044    STATUS      mandatory
1045    DESCRIPTION
1046"0200.0010.0001.0057 This attribute lists the status of each SD Card device
1047of this chassis.  The results are returned as a binary octet string where
1048each byte of the octet string represents the status of a SD Card device.
1049The first byte returned represents the status of the first SD Card device,
1050etc.  The bytes have the same definition type as DellStatus."
1051    ::= { systemStateTableEntry 57 }
1052
1053
1054-------------------------------------------------------------------------------
1055-- Chassis Information Group
1056--
1057-- OID Format: 1.3.6.1.4.1.674.10892.1.300
1058-------------------------------------------------------------------------------
1059
1060
1061DellStateCapabilitiesLogUnique                  ::= INTEGER {
1062    -- Note: These values are bit masks, so combination values are possible.
1063    unknown(1),                                 -- log state capabilities are unknown
1064    onlineCapable(2),                           -- log can be enabled (online) or disabled (offline)
1065    notReadyCapable(4),                         -- log can be not ready
1066    resetCapable(8)                             -- log can be reset
1067}
1068DellStateSettingsLogUnique                      ::= INTEGER {
1069    -- Note: These values are bit masks, so combination values are possible.
1070    unknown(1),                                 -- log state settings are unknown
1071    online(2),                                  -- log is enabled (online)
1072    notReady(4),                                -- log is not ready
1073    reset(8)                                    -- reset log
1074}
1075DellLogFormat                                   ::= INTEGER {
1076    raw(1),                                     -- format is Raw
1077    ascii(2),                                   -- format is ASCII
1078    uniCode(3)                                  -- format is Unicode
1079}
1080
1081
1082-------------------------------------------------------------------------------
1083-- Chassis Information Table
1084--
1085-- OID Format: 1.3.6.1.4.1.674.10892.1.300.10.1.<a>.<i1>
1086-------------------------------------------------------------------------------
1087
1088DellChassisType                                 ::= INTEGER {
1089    other(1),                                   -- type is other than following values
1090    unknown(2),                                 -- type is unknown
1091    desktop(3),                                 -- type is Desktop
1092    lowProfileDesktop(4),                       -- type is Low Profile Desktop
1093    pizzaBox(5),                                -- type is Pizza Box
1094    miniTower(6),                               -- type is MiniTower
1095    tower(7),                                   -- type is Tower
1096    portable(8),                                -- type is Portable
1097    lapTop(9),                                  -- type is Laptop
1098    noteBook(10),                               -- type is Notebook
1099    handHeld(11),                               -- type is Handheld
1100    dockingStation(12),                         -- type is Docking Station
1101    allInOne(13),                               -- type is All-In-One
1102    subNoteBook(14),                            -- type is SubNotebook
1103    spaceSaving(15),                            -- type is Spacesaver
1104    lunchBox(16),                               -- type is Lunchbox
1105    mainSystemChassis(17),                      -- type is Main System Chassis
1106    expansionChassis(18),                       -- type is Expansion Chassis
1107    subChassis(19),                             -- type is SubChassis
1108    busExpansionChassis(20),                    -- type is Bus Expansion Chassis
1109    peripheralChassis(21),                      -- type is Peripheral Chassis
1110    raidChassis(22),                            -- type is RAID Chassis
1111    rackMountChassis(23),                       -- type is Rack-mounted Chassis
1112    sealedCasePC(24),                           -- type is Sealed-case PC
1113    multiSystemChassis(25)                      -- type is Multi-system Chassis
1114}
1115DellChassisSystemClass                          ::= INTEGER {
1116    other(1),                                   -- class is other than following values
1117    unknown(2),                                 -- class is unknown
1118    workstationClass(3),                        -- class is Workstation
1119    serverClass(4),                             -- class is Server
1120    desktopClass(5),                            -- class is Desktop
1121    portableClass(6),                           -- class is Portable
1122    netPCClass(7),                              -- class is Net PC
1123    storageClass(8)                             -- class is Storage
1124}
1125DellConnectionStatus                            ::= INTEGER {
1126    unknown(2),                                 -- status is unknown
1127    ok(3),                                      -- status is OK
1128    failure(4)                                  -- status is Failure
1129}
1130DellFanControlCapabilities                      ::= INTEGER {
1131    -- If 0 (zero), there are no Fan Control capabilities
1132    unknown(1),                                 -- fan control capabilities are unknown
1133    lowSpeedCapable(2),                         -- fan can be set to low speed
1134    highSpeedCapable(4),                        -- fan can be set to high speed
1135    lowOrHighSpeedCapable(6)                    -- fan can be set to low or high speed
1136}
1137DellFanControlSettings                          ::= INTEGER {
1138    -- If 0 (zero), there are no Fan Control settings
1139    unknown(1),                                 -- fan control settings are unknown
1140    lowSpeed(2),                                -- fan set to low speed
1141    highSpeed(4)                                -- fan set to high speed
1142}
1143DellLEDControlCapabilities                      ::= INTEGER {
1144    -- If 0 (zero), there are no LED Control capabilities
1145    unknown(1),                                 -- LED control capabilities are unknown
1146    alertOnErrorCapable(2),                     -- LED can alert on error condition
1147    alertOnWarningAndErrorCapable(4),           -- LED can alert on error and warning condition
1148    alertOnWarningOrErrorCapable(6)             -- LED can alert on error or warning condition
1149}
1150DellLEDControlSettings                          ::= INTEGER {
1151    -- If 0 (zero), there are no LED Control settings
1152    unknown(1),                                 -- LED control settings are unknown
1153    alertOnError(2),                            -- LED set to alert on error condition
1154    alertOnWarningAndError(4)                   -- LED set to alert on error or warning condition
1155}
1156DellHDFaultLEDControlCapabilities               ::= INTEGER {
1157    -- If 0 (zero), there are no Hard Drive Fault LED Control capabilities
1158    unknownCapabilities(1),                     -- LED control capabilities are unknown
1159    enableCapable(2),                           -- LED can be be enabled (online) or disabled (offline)
1160    notReadyCapable(4),                         -- LED can be not ready
1161    resetCapable(8)                             -- LED can be reset
1162}
1163DellHDFaultLEDControlSettings                   ::= INTEGER {
1164    -- If 0 (zero), there are no Hard Drive Fault LED Control settings
1165    unknown(1),                                 -- LED control settings are unknown
1166    enabled(2),                                 -- LED is enabled (online)
1167    notReady(4),                                -- LED is not ready
1168    reset(8),                                   -- reset LED
1169    resetAndEnable(10)                          -- reset and enable LED
1170}
1171DellChassisIdentifyControlCapabilities          ::= INTEGER {
1172    -- If 0 (zero), there are no Chassis Identify Control capabilities
1173    unknownCapabilities(1),                     -- chassis identify capabilities are unknown
1174    -- The objects capabilities allow it to be set to:
1175    enableCapable(2),                           -- chassis identify can be enabled (online) or disabled (offline)
1176    notReadyCapable(4),                         -- chassis identify can be not ready
1177    identifyCapable(8)                          -- chassis idenfity can be made to identify chassis
1178}
1179DellChassisIdentifyControlSettings              ::= INTEGER {
1180    -- If 0 (zero), there are no Chassis Identify Control settings
1181    unknown(1),                                 -- chassis identify settings are unknown
1182    enabled(2),                                 -- chassis identify is enabled (online)
1183    notReady(4),                                -- chassis identify is not ready
1184    identifyChassis(8),                         -- identify chassis
1185    identifyChassisAndEnable(10)                -- identify chassis and enabled
1186}
1187DellHostControlCapabilities                     ::= INTEGER {
1188    -- If 0 (zero), there are no Host Control capabilities
1189    manualRebootCapable(1),                     -- host can be rebooted
1190    manualPowerOFFCapable(2),                   -- host can be powered off
1191    manualPowerCycleCapable(4),                 -- host can be power cycled
1192    manualAllExceptOperatingSystemShutdownCapable(7),  -- all host control capabilities except OS shutdown
1193    manualOperatingSystemShutdownCapable(8),    -- operating system can be shutdown
1194    manualFullyCapable(15),                     -- all host control capabilities
1195    manualRebootWithOSShutdownCapable(16),      -- host can be rebooted with operating system shutdown
1196    manualRebootWithoutOSShutdownCapable(32),   -- host can be rebooted without operating system shutdown
1197    manualPowerOffWithOSShutdownCapable(64),    -- host can be powered off with operating system shutdown
1198    manualPowerOffWithoutOSShutdownCapable(128),-- host can be powered off without operating system shutdown
1199    manualPowerCycleWithOSShutdownCapable(256), -- host can be power cycled with operating system shutdown
1200    manualPowerCycleWithoutOSShutdownCapable(512)  -- host can be power cycled with operating system shutdown
1201}
1202DellHostControlSettings                         ::= INTEGER {
1203    -- If 0 (zero), there are no Host Control settings
1204    manualReboot(1),                            -- reboot host
1205    manualPowerOFF(2),                          -- power off host
1206    manualPowerCycle(4),                        -- power cycle host
1207    manualOperatingSystemShutdown(8),           -- shutdown operating system on host
1208    manualOperatingSystemShutdownThenReboot(9), -- shutdown operating system on host then reboot host
1209    manualOperatingSystemShutdownThenPowerOFF(10),   -- shutdown operating system on host then power off host
1210    manualOperatingSystemShutdownThenPowerCycle(12)  -- shutdown operating system on host then power cycle host
1211}
1212DellWatchDogControlCapabilities                 ::= INTEGER {
1213    -- If 0 (zero), there are no Watchdog Control capabilities
1214    automaticRebootCapable(1),                  -- watchdog can reboot host
1215    automaticPowerCycleCapable(2),              -- watchdog can power cycle host
1216    automaticNotificationCapable(4),            -- watchdog can notify
1217    automaticWatchDogTimerCapable(8),           -- watchdog supports timer
1218    automaticPowerOffCapable(16),               -- watchdog can power off host
1219    automaticAllExceptNotificationCapable(27),  -- all capabilities except notification
1220    automaticFullyCapable(31)                   -- all watchdog control capabilities
1221}
1222DellWatchControlSettings                        ::= INTEGER {
1223    -- If 0 (zero), there are no Watchdog Control settings
1224    automaticRebootEnabled(1),                  -- watchdog set for automatic reboot
1225    automaticPowerCycleEnabled(2),              -- watchdog set for automatic power cycle
1226    automaticNotificationEnabled(4),            -- watchdog set for automatic notification
1227    automaticPowerOffEnabled(8)                 -- watchdog set for automatic power off
1228}
1229DellWatchDogTimerCapabilities                   ::= INTEGER {
1230    -- If 0 (zero), there are no Watchdog Timer capabilities
1231    type1Capable(1),                            -- watchdog can time in range of 20-480 seconds
1232    type2Capable(2),                            -- watchdog can time in 30, 60, 120 and 480 second intervals
1233    type3Capable(4)                             -- watchdog can time in 60 second intervals
1234}
1235DellPowerButtonControlCapabilities              ::= INTEGER {
1236    -- If 0 (zero), there are no Power Button Control capabilities
1237    unknownCapabilities(1),                     -- power button capabilities are unknown
1238    enableCapable(2)                            -- power button can be enabled or disabled
1239}
1240DellPowerButtonControlSettings                  ::= INTEGER {
1241    -- If 0 (zero), there are no Power Button Control settings
1242    unknown(1),                                 -- power button settings are unknown
1243    enabled(2),                                 -- power button is enabled
1244    disabled(4)                                 -- power button disabled
1245}
1246DellNMIButtonControlCapabilities                ::= INTEGER {
1247    -- If 0 (zero), there are no NMI Button Control capabilities
1248    unknownCapabilities(1),                     -- NMI button capabilities are unknown
1249    enableCapable(2)                            -- NMI button can be enabled or disabled
1250}
1251DellNMIButtonControlSettings                    ::= INTEGER {
1252    -- If 0 (zero), there are no NMI Button Control settings
1253    unknown(1),                                 -- NMI button settings are unknown
1254    enabled(2),                                 -- NMI button is enabled
1255    disabled(4)                                 -- NMI button disabled
1256}
1257DellSystemProperties                            ::= INTEGER {
1258    -- Note: These values are bit masks, so combination values are possible.
1259    -- none(0),                                 -  no properties
1260    energySmart(1)                              -- Energy Smart system
1261}
1262
1263ChassisInformationTableEntry                    ::= SEQUENCE {
1264    chassisIndexChassisInformation              DellObjectRange,
1265    chassisStateCapabilities                    DellStateCapabilities,
1266    chassisStateSettings                        DellStateSettings,
1267    chassisStatus                               DellStatus,
1268    chassisparentIndexReference                 DellObjectRange,
1269    chassisType                                 DellChassisType,
1270    chassisName                                 DellString,
1271    chassisManufacturerName                     DellString,
1272    chassisModelName                            DellString,
1273    chassisAssetTagName                         DisplayString (SIZE (0..10)),
1274    chassisServiceTagName                       DisplayString (SIZE (0..7)),
1275    chassisID                                   DellUnsigned8BitRange,
1276    chassisIDExtension                          DellUnsigned16BitRange,
1277    chassisSystemClass                          DellChassisSystemClass,
1278    chassisSystemName                           DellString,
1279    chassisSystemBootDateName                   DellDateName,
1280    chassisSystemDateName                       DellDateName,
1281    chassisSystemLocationName                   DellString,
1282    chassisSystemPrimaryUserName                DellString,
1283    chassisSystemUserPhoneNumberName            DellString,
1284    chassisConnectionStatusUnique               DellConnectionStatus,
1285    chassisFanControlCapabilitiesUnique         DellFanControlCapabilities,
1286    chassisFanControlSettingsUnique             DellFanControlSettings,
1287    chassisLEDControlCapabilitiesUnique         DellLEDControlCapabilities,
1288    chassisLEDControlSettingsUnique             DellLEDControlSettings,
1289    chassisHDFaultClearControlCapabilities      DellHDFaultLEDControlCapabilities,
1290    chassisHDFaultClearControlSettings          DellHDFaultLEDControlSettings,
1291    chassisIdentifyFlashControlCapabilities     DellChassisIdentifyControlCapabilities,
1292    chassisIdentifyFlashControlSettings         DellChassisIdentifyControlSettings,
1293    chassisLockPresent                          DellBoolean,
1294    chassishostControlCapabilitiesUnique        DellHostControlCapabilities,
1295    chassishostControlSettingsUnique            DellHostControlSettings,
1296    chassiswatchDogControlCapabilitiesUnique    DellWatchDogControlCapabilities,
1297    chassiswatchDogControlSettingsUnique        DellWatchControlSettings,
1298    chassiswatchDogControlExpiryTimeCapabilitiesUnique  DellWatchDogTimerCapabilities,
1299    chassiswatchDogControlExpiryTime            DellUnsigned16BitRange,
1300    chassisallowSETCommandsfromSNMP             DellBoolean,
1301    chassisPowerButtonControlCapabilitiesUnique DellPowerButtonControlCapabilities,
1302    chassisPowerButtonControlSettingsUnique     DellPowerButtonControlSettings,
1303    chassisResellerName                         DisplayString (SIZE (0..128)),
1304    chassisResellerContactInformationName       DisplayString (SIZE (0..128)),
1305    chassisResellerProductName                  DisplayString (SIZE (0..128)),
1306    chassisResellerSystemID                     DellUnsigned16BitRange,
1307    chassisNMIButtonControlCapabilitiesUnique   DellNMIButtonControlCapabilities,
1308    chassisNMIButtonControlSettingsUnique       DellNMIButtonControlSettings,
1309    chassisSystemProperties                     DellSystemProperties,
1310    chassisSystemRevisionNumber                 DellUnsigned8BitRange,
1311    chassisSystemRevisionName                   DellString,
1312    chassisExpressServiceCodeName               DellString,
1313	chassisNodeIDName				            DellString
1314	}
1315
1316chassisInformationTable                         OBJECT-TYPE
1317    SYNTAX      SEQUENCE OF ChassisInformationTableEntry
1318    ACCESS      not-accessible
1319    STATUS      mandatory
1320    DESCRIPTION
1321"0300.0010 This object defines the Chassis Information Table."
1322    ::= { chassisInformationGroup 10 }
1323chassisInformationTableEntry                    OBJECT-TYPE
1324    SYNTAX      ChassisInformationTableEntry
1325    ACCESS      not-accessible
1326    STATUS      mandatory
1327    DESCRIPTION
1328"0300.0010.0001 This object defines the Chassis Information Table Entry."
1329    INDEX       { chassisIndexChassisInformation }
1330    ::= { chassisInformationTable 1 }
1331
1332chassisIndexChassisInformation                  OBJECT-TYPE
1333    SYNTAX      DellObjectRange
1334    ACCESS      read-only
1335    STATUS      mandatory
1336    DESCRIPTION
1337"0300.0010.0001.0001 This attribute defines the index (one based) of the
1338chassis."
1339    ::= { chassisInformationTableEntry 1 }
1340chassisStateCapabilities                        OBJECT-TYPE
1341    SYNTAX      DellStateCapabilities
1342    ACCESS      read-only
1343    STATUS      mandatory
1344    DESCRIPTION
1345"0300.0010.0001.0002 This attribute defines the state capabilities of the
1346chassis."
1347    ::= { chassisInformationTableEntry 2 }
1348chassisStateSettings                            OBJECT-TYPE
1349    SYNTAX      DellStateSettings
1350    ACCESS      read-only
1351    STATUS      mandatory
1352    DESCRIPTION
1353"0300.0010.0001.0003 This attribute defines the state settings of the
1354chassis."
1355    ::= { chassisInformationTableEntry 3 }
1356chassisStatus                                   OBJECT-TYPE
1357    SYNTAX      DellStatus
1358    ACCESS      read-only
1359    STATUS      mandatory
1360    DESCRIPTION
1361"0300.0010.0001.0004 This attribute defines the status of the chassis."
1362    ::= { chassisInformationTableEntry 4 }
1363chassisparentIndexReference                     OBJECT-TYPE
1364    SYNTAX      DellObjectRange
1365    ACCESS      read-only
1366    STATUS      mandatory
1367    DESCRIPTION
1368"0300.0010.0001.0005 This attribute defines the index (one based) to the
1369parent chassis of this chassis, if any."
1370    ::= { chassisInformationTableEntry 5 }
1371chassisType                                     OBJECT-TYPE
1372    SYNTAX      DellChassisType
1373    ACCESS      read-only
1374    STATUS      mandatory
1375    DESCRIPTION
1376"0300.0010.0001.0006 This attribute defines the chassis type of the chassis."
1377    ::= { chassisInformationTableEntry 6 }
1378chassisName                                     OBJECT-TYPE
1379    SYNTAX      DellString
1380    ACCESS      read-only
1381    STATUS      mandatory
1382    DESCRIPTION
1383"0300.0010.0001.0007 This attribute defines the user-assigned name of the
1384chassis."
1385    ::= { chassisInformationTableEntry 7 }
1386chassisManufacturerName                         OBJECT-TYPE
1387    SYNTAX      DellString
1388    ACCESS      read-only
1389    STATUS      mandatory
1390    DESCRIPTION
1391"0300.0010.0001.0008 This attribute defines the name of the manufacturer
1392of the chassis."
1393    ::= { chassisInformationTableEntry 8 }
1394chassisModelName                                OBJECT-TYPE
1395    SYNTAX      DellString
1396    ACCESS      read-only
1397    STATUS      mandatory
1398    DESCRIPTION
1399"0300.0010.0001.0009 This attribute defines the system model type of the
1400chassis."
1401    ::= { chassisInformationTableEntry 9 }
1402chassisAssetTagName                             OBJECT-TYPE
1403    SYNTAX      DisplayString (SIZE (0..10))
1404    ACCESS      read-only
1405    STATUS      mandatory
1406    DESCRIPTION
1407"0300.0010.0001.0010 This attribute defines the asset tag name of the
1408chassis."
1409    ::= { chassisInformationTableEntry 10 }
1410chassisServiceTagName                           OBJECT-TYPE
1411    SYNTAX      DisplayString (SIZE (0..7))
1412    ACCESS      read-only
1413    STATUS      mandatory
1414    DESCRIPTION
1415"0300.0010.0001.0011 This attribute defines the service tag name of the
1416chassis."
1417    ::= { chassisInformationTableEntry 11 }
1418chassisID                                       OBJECT-TYPE
1419    SYNTAX      DellUnsigned8BitRange
1420    ACCESS      read-only
1421    STATUS      mandatory
1422    DESCRIPTION
1423"0300.0010.0001.0012 This attribute defines the system ID.  If the value
1424is 254 (0xFE), the attribute chassisIDExtension provides the system ID."
1425    ::= { chassisInformationTableEntry 12 }
1426chassisIDExtension                              OBJECT-TYPE
1427    SYNTAX      DellUnsigned16BitRange
1428    ACCESS      read-only
1429    STATUS      mandatory
1430    DESCRIPTION
1431"0300.0010.0001.0013 This attribute defines the system ID extension."
1432    ::= { chassisInformationTableEntry 13 }
1433chassisSystemClass                              OBJECT-TYPE
1434    SYNTAX      DellChassisSystemClass
1435    ACCESS      read-only
1436    STATUS      mandatory
1437    DESCRIPTION
1438"0300.0010.0001.0014 This attribute defines the system class."
1439    ::= { chassisInformationTableEntry 14 }
1440chassisSystemName                               OBJECT-TYPE
1441    SYNTAX      DellString
1442    ACCESS      read-only
1443    STATUS      mandatory
1444    DESCRIPTION
1445"0300.0010.0001.0015 This attribute defines the host name of the system."
1446    ::= { chassisInformationTableEntry 15 }
1447chassisSystemBootDateName                       OBJECT-TYPE
1448    SYNTAX      DellDateName
1449    ACCESS      read-only
1450    STATUS      mandatory
1451    DESCRIPTION
1452"0300.0010.0001.0016 This attribute defines boot time of the system.
1453Dates are defined in the ASCII format:
1454      yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
1455where yyyy is the year, MM is the month, dd is the day, hh are the hours,
1456mm are the minutes and ss are the seconds.
1457uuuuuu is the number of microseconds, and +fff or -fff is the offset from
1458UTC in minutes."
1459    ::= { chassisInformationTableEntry 16 }
1460chassisSystemDateName                           OBJECT-TYPE
1461    SYNTAX      DellDateName
1462    ACCESS      read-only
1463    STATUS      mandatory
1464    DESCRIPTION
1465"0300.0010.0001.0017 This attribute defines the current time of the system.
1466Dates are defined in the ASCII format:
1467      yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
1468where yyyy is the year, MM is the month, dd is the day, hh are the hours,
1469mm are the minutes and ss are the seconds.
1470uuuuuu is the number of microseconds, and +fff or -fff is the offset from
1471UTC in minutes."
1472    ::= { chassisInformationTableEntry 17 }
1473chassisSystemLocationName                       OBJECT-TYPE
1474    SYNTAX      DellString
1475    ACCESS      read-only
1476    STATUS      mandatory
1477    DESCRIPTION
1478"0300.0010.0001.0018 This attribute defines the location of the system."
1479    ::= { chassisInformationTableEntry 18 }
1480chassisSystemPrimaryUserName                    OBJECT-TYPE
1481    SYNTAX      DellString
1482    ACCESS      read-only
1483    STATUS      mandatory
1484    DESCRIPTION
1485"0300.0010.0001.0019 This attribute defines the name of the primary user
1486of the system."
1487    ::= { chassisInformationTableEntry 19 }
1488chassisSystemUserPhoneNumberName                OBJECT-TYPE
1489    SYNTAX      DellString
1490    ACCESS      read-only
1491    STATUS      mandatory
1492    DESCRIPTION
1493"0300.0010.0001.0020 This attribute defines the phone number of the primary
1494user of the system."
1495    ::= { chassisInformationTableEntry 20 }
1496chassisConnectionStatusUnique                   OBJECT-TYPE
1497    SYNTAX      DellConnectionStatus
1498    ACCESS      read-only
1499    STATUS      mandatory
1500    DESCRIPTION
1501"0300.0010.0001.0021 This attribute defines the status of the connection
1502of the chassis."
1503    ::= { chassisInformationTableEntry 21 }
1504chassisFanControlCapabilitiesUnique             OBJECT-TYPE
1505    SYNTAX      DellFanControlCapabilities
1506    ACCESS      read-only
1507    STATUS      mandatory
1508    DESCRIPTION
1509"0300.0010.0001.0022 This attribute defines the capabilities of the
1510fan control hardware in the chassis."
1511    ::= { chassisInformationTableEntry 22 }
1512chassisFanControlSettingsUnique                 OBJECT-TYPE
1513    SYNTAX      DellFanControlSettings
1514    ACCESS      read-only
1515    STATUS      mandatory
1516    DESCRIPTION
1517"0300.0010.0001.0023 This attribute defines the reading and setting of the
1518fan control hardware in the chassis."
1519    ::= { chassisInformationTableEntry 23 }
1520chassisLEDControlCapabilitiesUnique             OBJECT-TYPE
1521    SYNTAX      DellLEDControlCapabilities
1522    ACCESS      read-only
1523    STATUS      mandatory
1524    DESCRIPTION
1525"0300.0010.0001.0024 This attribute defines the capabilities of the
1526LED control hardware in the chassis."
1527    ::= { chassisInformationTableEntry 24 }
1528chassisLEDControlSettingsUnique                 OBJECT-TYPE
1529    SYNTAX      DellLEDControlSettings
1530    ACCESS      read-only
1531    STATUS      mandatory
1532    DESCRIPTION
1533"0300.0010.0001.0025 This attribute defines the reading and setting of the
1534LED control hardware in the chassis."
1535    ::= { chassisInformationTableEntry 25 }
1536chassisHDFaultClearControlCapabilities          OBJECT-TYPE
1537    SYNTAX      DellHDFaultLEDControlCapabilities
1538    ACCESS      read-only
1539    STATUS      mandatory
1540    DESCRIPTION
1541"0300.0010.0001.0026 This attribute defines if the chassis allows reset
1542of the chassis hard disk drive fault LED."
1543    ::= { chassisInformationTableEntry 26 }
1544chassisHDFaultClearControlSettings              OBJECT-TYPE
1545    SYNTAX      DellHDFaultLEDControlSettings
1546    ACCESS      read-only
1547    STATUS      mandatory
1548    DESCRIPTION
1549"0300.0010.0001.0027 This attribute allows reset of a chassis hard disk
1550drive fault LED."
1551    ::= { chassisInformationTableEntry 27 }
1552chassisIdentifyFlashControlCapabilities         OBJECT-TYPE
1553    SYNTAX      DellChassisIdentifyControlCapabilities
1554    ACCESS      read-only
1555    STATUS      mandatory
1556    DESCRIPTION
1557"0300.0010.0001.0028 This attribute defines if the chassis allows setting
1558of the chassis front panel LED to flash."
1559    ::= { chassisInformationTableEntry 28 }
1560chassisIdentifyFlashControlSettings             OBJECT-TYPE
1561    SYNTAX      DellChassisIdentifyControlSettings
1562    ACCESS      read-only
1563    STATUS      mandatory
1564    DESCRIPTION
1565"0300.0010.0001.0029 This attribute setting causes the chassis front panel
1566LED to flash."
1567    ::= { chassisInformationTableEntry 29 }
1568chassisLockPresent                              OBJECT-TYPE
1569    SYNTAX      DellBoolean
1570    ACCESS      read-only
1571    STATUS      mandatory
1572    DESCRIPTION
1573"0300.0010.0001.0030 If true, a chassis lock is present on the chassis."
1574    ::= { chassisInformationTableEntry 30 }
1575chassishostControlCapabilitiesUnique            OBJECT-TYPE
1576    SYNTAX      DellHostControlCapabilities
1577    ACCESS      read-only
1578    STATUS      mandatory
1579    DESCRIPTION
1580"0300.0010.0001.031 This attribute defines the capabilities of the
1581host control function."
1582    ::= { chassisInformationTableEntry 31 }
1583chassishostControlSettingsUnique                OBJECT-TYPE
1584    SYNTAX      DellHostControlSettings
1585    ACCESS      read-only
1586    STATUS      mandatory
1587    DESCRIPTION
1588"0300.0010.0001.0032 This attribute defines the settings of the
1589host control function."
1590    ::= { chassisInformationTableEntry 32 }
1591chassiswatchDogControlCapabilitiesUnique        OBJECT-TYPE
1592    SYNTAX      DellWatchDogControlCapabilities
1593    ACCESS      read-only
1594    STATUS      mandatory
1595    DESCRIPTION
1596"0300.0010.0001.0033 This attribute defines the capabilities of the
1597watchdog control function."
1598    ::= { chassisInformationTableEntry 33 }
1599chassiswatchDogControlSettingsUnique            OBJECT-TYPE
1600    SYNTAX      DellWatchControlSettings
1601    ACCESS      read-only
1602    STATUS      mandatory
1603    DESCRIPTION
1604"0300.0010.0001.0034 This attribute defines the settings of the
1605watchdog control function."
1606    ::= { chassisInformationTableEntry 34 }
1607chassiswatchDogControlExpiryTimeCapabilitiesUnique   OBJECT-TYPE
1608    SYNTAX      DellWatchDogTimerCapabilities
1609    ACCESS      read-only
1610    STATUS      mandatory
1611    DESCRIPTION
1612"0300.0010.0001.0035 This attribute defines the capabilities of the
1613watchdog control expiry timer function."
1614    ::= { chassisInformationTableEntry 35 }
1615chassiswatchDogControlExpiryTime                OBJECT-TYPE
1616    SYNTAX      DellUnsigned16BitRange
1617    ACCESS      read-only
1618    STATUS      mandatory
1619    DESCRIPTION
1620"0300.0010.0001.0036 This attribute defines the current watchdog timer
1621value in seconds."
1622    ::= { chassisInformationTableEntry 36 }
1623chassisallowSETCommandsfromSNMP                 OBJECT-TYPE
1624    SYNTAX      DellBoolean
1625    ACCESS      read-only
1626    STATUS      mandatory
1627    DESCRIPTION
1628"0300.0010.0001.0037 This attribute defines if SNMP SET type commands
1629are allowed or not."
1630    ::= { chassisInformationTableEntry 37 }
1631chassisPowerButtonControlCapabilitiesUnique     OBJECT-TYPE
1632    SYNTAX      DellPowerButtonControlCapabilities
1633    ACCESS      read-only
1634    STATUS      mandatory
1635    DESCRIPTION
1636"0300.0010.0001.0038 This attribute defines the capabilities of the
1637power button control hardware in the chassis."
1638    ::= { chassisInformationTableEntry 38 }
1639chassisPowerButtonControlSettingsUnique         OBJECT-TYPE
1640    SYNTAX      DellPowerButtonControlSettings
1641    ACCESS      read-only
1642    STATUS      mandatory
1643    DESCRIPTION
1644"0300.0010.0001.0039 This attribute defines the reading and setting of
1645the power button control hardware in the chassis."
1646    ::= { chassisInformationTableEntry 39 }
1647chassisResellerName                             OBJECT-TYPE
1648    SYNTAX      DisplayString (SIZE (0..128))
1649    ACCESS      read-only
1650    STATUS      mandatory
1651    DESCRIPTION
1652"0300.0010.0001.0040 This attribute defines the name of the system reseller."
1653    ::= { chassisInformationTableEntry 40 }
1654chassisResellerContactInformationName           OBJECT-TYPE
1655    SYNTAX      DisplayString (SIZE (0..128))
1656    ACCESS      read-only
1657    STATUS      mandatory
1658    DESCRIPTION
1659"0300.0010.0001.0041 This attribute defines the contact information
1660for the system reseller."
1661    ::= { chassisInformationTableEntry 41 }
1662chassisResellerProductName                      OBJECT-TYPE
1663    SYNTAX      DisplayString (SIZE (0..128))
1664    ACCESS      read-only
1665    STATUS      mandatory
1666    DESCRIPTION
1667"0300.0010.0001.0042 This attribute defines the reseller's product name
1668for the system."
1669    ::= { chassisInformationTableEntry 42 }
1670chassisResellerSystemID                         OBJECT-TYPE
1671    SYNTAX      DellUnsigned16BitRange
1672    ACCESS      read-only
1673    STATUS      mandatory
1674    DESCRIPTION
1675"0300.0010.0001.0043 This attribute defines the reseller's system ID
1676for the system."
1677    ::= { chassisInformationTableEntry 43 }
1678chassisNMIButtonControlCapabilitiesUnique       OBJECT-TYPE
1679    SYNTAX      DellNMIButtonControlCapabilities
1680    ACCESS      read-only
1681    STATUS      mandatory
1682    DESCRIPTION
1683"0300.0010.0001.0044 This attribute defines the capabilities of the
1684NMI button control hardware in the chassis."
1685    ::= { chassisInformationTableEntry 44 }
1686chassisNMIButtonControlSettingsUnique           OBJECT-TYPE
1687    SYNTAX      DellNMIButtonControlSettings
1688    ACCESS      read-only
1689    STATUS      mandatory
1690    DESCRIPTION
1691"0300.0010.0001.0045 This attribute defines the reading and setting of
1692the NMI button control hardware in the chassis."
1693    ::= { chassisInformationTableEntry 45 }
1694chassisSystemProperties                         OBJECT-TYPE
1695    SYNTAX      DellSystemProperties
1696    ACCESS      read-only
1697    STATUS      mandatory
1698    DESCRIPTION
1699"0300.0010.0001.0046 This attribute defines the properties of the system."
1700    ::= { chassisInformationTableEntry 46 }
1701chassisSystemRevisionNumber                     OBJECT-TYPE
1702    SYNTAX      DellUnsigned8BitRange
1703    ACCESS      read-only
1704    STATUS      mandatory
1705    DESCRIPTION
1706"0300.0010.0001.0047 This attribute defines the revision number of the system
1707where zero indicates the original version of the system.  The revision number
1708is not available on all systems."
1709    ::= { chassisInformationTableEntry 47 }
1710chassisSystemRevisionName                       OBJECT-TYPE
1711    SYNTAX      DellString
1712    ACCESS      read-only
1713    STATUS      mandatory
1714    DESCRIPTION
1715"0300.0010.0001.0048 This attribute defines the revision name of the system,
1716if applicable."
1717    ::= { chassisInformationTableEntry 48 }
1718chassisExpressServiceCodeName                   OBJECT-TYPE
1719    SYNTAX      DellString
1720    ACCESS      read-only
1721    STATUS      mandatory
1722    DESCRIPTION
1723"0300.0010.0001.0049 This attribute defines the Express Service Code of the
1724chassis."
1725    ::= { chassisInformationTableEntry 49 }
1726chassisNodeIDName                   OBJECT-TYPE
1727    SYNTAX      DellString
1728    ACCESS      read-only
1729    STATUS      mandatory
1730    DESCRIPTION
1731"0300.0010.0001.0050 This attribute defines the NodeID Code of the
1732chassis,if applicable"
1733    ::= { chassisInformationTableEntry 50 }
1734
1735
1736
1737-------------------------------------------------------------------------------
1738-- Universal Unique ID (UUID) Table
1739--
1740-- OID Format: 1.3.6.1.4.1.674.10892.1.300.20.1.<a>.<i1>.<i2>
1741-------------------------------------------------------------------------------
1742
1743DellUUIDType                                    ::= INTEGER {
1744    other(1),                                   -- type is other than following values
1745    unknown(2),                                 -- type is unknown
1746    motherBoard(3),                             -- type is Motherboard
1747    systemBackPlane(4),                         -- type is System Backplane
1748    powerSupplyParallelingBoard(5),             -- type is Power Supply Paralleling Board
1749    peripheralBayBackPlane(6),                  -- type is Peripheral Bay Backplane
1750    secondaryBackPlane(7)                       -- type is Secondary Backplane
1751}
1752
1753UUIDTableEntry                                  ::= SEQUENCE {
1754    uUIDchassisIndex                            DellObjectRange,
1755    uUIDIndex                                   DellObjectRange,
1756    uUIDType                                    DellUUIDType,
1757    uUIDValue                                   OCTET STRING (SIZE(16))
1758}
1759
1760uUIDTable                                       OBJECT-TYPE
1761    SYNTAX      SEQUENCE OF UUIDTableEntry
1762    ACCESS      not-accessible
1763    STATUS      mandatory
1764    DESCRIPTION
1765"0300.0020 This object defines the Universal Unique ID (UUID) Table."
1766    ::= { chassisInformationGroup 20 }
1767uUIDTableEntry                                  OBJECT-TYPE
1768    SYNTAX      UUIDTableEntry
1769    ACCESS      not-accessible
1770    STATUS      mandatory
1771    DESCRIPTION
1772"0300.0020.0001 This object defines the UUID Table Entry."
1773    INDEX       { uUIDchassisIndex,
1774                  uUIDIndex }
1775    ::= { uUIDTable 1 }
1776
1777uUIDchassisIndex                                OBJECT-TYPE
1778    SYNTAX      DellObjectRange
1779    ACCESS      read-only
1780    STATUS      mandatory
1781    DESCRIPTION
1782"0300.0020.0001.0001 This attribute defines the index (one based) of the
1783associated chassis."
1784    ::= { uUIDTableEntry 1 }
1785uUIDIndex                                       OBJECT-TYPE
1786    SYNTAX      DellObjectRange
1787    ACCESS      read-only
1788    STATUS      mandatory
1789    DESCRIPTION
1790"0300.0020.0001.0002 This attribute defines the index (one based) of the UUID."
1791    ::= { uUIDTableEntry 2 }
1792uUIDType                                        OBJECT-TYPE
1793    SYNTAX      DellUUIDType
1794    ACCESS      read-only
1795    STATUS      mandatory
1796    DESCRIPTION
1797"0300.0020.0001.0003 This attribute defines the type of the UUID."
1798    ::= { uUIDTableEntry 3 }
1799uUIDValue                                       OBJECT-TYPE
1800    SYNTAX      OCTET STRING (SIZE(16))
1801    ACCESS      read-only
1802    STATUS      mandatory
1803    DESCRIPTION
1804"0300.0020.0001.0004 This attribute defines the value of the UUID."
1805    ::= { uUIDTableEntry 4 }
1806
1807
1808-------------------------------------------------------------------------------
1809-- Power On Self Test (POST) Log Table
1810--
1811-- OID Format: 1.3.6.1.4.1.674.10892.1.300.30.1.<a>.<i1>.<i2>
1812-------------------------------------------------------------------------------
1813
1814PostLogTableEntry                               ::= SEQUENCE {
1815    postLogchassisIndex                         DellObjectRange,
1816    postLogRecordIndex                          DellUnsigned32BitRange,
1817    postLogStateCapabilitiesUnique              DellStateCapabilitiesLogUnique,
1818    postLogStateSettingsUnique                  DellStateSettingsLogUnique,
1819    postLogRecord                               DisplayString (SIZE (0..1024)),
1820    postLogFormat                               DellLogFormat
1821}
1822
1823postLogTable                                    OBJECT-TYPE
1824    SYNTAX      SEQUENCE OF PostLogTableEntry
1825    ACCESS      not-accessible
1826    STATUS      mandatory
1827    DESCRIPTION
1828"0300.0030 This object defines the Power On Self Test (POST) Log Table."
1829    ::= { chassisInformationGroup 30 }
1830postLogTableEntry                               OBJECT-TYPE
1831    SYNTAX      PostLogTableEntry
1832    ACCESS      not-accessible
1833    STATUS      mandatory
1834    DESCRIPTION
1835"0300.0030.0001 This object defines the POST Log Table Entry."
1836    INDEX       { postLogchassisIndex,
1837                  postLogRecordIndex }
1838    ::= { postLogTable 1 }
1839
1840postLogchassisIndex                             OBJECT-TYPE
1841    SYNTAX      DellObjectRange
1842    ACCESS      read-only
1843    STATUS      mandatory
1844    DESCRIPTION
1845"0300.0030.0001.0001 This attribute defines the index (one based) of the
1846associated chassis."
1847    ::= { postLogTableEntry 1 }
1848postLogRecordIndex                              OBJECT-TYPE
1849    SYNTAX      DellUnsigned32BitRange
1850    ACCESS      read-only
1851    STATUS      mandatory
1852    DESCRIPTION
1853"0300.0030.0001.0002 This attribute defines the index (one based) of the
1854POST log record."
1855    ::= { postLogTableEntry 2 }
1856postLogStateCapabilitiesUnique                  OBJECT-TYPE
1857    SYNTAX      DellStateCapabilitiesLogUnique
1858    ACCESS      read-only
1859    STATUS      mandatory
1860    DESCRIPTION
1861"0300.0030.0001.0003 This attribute defines the state capabilities of the
1862object that is writing the POST log."
1863    ::= { postLogTableEntry 3 }
1864postLogStateSettingsUnique                      OBJECT-TYPE
1865    SYNTAX      DellStateSettingsLogUnique
1866    ACCESS      read-only
1867    STATUS      mandatory
1868    DESCRIPTION
1869"0300.0030.0001.0004 This attribute defines the state settings of the
1870object that is writing the POST log."
1871    ::= { postLogTableEntry 4 }
1872postLogRecord                                   OBJECT-TYPE
1873    SYNTAX       DisplayString (SIZE (0..1024))
1874    ACCESS      read-only
1875    STATUS      mandatory
1876    DESCRIPTION
1877"0300.0030.0001.0005 This attribute defines the data of the POST log record."
1878    ::= { postLogTableEntry 5 }
1879postLogFormat                                   OBJECT-TYPE
1880    SYNTAX      DellLogFormat
1881    ACCESS      read-only
1882    STATUS      mandatory
1883    DESCRIPTION
1884"0300.0030.0001.0006 This attribute defines the format of the POST log record."
1885    ::= { postLogTableEntry 6 }
1886
1887
1888-------------------------------------------------------------------------------
1889-- Event (ESM) Log Table
1890--
1891-- OID Format: 1.3.6.1.4.1.674.10892.1.300.40.1.<a>.<i1>.<i2>
1892-------------------------------------------------------------------------------
1893
1894EventLogTableEntry                              ::= SEQUENCE {
1895    eventLogchassisIndex                        DellObjectRange,
1896    eventLogRecordIndex                         DellUnsigned32BitRange,
1897    eventLogStateCapabilitiesUnique             DellStateCapabilitiesLogUnique,
1898    eventLogStateSettingsUnique                 DellStateSettingsLogUnique,
1899    eventLogRecord                              DisplayString (SIZE (0..1024)),
1900    eventLogFormat                              DellLogFormat,
1901    eventLogSeverityStatus                      DellStatus,
1902    eventLogDateName                            DellDateName
1903}
1904
1905eventLogTable                                   OBJECT-TYPE
1906    SYNTAX      SEQUENCE OF EventLogTableEntry
1907    ACCESS      not-accessible
1908    STATUS      mandatory
1909    DESCRIPTION
1910"0300.0040 This object defines the Event (ESM) Log Table."
1911    ::= { chassisInformationGroup 40 }
1912eventLogTableEntry                              OBJECT-TYPE
1913    SYNTAX      EventLogTableEntry
1914    ACCESS      not-accessible
1915    STATUS      mandatory
1916    DESCRIPTION
1917"0300.0040.0001 This object defines the Event (ESM) Log Table Entry."
1918    INDEX       { eventLogchassisIndex,
1919                  eventLogRecordIndex }
1920    ::= { eventLogTable 1 }
1921
1922eventLogchassisIndex                            OBJECT-TYPE
1923    SYNTAX      DellObjectRange
1924    ACCESS      read-only
1925    STATUS      mandatory
1926    DESCRIPTION
1927"0300.0040.0001.0001 This attribute defines the index (one based) of the
1928associated chassis."
1929    ::= { eventLogTableEntry 1 }
1930eventLogRecordIndex                             OBJECT-TYPE
1931    SYNTAX      DellUnsigned32BitRange
1932    ACCESS      read-only
1933    STATUS      mandatory
1934    DESCRIPTION
1935"0300.0040.0001.0002 This attribute defines the index (one based) of the
1936event log record."
1937    ::= { eventLogTableEntry 2 }
1938eventLogStateCapabilitiesUnique                 OBJECT-TYPE
1939    SYNTAX      DellStateCapabilitiesLogUnique
1940    ACCESS      read-only
1941    STATUS      mandatory
1942    DESCRIPTION
1943"0300.0040.0001.0003 This attribute defines the state capabilities of the
1944object that is writing the event log."
1945    ::= { eventLogTableEntry 3 }
1946eventLogStateSettingsUnique                     OBJECT-TYPE
1947    SYNTAX      DellStateSettingsLogUnique
1948    ACCESS      read-only
1949    STATUS      mandatory
1950    DESCRIPTION
1951"0300.0040.0001.0004 This attribute defines the state settings of the
1952object that is writing the event log."
1953    ::= { eventLogTableEntry 4 }
1954eventLogRecord                                  OBJECT-TYPE
1955    SYNTAX       DisplayString (SIZE (0..1024))
1956    ACCESS      read-only
1957    STATUS      mandatory
1958    DESCRIPTION
1959"0300.0040.0001.0005 This attribute defines the data of the event log record."
1960    ::= { eventLogTableEntry 5 }
1961eventLogFormat                                  OBJECT-TYPE
1962    SYNTAX      DellLogFormat
1963    ACCESS      read-only
1964    STATUS      mandatory
1965    DESCRIPTION
1966"0300.0040.0001.0006 This attribute defines the format of the event log record."
1967    ::= { eventLogTableEntry 6 }
1968eventLogSeverityStatus                          OBJECT-TYPE
1969    SYNTAX      DellStatus
1970    ACCESS      read-only
1971    STATUS      mandatory
1972    DESCRIPTION
1973"0300.0040.0001.0007 This attribute defines the severity of the
1974event log record."
1975    ::= { eventLogTableEntry 7 }
1976eventLogDateName                                OBJECT-TYPE
1977    SYNTAX      DellDateName
1978    ACCESS      read-only
1979    STATUS      mandatory
1980    DESCRIPTION
1981"0300.0040.0001.0008 This attribute defines the date and time of the
1982event log record."
1983    ::= { eventLogTableEntry 8 }
1984
1985
1986-------------------------------------------------------------------------------
1987-- System BIOS Table
1988--
1989-- OID Format: 1.3.6.1.4.1.674.10892.1.300.50.1.<a>.<i1>.<i2>
1990-------------------------------------------------------------------------------
1991
1992SystemBIOSTableEntry                            ::= SEQUENCE {
1993    systemBIOSchassisIndex                      DellObjectRange,
1994    systemBIOSIndex                             DellObjectRange,
1995    systemBIOSStateCapabilities                 DellStateCapabilities,
1996    systemBIOSStateSettings                     DellStateSettings,
1997    systemBIOSStatus                            DellStatus,
1998    systemBIOSSize                              DellUnsigned32BitRange,
1999    systemBIOSReleaseDateName                   DellDateName,
2000    systemBIOSVersionName                       DellString,
2001    systemBIOSStartingAddress                   DellUnsigned64BitRange,
2002    systemBIOSEndingAddress                     DellUnsigned64BitRange,
2003    systemBIOSManufacturerName                  DellString,
2004    systemBIOSCharacteristics                   DellUnsigned64BitRange,
2005    systemBIOSCharacteristicsExt1               DellUnsigned8BitRange,
2006    systemBIOSCharacteristicsExt2               DellUnsigned8BitRange
2007}
2008
2009systemBIOSTable                                 OBJECT-TYPE
2010    SYNTAX      SEQUENCE OF SystemBIOSTableEntry
2011    ACCESS      not-accessible
2012    STATUS      mandatory
2013    DESCRIPTION
2014"0300.0050 This object defines the System BIOS Table."
2015    ::= { chassisInformationGroup 50 }
2016systemBIOSTableEntry                            OBJECT-TYPE
2017    SYNTAX      SystemBIOSTableEntry
2018    ACCESS      not-accessible
2019    STATUS      mandatory
2020    DESCRIPTION
2021"0300.0050.0001 This object defines the System BIOS Table Entry."
2022    INDEX       { systemBIOSchassisIndex,
2023                  systemBIOSIndex }
2024    ::= { systemBIOSTable 1 }
2025
2026systemBIOSchassisIndex                          OBJECT-TYPE
2027    SYNTAX      DellObjectRange
2028    ACCESS      read-only
2029    STATUS      mandatory
2030    DESCRIPTION
2031"0300.0050.0001.0001 This attribute defines the index (one based) of the
2032associated chassis."
2033    ::= { systemBIOSTableEntry 1 }
2034systemBIOSIndex                                 OBJECT-TYPE
2035    SYNTAX      DellObjectRange
2036    ACCESS      read-only
2037    STATUS      mandatory
2038    DESCRIPTION
2039"0300.0050.0001.0002 This attribute defines the index (one based) of the
2040system BIOS."
2041    ::= { systemBIOSTableEntry 2 }
2042systemBIOSStateCapabilities                     OBJECT-TYPE
2043    SYNTAX      DellStateCapabilities
2044    ACCESS      read-only
2045    STATUS      mandatory
2046    DESCRIPTION
2047"0300.0050.0001.0003 This attribute defines the state capabilities of the
2048system BIOS."
2049    ::= { systemBIOSTableEntry 3 }
2050systemBIOSStateSettings                         OBJECT-TYPE
2051    SYNTAX      DellStateSettings
2052    ACCESS      read-only
2053    STATUS      mandatory
2054    DESCRIPTION
2055"0300.0050.0001.0004 This attribute defines the state settings of the
2056system BIOS."
2057    ::= { systemBIOSTableEntry 4 }
2058systemBIOSStatus                                OBJECT-TYPE
2059    SYNTAX      DellStatus
2060    ACCESS      read-only
2061    STATUS      mandatory
2062    DESCRIPTION
2063"0300.0050.0001.0005 This attribute defines the status of the system BIOS."
2064    ::= { systemBIOSTableEntry 5 }
2065systemBIOSSize                                  OBJECT-TYPE
2066    SYNTAX      DellUnsigned32BitRange
2067    ACCESS      read-only
2068    STATUS      mandatory
2069    DESCRIPTION
2070"0300.0050.0001.0006 This attribute defines the image size of the
2071system BIOS in KBytes.  Zero indicates size is unknown."
2072    ::= { systemBIOSTableEntry 6 }
2073systemBIOSReleaseDateName                       OBJECT-TYPE
2074    SYNTAX      DellDateName
2075    ACCESS      read-only
2076    STATUS      mandatory
2077    DESCRIPTION
2078"0300.0050.0001.0007 This attribute defines the release date name of the
2079system BIOS."
2080    ::= { systemBIOSTableEntry 7 }
2081systemBIOSVersionName                           OBJECT-TYPE
2082    SYNTAX      DellString
2083    ACCESS      read-only
2084    STATUS      mandatory
2085    DESCRIPTION
2086"0300.0050.0001.0008 This attribute defines the version name of the
2087system BIOS."
2088    ::= { systemBIOSTableEntry 8 }
2089systemBIOSStartingAddress                       OBJECT-TYPE
2090    SYNTAX      DellUnsigned64BitRange
2091    ACCESS      read-only
2092    STATUS      mandatory
2093    DESCRIPTION
2094"0300.0050.0001.0009 This attribute defines the starting address of the
2095system BIOS.  Zero indicates the starting address is unknown."
2096    ::= { systemBIOSTableEntry 9 }
2097systemBIOSEndingAddress                         OBJECT-TYPE
2098    SYNTAX      DellUnsigned64BitRange
2099    ACCESS      read-only
2100    STATUS      mandatory
2101    DESCRIPTION
2102"0300.0050.0001.0010 This attribute defines the ending address of the
2103system BIOS.  Zero indicates the starting address is unknown."
2104    ::= { systemBIOSTableEntry 10 }
2105systemBIOSManufacturerName                      OBJECT-TYPE
2106    SYNTAX      DellString
2107    ACCESS      read-only
2108    STATUS      mandatory
2109    DESCRIPTION
2110"0300.0050.0001.0011 This attribute defines the name of the manufacturer
2111of the system BIOS."
2112    ::= { systemBIOSTableEntry 11 }
2113systemBIOSCharacteristics                       OBJECT-TYPE
2114    SYNTAX      DellUnsigned64BitRange
2115    ACCESS      read-only
2116    STATUS      mandatory
2117    DESCRIPTION
2118"0300.0050.0001.0012 This attribute defines characteristics of the
2119system BIOS.  This attribute is a bit field where a bit has the meaning
2120defined below when set to 1 (one).  Bit 63 is the first bit in the value,
2121and bit 0 is the last bit in the value.  See the description of
2122DellUnsigned64BitRange at the beginning of this file for more information
2123on the format of the value.
2124
2125NOTE: Bits 48-63 need to be examined in the context of the system ID.
2126The system ID is available in the attribute chassisID.  If the value
2127for chassisID is non-zero, bits 48-63 have the meaning defined below.
2128
2129    Bit
2130    Position    Meaning if Set
2131    --------    --------------
2132    Bit 0       Reserved
2133    Bit 1       Reserved
2134    Bit 2       Unknown
2135    Bit 3       BIOS Characteristics Not Supported
2136    Bit 4       ISA is supported
2137    Bit 5       MCA is supported
2138    Bit 6       EISA is supported
2139    Bit 7       PCI is supported
2140    Bit 8       PC Card (PCMCIA) is supported
2141    Bit 9       Plug and Play is supported
2142    Bit 10      APM is supported
2143    Bit 11      BIOS is Upgradeable (Flash)
2144    Bit 12      BIOS shadowing is allowed
2145    Bit 13      VL-VESA is supported
2146    Bit 14      ESCD support is available
2147    Bit 15      Boot from CD is supported
2148    Bit 16      Selectable Boot is supported
2149    Bit 17      BIOS ROM is socketed
2150    Bit 18      Boot From PC Card (PCMCIA) is supported
2151    Bit 19      EDD (Enhanced Disk Drive) Specification is supported
2152    Bit 20      Int 13h - Japanese Floppy for NEC 9800 1.2mb (3.5 in, 1k Bytes/Sector, 360 RPM) is supported
2153    Bit 21      Int 13h - Japanese Floppy for Toshiba 1.2mb (3.5 in, 360 RPM) is supported
2154    Bit 22      Int 13h - 5.25 in / 360 KB Floppy Services are supported
2155    Bit 23      Int 13h - 5.25 in /1.2MB Floppy Services are supported
2156    Bit 24      Int 13h - 3.5 in / 720 KB Floppy Services are supported
2157    Bit 25      Int 13h - 3.5 in / 2.88 MB Floppy Services are supported
2158    Bit 26      Int 5h, Print Screen Service is supported
2159    Bit 27      Int 9h, 8042 Keyboard services are supported
2160    Bit 28      Int 14h, Serial Services are supported
2161    Bit 29      Int 17h, Printer Services are supported
2162    Bit 30      Int 10h, CGA/Mono Video Services are supported
2163    Bit 31      NEC PC-98
2164    Bit 32-47   Reserved
2165    Bit 48      Built-in NIC supports Magic Packet
2166    Bit 49      System supports Wake-on-LAN
2167    Bit 50      System supports chassis intrusion
2168    Bit 51      Built-in NIC supports pattern-matching
2169    Bit 52      System BIOS supports a 7-character service tag
2170    Bit 53-63   Reserved"
2171    ::= { systemBIOSTableEntry 12 }
2172systemBIOSCharacteristicsExt1                   OBJECT-TYPE
2173    SYNTAX      DellUnsigned8BitRange
2174    ACCESS      read-only
2175    STATUS      mandatory
2176    DESCRIPTION
2177"0300.0050.0001.0013 This attribute defines additional characteristics of the
2178system BIOS.  This attribute is a bit field where a bit has the meaning
2179defined below when set to 1 (one).
2180
2181    Bit
2182    Position    Meaning if Set
2183    --------    --------------
2184    Bit 0       ACPI supported
2185    Bit 1       USB Legacy is supported
2186    Bit 2       AGP is supported
2187    Bit 3       I2O boot is supported
2188    Bit 4       LS-120 boot is supported
2189    Bit 5       ATAPI ZIP Drive boot is supported
2190    Bit 6       1394 boot is supported
2191    Bit 7       Smart Battery supported"
2192    ::= { systemBIOSTableEntry 13 }
2193systemBIOSCharacteristicsExt2                   OBJECT-TYPE
2194    SYNTAX      DellUnsigned8BitRange
2195    ACCESS      read-only
2196    STATUS      mandatory
2197    DESCRIPTION
2198"0300.0050.0001.0014 This attribute defines additional characteristics of the
2199system BIOS.  This attribute is a bit field where a bit has the meaning
2200defined below when set to 1 (one).
2201
2202    Bit
2203    Position    Meaning if Set
2204    --------    --------------
2205    Bit 0       BIOS Boot Specification supported
2206    Bit 1       Function key-initiated Network Service boot supported
2207    Bit 2       Targeted Content Distribution supported
2208    Bit 3-7     Reserved"
2209    ::= { systemBIOSTableEntry 14 }
2210
2211
2212-------------------------------------------------------------------------------
2213-- Firmware Table
2214--
2215-- OID Format: 1.3.6.1.4.1.674.10892.1.300.60.1.<a>.<i1>.<i2>
2216-------------------------------------------------------------------------------
2217
2218DellFirmwareType                                ::= INTEGER {
2219    other(1),                                   -- type is other than following values
2220    unknown(2),                                 -- type is unknown
2221    systemBIOS(3),                              -- type is System BIOS
2222    embeddedSystemManagementController(4),      -- type is Embedded System Management Controller
2223    powerSupplyParallelingBoard(5),             -- type is Power Supply Paralleling Board
2224    systemBackPlane(6),                         -- type is System (Primary) Backplane
2225    powerVault2XXSKernel(7),                    -- type is PowerVault 2XXS Kernel
2226    powerVault2XXSApplication(8),               -- type is PowerVault 2XXS Application
2227    frontPanel(9),                              -- type is Front Panel Controller
2228    baseboardManagementController(10),          -- type is Baseboard Management Controller
2229    hotPlugPCI(11),                             -- type is Hot Plug PCI Controller
2230    sensorData(12),                             -- type is Sensor Data Records
2231    peripheralBay(13),                          -- type is Peripheral Bay Backplane
2232    secondaryBackPlane(14),                     -- type is Secondary Backplane for ESM 2 systems
2233    secondaryBackPlaneESM3And4(15),             -- type is Secondary Backplane for ESM 3 and 4 systems
2234    rac(16),                                    -- type is Remote Access Controller
2235    iDRAC(17),                                  -- type is Integrated Dell Remote Access Controller
2236    iDRAC6(18),                                 -- type is Integrated Dell Remote Access Controller 6
2237    unifiedServerConfigurator(19),              -- type is Unified Server Configurator
2238    lifecycleController(20),                    -- type is Lifecycle Controller
2239    iDRAC7(21),                                 -- type is Integrated Dell Remote Access Controller 7
2240    iDRAC8(22)                                  -- type is Integrated Dell Remote Access Controller 8
2241}
2242
2243FirmwareTableEntry                              ::= SEQUENCE {
2244    firmwarechassisIndex                        DellObjectRange,
2245    firmwareIndex                               DellObjectRange,
2246    firmwareStateCapabilities                   DellStateCapabilities,
2247    firmwareStateSettings                       DellStateSettings,
2248    firmwareStatus                              DellStatus,
2249    firmwareSize                                DellUnsigned16BitRange,
2250    firmwareType                                DellFirmwareType,
2251    firmwareTypeName                            DellString,
2252    firmwareUpdateCapabilities                  DellUnsigned16BitRange,
2253    firmwareDateName                            OCTET STRING (SIZE(8)),
2254    firmwareVersionName                         DellString
2255}
2256
2257firmwareTable                                   OBJECT-TYPE
2258    SYNTAX      SEQUENCE OF FirmwareTableEntry
2259    ACCESS      not-accessible
2260    STATUS      mandatory
2261    DESCRIPTION
2262"0300.0060 This object defines the Firmware Table."
2263    ::= { chassisInformationGroup 60 }
2264firmwareTableEntry                              OBJECT-TYPE
2265    SYNTAX      FirmwareTableEntry
2266    ACCESS      not-accessible
2267    STATUS      mandatory
2268    DESCRIPTION
2269"0300.0060.0001 This object defines the Firmware Table Entry."
2270    INDEX       { firmwarechassisIndex,
2271                  firmwareIndex }
2272    ::= { firmwareTable 1 }
2273
2274firmwarechassisIndex                            OBJECT-TYPE
2275    SYNTAX      DellObjectRange
2276    ACCESS      read-only
2277    STATUS      mandatory
2278    DESCRIPTION
2279"0300.0060.0001.0001 This attribute defines the index (one based) of the
2280associated chassis."
2281    ::= { firmwareTableEntry 1 }
2282firmwareIndex                                   OBJECT-TYPE
2283    SYNTAX      DellObjectRange
2284    ACCESS      read-only
2285    STATUS      mandatory
2286    DESCRIPTION
2287"0300.0060.0001.0002 This attribute defines the index (one based) of the
2288firmware."
2289    ::= { firmwareTableEntry 2 }
2290firmwareStateCapabilities                       OBJECT-TYPE
2291    SYNTAX      DellStateCapabilities
2292    ACCESS      read-only
2293    STATUS      mandatory
2294    DESCRIPTION
2295"0300.0060.0001.0003 This attribute defines the state capabilities of the
2296firmware."
2297    ::= { firmwareTableEntry 3 }
2298firmwareStateSettings                           OBJECT-TYPE
2299    SYNTAX      DellStateSettings
2300    ACCESS      read-only
2301    STATUS      mandatory
2302    DESCRIPTION
2303"0300.0060.0001.0004 This attribute defines the state settings of the
2304firmware."
2305    ::= { firmwareTableEntry 4 }
2306firmwareStatus                                  OBJECT-TYPE
2307    SYNTAX      DellStatus
2308    ACCESS      read-only
2309    STATUS      mandatory
2310    DESCRIPTION
2311"0300.0060.0001.0005 This attribute defines the status of the firmware."
2312    ::= { firmwareTableEntry 5 }
2313firmwareSize                                    OBJECT-TYPE
2314    SYNTAX      DellUnsigned16BitRange
2315    ACCESS      read-only
2316    STATUS      mandatory
2317    DESCRIPTION
2318"0300.0060.0001.0006 This attribute defines the image size of the firmware
2319in KBytes.  Zero indicates size is unknown."
2320    ::= { firmwareTableEntry 6 }
2321firmwareType                                    OBJECT-TYPE
2322    SYNTAX      DellFirmwareType
2323    ACCESS      read-only
2324    STATUS      mandatory
2325    DESCRIPTION
2326"0300.0060.0001.0007 This attribute defines the type of firmware."
2327    ::= { firmwareTableEntry 7 }
2328firmwareTypeName                                OBJECT-TYPE
2329    SYNTAX      DellString
2330    ACCESS      read-only
2331    STATUS      mandatory
2332    DESCRIPTION
2333"0300.0060.0001.0008 This attribute defines the type name of the firmware."
2334    ::= { firmwareTableEntry 8 }
2335firmwareUpdateCapabilities                      OBJECT-TYPE
2336    SYNTAX      DellUnsigned16BitRange
2337    ACCESS      read-only
2338    STATUS      mandatory
2339    DESCRIPTION
2340"0300.0060.0001.0009 This attribute defines the bitmap of supported methods
2341for firmware update."
2342    ::= { firmwareTableEntry 9 }
2343firmwareDateName                                OBJECT-TYPE
2344    SYNTAX      OCTET STRING (SIZE(8))
2345    ACCESS      read-only
2346    STATUS      mandatory
2347    DESCRIPTION
2348"0300.0060.0001.0010 This attribute defines the release date of the firmware."
2349    ::= { firmwareTableEntry 10 }
2350firmwareVersionName                             OBJECT-TYPE
2351    SYNTAX      DellString
2352    ACCESS      read-only
2353    STATUS      mandatory
2354    DESCRIPTION
2355"0300.0060.0001.0011 This attribute defines the version of the firmware."
2356    ::= { firmwareTableEntry 11 }
2357
2358
2359-------------------------------------------------------------------------------
2360-- Intrusion Table
2361--
2362-- OID Format: 1.3.6.1.4.1.674.10892.1.300.70.1.<a>.<i1>.<i2>
2363-------------------------------------------------------------------------------
2364
2365DellIntrusionReading                            ::= INTEGER {
2366    chassisNotBreached(1),                      -- chassis not breached and no uncleared breaches
2367    chassisBreached(2),                         -- chassis currently breached
2368    chassisBreachedPrior(3),                    -- chassis breached prior to boot and has not been cleared
2369    chassisBreachSensorFailure(4)               -- intrusion sensor has failed
2370}
2371DellIntrusionType                               ::= INTEGER {
2372    chassisBreachDetectionWhenPowerON(1),       -- type is detect intrusion while power on
2373    chassisBreachDetectionWhenPowerOFF(2)       -- type is detect intrusion while power off
2374}
2375
2376IntrusionTableEntry                             ::= SEQUENCE {
2377    intrusionchassisIndex                       DellObjectRange,
2378    intrusionIndex                              DellObjectRange,
2379    intrusionStateCapabilities                  DellStateCapabilities,
2380    intrusionStateSettings                      DellStateSettings,
2381    intrusionStatus                             DellStatus,
2382    intrusionReading                            DellIntrusionReading,
2383    intrusionType                               DellIntrusionType,
2384    intrusionLocationName                       DellString
2385}
2386
2387intrusionTable                                  OBJECT-TYPE
2388    SYNTAX      SEQUENCE OF IntrusionTableEntry
2389    ACCESS      not-accessible
2390    STATUS      mandatory
2391    DESCRIPTION
2392"0300.0070 This object defines the Intrusion Table."
2393    ::= { chassisInformationGroup 70 }
2394intrusionTableEntry                             OBJECT-TYPE
2395    SYNTAX      IntrusionTableEntry
2396    ACCESS      not-accessible
2397    STATUS      mandatory
2398    DESCRIPTION
2399"0300.0070.0001 This object defines the Intrusion Table Entry."
2400    INDEX       { intrusionchassisIndex,
2401                  intrusionIndex }
2402    ::= { intrusionTable 1 }
2403
2404intrusionchassisIndex                           OBJECT-TYPE
2405    SYNTAX      DellObjectRange
2406    ACCESS      read-only
2407    STATUS      mandatory
2408    DESCRIPTION
2409"0300.0070.0001.0001 This attribute defines the index (one based) of the
2410associated chassis."
2411    ::= { intrusionTableEntry 1 }
2412intrusionIndex                                  OBJECT-TYPE
2413    SYNTAX      DellObjectRange
2414    ACCESS      read-only
2415    STATUS      mandatory
2416    DESCRIPTION
2417"0300.0070.0001.0002 This attribute defines the index (one based) of the
2418intrusion sensor."
2419    ::= { intrusionTableEntry 2 }
2420intrusionStateCapabilities                      OBJECT-TYPE
2421    SYNTAX      DellStateCapabilities
2422    ACCESS      read-only
2423    STATUS      mandatory
2424    DESCRIPTION
2425"0300.0070.0001.0003 This attribute defines the state capabilities of the
2426intrusion sensor."
2427    ::= { intrusionTableEntry 3 }
2428intrusionStateSettings                          OBJECT-TYPE
2429    SYNTAX      DellStateSettings
2430    ACCESS      read-only
2431    STATUS      mandatory
2432    DESCRIPTION
2433"0300.0070.0001.0004 This attribute defines the state settings of the
2434intrusion sensor."
2435    ::= { intrusionTableEntry 4 }
2436intrusionStatus                                 OBJECT-TYPE
2437    SYNTAX      DellStatus
2438    ACCESS      read-only
2439    STATUS      mandatory
2440    DESCRIPTION
2441"0300.0070.0001.0005 This attribute defines the status of the
2442intrusion sensor."
2443    ::= { intrusionTableEntry 5 }
2444intrusionReading                                OBJECT-TYPE
2445    SYNTAX      DellIntrusionReading
2446    ACCESS      read-only
2447    STATUS      mandatory
2448    DESCRIPTION
2449"0300.0070.0001.0006 This attribute defines the reading of the
2450intrusion sensor."
2451    ::= { intrusionTableEntry 6 }
2452intrusionType                                   OBJECT-TYPE
2453    SYNTAX      DellIntrusionType
2454    ACCESS      read-only
2455    STATUS      mandatory
2456    DESCRIPTION
2457"0300.0070.0001.0007 This attribute defines the type of the
2458intrusion sensor."
2459    ::= { intrusionTableEntry 7 }
2460intrusionLocationName                           OBJECT-TYPE
2461    SYNTAX      DellString
2462    ACCESS      read-only
2463    STATUS      mandatory
2464    DESCRIPTION
2465"0300.0070.0001.0008 This attribute defines the location of the
2466intrusion sensor."
2467    ::= { intrusionTableEntry 8 }
2468
2469
2470-------------------------------------------------------------------------------
2471-- Base Board Table
2472--
2473-- OID Format: 1.3.6.1.4.1.674.10892.1.300.80.1.<a>.<i1>.<i2>
2474-------------------------------------------------------------------------------
2475
2476DellBaseBoardType                               ::= INTEGER {
2477    unknown(1),                                 -- type is unknown
2478    other(2),                                   -- type is other than following values
2479    serverBlade(3),                             -- type is Server Blade
2480    connectivitySwitch(4),                      -- type is Connectivity Switch
2481    systemManagementModule(5),                  -- type is System Management Module
2482    processorModule(6),                         -- type is Processor Module
2483    ioModule(7),                                -- type is I/O Module
2484    memoryModule(8),                            -- type is Memory Module
2485    daughterBoard(9),                           -- type is Daughter Board
2486    motherboard(10),                            -- type is Motherboard
2487    processorMemoryModule(11),                  -- type is Processor/Memory Module
2488    processorIOModule(12),                      -- type is Processor/IO Module
2489    interconnectBoard(13)                       -- type is Interconnect Board
2490}
2491DellBaseBoardFeatureFlags                       ::= INTEGER {
2492    -- Note: These values are bit fields, so combination values are possible.
2493    -- If 0 (zero), base board has none of the following features:
2494    boardIsHostingBoard(1),                     -- board is Hosting Board
2495    boardRequiresDaughterBoard(2),              -- board requires at least one Daughter Board or Auxiliary Card
2496    boardIsRemovable(4),                        -- board is Removable
2497    boardIsReplaceable(8),                      -- board is Replaceable
2498    boardIsHotSwappable(16)                     -- board is Hot Swappable
2499}
2500
2501BaseBoardTableEntry                             ::= SEQUENCE {
2502    baseBoardChassisIndex                       DellObjectRange,
2503    baseBoardIndex                              DellObjectRange,
2504    baseBoardStateCapabilities                  DellStateCapabilities,
2505    baseBoardStateSettings                      DellStateSettings,
2506    baseBoardStatus                             DellStatus,
2507    baseBoardFeatureFlags                       DellBaseBoardFeatureFlags,
2508    baseBoardType                               DellBaseBoardType,
2509    baseBoardTypeName                           DellString,
2510    baseBoardLocationName                       DellString,
2511    baseBoardManufacturerName                   DellString,
2512    baseBoardProductName                        DellString,
2513    baseBoardVersionName                        DellString,
2514    baseBoardServiceTagName                     DellString,
2515    baseBoardPiecePartIDName                    DellString,
2516    baseBoardAssetTagName                       DellString,
2517    baseBoardExpressServiceCodeName             DellString
2518}
2519
2520baseBoardTable                                  OBJECT-TYPE
2521    SYNTAX      SEQUENCE OF BaseBoardTableEntry
2522    ACCESS      not-accessible
2523    STATUS      mandatory
2524    DESCRIPTION
2525"0300.0080 This object defines the Base Board Table."
2526    ::= { chassisInformationGroup 80 }
2527baseBoardTableEntry                             OBJECT-TYPE
2528    SYNTAX      BaseBoardTableEntry
2529    ACCESS      not-accessible
2530    STATUS      mandatory
2531    DESCRIPTION
2532"0300.0080.0001 This object defines the Base Board Table Entry."
2533    INDEX       { baseBoardChassisIndex,
2534                  baseBoardIndex }
2535    ::= { baseBoardTable 1 }
2536
2537baseBoardChassisIndex                           OBJECT-TYPE
2538    SYNTAX      DellObjectRange
2539    ACCESS      read-only
2540    STATUS      mandatory
2541    DESCRIPTION
2542"0300.0080.0001.0001 This attribute defines the index (one based) of the
2543associated chassis."
2544    ::= { baseBoardTableEntry 1 }
2545baseBoardIndex                                  OBJECT-TYPE
2546    SYNTAX      DellObjectRange
2547    ACCESS      read-only
2548    STATUS      mandatory
2549    DESCRIPTION
2550"0300.0080.0001.0002 This attribute defines the index (one based) of the
2551base board."
2552    ::= { baseBoardTableEntry 2 }
2553baseBoardStateCapabilities                      OBJECT-TYPE
2554    SYNTAX      DellStateCapabilities
2555    ACCESS      read-only
2556    STATUS      mandatory
2557    DESCRIPTION
2558"0300.0080.0001.0003 This attribute defines the state capabilities of the
2559base board."
2560    ::= { baseBoardTableEntry 3 }
2561baseBoardStateSettings                          OBJECT-TYPE
2562    SYNTAX      DellStateSettings
2563    ACCESS      read-only
2564    STATUS      mandatory
2565    DESCRIPTION
2566"0300.0080.0001.0004 This attribute defines the state settings of the
2567base board."
2568    ::= { baseBoardTableEntry 4 }
2569baseBoardStatus                                 OBJECT-TYPE
2570    SYNTAX      DellStatus
2571    ACCESS      read-only
2572    STATUS      mandatory
2573    DESCRIPTION
2574"0300.0080.0001.0005 This attribute defines the status of the base board."
2575    ::= { baseBoardTableEntry 5 }
2576baseBoardFeatureFlags                           OBJECT-TYPE
2577    SYNTAX      DellBaseBoardFeatureFlags
2578    ACCESS      read-only
2579    STATUS      mandatory
2580    DESCRIPTION
2581"0300.0080.0001.0006 This attribute defines the features of the base board."
2582    ::= { baseBoardTableEntry 6 }
2583baseBoardType                                   OBJECT-TYPE
2584    SYNTAX      DellBaseBoardType
2585    ACCESS      read-only
2586    STATUS      mandatory
2587    DESCRIPTION
2588"0300.0080.0001.0007 This attribute defines the type of the base board."
2589    ::= { baseBoardTableEntry 7 }
2590baseBoardTypeName                               OBJECT-TYPE
2591    SYNTAX      DellString
2592    ACCESS      read-only
2593    STATUS      mandatory
2594    DESCRIPTION
2595"0300.0080.0001.0008 This attribute defines the type name of the base board."
2596    ::= { baseBoardTableEntry 8 }
2597baseBoardLocationName                           OBJECT-TYPE
2598    SYNTAX      DellString
2599    ACCESS      read-only
2600    STATUS      mandatory
2601    DESCRIPTION
2602"0300.0080.0001.0009 This attribute defines the location of the base board."
2603    ::= { baseBoardTableEntry 9 }
2604baseBoardManufacturerName                       OBJECT-TYPE
2605    SYNTAX      DellString
2606    ACCESS      read-only
2607    STATUS      mandatory
2608    DESCRIPTION
2609"0300.0080.0001.0010 This attribute defines the name of the manufacturer
2610of the base board."
2611    ::= { baseBoardTableEntry 10 }
2612baseBoardProductName                            OBJECT-TYPE
2613    SYNTAX      DellString
2614    ACCESS      read-only
2615    STATUS      mandatory
2616    DESCRIPTION
2617"0300.0080.0001.0011 This attribute defines the product name of the
2618base board."
2619    ::= { baseBoardTableEntry 11 }
2620baseBoardVersionName                            OBJECT-TYPE
2621    SYNTAX      DellString
2622    ACCESS      read-only
2623    STATUS      mandatory
2624    DESCRIPTION
2625"0300.0080.0001.0012 This attribute defines the version of the base board."
2626    ::= { baseBoardTableEntry 12 }
2627baseBoardServiceTagName                         OBJECT-TYPE
2628    SYNTAX      DellString
2629    ACCESS      read-only
2630    STATUS      mandatory
2631    DESCRIPTION
2632"0300.0080.0001.0013 This attribute defines the service tag of the base board."
2633    ::= { baseBoardTableEntry 13 }
2634baseBoardPiecePartIDName                        OBJECT-TYPE
2635    SYNTAX      DellString
2636    ACCESS      read-only
2637    STATUS      mandatory
2638    DESCRIPTION
2639"0300.0080.0001.0014 This attribute defines the Piece Part ID (PPID) of the
2640base board."
2641    ::= { baseBoardTableEntry 14 }
2642baseBoardAssetTagName                           OBJECT-TYPE
2643    SYNTAX      DellString
2644    ACCESS      read-only
2645    STATUS      mandatory
2646    DESCRIPTION
2647"0300.0080.0001.0015 This attribute defines the asset tag of the base board."
2648    ::= { baseBoardTableEntry 15 }
2649baseBoardExpressServiceCodeName                 OBJECT-TYPE
2650    SYNTAX      DellString
2651    ACCESS      read-only
2652    STATUS      mandatory
2653    DESCRIPTION
2654"0300.0080.0001.0016 This attribute defines the Express Service Code of the
2655base board."
2656    ::= { baseBoardTableEntry 16 }
2657
2658
2659-------------------------------------------------------------------------------
2660-- Operating System Group
2661--
2662-- OID Format: 1.3.6.1.4.1.674.10892.1.400
2663-------------------------------------------------------------------------------
2664
2665
2666-------------------------------------------------------------------------------
2667-- Operating System Table
2668--
2669-- OID Format: 1.3.6.1.4.1.674.10892.1.400.10.1.<a>.<i1>
2670-------------------------------------------------------------------------------
2671
2672OperatingSystemTableEntry                       ::= SEQUENCE {
2673    operatingSystemchassisIndex                 DellObjectRange,
2674    operatingSystemStateCapabilities            DellStateCapabilities,
2675    operatingSystemStateSettings                DellStateSettings,
2676    operatingSystemStatus                       DellStatus,
2677    operatingSystemIsPrimary                    DellBoolean,
2678    operatingSystemOperatingSystemName          DisplayString (SIZE (0..255)),
2679    operatingSystemOperatingSystemVersionName   DisplayString (SIZE (0..255))
2680}
2681
2682operatingSystemTable                            OBJECT-TYPE
2683    SYNTAX      SEQUENCE OF OperatingSystemTableEntry
2684    ACCESS      not-accessible
2685    STATUS      mandatory
2686    DESCRIPTION
2687"0400.0010 This object defines the Operating System Table."
2688    ::= { operatingSystemGroup 10 }
2689operatingSystemTableEntry                       OBJECT-TYPE
2690    SYNTAX      OperatingSystemTableEntry
2691    ACCESS      not-accessible
2692    STATUS      mandatory
2693    DESCRIPTION
2694"0400.0010.0001 This object defines the Operating System Table Entry."
2695    INDEX       { operatingSystemchassisIndex }
2696    ::= { operatingSystemTable 1 }
2697
2698operatingSystemchassisIndex                     OBJECT-TYPE
2699    SYNTAX      DellObjectRange
2700    ACCESS      read-only
2701    STATUS      mandatory
2702    DESCRIPTION
2703"0400.0010.0001.0001 This attribute defines the index (one based) of the
2704associated chassis."
2705    ::= { operatingSystemTableEntry 1 }
2706operatingSystemStateCapabilities                OBJECT-TYPE
2707    SYNTAX      DellStateCapabilities
2708    ACCESS      read-only
2709    STATUS      mandatory
2710    DESCRIPTION
2711"0400.0010.0001.0002 This attribute defines the state capabilities of the
2712operating system."
2713    ::= { operatingSystemTableEntry 2 }
2714operatingSystemStateSettings                    OBJECT-TYPE
2715    SYNTAX      DellStateSettings
2716    ACCESS      read-only
2717    STATUS      mandatory
2718    DESCRIPTION
2719"0400.0010.0001.0003 This attribute defines the state settings of the
2720operating system."
2721    ::= { operatingSystemTableEntry 3 }
2722operatingSystemStatus                           OBJECT-TYPE
2723    SYNTAX      DellStatus
2724    ACCESS      read-only
2725    STATUS      mandatory
2726    DESCRIPTION
2727"0400.0010.0001.0004 This attribute defines the status of the
2728operating system."
2729    ::= { operatingSystemTableEntry 4 }
2730operatingSystemIsPrimary                        OBJECT-TYPE
2731    SYNTAX      DellBoolean
2732    ACCESS      read-only
2733    STATUS      mandatory
2734    DESCRIPTION
2735"0400.0010.0001.0005 This attribute defines if this operating system is the
2736primary operating system or not."
2737    ::= { operatingSystemTableEntry 5 }
2738operatingSystemOperatingSystemName              OBJECT-TYPE
2739    SYNTAX      DisplayString (SIZE (0..255))
2740    ACCESS      read-only
2741    STATUS      mandatory
2742    DESCRIPTION
2743"0400.0010.0001.0006 This attribute defines the name of the operating system."
2744    ::= { operatingSystemTableEntry 6 }
2745operatingSystemOperatingSystemVersionName       OBJECT-TYPE
2746    SYNTAX      DisplayString (SIZE (0..255))
2747    ACCESS      read-only
2748    STATUS      mandatory
2749    DESCRIPTION
2750"0400.0010.0001.0007 This attribute defines the version of the operating system."
2751    ::= { operatingSystemTableEntry 7 }
2752
2753
2754-------------------------------------------------------------------------------
2755-- Operating System Memory Table
2756--
2757-- OID Format: 1.3.6.1.4.1.674.10892.1.400.20.1.<a>.<i1>
2758-------------------------------------------------------------------------------
2759
2760OperatingSystemMemoryTableEntry                 ::= SEQUENCE {
2761    operatingSystemMemorychassisIndex           DellObjectRange,
2762    operatingSystemMemoryStateCapabilities      DellStateCapabilities,
2763    operatingSystemMemoryStateSettings          DellStateSettings,
2764    operatingSystemMemoryStatus                 DellStatus,
2765    operatingSystemMemoryTotalPhysicalSize      DellUnsigned32BitRange,
2766    operatingSystemMemoryAvailablePhysicalSize  DellUnsigned32BitRange,
2767    operatingSystemMemoryTotalPageFileSize      DellUnsigned32BitRange,
2768    operatingSystemMemoryAvailablePageFileSize  DellUnsigned32BitRange,
2769    operatingSystemMemoryTotalVirtualSize       DellUnsigned32BitRange,
2770    operatingSystemMemoryAvailableVirtualSize   DellUnsigned32BitRange,
2771    operatingSystemMemoryExtTotalPhysicalSize   DellUnsigned64BitRange
2772}
2773
2774operatingSystemMemoryTable                      OBJECT-TYPE
2775    SYNTAX      SEQUENCE OF OperatingSystemMemoryTableEntry
2776    ACCESS      not-accessible
2777    STATUS      mandatory
2778    DESCRIPTION
2779"0400.0020 This object defines the Operating System Memory Table."
2780    ::= { operatingSystemGroup 20 }
2781operatingSystemMemoryTableEntry                 OBJECT-TYPE
2782    SYNTAX      OperatingSystemMemoryTableEntry
2783    ACCESS      not-accessible
2784    STATUS      mandatory
2785    DESCRIPTION
2786"0400.0020.0001 This object defines the Operating System Memory Table Entry."
2787    INDEX       { operatingSystemMemorychassisIndex }
2788    ::= { operatingSystemMemoryTable 1 }
2789
2790operatingSystemMemorychassisIndex               OBJECT-TYPE
2791    SYNTAX      DellObjectRange
2792    ACCESS      read-only
2793    STATUS      mandatory
2794    DESCRIPTION
2795"0400.0020.0001.0001 This attribute defines the index (one based) of the
2796associated chassis."
2797    ::= { operatingSystemMemoryTableEntry 1 }
2798operatingSystemMemoryStateCapabilities          OBJECT-TYPE
2799    SYNTAX      DellStateCapabilities
2800    ACCESS      read-only
2801    STATUS      mandatory
2802    DESCRIPTION
2803"0400.0020.0001.0002 This attribute defines the state capabilities of the
2804operating system memory."
2805    ::= { operatingSystemMemoryTableEntry 2 }
2806operatingSystemMemoryStateSettings              OBJECT-TYPE
2807    SYNTAX      DellStateSettings
2808    ACCESS      read-only
2809    STATUS      mandatory
2810    DESCRIPTION
2811"0400.0020.0001.0003 This attribute defines the state settings of the
2812operating system memory."
2813    ::= { operatingSystemMemoryTableEntry 3 }
2814operatingSystemMemoryStatus                     OBJECT-TYPE
2815    SYNTAX      DellStatus
2816    ACCESS      read-only
2817    STATUS      mandatory
2818    DESCRIPTION
2819"0400.0020.0001.0004 This attribute defines the status of the
2820operating system memory."
2821    ::= { operatingSystemMemoryTableEntry 4 }
2822operatingSystemMemoryTotalPhysicalSize          OBJECT-TYPE
2823    SYNTAX      DellUnsigned32BitRange
2824    ACCESS      read-only
2825    STATUS      deprecated
2826    DESCRIPTION
2827"0400.0020.0001.0005 This attribute defines the total physical memory
2828for the operating system memory in KBytes.
2829**NOTE: This attribute is deprecated and replaced by operatingSystemMemoryExtTotalPhysicalSize."
2830    ::= { operatingSystemMemoryTableEntry 5 }
2831operatingSystemMemoryAvailablePhysicalSize      OBJECT-TYPE
2832    SYNTAX      DellUnsigned32BitRange
2833    ACCESS      read-only
2834    STATUS      mandatory
2835    DESCRIPTION
2836"0400.0020.0001.0006 This attribute defines the available physical memory
2837for the operating system memory in KBytes."
2838    ::= { operatingSystemMemoryTableEntry 6 }
2839operatingSystemMemoryTotalPageFileSize          OBJECT-TYPE
2840    SYNTAX      DellUnsigned32BitRange
2841    ACCESS      read-only
2842    STATUS      mandatory
2843    DESCRIPTION
2844"0400.0020.0001.0007 This attribute defines the total page file memory
2845for the operating system memory in KBytes."
2846    ::= { operatingSystemMemoryTableEntry 7 }
2847operatingSystemMemoryAvailablePageFileSize      OBJECT-TYPE
2848    SYNTAX      DellUnsigned32BitRange
2849    ACCESS      read-only
2850    STATUS      mandatory
2851    DESCRIPTION
2852"0400.0020.0001.0008 This attribute defines the available page file memory
2853for the operating system memory in KBytes."
2854    ::= { operatingSystemMemoryTableEntry 8 }
2855operatingSystemMemoryTotalVirtualSize           OBJECT-TYPE
2856    SYNTAX      DellUnsigned32BitRange
2857    ACCESS      read-only
2858    STATUS      mandatory
2859    DESCRIPTION
2860"0400.0020.0001.0009 This attribute defines the total virtual memory
2861for the operating system memory in KBytes."
2862    ::= { operatingSystemMemoryTableEntry 9 }
2863operatingSystemMemoryAvailableVirtualSize       OBJECT-TYPE
2864    SYNTAX      DellUnsigned32BitRange
2865    ACCESS      read-only
2866    STATUS      mandatory
2867    DESCRIPTION
2868"0400.0020.0001.0010 This attribute defines the available virtual memory
2869for the operating system memory in KBytes."
2870    ::= { operatingSystemMemoryTableEntry 10 }
2871operatingSystemMemoryExtTotalPhysicalSize          OBJECT-TYPE
2872    SYNTAX      DellUnsigned64BitRange
2873    ACCESS      read-only
2874    STATUS      mandatory
2875    DESCRIPTION
2876"0400.0020.0001.0011 This attribute defines the total physical memory
2877for the operating system memory in KBytes.
2878**NOTE: This attribute is replaces operatingSystemMemoryTotalPhysicalSize."
2879    ::= { operatingSystemMemoryTableEntry 11 }
2880
2881
2882-------------------------------------------------------------------------------
2883-- System Resource Group
2884--
2885-- OID Format: 1.3.6.1.4.1.674.10892.1.500
2886-------------------------------------------------------------------------------
2887
2888
2889-------------------------------------------------------------------------------
2890-- System Resource Map Table
2891--
2892-- OID Format: 1.3.6.1.4.1.674.10892.1.500.10.1.<a>.<i1>.<i2>
2893-------------------------------------------------------------------------------
2894
2895DellSystemResourceMapType                       ::= INTEGER {
2896    other(1),                                   -- type is other than following values
2897    unknown(2),                                 -- type is unknown
2898    typeOne(3)                                  -- type is type 1 (one)
2899}
2900
2901SystemResourceMapTableEntry                     ::= SEQUENCE {
2902    systemResourceMapchassisIndex               DellObjectRange,
2903    systemResourceMapIndex                      DellObjectRange,
2904    systemResourceMapStateCapabilities          DellStateCapabilities,
2905    systemResourceMapStateSettings              DellStateSettings,
2906    systemResourceMapStatus                     DellStatus,
2907    systemResourceMapType                       DellSystemResourceMapType
2908}
2909
2910systemResourceMapTable                          OBJECT-TYPE
2911    SYNTAX      SEQUENCE OF SystemResourceMapTableEntry
2912    ACCESS      not-accessible
2913    STATUS      mandatory
2914    DESCRIPTION
2915"0500.0010 This object defines the System Resource Map Table."
2916    ::= { systemResourceGroup 10 }
2917systemResourceMapTableEntry                     OBJECT-TYPE
2918    SYNTAX      SystemResourceMapTableEntry
2919    ACCESS      not-accessible
2920    STATUS      mandatory
2921    DESCRIPTION
2922"0500.0010.0001 This object defines the System Resource Map Table Entry."
2923    INDEX       { systemResourceMapchassisIndex,
2924                  systemResourceMapIndex }
2925    ::= { systemResourceMapTable 1 }
2926
2927systemResourceMapchassisIndex                   OBJECT-TYPE
2928    SYNTAX      DellObjectRange
2929    ACCESS      read-only
2930    STATUS      mandatory
2931    DESCRIPTION
2932"0500.0010.0001.0001 This attribute defines the index (one based) of the
2933associated chassis."
2934    ::= { systemResourceMapTableEntry 1 }
2935systemResourceMapIndex                          OBJECT-TYPE
2936    SYNTAX      DellObjectRange
2937    ACCESS      read-only
2938    STATUS      mandatory
2939    DESCRIPTION
2940"0500.0010.0001.0002 This attribute defines the index (one based) of the
2941system resource map."
2942    ::= { systemResourceMapTableEntry 2 }
2943systemResourceMapStateCapabilities              OBJECT-TYPE
2944    SYNTAX      DellStateCapabilities
2945    ACCESS      read-only
2946    STATUS      mandatory
2947    DESCRIPTION
2948"0500.0010.0001.0003 This attribute defines the state capabilities of the
2949system resource map."
2950    ::= { systemResourceMapTableEntry 3 }
2951systemResourceMapStateSettings                  OBJECT-TYPE
2952    SYNTAX      DellStateSettings
2953    ACCESS      read-only
2954    STATUS      mandatory
2955    DESCRIPTION
2956"0500.0010.0001.0004 This attribute defines the state settings of the
2957system resource map."
2958    ::= { systemResourceMapTableEntry 4 }
2959systemResourceMapStatus                         OBJECT-TYPE
2960    SYNTAX      DellStatus
2961    ACCESS      read-only
2962    STATUS      mandatory
2963    DESCRIPTION
2964"0500.0010.0001.0005 This attribute defines the status of the
2965system resource map."
2966    ::= { systemResourceMapTableEntry 5 }
2967systemResourceMapType                           OBJECT-TYPE
2968    SYNTAX      DellSystemResourceMapType
2969    ACCESS      read-only
2970    STATUS      mandatory
2971    DESCRIPTION
2972"0500.0010.0001.0006 This attribute defines the type of the system resource map."
2973    ::= { systemResourceMapTableEntry 6 }
2974
2975
2976-------------------------------------------------------------------------------
2977-- System Resource Owner Table
2978--
2979-- OID Format: 1.3.6.1.4.1.674.10892.1.500.20.1.<a>.<i1>.<i2>
2980-------------------------------------------------------------------------------
2981
2982DellResourceOwnerInterfaceType                  ::= INTEGER {
2983    typeIsOther(1),                             -- type is other than following values
2984    typeIsUnknown(2),                           -- type is unknown
2985    typeIsInternal(3),                          -- type is Internal
2986    typeIsISA(4),                               -- type is ISA Bus
2987    typeIsEISA(5),                              -- type is EISA Bus
2988    typeIsMCA(6),                               -- type is MCA Bus
2989    typeIsTurboChannel(7),                      -- type is TurboChannel Bus
2990    typeIsPCI(8)                                -- type is PCI Bus
2991}
2992
2993SystemResourceOwnerTableEntry                   ::= SEQUENCE {
2994    systemResourceOwnerchassisIndex             DellObjectRange,
2995    systemResourceOwnerIndex                    DellObjectRange,
2996    systemResourceOwnerStateCapabilities        DellStateCapabilities,
2997    systemResourceOwnerStateSettings            DellStateSettings,
2998    systemResourceOwnerStatus                   DellStatus,
2999    systemResourceOwnerInterfaceType            DellResourceOwnerInterfaceType,
3000    systemResourceMapIndexReference             DellObjectRange,
3001    systemResourceOwnerDescriptionName          DellString,
3002    systemResourceOwnerInterfaceInstance        DellObjectRange
3003}
3004
3005systemResourceOwnerTable                        OBJECT-TYPE
3006    SYNTAX      SEQUENCE OF SystemResourceOwnerTableEntry
3007    ACCESS      not-accessible
3008    STATUS      mandatory
3009    DESCRIPTION
3010"0500.0020 This object defines the System Resource Owner Table."
3011    ::= { systemResourceGroup 20 }
3012systemResourceOwnerTableEntry                   OBJECT-TYPE
3013    SYNTAX      SystemResourceOwnerTableEntry
3014    ACCESS      not-accessible
3015    STATUS      mandatory
3016    DESCRIPTION
3017"0500.0020.0001 This object defines the System Resource Owner Table Entry."
3018    INDEX       { systemResourceOwnerchassisIndex,
3019                  systemResourceOwnerIndex }
3020    ::= { systemResourceOwnerTable 1 }
3021
3022systemResourceOwnerchassisIndex                 OBJECT-TYPE
3023    SYNTAX      DellObjectRange
3024    ACCESS      read-only
3025    STATUS      mandatory
3026    DESCRIPTION
3027"0500.0020.0001.0001 This attribute defines the index (one based) of the
3028associated chassis."
3029    ::= { systemResourceOwnerTableEntry 1 }
3030systemResourceOwnerIndex                        OBJECT-TYPE
3031    SYNTAX      DellObjectRange
3032    ACCESS      read-only
3033    STATUS      mandatory
3034    DESCRIPTION
3035"0500.0020.0001.0002 This attribute defines the index of (one based) of the
3036system resource owner."
3037    ::= { systemResourceOwnerTableEntry 2 }
3038systemResourceOwnerStateCapabilities            OBJECT-TYPE
3039    SYNTAX      DellStateCapabilities
3040    ACCESS      read-only
3041    STATUS      mandatory
3042    DESCRIPTION
3043"0500.0020.0001.0003 This attribute defines the state capabilities of the
3044system resource owner."
3045    ::= { systemResourceOwnerTableEntry 3 }
3046systemResourceOwnerStateSettings                OBJECT-TYPE
3047    SYNTAX      DellStateSettings
3048    ACCESS      read-only
3049    STATUS      mandatory
3050    DESCRIPTION
3051"0500.0020.0001.0004 This attribute defines the state settings of the
3052system resource owner."
3053    ::= { systemResourceOwnerTableEntry 4 }
3054systemResourceOwnerStatus                       OBJECT-TYPE
3055    SYNTAX      DellStatus
3056    ACCESS      read-only
3057    STATUS      mandatory
3058    DESCRIPTION
3059"0500.0020.0001.0005 This attribute defines the status of the
3060system resource owner."
3061    ::= { systemResourceOwnerTableEntry 5 }
3062systemResourceOwnerInterfaceType                OBJECT-TYPE
3063    SYNTAX      DellResourceOwnerInterfaceType
3064    ACCESS      read-only
3065    STATUS      mandatory
3066    DESCRIPTION
3067"0500.0020.0001.0006 This attribute defines the interface type of the
3068system resource owner."
3069    ::= { systemResourceOwnerTableEntry 6 }
3070systemResourceMapIndexReference                 OBJECT-TYPE
3071    SYNTAX      DellObjectRange
3072    ACCESS      read-only
3073    STATUS      mandatory
3074    DESCRIPTION
3075"0500.0020.0001.0007 This attribute defines the index to the associated
3076system resource map."
3077    ::= { systemResourceOwnerTableEntry 7 }
3078systemResourceOwnerDescriptionName              OBJECT-TYPE
3079    SYNTAX      DellString
3080    ACCESS      read-only
3081    STATUS      mandatory
3082    DESCRIPTION
3083"0500.0020.0001.0008 This attribute defines the description of the
3084system resource owner."
3085    ::= { systemResourceOwnerTableEntry 8 }
3086systemResourceOwnerInterfaceInstance            OBJECT-TYPE
3087    SYNTAX      DellObjectRange
3088    ACCESS      read-only
3089    STATUS      mandatory
3090    DESCRIPTION
3091"0500.0020.0001.0009 This attribute defines the index to the associated
3092system resource owner interface type."
3093    ::= { systemResourceOwnerTableEntry 9 }
3094
3095
3096-------------------------------------------------------------------------------
3097-- System Resource I/O Port Table
3098--
3099-- OID Format: 1.3.6.1.4.1.674.10892.1.500.30.1.<a>.<i1>.<i2>
3100-------------------------------------------------------------------------------
3101
3102DellResourceShareDisposition                    ::= INTEGER {
3103    shareIsOther(1),                            -- disposition is other than following values
3104    shareIsUnknown(2),                          -- disposition is unknown
3105    shareIsDeviceExclusive(3),                  -- disposition is Device Exclusive
3106    shareIsDriverExclusive(4),                  -- disposition is Driver Exclusive
3107    shareIsShared(5)                            -- disposition is Shared
3108}
3109
3110SystemResourceIOPortTableEntry                  ::= SEQUENCE {
3111    systemResourceIOPortchassisIndex            DellObjectRange,
3112    systemResourceIOPortIndex                   DellObjectRange,
3113    systemResourceIOPortStateCapabilities       DellStateCapabilities,
3114    systemResourceIOPortStateSettings           DellStateSettings,
3115    systemResourceIOPortStatus                  DellStatus,
3116    systemResourceIOPortOwnerIndexReference     DellObjectRange,
3117    systemResourceIOPortShareDisposition        DellResourceShareDisposition,
3118    systemResourceIOPortStartingAddress         DellUnsigned64BitRange,
3119    systemResourceIOPortEndingAddress           DellUnsigned64BitRange
3120}
3121
3122systemResourceIOPortTable                       OBJECT-TYPE
3123    SYNTAX      SEQUENCE OF SystemResourceIOPortTableEntry
3124    ACCESS      not-accessible
3125    STATUS      mandatory
3126    DESCRIPTION
3127"0500.0030 This object defines the System Resource I/O Port Table."
3128    ::= { systemResourceGroup 30 }
3129systemResourceIOPortTableEntry                  OBJECT-TYPE
3130    SYNTAX      SystemResourceIOPortTableEntry
3131    ACCESS      not-accessible
3132    STATUS      mandatory
3133    DESCRIPTION
3134"0500.0030.0001 This object defines the System Resource I/O Port Table Entry."
3135    INDEX       { systemResourceIOPortchassisIndex,
3136                  systemResourceIOPortIndex }
3137    ::= { systemResourceIOPortTable 1 }
3138
3139systemResourceIOPortchassisIndex            OBJECT-TYPE
3140    SYNTAX      DellObjectRange
3141    ACCESS      read-only
3142    STATUS      mandatory
3143    DESCRIPTION
3144"0500.0030.0001.0001 This attribute defines the index (one based) of the
3145associated chassis."
3146    ::= { systemResourceIOPortTableEntry 1 }
3147systemResourceIOPortIndex                       OBJECT-TYPE
3148    SYNTAX      DellObjectRange
3149    ACCESS      read-only
3150    STATUS      mandatory
3151    DESCRIPTION
3152"0500.0030.0001.0002 This attribute defines the index (one based) of the
3153system resource I/O port."
3154    ::= { systemResourceIOPortTableEntry 2 }
3155systemResourceIOPortStateCapabilities           OBJECT-TYPE
3156    SYNTAX      DellStateCapabilities
3157    ACCESS      read-only
3158    STATUS      mandatory
3159    DESCRIPTION
3160"0500.0030.0001.0003 This attribute defines the state capabilities of the
3161system resource I/O port."
3162    ::= { systemResourceIOPortTableEntry 3 }
3163systemResourceIOPortStateSettings               OBJECT-TYPE
3164    SYNTAX      DellStateSettings
3165    ACCESS      read-only
3166    STATUS      mandatory
3167    DESCRIPTION
3168"0500.0030.0001.0004 This attribute defines the state settings of the
3169system resource I/O port."
3170    ::= { systemResourceIOPortTableEntry 4 }
3171systemResourceIOPortStatus                      OBJECT-TYPE
3172    SYNTAX      DellStatus
3173    ACCESS      read-only
3174    STATUS      mandatory
3175    DESCRIPTION
3176"0500.0030.0001.0005 This attribute defines the status of the
3177system resource I/O port."
3178    ::= { systemResourceIOPortTableEntry 5 }
3179systemResourceIOPortOwnerIndexReference         OBJECT-TYPE
3180    SYNTAX      DellObjectRange
3181    ACCESS      read-only
3182    STATUS      mandatory
3183    DESCRIPTION
3184"0500.0030.0001.0006 This attribute defines the index to the associated
3185system resource owner for this system resource I/O port."
3186    ::= { systemResourceIOPortTableEntry 6 }
3187systemResourceIOPortShareDisposition            OBJECT-TYPE
3188    SYNTAX      DellResourceShareDisposition
3189    ACCESS      read-only
3190    STATUS      mandatory
3191    DESCRIPTION
3192"0500.0030.0001.0007 This attribute defines the share disposition of the
3193system resource I/O port."
3194    ::= { systemResourceIOPortTableEntry 7 }
3195systemResourceIOPortStartingAddress             OBJECT-TYPE
3196    SYNTAX      DellUnsigned64BitRange
3197    ACCESS      read-only
3198    STATUS      mandatory
3199    DESCRIPTION
3200"0500.0030.0001.0008 This attribute defines the 64-bit starting address
3201of the system resource I/O port."
3202    ::= { systemResourceIOPortTableEntry 8 }
3203systemResourceIOPortEndingAddress              OBJECT-TYPE
3204    SYNTAX      DellUnsigned64BitRange
3205    ACCESS      read-only
3206    STATUS      mandatory
3207    DESCRIPTION
3208"0500.0030.0001.0009 This attribute defines the 64-bit ending address
3209of the system resource I/O port."
3210    ::= { systemResourceIOPortTableEntry 9 }
3211
3212
3213-------------------------------------------------------------------------------
3214-- System Resource Memory Table
3215--
3216-- OID Format: 1.3.6.1.4.1.674.10892.1.500.40.1.<a>.<i1>.<i2>
3217-------------------------------------------------------------------------------
3218
3219DellResourceMemoryFlags                         ::= INTEGER {
3220    memoryIsReadOnly(1),                        -- memory is read-only
3221    memoryIsWriteOnly(2),                       -- memory is write-only
3222    memoryIsReadAndWrite(3),                    -- memory is read-write
3223    memoryIsPreFetchable(4),                    -- memory is prefetchable
3224    memoryIsCombinedWritable(8),                -- memory is combined writable
3225    memoryIsF24(16)                             -- memory is F24
3226}
3227
3228SystemResourceMemoryTableEntry                  ::= SEQUENCE {
3229    systemResourceMemorychassisIndex            DellObjectRange,
3230    systemResourceMemoryIndex                   DellObjectRange,
3231    systemResourceMemoryStateCapabilities       DellStateCapabilities,
3232    systemResourceMemoryStateSettings           DellStateSettings,
3233    systemResourceMemoryStatus                  DellStatus,
3234    systemResourceMemoryOwnerIndexReference     DellObjectRange,
3235    systemResourceMemoryShareDisposition        DellResourceShareDisposition,
3236    systemResourceMemoryStartingAddress         DellUnsigned64BitRange,
3237    systemResourceMemoryEndingAddress           DellUnsigned64BitRange,
3238    systemResourceMemoryFlags                   DellResourceMemoryFlags
3239}
3240
3241systemResourceMemoryTable                       OBJECT-TYPE
3242    SYNTAX      SEQUENCE OF SystemResourceMemoryTableEntry
3243    ACCESS      not-accessible
3244    STATUS      mandatory
3245    DESCRIPTION
3246"0500.0040 This object defines the System Resource Memory Table."
3247    ::= { systemResourceGroup 40 }
3248systemResourceMemoryTableEntry                  OBJECT-TYPE
3249    SYNTAX      SystemResourceMemoryTableEntry
3250    ACCESS      not-accessible
3251    STATUS      mandatory
3252    DESCRIPTION
3253"0500.0040.0001 This object defines the System Resource Memory Table Entry."
3254    INDEX       { systemResourceMemorychassisIndex,
3255                  systemResourceMemoryIndex }
3256    ::= { systemResourceMemoryTable 1 }
3257
3258systemResourceMemorychassisIndex                OBJECT-TYPE
3259    SYNTAX      DellObjectRange
3260    ACCESS      read-only
3261    STATUS      mandatory
3262    DESCRIPTION
3263"0500.0040.0001.0001 This attribute defines the index (one based) of the
3264associated chassis."
3265    ::= { systemResourceMemoryTableEntry 1 }
3266systemResourceMemoryIndex                       OBJECT-TYPE
3267    SYNTAX      DellObjectRange
3268    ACCESS      read-only
3269    STATUS      mandatory
3270    DESCRIPTION
3271"0500.0040.0001.0002 This attribute defines the index (one based) of the
3272system resource memory."
3273    ::= { systemResourceMemoryTableEntry 2 }
3274systemResourceMemoryStateCapabilities           OBJECT-TYPE
3275    SYNTAX      DellStateCapabilities
3276    ACCESS      read-only
3277    STATUS      mandatory
3278    DESCRIPTION
3279"0500.0040.0001.0003 This attribute defines the state capabilities of the
3280system resource memory."
3281    ::= { systemResourceMemoryTableEntry 3 }
3282systemResourceMemoryStateSettings               OBJECT-TYPE
3283    SYNTAX      DellStateSettings
3284    ACCESS      read-only
3285    STATUS      mandatory
3286    DESCRIPTION
3287"0500.0040.0001.0004 This attribute defines the state settings of the
3288system resource memory."
3289    ::= { systemResourceMemoryTableEntry 4 }
3290systemResourceMemoryStatus                      OBJECT-TYPE
3291    SYNTAX      DellStatus
3292    ACCESS      read-only
3293    STATUS      mandatory
3294    DESCRIPTION
3295"0500.0040.0001.0005 This attribute defines the status of the
3296system resource memory."
3297    ::= { systemResourceMemoryTableEntry 5 }
3298systemResourceMemoryOwnerIndexReference         OBJECT-TYPE
3299    SYNTAX      DellObjectRange
3300    ACCESS      read-only
3301    STATUS      mandatory
3302    DESCRIPTION
3303"0500.0040.0001.0006 This attribute defines the index to the associated
3304system resource owner for this system resource memory."
3305    ::= { systemResourceMemoryTableEntry 6 }
3306systemResourceMemoryShareDisposition            OBJECT-TYPE
3307    SYNTAX      DellResourceShareDisposition
3308    ACCESS      read-only
3309    STATUS      mandatory
3310    DESCRIPTION
3311"0500.0040.0001.0007 This attribute defines the share disposition of the
3312system resource memory."
3313    ::= { systemResourceMemoryTableEntry 7 }
3314systemResourceMemoryStartingAddress             OBJECT-TYPE
3315    SYNTAX      DellUnsigned64BitRange
3316    ACCESS      read-only
3317    STATUS      mandatory
3318    DESCRIPTION
3319"0500.0040.0001.0008 This attribute defines the 64-bit starting address
3320of the system resource memory."
3321    ::= { systemResourceMemoryTableEntry 8 }
3322systemResourceMemoryEndingAddress               OBJECT-TYPE
3323    SYNTAX      DellUnsigned64BitRange
3324    ACCESS      read-only
3325    STATUS      mandatory
3326    DESCRIPTION
3327"0500.0040.0001.0009 This attribute defines the 64-bit ending address
3328of the system resource memory."
3329    ::= { systemResourceMemoryTableEntry 9 }
3330systemResourceMemoryFlags                       OBJECT-TYPE
3331    SYNTAX      DellResourceMemoryFlags
3332    ACCESS      read-only
3333    STATUS      mandatory
3334    DESCRIPTION
3335"0500.0040.0001.0010 This attribute defines the permission flags of the
3336system resource memory."
3337    ::= { systemResourceMemoryTableEntry 10 }
3338
3339
3340-------------------------------------------------------------------------------
3341-- System Resource Interrupts Table
3342--
3343-- OID Format: 1.3.6.1.4.1.674.10892.1.500.50.1.<a>.<i1>.<i2>
3344-------------------------------------------------------------------------------
3345
3346DellResourceInterruptType                       ::= INTEGER {
3347    interruptIsLevelSensitive(1),               -- type is Level Sensitive
3348    interruptIsLatched(2)                       -- type is Latched
3349}
3350DellResourceInterruptTrigger                    ::= INTEGER {
3351    interruptIsActiveWhenLow(1),                -- trigger is active on low signal
3352    interruptIsActiveWhenHigh(2)                -- trigger is active on high signal
3353}
3354
3355SystemResourceInterruptTableEntry               ::= SEQUENCE {
3356    systemResourceInterruptchassisIndex         DellObjectRange,
3357    systemResourceInterruptIndex                DellObjectRange,
3358    systemResourceInterruptStateCapabilities    DellStateCapabilities,
3359    systemResourceInterruptStateSettings        DellStateSettings,
3360    systemResourceInterruptStatus               DellStatus,
3361    systemResourceInterruptOwnerIndexReference  DellObjectRange,
3362    systemResourceInterruptShareDisposition     DellResourceShareDisposition,
3363    systemResourceInterruptLevel                DellUnsigned32BitRange,
3364    systemResourceInterruptType                 DellResourceInterruptType,
3365    systemResourceInterruptTrigger              DellResourceInterruptTrigger
3366}
3367
3368systemResourceInterruptTable                    OBJECT-TYPE
3369    SYNTAX      SEQUENCE OF SystemResourceInterruptTableEntry
3370    ACCESS      not-accessible
3371    STATUS      mandatory
3372    DESCRIPTION
3373"0500.0050 This object defines the System Resource Interrupts Table."
3374    ::= { systemResourceGroup 50 }
3375systemResourceInterruptTableEntry               OBJECT-TYPE
3376    SYNTAX      SystemResourceInterruptTableEntry
3377    ACCESS      not-accessible
3378    STATUS      mandatory
3379    DESCRIPTION
3380"0500.0050.0001 This object defines the System Resource Interrupts Table Entry."
3381    INDEX       { systemResourceInterruptchassisIndex,
3382                  systemResourceInterruptIndex }
3383    ::= { systemResourceInterruptTable 1 }
3384
3385systemResourceInterruptchassisIndex             OBJECT-TYPE
3386    SYNTAX      DellObjectRange
3387    ACCESS      read-only
3388    STATUS      mandatory
3389    DESCRIPTION
3390"0500.0050.0001.0001 This attribute defines the index (one based) of the
3391associated chassis."
3392    ::= { systemResourceInterruptTableEntry 1 }
3393systemResourceInterruptIndex                    OBJECT-TYPE
3394    SYNTAX      DellObjectRange
3395    ACCESS      read-only
3396    STATUS      mandatory
3397    DESCRIPTION
3398"0500.0050.0001.0002 This attribute defines the index (one based) of the
3399system resource interrupt."
3400    ::= { systemResourceInterruptTableEntry 2 }
3401systemResourceInterruptStateCapabilities        OBJECT-TYPE
3402    SYNTAX      DellStateCapabilities
3403    ACCESS      read-only
3404    STATUS      mandatory
3405    DESCRIPTION
3406"0500.0050.0001.0003 This attribute defines the state capabilities of the
3407system resource interrupt."
3408    ::= { systemResourceInterruptTableEntry 3 }
3409systemResourceInterruptStateSettings           OBJECT-TYPE
3410    SYNTAX      DellStateSettings
3411    ACCESS      read-only
3412    STATUS      mandatory
3413    DESCRIPTION
3414"0500.0050.0001.0004 This attribute defines the state settings of the
3415system resource interrupt."
3416    ::= { systemResourceInterruptTableEntry 4 }
3417systemResourceInterruptStatus                   OBJECT-TYPE
3418    SYNTAX      DellStatus
3419    ACCESS      read-only
3420    STATUS      mandatory
3421    DESCRIPTION
3422"0500.0050.0001.0005 This attribute defines the status of the
3423system resource interrupt."
3424    ::= { systemResourceInterruptTableEntry 5 }
3425systemResourceInterruptOwnerIndexReference      OBJECT-TYPE
3426    SYNTAX      DellObjectRange
3427    ACCESS      read-only
3428    STATUS      mandatory
3429    DESCRIPTION
3430"0500.0050.0001.0006 This attribute defines the index to the associated
3431system resource owner for this system resource interrupt."
3432    ::= { systemResourceInterruptTableEntry 6 }
3433systemResourceInterruptShareDisposition         OBJECT-TYPE
3434    SYNTAX      DellResourceShareDisposition
3435    ACCESS      read-only
3436    STATUS      mandatory
3437    DESCRIPTION
3438"0500.0050.0001.0007 This attribute defines the share disposition of the
3439system resource interrupt."
3440    ::= { systemResourceInterruptTableEntry 7 }
3441systemResourceInterruptLevel                    OBJECT-TYPE
3442    SYNTAX      DellUnsigned32BitRange
3443    ACCESS      read-only
3444    STATUS      mandatory
3445    DESCRIPTION
3446"0500.0050.0001.0008 This attribute defines the interrupt request level (IRQ)
3447of the system resource interrupt."
3448    ::= { systemResourceInterruptTableEntry 8 }
3449systemResourceInterruptType                     OBJECT-TYPE
3450    SYNTAX      DellResourceInterruptType
3451    ACCESS      read-only
3452    STATUS      mandatory
3453    DESCRIPTION
3454"0500.0050.0001.0009 This attribute defines the interrupt type of the
3455system resource interrupt."
3456    ::= { systemResourceInterruptTableEntry 9 }
3457systemResourceInterruptTrigger                  OBJECT-TYPE
3458    SYNTAX      DellResourceInterruptTrigger
3459    ACCESS      read-only
3460    STATUS      mandatory
3461    DESCRIPTION
3462"0500.0050.0001.0010 This attribute defines the interrupt trigger of the
3463system resource interrupt."
3464    ::= { systemResourceInterruptTableEntry 10 }
3465
3466
3467-------------------------------------------------------------------------------
3468-- System Resource DMA Table
3469--
3470-- OID Format: 1.3.6.1.4.1.674.10892.1.500.60.1.<a>.<i1>.<i2>
3471-------------------------------------------------------------------------------
3472
3473DellResourceDMATransferWidth                    ::= INTEGER {
3474    dmaTransferWidthIsOther(1),                 -- width is other than following values
3475    dmaTransferWidthIsunknown(2),               -- width is unknown
3476    dmaTransferWidthIs8Bits(3),                 -- width is 8 bits
3477    dmaTransferWidthIs16Bits(4),                -- width is 16 bits
3478    dmaTransferWidthIs32Bits(5),                -- width is 32 bits
3479    dmaTransferWidthIs64Bits(6),                -- width is 64 bits
3480    dmaTransferWidthIs128Bits(7)                -- width is 128 bits
3481}
3482DellResourceDMABusMaster                        ::= INTEGER {
3483    dmaIsOther(1),                              -- bus master capability is other than following values
3484    dmaIsUnknown(2),                            -- bus master capability is unknown
3485    dmaIsNotABusmaster(3),                      -- DMA has no bus master capability
3486    dmaIsABusmaster(4)                          -- DMA has bus master capability
3487}
3488
3489SystemResourceDMATableEntry                     ::= SEQUENCE {
3490    systemResourceDMAchassisIndex               DellObjectRange,
3491    systemResourceDMAIndex                      DellObjectRange,
3492    systemResourceDMAStateCapabilities          DellStateCapabilities,
3493    systemResourceDMAStateSettings              DellStateSettings,
3494    systemResourceDMAStatus                     DellStatus,
3495    systemResourceDMAOwnerIndexReference        DellObjectRange,
3496    systemResourceDMAShareDisposition           DellResourceShareDisposition,
3497    systemResourceDMAMaximumTransferSize        DellUnsigned32BitRange,
3498    systemResourceDMATransferWidth              DellResourceDMATransferWidth,
3499    systemResourceDMABusMaster                  DellResourceDMABusMaster
3500}
3501
3502systemResourceDMATable                          OBJECT-TYPE
3503    SYNTAX      SEQUENCE OF SystemResourceDMATableEntry
3504    ACCESS      not-accessible
3505    STATUS      mandatory
3506    DESCRIPTION
3507"0500.0060 This object defines the System Resource DMA Table."
3508    ::= { systemResourceGroup 60 }
3509systemResourceDMATableEntry                     OBJECT-TYPE
3510    SYNTAX      SystemResourceDMATableEntry
3511    ACCESS      not-accessible
3512    STATUS      mandatory
3513    DESCRIPTION
3514"0500.0060.0001 This object defines the System Resource DMA Table Entry."
3515    INDEX       { systemResourceDMAchassisIndex,
3516                  systemResourceDMAIndex }
3517    ::= { systemResourceDMATable 1 }
3518
3519systemResourceDMAchassisIndex                   OBJECT-TYPE
3520    SYNTAX      DellObjectRange
3521    ACCESS      read-only
3522    STATUS      mandatory
3523    DESCRIPTION
3524"0500.0060.0001.0001 This attribute defines the index (one based) of the
3525associated chassis."
3526    ::= { systemResourceDMATableEntry 1 }
3527systemResourceDMAIndex                          OBJECT-TYPE
3528    SYNTAX      DellObjectRange
3529    ACCESS      read-only
3530    STATUS      mandatory
3531    DESCRIPTION
3532"0500.0060.0001.0002 This attribute defines the index (one based) of the
3533system resource DMA."
3534    ::= { systemResourceDMATableEntry 2 }
3535systemResourceDMAStateCapabilities              OBJECT-TYPE
3536    SYNTAX      DellStateCapabilities
3537    ACCESS      read-only
3538    STATUS      mandatory
3539    DESCRIPTION
3540"0500.0060.0001.0003 This attribute defines the state capabilities of the
3541system resource DMA."
3542    ::= { systemResourceDMATableEntry 3 }
3543systemResourceDMAStateSettings                  OBJECT-TYPE
3544    SYNTAX      DellStateSettings
3545    ACCESS      read-only
3546    STATUS      mandatory
3547    DESCRIPTION
3548"0500.0060.0001.0004 This attribute defines the state settings of the
3549system resource DMA."
3550    ::= { systemResourceDMATableEntry 4 }
3551systemResourceDMAStatus                         OBJECT-TYPE
3552    SYNTAX      DellStatus
3553    ACCESS      read-only
3554    STATUS      mandatory
3555    DESCRIPTION
3556"0500.0060.0001.0005 This attribute defines the status of the
3557system resource DMA."
3558    ::= { systemResourceDMATableEntry 5 }
3559systemResourceDMAOwnerIndexReference            OBJECT-TYPE
3560    SYNTAX      DellObjectRange
3561    ACCESS      read-only
3562    STATUS      mandatory
3563    DESCRIPTION
3564"0500.0060.0001.0006 This attribute defines the index to the associated
3565system resource owner for this system resource DMA."
3566    ::= { systemResourceDMATableEntry 6 }
3567systemResourceDMAShareDisposition               OBJECT-TYPE
3568    SYNTAX      DellResourceShareDisposition
3569    ACCESS      read-only
3570    STATUS      mandatory
3571    DESCRIPTION
3572"0500.0060.0001.0007 This attribute defines the share disposition of the
3573system resource DMA."
3574    ::= { systemResourceDMATableEntry 7 }
3575systemResourceDMAMaximumTransferSize            OBJECT-TYPE
3576    SYNTAX      DellUnsigned32BitRange
3577    ACCESS      read-only
3578    STATUS      mandatory
3579    DESCRIPTION
3580"0500.0060.0001.0008 This attribute defines the maximum size of a memory
3581transfer in bytes for the system resource DMA."
3582    ::= { systemResourceDMATableEntry 8 }
3583systemResourceDMATransferWidth                  OBJECT-TYPE
3584    SYNTAX      DellResourceDMATransferWidth
3585    ACCESS      read-only
3586    STATUS      mandatory
3587    DESCRIPTION
3588"0500.0060.0001.0009 This attribute defines the tranfer width of the
3589system resource DMA."
3590    ::= { systemResourceDMATableEntry 9 }
3591systemResourceDMABusMaster                      OBJECT-TYPE
3592    SYNTAX      DellResourceDMABusMaster
3593    ACCESS      read-only
3594    STATUS      mandatory
3595    DESCRIPTION
3596"0500.0060.0001.0010 This attribute defines the bus master capabilities
3597of the system resource DMA."
3598    ::= { systemResourceDMATableEntry 10 }
3599
3600
3601-------------------------------------------------------------------------------
3602-- Power Group
3603--
3604-- OID Format: 1.3.6.1.4.1.674.10892.1.600
3605-------------------------------------------------------------------------------
3606
3607
3608-------------------------------------------------------------------------------
3609-- Power Unit Table
3610--
3611-- OID Format: 1.3.6.1.4.1.674.10892.1.600.10.1.<a>.<i1>.<i2>
3612-------------------------------------------------------------------------------
3613
3614PowerUnitTableEntry                             ::= SEQUENCE {
3615    powerUnitchassisIndex                       DellObjectRange,
3616    powerUnitIndex                              DellObjectRange,
3617    powerUnitStateCapabilities                  DellStateCapabilities,
3618    powerUnitStateSettings                      DellStateSettings,
3619    powerUnitRedundancyStatus                   DellStatusRedundancy,
3620    powerSupplyCountForRedundancy               DellObjectRange,
3621    powerUnitName                               DellString,
3622    powerUnitStatus                             DellStatus
3623}
3624
3625powerUnitTable                                  OBJECT-TYPE
3626    SYNTAX      SEQUENCE OF PowerUnitTableEntry
3627    ACCESS      not-accessible
3628    STATUS      mandatory
3629    DESCRIPTION
3630"0600.0010 This object defines the Power Unit Table."
3631    ::= { powerGroup 10 }
3632powerUnitTableEntry                             OBJECT-TYPE
3633    SYNTAX      PowerUnitTableEntry
3634    ACCESS      not-accessible
3635    STATUS      mandatory
3636    DESCRIPTION
3637"0600.0010.0001 This object defines the Power Unit Table Entry."
3638    INDEX       { powerUnitchassisIndex,
3639                  powerUnitIndex }
3640    ::= { powerUnitTable 1 }
3641
3642powerUnitchassisIndex                           OBJECT-TYPE
3643    SYNTAX      DellObjectRange
3644    ACCESS      read-only
3645    STATUS      mandatory
3646    DESCRIPTION
3647"0600.0010.0001.0001 This attribute defines the index (one based) of the
3648chassis."
3649    ::= { powerUnitTableEntry 1 }
3650powerUnitIndex                                  OBJECT-TYPE
3651    SYNTAX      DellObjectRange
3652    ACCESS      read-only
3653    STATUS      mandatory
3654    DESCRIPTION
3655"0600.0010.0001.0002 This attribute defines the index (one based) of the
3656power unit."
3657    ::= { powerUnitTableEntry 2 }
3658powerUnitStateCapabilities                      OBJECT-TYPE
3659    SYNTAX      DellStateCapabilities
3660    ACCESS      read-only
3661    STATUS      mandatory
3662    DESCRIPTION
3663"0600.0010.0001.0003 This attribute defines the state capabilities of the
3664power unit."
3665    ::= { powerUnitTableEntry 3 }
3666powerUnitStateSettings                          OBJECT-TYPE
3667    SYNTAX      DellStateSettings
3668    ACCESS      read-only
3669    STATUS      mandatory
3670    DESCRIPTION
3671"0600.0010.0001.0004 This attribute defines the state settings of the
3672power unit."
3673    ::= { powerUnitTableEntry 4 }
3674powerUnitRedundancyStatus                       OBJECT-TYPE
3675    SYNTAX      DellStatusRedundancy
3676    ACCESS      read-only
3677    STATUS      mandatory
3678    DESCRIPTION
3679"0600.0010.0001.0005 This attribute defines the redundancy status of the
3680power unit."
3681    ::= { powerUnitTableEntry 5 }
3682powerSupplyCountForRedundancy                   OBJECT-TYPE
3683    SYNTAX      DellObjectRange
3684    ACCESS      read-only
3685    STATUS      mandatory
3686    DESCRIPTION
3687"0600.0010.0001.0006 This attribute defines the total number of power supplies
3688required for this power unit to have full redundancy."
3689    ::= { powerUnitTableEntry 6 }
3690powerUnitName                                   OBJECT-TYPE
3691    SYNTAX      DellString
3692    ACCESS      read-only
3693    STATUS      mandatory
3694    DESCRIPTION
3695"0600.0010.0001.0007 This attribute defines the name of the power unit."
3696    ::= { powerUnitTableEntry 7 }
3697powerUnitStatus                                 OBJECT-TYPE
3698    SYNTAX      DellStatus
3699    ACCESS      read-only
3700    STATUS      mandatory
3701    DESCRIPTION
3702"0600.0010.0001.0008 This attribute defines the status of the power unit."
3703    ::= { powerUnitTableEntry 8 }
3704
3705
3706-------------------------------------------------------------------------------
3707-- Power Supply Table
3708--
3709-- OID Format: 1.3.6.1.4.1.674.10892.1.600.12.1.<a>.<i1>.<i2>
3710-------------------------------------------------------------------------------
3711
3712DellPowerSupplyStateCapabilitiesUnique          ::= INTEGER {
3713    -- If 0 (zero), there are no power supply state capabilities
3714    -- Note: These values are bit masks, so combination values are possible.
3715    unknown(1),                                 -- state capabilities are unknown
3716    onlineCapable(2),                           -- power supply can be enabled (online) or disabled (offline)
3717    notReadyCapable(4)                          -- power supply can be not ready
3718}
3719DellPowerSupplyStateSettingsUnique              ::= INTEGER {
3720    -- If 0 (zero), there are no power supply state settings
3721    -- Note: These values are bit masks, so combination values are possible.
3722    unknown(1),                                 -- state settings are unknown
3723    onLine(2),                                  -- power supply is enabled (online)
3724    notReady(4),                                -- power supply is not ready
3725    fanFailure(8),                              -- power supply fan has failed
3726    onlineAndFanFailure(10),
3727    powerSupplyIsON(16),                        -- power supply is supplying power
3728    powerSupplyIsOK(32),                        -- power supply is indicating it is OK
3729    acSwitchIsON(64),                           -- power supply is indicating AC power switch is on
3730    onlineandAcSwitchIsON(66),
3731    acPowerIsON(128),                           -- power supply is indicating AC power is on
3732    onlineAndAcPowerIsON(130),
3733    onlineAndPredictiveFailure(210),
3734    acPowerAndSwitchAreOnPowerSupplyIsOnIsOkAndOnline(242)
3735}
3736DellPowerSupplyType                             ::= INTEGER {
3737    powerSupplyTypeIsOther(1),                  -- type is other than following values
3738    powerSupplyTypeIsUnknown(2),                -- type is unknown
3739    powerSupplyTypeIsLinear(3),                 -- type is Linear
3740    powerSupplyTypeIsSwitching(4),              -- type is Switching
3741    powerSupplyTypeIsBattery(5),                -- type is Battery
3742    powerSupplyTypeIsUPS(6),                    -- type is Uninterruptible Power Supply
3743    powerSupplyTypeIsConverter(7),              -- type is Converter
3744    powerSupplyTypeIsRegulator(8),              -- type is Regulator
3745    powerSupplyTypeIsAC(9),                     -- type is AC
3746    powerSupplyTypeIsDC(10),                    -- type is DC
3747    powerSupplyTypeIsVRM(11)                    -- type is VRM
3748}
3749DellPowerSupplySensorState                      ::= INTEGER {
3750    -- Note: These values are bit masks, so combination values are possible.
3751    presenceDetected(1),                        -- state is Presence detected
3752    psFailureDetected(2),                       -- state is PS Failure detected
3753    predictiveFailure(4),                       -- state is Predictive Failure
3754    psACLost(8),                                -- state is PS AC lost
3755    acLostOrOutOfRange(16),                     -- state is AC lost or out-of-range
3756    acOutOfRangeButPresent(32),                 -- state is AC out-of-range, but present
3757    configurationError(64)                      -- state is Configuration error
3758}
3759DellPowerSupplyConfigurationErrorType           ::= INTEGER {
3760    vendorMismatch(1),                          -- error type is Vendor mismatch
3761    revisionMismatch(2),                        -- error type is Revision mismatch
3762    processorMissing(3)                         -- error type is Processor missing
3763}
3764
3765PowerSupplyTableEntry                           ::= SEQUENCE {
3766    powerSupplychassisIndex                     DellObjectRange,
3767    powerSupplyIndex                            DellObjectRange,
3768    powerSupplyStateCapabilitiesUnique          DellPowerSupplyStateCapabilitiesUnique,
3769    powerSupplyStateSettingsUnique              DellPowerSupplyStateSettingsUnique,
3770    powerSupplyStatus                           DellStatus,
3771    powerSupplyOutputWatts                      DellSigned32BitRange,
3772    powerSupplyType                             DellPowerSupplyType,
3773    powerSupplyLocationName                     DellString,
3774    powerSupplyInputVoltage                     DellSigned32BitRange,
3775    powerSupplypowerUnitIndexReference          DellObjectRange,
3776    powerSupplySensorState                      DellPowerSupplySensorState,
3777    powerSupplyConfigurationErrorType           DellPowerSupplyConfigurationErrorType,
3778    powerSupplyPowerMonitorCapable              DellBoolean,
3779    powerSupplyRatedInputWattage                DellSigned32BitRange
3780}
3781
3782powerSupplyTable                                OBJECT-TYPE
3783    SYNTAX      SEQUENCE OF PowerSupplyTableEntry
3784    ACCESS      not-accessible
3785    STATUS      mandatory
3786    DESCRIPTION
3787"0600.0012 This object defines the Power Supply Table."
3788    ::= { powerGroup 12 }
3789powerSupplyTableEntry                           OBJECT-TYPE
3790    SYNTAX      PowerSupplyTableEntry
3791    ACCESS      not-accessible
3792    STATUS      mandatory
3793    DESCRIPTION
3794"0600.0012.0001 This object defines the Power Supply Table Entry."
3795    INDEX       { powerSupplychassisIndex,
3796                  powerSupplyIndex }
3797    ::= { powerSupplyTable 1 }
3798
3799powerSupplychassisIndex                         OBJECT-TYPE
3800    SYNTAX      DellObjectRange
3801    ACCESS      read-only
3802    STATUS      mandatory
3803    DESCRIPTION
3804"0600.0012.0001.0001 This attribute defines the index (one based) of the
3805chassis."
3806    ::= { powerSupplyTableEntry 1 }
3807powerSupplyIndex                                OBJECT-TYPE
3808    SYNTAX      DellObjectRange
3809    ACCESS      read-only
3810    STATUS      mandatory
3811    DESCRIPTION
3812"0600.0012.0001.0002 This attribute defines the index (one based) of the
3813power supply."
3814    ::= { powerSupplyTableEntry 2 }
3815powerSupplyStateCapabilitiesUnique              OBJECT-TYPE
3816    SYNTAX      DellPowerSupplyStateCapabilitiesUnique
3817    ACCESS      read-only
3818    STATUS      mandatory
3819    DESCRIPTION
3820"0600.0012.0001.0003 This attribute defines the state capabilities of the
3821power supply."
3822    ::= { powerSupplyTableEntry 3 }
3823powerSupplyStateSettingsUnique                  OBJECT-TYPE
3824    SYNTAX      DellPowerSupplyStateSettingsUnique
3825    ACCESS      read-only
3826    STATUS      mandatory
3827    DESCRIPTION
3828"0600.0012.0001.0004 This attribute defines the state settings of the
3829power supply."
3830    ::= { powerSupplyTableEntry 4 }
3831powerSupplyStatus                               OBJECT-TYPE
3832    SYNTAX      DellStatus
3833    ACCESS      read-only
3834    STATUS      mandatory
3835    DESCRIPTION
3836"0600.0012.0001.0005 This attribute defines the status of the power supply."
3837    ::= { powerSupplyTableEntry 5 }
3838powerSupplyOutputWatts                          OBJECT-TYPE
3839    SYNTAX      DellSigned32BitRange
3840    ACCESS      read-only
3841    STATUS      mandatory
3842    DESCRIPTION
3843"0600.0012.0001.0006 This attribute defines the maximum sustained output
3844wattage of the power supply (in tenths of Watts)."
3845    ::= { powerSupplyTableEntry 6 }
3846powerSupplyType                                 OBJECT-TYPE
3847    SYNTAX      DellPowerSupplyType
3848    ACCESS      read-only
3849    STATUS      mandatory
3850    DESCRIPTION
3851"0600.0012.0001.0007 This attribute defines the type of the power supply."
3852    ::= { powerSupplyTableEntry 7 }
3853powerSupplyLocationName                         OBJECT-TYPE
3854    SYNTAX      DellString
3855    ACCESS      read-only
3856    STATUS      mandatory
3857    DESCRIPTION
3858"0600.0012.0001.0008 This attribute defines the location of the power supply."
3859    ::= { powerSupplyTableEntry 8 }
3860powerSupplyInputVoltage                         OBJECT-TYPE
3861    SYNTAX      DellSigned32BitRange
3862    ACCESS      read-only
3863    STATUS      mandatory
3864    DESCRIPTION
3865"0600.0012.0001.0009 This attribute defines the input voltage to the power
3866supply (in Volts)."
3867    ::= { powerSupplyTableEntry 9 }
3868powerSupplypowerUnitIndexReference              OBJECT-TYPE
3869    SYNTAX      DellObjectRange
3870    ACCESS      read-only
3871    STATUS      mandatory
3872    DESCRIPTION
3873"0600.0012.0001.0010 This attribute defines the index to the associated
3874power unit if the power supply is part of a power unit."
3875    ::= { powerSupplyTableEntry 10 }
3876powerSupplySensorState                          OBJECT-TYPE
3877    SYNTAX      DellPowerSupplySensorState
3878    ACCESS      read-only
3879    STATUS      mandatory
3880    DESCRIPTION
3881"0600.0012.0001.0011 This attribute defines the state reported by the
3882power supply sensor.  This attribute supplements the attribute
3883powerSupplyStateSettingsUnique."
3884    ::= { powerSupplyTableEntry 11 }
3885powerSupplyConfigurationErrorType               OBJECT-TYPE
3886    SYNTAX      DellPowerSupplyConfigurationErrorType
3887    ACCESS      read-only
3888    STATUS      mandatory
3889    DESCRIPTION
3890"0600.0012.0001.0012 This attribute defines the type of configuration error
3891reported by the power supply sensor.  When the configurationError bit is on
3892in the value for the attribute powerSupplySensorState, a value is returned
3893for this attribute; otherwise, a value is not returned for this attribute."
3894    ::= { powerSupplyTableEntry 12 }
3895powerSupplyPowerMonitorCapable                  OBJECT-TYPE
3896    SYNTAX      DellBoolean
3897    ACCESS      read-only
3898    STATUS      mandatory
3899    DESCRIPTION
3900"0600.0012.0001.0013 This attribute defines a boolean value that reports
3901whether the power supply is capable of monitoring power consumption."
3902    ::= { powerSupplyTableEntry 13 }
3903powerSupplyRatedInputWattage                    OBJECT-TYPE
3904    SYNTAX      DellSigned32BitRange
3905    ACCESS      read-only
3906    STATUS      mandatory
3907    DESCRIPTION
3908"0600.0012.0001.0014 This attribute defines the rated input wattage of the
3909power supply (in tenths of Watts)."
3910    ::= { powerSupplyTableEntry 14 }
3911
3912
3913-------------------------------------------------------------------------------
3914-- Voltage Probe Table
3915--
3916-- OID Format: 1.3.6.1.4.1.674.10892.1.600.20.1.<a>.<i1>.<i2>
3917-------------------------------------------------------------------------------
3918
3919DellVoltageType                                 ::= INTEGER {
3920    voltageProbeTypeIsOther(1),                 -- type is other than following values
3921    voltageProbeTypeIsUnknown(2),               -- type is unknown
3922    voltageProbeTypeIs1Point5Volt(3),           -- type is 1.5 volt probe
3923    voltageProbeTypeIs3Point3Volt(4),           -- type is 3.3 volt probe
3924    voltageProbeTypeIs5Volt(5),                 -- type is 5 volt probe
3925    voltageProbeTypeIsMinus5Volt(6),            -- type is -5 volt probe
3926    voltageProbeTypeIs12Volt(7),                -- type is 12 volt probe
3927    voltageProbeTypeIsMinus12Volt(8),           -- type is -12 volt probe
3928    voltageProbeTypeIsIO(9),                    -- type is I/O probe
3929    voltageProbeTypeIsCore(10),                 -- type is Core probe
3930    voltageProbeTypeIsFLEA(11),                 -- type is FLEA (standby) probe
3931    voltageProbeTypeIsBattery(12),              -- type is Battery probe
3932    voltageProbeTypeIsTerminator(13),           -- type is SCSI Termination probe
3933    voltageProbeTypeIs2Point5Volt(14),          -- type is 2.5 volt probe
3934    voltageProbeTypeIsGTL(15),                  -- type is GTL (ground termination logic) probe
3935    voltageProbeTypeIsDiscrete(16)              -- type is voltage probe with discrete reading
3936}
3937DellVoltageDiscreteReading                      ::= INTEGER {
3938    voltageIsGood(1),                           -- voltage reading is Good
3939    voltageIsBad(2)                             -- voltage reading is Bad
3940}
3941
3942VoltageProbeTableEntry                          ::= SEQUENCE {
3943    voltageProbechassisIndex                    DellObjectRange,
3944    voltageProbeIndex                           DellObjectRange,
3945    voltageProbeStateCapabilities               DellStateCapabilities,
3946    voltageProbeStateSettings                   DellStateSettings,
3947    voltageProbeStatus                          DellStatusProbe,
3948    voltageProbeReading                         DellSigned32BitRange,
3949    voltageProbeType                            DellVoltageType,
3950    voltageProbeLocationName                    DellString,
3951    voltageProbeUpperNonRecoverableThreshold    DellSigned32BitRange,
3952    voltageProbeUpperCriticalThreshold          DellSigned32BitRange,
3953    voltageProbeUpperNonCriticalThreshold       DellSigned32BitRange,
3954    voltageProbeLowerNonCriticalThreshold       DellSigned32BitRange,
3955    voltageProbeLowerCriticalThreshold          DellSigned32BitRange,
3956    voltageProbeLowerNonRecoverableThreshold    DellSigned32BitRange,
3957    voltageProbeProbeCapabilities               DellProbeCapabilities,
3958    voltageProbeDiscreteReading                 DellVoltageDiscreteReading
3959}
3960
3961voltageProbeTable                               OBJECT-TYPE
3962    SYNTAX      SEQUENCE OF VoltageProbeTableEntry
3963    ACCESS      not-accessible
3964    STATUS      mandatory
3965    DESCRIPTION
3966"0600.0020 This object defines the Voltage Probe Table."
3967    ::= { powerGroup 20 }
3968voltageProbeTableEntry                          OBJECT-TYPE
3969    SYNTAX      VoltageProbeTableEntry
3970    ACCESS      not-accessible
3971    STATUS      mandatory
3972    DESCRIPTION
3973"0600.0020.001 This object defines the Voltage Probe Table Entry."
3974    INDEX       { voltageProbechassisIndex,
3975                  voltageProbeIndex }
3976    ::= { voltageProbeTable 1 }
3977
3978voltageProbechassisIndex                        OBJECT-TYPE
3979    SYNTAX      DellObjectRange
3980    ACCESS      read-only
3981    STATUS      mandatory
3982    DESCRIPTION
3983"0600.0020.0001.0001 This attribute defines the index (one based) of the
3984chassis."
3985    ::= { voltageProbeTableEntry 1 }
3986voltageProbeIndex                               OBJECT-TYPE
3987    SYNTAX      DellObjectRange
3988    ACCESS      read-only
3989    STATUS      mandatory
3990    DESCRIPTION
3991"0600.0020.0001.0002 This attribute defines the index (one based) of the
3992voltage probe."
3993    ::= { voltageProbeTableEntry 2 }
3994voltageProbeStateCapabilities                   OBJECT-TYPE
3995    SYNTAX      DellStateCapabilities
3996    ACCESS      read-only
3997    STATUS      mandatory
3998    DESCRIPTION
3999"0600.0020.0001.0003 This attribute defines the state capabilities of the
4000voltage probe."
4001    ::= { voltageProbeTableEntry 3 }
4002voltageProbeStateSettings                       OBJECT-TYPE
4003    SYNTAX      DellStateSettings
4004    ACCESS      read-only
4005    STATUS      mandatory
4006    DESCRIPTION
4007"0600.0020.0001.0004 This attribute defines the state settings of the
4008voltage probe."
4009    ::= { voltageProbeTableEntry 4 }
4010voltageProbeStatus                              OBJECT-TYPE
4011    SYNTAX      DellStatusProbe
4012    ACCESS      read-only
4013    STATUS      mandatory
4014    DESCRIPTION
4015"0600.0020.0001.0005 This attribute defines the probe status of the
4016voltage probe."
4017    ::= { voltageProbeTableEntry 5 }
4018voltageProbeReading                             OBJECT-TYPE
4019    SYNTAX      DellSigned32BitRange
4020    ACCESS      read-only
4021    STATUS      mandatory
4022    DESCRIPTION
4023"0600.0020.0001.0006 This attribute defines the reading for a voltage
4024probe of type other than voltageProbeTypeIsDiscrete.  When the value
4025for voltageProbeType is other than voltageProbeTypeIsDiscrete, the value
4026returned for this attribute is the voltage that the probe is reading
4027in millivolts.  When the value for voltageProbeType is
4028voltageProbeTypeIsDiscrete, a value is not returned for this attribute."
4029    ::= { voltageProbeTableEntry 6 }
4030voltageProbeType                                OBJECT-TYPE
4031    SYNTAX      DellVoltageType
4032    ACCESS      read-only
4033    STATUS      mandatory
4034    DESCRIPTION
4035"0600.0020.0001.0007 This attribute defines the type of the voltage probe."
4036    ::= { voltageProbeTableEntry 7 }
4037voltageProbeLocationName                        OBJECT-TYPE
4038    SYNTAX      DellString
4039    ACCESS      read-only
4040    STATUS      mandatory
4041    DESCRIPTION
4042"0600.0020.0001.0008 This attribute defines the location name of the
4043voltage probe."
4044    ::= { voltageProbeTableEntry 8 }
4045voltageProbeUpperNonRecoverableThreshold        OBJECT-TYPE
4046    SYNTAX      DellSigned32BitRange
4047    ACCESS      read-only
4048    STATUS      mandatory
4049    DESCRIPTION
4050"0600.0020.0001.0009 This attribute defines the upper nonrecoverable threshold
4051of the voltage probe.  The value is an integer representing the voltage
4052of the threshold in millivolts."
4053    ::= { voltageProbeTableEntry 9 }
4054voltageProbeUpperCriticalThreshold              OBJECT-TYPE
4055    SYNTAX      DellSigned32BitRange
4056    ACCESS      read-only
4057    STATUS      mandatory
4058    DESCRIPTION
4059"0600.0020.0001.0010 This attribute defines the upper critical threshold
4060of the voltage probe.  The value is an integer representing the voltage
4061of the threshold in millivolts."
4062    ::= { voltageProbeTableEntry 10 }
4063voltageProbeUpperNonCriticalThreshold           OBJECT-TYPE
4064    SYNTAX      DellSigned32BitRange
4065    ACCESS      read-only
4066    STATUS      mandatory
4067    DESCRIPTION
4068"0600.0020.0001.0011 This attribute defines the upper noncritical threshold
4069of the voltage probe.  The value is an integer representing the voltage
4070of the threshold in millivolts."
4071    ::= { voltageProbeTableEntry 11 }
4072voltageProbeLowerNonCriticalThreshold           OBJECT-TYPE
4073    SYNTAX      DellSigned32BitRange
4074    ACCESS      read-only
4075    STATUS      mandatory
4076    DESCRIPTION
4077"0600.0020.0001.0012 This attribute defines the lower noncritical threshold
4078of the voltage probe.  The value is an integer representing the voltage
4079of the threshold in millivolts."
4080    ::= { voltageProbeTableEntry 12 }
4081voltageProbeLowerCriticalThreshold              OBJECT-TYPE
4082    SYNTAX      DellSigned32BitRange
4083    ACCESS      read-only
4084    STATUS      mandatory
4085    DESCRIPTION
4086"0600.0020.0001.0013 This attribute defines the lower critical threshold
4087of the voltage probe.  The value is an integer representing the voltage
4088of the threshold in millivolts."
4089    ::= { voltageProbeTableEntry 13 }
4090voltageProbeLowerNonRecoverableThreshold        OBJECT-TYPE
4091    SYNTAX      DellSigned32BitRange
4092    ACCESS      read-only
4093    STATUS      mandatory
4094    DESCRIPTION
4095"0600.0020.0001.0014 This attribute defines the lower nonrecoverable threshold
4096of the voltage probe.  The value is an integer representing the voltage
4097of the threshold in millivolts."
4098    ::= { voltageProbeTableEntry 14 }
4099voltageProbeProbeCapabilities                   OBJECT-TYPE
4100    SYNTAX      DellProbeCapabilities
4101    ACCESS      read-only
4102    STATUS      mandatory
4103    DESCRIPTION
4104"0600.0020.0001.0015 This attribute defines the probe capabilities of the
4105voltage probe."
4106    ::= { voltageProbeTableEntry 15 }
4107voltageProbeDiscreteReading                     OBJECT-TYPE
4108    SYNTAX      DellVoltageDiscreteReading
4109    ACCESS      read-only
4110    STATUS      mandatory
4111    DESCRIPTION
4112"0600.0020.0001.0016 This attribute defines the reading for a voltage
4113probe of type voltageProbeTypeIsDiscrete.  When the value for voltageProbeType
4114is other than voltageProbeTypeIsDiscrete, a value is not returned for this
4115attribute.  When the value for voltageProbeType is voltageProbeTypeIsDiscrete,
4116the value returned for this attribute is the discrete reading for the probe."
4117    ::= { voltageProbeTableEntry 16 }
4118
4119
4120-------------------------------------------------------------------------------
4121-- Amperage Probe Table
4122--
4123-- OID Format: 1.3.6.1.4.1.674.10892.1.600.30.1.<a>.<i1>.<i2>
4124-------------------------------------------------------------------------------
4125
4126DellAmperageProbeType    ::= INTEGER {
4127    amperageProbeTypeIsOther(1),                -- type is other than following values
4128    amperageProbeTypeIsUnknown(2),              -- type is unknown
4129    amperageProbeTypeIs1Point5Volt(3),          -- type is 1.5 amperage probe
4130    amperageProbeTypeIs3Point3volt(4),          -- type is 3.3 amperage probe
4131    amperageProbeTypeIs5Volt(5),                -- type is 5 amperage probe
4132    amperageProbeTypeIsMinus5Volt(6),           -- type is -5 amperage probe
4133    amperageProbeTypeIs12Volt(7),               -- type is 12 amperage probe
4134    amperageProbeTypeIsMinus12Volt(8),          -- type is -12 amperage probe
4135    amperageProbeTypeIsIO(9),                   -- type is I/O probe
4136    amperageProbeTypeIsCore(10),                -- type is Core probe
4137    amperageProbeTypeIsFLEA(11),                -- type is FLEA (standby) probe
4138    amperageProbeTypeIsBattery(12),             -- type is Battery probe
4139    amperageProbeTypeIsTerminator(13),          -- type is SCSI Termination probe
4140    amperageProbeTypeIs2Point5Volt(14),         -- type is 2.5 amperage probe
4141    amperageProbeTypeIsGTL(15),                 -- type is GTL (ground termination logic) probe
4142    amperageProbeTypeIsDiscrete(16),            -- type is amperage probe with discrete reading
4143    amperageProbeTypeIsPowerSupplyAmps(23),     -- type is Power Supply probe with reading in Amps
4144    amperageProbeTypeIsPowerSupplyWatts(24),    -- type is Power Supply probe with reading in Watts
4145    amperageProbeTypeIsSystemAmps(25),          -- type is System probe with reading in Amps
4146    amperageProbeTypeIsSystemWatts(26)          -- type is System probe with reading in Watts
4147}
4148DellAmperageDiscreteReading                     ::= INTEGER {
4149    amperageIsGood(1),                          -- amperage reading is Good
4150    amperageIsBad(2)                            -- amperage reading is Bad
4151}
4152
4153AmperageProbeTableEntry                         ::= SEQUENCE {
4154    amperageProbechassisIndex                   DellObjectRange,
4155    amperageProbeIndex                          DellObjectRange,
4156    amperageProbeStateCapabilities              DellStateCapabilities,
4157    amperageProbeStateSettings                  DellStateSettings,
4158    amperageProbeStatus                         DellStatusProbe,
4159    amperageProbeReading                        DellSigned32BitRange,
4160    amperageProbeType                           DellAmperageProbeType,
4161    amperageProbeLocationName                   DellString,
4162    amperageProbeUpperNonRecoverableThreshold   DellSigned32BitRange,
4163    amperageProbeUpperCriticalThreshold         DellSigned32BitRange,
4164    amperageProbeUpperNonCriticalThreshold      DellSigned32BitRange,
4165    amperageProbeLowerNonCriticalThreshold      DellSigned32BitRange,
4166    amperageProbeLowerCriticalThreshold         DellSigned32BitRange,
4167    amperageProbeLowerNonRecoverableThreshold   DellSigned32BitRange,
4168    amperageProbeProbeCapabilities              DellProbeCapabilities,
4169    amperageProbeDiscreteReading                DellAmperageDiscreteReading
4170}
4171
4172amperageProbeTable                              OBJECT-TYPE
4173    SYNTAX      SEQUENCE OF AmperageProbeTableEntry
4174    ACCESS      not-accessible
4175    STATUS      mandatory
4176    DESCRIPTION
4177"0600.0030 This object defines the Amperage Probe Table."
4178    ::= { powerGroup 30 }
4179amperageProbeTableEntry                         OBJECT-TYPE
4180    SYNTAX      AmperageProbeTableEntry
4181    ACCESS      not-accessible
4182    STATUS      mandatory
4183    DESCRIPTION
4184"0600.0030.0001 This object defines the Amperage Probe Table Entry."
4185    INDEX       { amperageProbechassisIndex,
4186                  amperageProbeIndex }
4187    ::= { amperageProbeTable 1 }
4188
4189amperageProbechassisIndex                       OBJECT-TYPE
4190    SYNTAX      DellObjectRange
4191    ACCESS      read-only
4192    STATUS      mandatory
4193    DESCRIPTION
4194"0600.0030.0001.0001 This attribute defines the index (one based) of the
4195chassis."
4196    ::= { amperageProbeTableEntry 1 }
4197amperageProbeIndex                              OBJECT-TYPE
4198    SYNTAX      DellObjectRange
4199    ACCESS      read-only
4200    STATUS      mandatory
4201    DESCRIPTION
4202"0600.0030.0001.0002 This attribute defines the index (one based) of the
4203amperage probe."
4204    ::= { amperageProbeTableEntry 2 }
4205amperageProbeStateCapabilities                  OBJECT-TYPE
4206    SYNTAX      DellStateCapabilities
4207    ACCESS      read-only
4208    STATUS      mandatory
4209    DESCRIPTION
4210"0600.0030.0001.0003 This attribute defines the state capabilities of the
4211amperage probe."
4212    ::= { amperageProbeTableEntry 3 }
4213amperageProbeStateSettings                      OBJECT-TYPE
4214    SYNTAX      DellStateSettings
4215    ACCESS      read-only
4216    STATUS      mandatory
4217    DESCRIPTION
4218"0600.0030.0001.0004 This attribute defines the state settings of the
4219amperage probe."
4220    ::= { amperageProbeTableEntry 4 }
4221amperageProbeStatus                             OBJECT-TYPE
4222    SYNTAX      DellStatusProbe
4223    ACCESS      read-only
4224    STATUS      mandatory
4225    DESCRIPTION
4226"0600.0030.0001.0005 This attribute defines the probe status of the
4227amperage probe."
4228    ::= { amperageProbeTableEntry 5 }
4229amperageProbeReading                            OBJECT-TYPE
4230    SYNTAX      DellSigned32BitRange
4231    ACCESS      read-only
4232    STATUS      mandatory
4233    DESCRIPTION
4234"0600.0030.0001.0006 This attribute defines the reading for an amperage
4235probe of type other than amperageProbeTypeIsDiscrete.
4236
4237When the value for amperageProbeType is amperageProbeTypeIsPowerSupplyAmps
4238or amperageProbeTypeIsSystemAmps, the value returned for this attribute
4239is the power usage that the probe is reading in tenths of Amps.
4240
4241When the value for amperageProbeType is amperageProbeTypeIsPowerSupplyWatts
4242or amperageProbeTypeIsSystemWatts, the value returned for this attribute
4243is the power usage that the probe is reading in Watts.
4244
4245When the value for amperageProbeType is other than amperageProbeTypeIsDiscrete,
4246amperageProbeTypeIsPowerSupplyAmps, amperageProbeTypeIsPowerSupplyWatts,
4247amperageProbeTypeIsSystemAmps or amperageProbeTypeIsSystemWatts,
4248the value returned for this attribute is the amperage that the probe is
4249reading in Milliamps.
4250
4251When the value for amperageProbeType is amperageProbeTypeIsDiscrete,
4252a value is not returned for this attribute."
4253    ::= { amperageProbeTableEntry 6 }
4254amperageProbeType                               OBJECT-TYPE
4255    SYNTAX      DellAmperageProbeType
4256    ACCESS      read-only
4257    STATUS      mandatory
4258    DESCRIPTION
4259"0600.0030.0001.0007 This attribute defines the type of the amperage probe."
4260    ::= { amperageProbeTableEntry 7 }
4261amperageProbeLocationName                       OBJECT-TYPE
4262    SYNTAX      DellString
4263    ACCESS      read-only
4264    STATUS      mandatory
4265    DESCRIPTION
4266"0600.0030.0001.0008 This attribute defines the location of the amperage probe."
4267    ::= { amperageProbeTableEntry 8 }
4268amperageProbeUpperNonRecoverableThreshold       OBJECT-TYPE
4269    SYNTAX      DellSigned32BitRange
4270    ACCESS      read-only
4271    STATUS      mandatory
4272    DESCRIPTION
4273"0600.0030.0001.0009 This attribute defines the upper nonrecoverable threshold
4274of the amperage probe.  The value is an integer representing the amperage
4275of the threshold in milliamps."
4276    ::= { amperageProbeTableEntry 9 }
4277amperageProbeUpperCriticalThreshold             OBJECT-TYPE
4278    SYNTAX      DellSigned32BitRange
4279    ACCESS      read-only
4280    STATUS      mandatory
4281    DESCRIPTION
4282"0600.0030.0001.0010 This attribute defines the upper critical threshold
4283of the amperage probe.  The value is an integer representing the amperage
4284of the threshold in milliamps."
4285    ::= { amperageProbeTableEntry 10 }
4286amperageProbeUpperNonCriticalThreshold          OBJECT-TYPE
4287    SYNTAX      DellSigned32BitRange
4288    ACCESS      read-only
4289    STATUS      mandatory
4290    DESCRIPTION
4291"0600.0030.0001.0011 This attribute defines the upper noncritical threshold
4292of the amperage probe.  The value is an integer representing the amperage
4293of the threshold in milliamps."
4294    ::= { amperageProbeTableEntry 11 }
4295amperageProbeLowerNonCriticalThreshold          OBJECT-TYPE
4296    SYNTAX      DellSigned32BitRange
4297    ACCESS      read-only
4298    STATUS      mandatory
4299    DESCRIPTION
4300"0600.0030.0001.0012 This attribute defines the lower noncritical threshold
4301of the amperage probe.  The value is an integer representing the amperage
4302of the threshold in milliamps."
4303    ::= { amperageProbeTableEntry 12 }
4304amperageProbeLowerCriticalThreshold             OBJECT-TYPE
4305    SYNTAX      DellSigned32BitRange
4306    ACCESS      read-only
4307    STATUS      mandatory
4308    DESCRIPTION
4309"0600.0030.0001.0013 This attribute defines the lower critical threshold
4310of the amperage probe.  The value is an integer representing the amperage
4311of the threshold in milliamps."
4312    ::= { amperageProbeTableEntry 13 }
4313amperageProbeLowerNonRecoverableThreshold       OBJECT-TYPE
4314    SYNTAX      DellSigned32BitRange
4315    ACCESS      read-only
4316    STATUS      mandatory
4317    DESCRIPTION
4318"0600.0030.0001.0014 This attribute defines the lower nonrecoverable threshold
4319of the amperage probe.  The value is an integer representing the amperage
4320of the threshold in milliamps."
4321    ::= { amperageProbeTableEntry 14 }
4322amperageProbeProbeCapabilities                  OBJECT-TYPE
4323    SYNTAX      DellProbeCapabilities
4324    ACCESS      read-only
4325    STATUS      mandatory
4326    DESCRIPTION
4327"0600.0030.0001.0015 This attribute defines the probe capabilities of the
4328amperage probe."
4329    ::= { amperageProbeTableEntry 15 }
4330amperageProbeDiscreteReading                    OBJECT-TYPE
4331    SYNTAX      DellAmperageDiscreteReading
4332    ACCESS      read-only
4333    STATUS      mandatory
4334    DESCRIPTION
4335"0600.0030.0001.0016 This attribute defines the reading for an amperage
4336probe of type amperageProbeTypeIsDiscrete.  When the value for amperageProbeType
4337is other than amperageProbeTypeIsDiscrete, a value is not returned for this
4338attribute.  When the value for amperageProbeType is amperageProbeTypeIsDiscrete,
4339the value returned for this attribute is the discrete reading for the probe."
4340    ::= { amperageProbeTableEntry 16 }
4341
4342
4343-------------------------------------------------------------------------------
4344-- AC Power Switch Table
4345--
4346-- OID Format: 1.3.6.1.4.1.674.10892.1.600.40.1.<a>.<i1>.<i2>
4347-------------------------------------------------------------------------------
4348
4349DellACPowerSwitchCapabilities                   ::= INTEGER {
4350    -- If 0 (zero), there are no AC Power Switch capabilities
4351    -- Note: These values are bit masks, so combination values are possible.
4352    unknownCapabilities(1),                     -- capabilities are unknown
4353    -- The objects capabilities allow it to be set to:
4354    inputSourceCord1NoReturnCapable(2),         -- input source can be cord 1, with no return
4355    inputSourceCord1ReturnCapable(4),           -- input source can be cord 1, with return
4356    inputSourceCord2NoReturnCapable(8),         -- input source can be cord 2, with no return
4357    inputSourceCord1NoReturnCord1ReturnAndCord2NoReturnCapable(14),
4358    inputSourceCord2ReturnCapable(16),          -- input source can be cord 2, with return
4359    inputSourceAllExceptSharedCapable(30),
4360    inputSourceSharedCapable(32),               -- input source can be shared
4361    inputSourceAllCapable(62)
4362}
4363DellACPowerSwitchSettings                       ::= INTEGER {
4364    -- If 0 (zero), there are no AC Power Switch settings
4365    -- Note: These values are bit masks, so combination values are possible.
4366    unknown(1),                                 -- settings are unknown
4367	-- Input source settings are mutually-exclusive
4368    inputSourceCord1NoReturn(2),                -- input source is cord 1, with no return
4369    inputSourceCord1Return(4),                  -- input source is cord 1, with return
4370    inputSourceCord2NoReturn(8),                -- input source is cord 2, with no return
4371    inputSourceCord2Return(16),                 -- input source is cord 2, with return
4372    inputSourceShared(32)                       -- input source is shared
4373}
4374DellACPowerSwitchRedundancyMode                 ::= INTEGER {
4375    nonRedundant(1),                            -- AC power switch not expecting redundancy
4376    redundant(2)                                -- AC power switch is expecting redundancy
4377}
4378
4379ACPowerSwitchTableEntry                         ::= SEQUENCE {
4380    aCPowerSwitchchassisIndex                   DellObjectRange,
4381    aCPowerSwitchIndex                          DellObjectRange,
4382    aCPowerSwitchCapabilities                   DellACPowerSwitchCapabilities,
4383    aCPowerSwitchSettings                       DellACPowerSwitchSettings,
4384    aCPowerSwitchRedundancyStatus               DellStatusRedundancy,
4385    aCPowerCordCountForRedundancy               DellObjectRange,
4386    aCPowerSwitchName                           DellString,
4387    aCPowerSwitchRedundancyMode                 DellACPowerSwitchRedundancyMode,
4388    aCPowerSwitchStatus                         DellStatus
4389}
4390
4391aCPowerSwitchTable                              OBJECT-TYPE
4392    SYNTAX      SEQUENCE OF ACPowerSwitchTableEntry
4393    ACCESS      not-accessible
4394    STATUS      mandatory
4395    DESCRIPTION
4396"0600.0040 This object defines the AC Power Switch Table."
4397    ::= { powerGroup 40 }
4398aCPowerSwitchTableEntry                         OBJECT-TYPE
4399    SYNTAX      ACPowerSwitchTableEntry
4400    ACCESS      not-accessible
4401    STATUS      mandatory
4402    DESCRIPTION
4403"0600.0040.0001 This object defines the AC Power Switch Table Entry."
4404    INDEX       { aCPowerSwitchchassisIndex,
4405                  aCPowerSwitchIndex }
4406    ::= { aCPowerSwitchTable 1 }
4407
4408aCPowerSwitchchassisIndex                       OBJECT-TYPE
4409    SYNTAX      DellObjectRange
4410    ACCESS      read-only
4411    STATUS      mandatory
4412    DESCRIPTION
4413"0600.0040.0001.0001 This attribute defines the index (one based) of the
4414associated chassis."
4415    ::= { aCPowerSwitchTableEntry 1 }
4416aCPowerSwitchIndex                              OBJECT-TYPE
4417    SYNTAX      DellObjectRange
4418    ACCESS      read-only
4419    STATUS      mandatory
4420    DESCRIPTION
4421"0600.0040.0001.0002 This attribute defines the index (one based) of the
4422AC power switch."
4423    ::= { aCPowerSwitchTableEntry 2 }
4424aCPowerSwitchCapabilities                       OBJECT-TYPE
4425    SYNTAX      DellACPowerSwitchCapabilities
4426    ACCESS      read-only
4427    STATUS      mandatory
4428    DESCRIPTION
4429"0600.0040.0001.0003 This attribute defines the capabilities of the
4430AC power switch."
4431    ::= { aCPowerSwitchTableEntry 3 }
4432aCPowerSwitchSettings                           OBJECT-TYPE
4433    SYNTAX      DellACPowerSwitchSettings
4434    ACCESS      read-only
4435    STATUS      mandatory
4436    DESCRIPTION
4437"0600.0040.0001.0004 This attribute defines the settings of the
4438AC power switch."
4439    ::= { aCPowerSwitchTableEntry 4 }
4440aCPowerSwitchRedundancyStatus                   OBJECT-TYPE
4441    SYNTAX      DellStatusRedundancy
4442    ACCESS      read-only
4443    STATUS      mandatory
4444    DESCRIPTION
4445"0600.0040.0001.0005 This attribute defines the redundancy status of the
4446AC power switch."
4447    ::= { aCPowerSwitchTableEntry 5 }
4448aCPowerCordCountForRedundancy                   OBJECT-TYPE
4449    SYNTAX      DellObjectRange
4450    ACCESS      read-only
4451    STATUS      mandatory
4452    DESCRIPTION
4453"0600.0040.0001.0006 This attribute defines the total number of AC power
4454cords required for this AC power switch to have full redundancy."
4455    ::= { aCPowerSwitchTableEntry 6 }
4456aCPowerSwitchName                               OBJECT-TYPE
4457    SYNTAX      DellString
4458    ACCESS      read-only
4459    STATUS      mandatory
4460    DESCRIPTION
4461"0600.0040.0001.0007 This attribute defines the name of the AC power switch."
4462    ::= { aCPowerSwitchTableEntry 7 }
4463aCPowerSwitchRedundancyMode                     OBJECT-TYPE
4464    SYNTAX      DellACPowerSwitchRedundancyMode
4465    ACCESS      read-only
4466    STATUS      mandatory
4467    DESCRIPTION
4468"0600.0040.0001.0008 This attribute defines the redundancy mode of the
4469AC power switch."
4470    ::= { aCPowerSwitchTableEntry 8 }
4471aCPowerSwitchStatus                             OBJECT-TYPE
4472    SYNTAX      DellStatus
4473    ACCESS      read-only
4474    STATUS      mandatory
4475    DESCRIPTION
4476"0600.0040.0001.0009 This attribute defines the status of the AC power switch."
4477    ::= { aCPowerSwitchTableEntry 9 }
4478
4479
4480-------------------------------------------------------------------------------
4481-- AC Power Cord Table
4482--
4483-- OID Format: 1.3.6.1.4.1.674.10892.1.600.42.1.<a>.<i1>.<i2>
4484-------------------------------------------------------------------------------
4485
4486DellACPowerCordStateCapabilities                ::= INTEGER {
4487    -- If 0 (zero), there are no AC Power Cord state capabilities
4488    -- Note: These values are bit masks, so combination values are possible.
4489    unknown(1),                                 -- state capabilities are unknown
4490    enableCapable(2),                           -- AC power cord can be enabled (online) or disabled (offline)
4491    notReadyCapable(4)                          -- AC power cord can be not ready
4492}
4493DellACPowerCordStateSettings                    ::= INTEGER {
4494    -- If 0 (zero), there are no AC Power Cord state settings
4495    -- Note: These values are bit masks, so combination values are possible.
4496    unknown(1),                                 -- state settings are unknown
4497    enabled(2),                                 -- AC power cord is enabled (online)
4498    notReady(4),                                -- AC power cord is not ready
4499    acPowerCordHasPower(8),                     -- AC power cord has power
4500    acPowerCordIsEnabledAndHasPower(10),
4501    acPowerCordIsActiveSource(16),              -- AC power cord is active source of AC power
4502    acPowerCordIsEnabledHasPowerAndIsActiveSource(26)
4503}
4504
4505ACPowerCordTableEntry                           ::= SEQUENCE {
4506    aCPowerCordchassisIndex                     DellObjectRange,
4507    aCPowerCordIndex                            DellObjectRange,
4508    aCPowerCordStateCapabilities                DellACPowerCordStateCapabilities,
4509    aCPowerCordStateSettings                    DellACPowerCordStateSettings,
4510    aCPowerCordStatus                           DellStatus,
4511    aCPowerCordaCPowerSwitchIndexReference      DellObjectRange,
4512    aCPowerCordLocationName                     DellString
4513}
4514
4515aCPowerCordTable                                OBJECT-TYPE
4516    SYNTAX      SEQUENCE OF ACPowerCordTableEntry
4517    ACCESS      not-accessible
4518    STATUS      mandatory
4519    DESCRIPTION
4520"0600.0042 This object defines the AC Power Cord Table."
4521    ::= { powerGroup 42 }
4522aCPowerCordTableEntry                           OBJECT-TYPE
4523    SYNTAX      ACPowerCordTableEntry
4524    ACCESS      not-accessible
4525    STATUS      mandatory
4526    DESCRIPTION
4527"0600.0042.0001 This object defines the AC Power Cord Table Entry."
4528    INDEX       { aCPowerCordchassisIndex,
4529                  aCPowerCordIndex }
4530    ::= { aCPowerCordTable 1 }
4531
4532aCPowerCordchassisIndex                         OBJECT-TYPE
4533    SYNTAX      DellObjectRange
4534    ACCESS      read-only
4535    STATUS      mandatory
4536    DESCRIPTION
4537"0600.0042.0001.0001 This attribute defines the index (one based) of the
4538associated chassis."
4539    ::= { aCPowerCordTableEntry 1 }
4540aCPowerCordIndex                                OBJECT-TYPE
4541    SYNTAX      DellObjectRange
4542    ACCESS      read-only
4543    STATUS      mandatory
4544    DESCRIPTION
4545"0600.0042.0001.0002 This attribute defines the index (one based) of the
4546AC power cord."
4547    ::= { aCPowerCordTableEntry 2 }
4548aCPowerCordStateCapabilities                    OBJECT-TYPE
4549    SYNTAX      DellACPowerCordStateCapabilities
4550    ACCESS      read-only
4551    STATUS      mandatory
4552    DESCRIPTION
4553"0600.0042.0001.0003 This attribute defines the state capabilities of the
4554AC power cord."
4555    ::= { aCPowerCordTableEntry 3 }
4556aCPowerCordStateSettings                        OBJECT-TYPE
4557    SYNTAX      DellACPowerCordStateSettings
4558    ACCESS      read-only
4559    STATUS      mandatory
4560    DESCRIPTION
4561"0600.0042.0001.0004 This attribute defines the state settings of the
4562AC power cord."
4563    ::= { aCPowerCordTableEntry 4 }
4564aCPowerCordStatus                               OBJECT-TYPE
4565    SYNTAX      DellStatus
4566    ACCESS      read-only
4567    STATUS      mandatory
4568    DESCRIPTION
4569"0600.0042.0001.0005 This attribute defines the status of the AC power cord."
4570    ::= { aCPowerCordTableEntry 5 }
4571aCPowerCordaCPowerSwitchIndexReference          OBJECT-TYPE
4572    SYNTAX      DellObjectRange
4573    ACCESS      read-only
4574    STATUS      mandatory
4575    DESCRIPTION
4576"0600.0042.0001.0006 This attribute defines the index (one based) to the
4577associated AC power switch for this AC power cord."
4578    ::= { aCPowerCordTableEntry 6 }
4579aCPowerCordLocationName                         OBJECT-TYPE
4580    SYNTAX      DellString
4581    ACCESS      read-only
4582    STATUS      mandatory
4583    DESCRIPTION
4584"0600.0042.0001.0007 This attribute defines the location of the
4585AC power cord."
4586    ::= { aCPowerCordTableEntry 7 }
4587
4588
4589-------------------------------------------------------------------------------
4590-- Battery Table
4591--
4592-- OID Format: 1.3.6.1.4.1.674.10892.1.600.50.1.<a>.<i1>.<i2>
4593-------------------------------------------------------------------------------
4594
4595DellBatteryReading                              ::= INTEGER {
4596    -- Note: These values are bit masks, so combination values are possible.
4597    predictiveFailure(1),                       -- battery predictive failure
4598    failed(2),                                  -- battery failed
4599    presenceDetected(4)                         -- battery presence detected
4600}
4601
4602BatteryTableEntry                               ::= SEQUENCE {
4603    batteryChassisIndex                         DellObjectRange,
4604    batteryIndex                                DellObjectRange,
4605    batteryStateCapabilities                    DellStateCapabilities,
4606    batteryStateSettings                        DellStateSettings,
4607    batteryStatus                               DellStatus,
4608    batteryReading                              DellBatteryReading,
4609    batteryLocationName                         DellString
4610}
4611
4612batteryTable                                    OBJECT-TYPE
4613    SYNTAX      SEQUENCE OF BatteryTableEntry
4614    ACCESS      not-accessible
4615    STATUS      mandatory
4616    DESCRIPTION
4617"0600.0050 This object defines the Battery Table."
4618    ::= { powerGroup 50 }
4619batteryTableEntry                               OBJECT-TYPE
4620    SYNTAX      BatteryTableEntry
4621    ACCESS      not-accessible
4622    STATUS      mandatory
4623    DESCRIPTION
4624"0600.0050.0001 This object defines the Battery Table Entry."
4625    INDEX       { batteryChassisIndex,
4626                  batteryIndex }
4627    ::= { batteryTable 1 }
4628
4629batteryChassisIndex                             OBJECT-TYPE
4630    SYNTAX      DellObjectRange
4631    ACCESS      read-only
4632    STATUS      mandatory
4633    DESCRIPTION
4634"0600.0050.0001.0001 This attribute defines the index (one based) of the
4635chassis that contains the battery."
4636    ::= { batteryTableEntry 1 }
4637batteryIndex                                    OBJECT-TYPE
4638    SYNTAX      DellObjectRange
4639    ACCESS      read-only
4640    STATUS      mandatory
4641    DESCRIPTION
4642"0600.0050.0001.0002 This attribute defines the index (one based) of the
4643battery."
4644    ::= { batteryTableEntry 2 }
4645batteryStateCapabilities                        OBJECT-TYPE
4646    SYNTAX      DellStateCapabilities
4647    ACCESS      read-only
4648    STATUS      mandatory
4649    DESCRIPTION
4650"0600.0050.0001.0003 This attribute defines the state capabilities of the
4651battery."
4652    ::= { batteryTableEntry 3 }
4653batteryStateSettings                            OBJECT-TYPE
4654    SYNTAX      DellStateSettings
4655    ACCESS      read-only
4656    STATUS      mandatory
4657    DESCRIPTION
4658"0600.0050.0001.0004 This attribute defines the state settings of the
4659battery."
4660    ::= { batteryTableEntry 4 }
4661batteryStatus                                   OBJECT-TYPE
4662    SYNTAX      DellStatus
4663    ACCESS      read-only
4664    STATUS      mandatory
4665    DESCRIPTION
4666"0600.0050.0001.0005 This attribute defines the status of the battery."
4667    ::= { batteryTableEntry 5 }
4668batteryReading                                  OBJECT-TYPE
4669    SYNTAX      DellBatteryReading
4670    ACCESS      read-only
4671    STATUS      mandatory
4672    DESCRIPTION
4673"0600.0050.0001.0006 This attribute defines the reading of the battery."
4674    ::= { batteryTableEntry 6 }
4675batteryLocationName                             OBJECT-TYPE
4676    SYNTAX      DellString
4677    ACCESS      read-only
4678    STATUS      mandatory
4679    DESCRIPTION
4680"0600.0050.0001.0007 This attribute defines the location of the battery."
4681    ::= { batteryTableEntry 7 }
4682
4683
4684-------------------------------------------------------------------------------
4685-- Power Usage Table
4686--
4687-- OID Format: 1.3.6.1.4.1.674.10892.1.600.60.1.<a>.<i1>.<i2>
4688-------------------------------------------------------------------------------
4689
4690DellPowerCapCapabilities                        ::= INTEGER {
4691    -- Note: These values are bit masks, so combination values are possible.
4692    -- none(0),                                 -  no power cap capabilities
4693    enable(1),                                  -- power cap can be enabled
4694    disable(2)                                  -- power cap can be disabled
4695}
4696DellPowerCapSetting                             ::= INTEGER {
4697    -- disabled(0),                             -  power cap disabled
4698    enabled(1)                                  -- power cap enabled
4699}
4700
4701PowerUsageTableEntry                            ::= SEQUENCE {
4702    powerUsageChassisIndex                      DellObjectRange,
4703    powerUsageIndex                             DellObjectRange,
4704    powerUsageStateCapabilities                 DellStateCapabilities,
4705    powerUsageStateSettings                     DellStateSettings,
4706    powerUsageStatus                            DellStatus,
4707    powerUsageEntityName                        DellString,
4708    powerUsageCumulativeWattage                 DellUnsigned32BitRange,
4709    powerUsageCumulativeWattageStartDateName    DellDateName,
4710    powerUsagePeakWatts                         DellUnsigned32BitRange,
4711    powerUsagePeakWattsStartDateName            DellDateName,
4712    powerUsagePeakWattsReadingDateName          DellDateName,
4713    powerUsagePeakAmps                          DellUnsigned32BitRange,
4714    powerUsagePeakAmpsStartDateName             DellDateName,
4715    powerUsagePeakAmpsReadingDateName           DellDateName,
4716    powerUsageIdlePower                         DellUnsigned32BitRange,
4717    powerUsageMaxPotentialPower                 DellUnsigned32BitRange,
4718    powerUsagePowerCapCapabilities              DellPowerCapCapabilities,
4719    powerUsagePowerCapSetting                   DellPowerCapSetting,
4720    powerUsagePowerCapValue                     DellUnsigned32BitRange,
4721    powerUsageInstantaneousHeadroom             DellUnsigned32BitRange,
4722    powerUsagePeakHeadroom                      DellUnsigned32BitRange
4723}
4724
4725powerUsageTable                                 OBJECT-TYPE
4726    SYNTAX      SEQUENCE OF PowerUsageTableEntry
4727    ACCESS      not-accessible
4728    STATUS      mandatory
4729    DESCRIPTION
4730"0600.0060 This object defines the Power Usage Table."
4731    ::= { powerGroup 60 }
4732powerUsageTableEntry                            OBJECT-TYPE
4733    SYNTAX      PowerUsageTableEntry
4734    ACCESS      not-accessible
4735    STATUS      mandatory
4736    DESCRIPTION
4737"0600.0060.0001 This object defines the Power Usage Table Entry."
4738    INDEX       { powerUsageChassisIndex,
4739                  powerUsageIndex }
4740    ::= { powerUsageTable 1 }
4741
4742powerUsageChassisIndex                          OBJECT-TYPE
4743    SYNTAX      DellObjectRange
4744    ACCESS      read-only
4745    STATUS      mandatory
4746    DESCRIPTION
4747"0600.0060.0001.0001 This attribute defines the index (one based) of the
4748associated chassis."
4749    ::= { powerUsageTableEntry 1 }
4750powerUsageIndex                                 OBJECT-TYPE
4751    SYNTAX      DellObjectRange
4752    ACCESS      read-only
4753    STATUS      mandatory
4754    DESCRIPTION
4755"0600.0060.0001.0002 This attribute defines the index (one based) of the
4756power usage information."
4757    ::= { powerUsageTableEntry 2 }
4758powerUsageStateCapabilities                     OBJECT-TYPE
4759    SYNTAX      DellStateCapabilities
4760    ACCESS      read-only
4761    STATUS      mandatory
4762    DESCRIPTION
4763"0600.0060.0001.0003 This attribute defines the state capabilities of the
4764power usage information."
4765    ::= { powerUsageTableEntry 3 }
4766powerUsageStateSettings                         OBJECT-TYPE
4767    SYNTAX      DellStateSettings
4768    ACCESS      read-only
4769    STATUS      mandatory
4770    DESCRIPTION
4771"0600.0060.0001.0004 This attribute defines the state settings of the
4772power usage information."
4773    ::= { powerUsageTableEntry 4 }
4774powerUsageStatus                                OBJECT-TYPE
4775    SYNTAX      DellStatus
4776    ACCESS      read-only
4777    STATUS      mandatory
4778    DESCRIPTION
4779"0600.0060.0001.0005 This attribute defines the status of the
4780power usage information."
4781    ::= { powerUsageTableEntry 5 }
4782powerUsageEntityName                            OBJECT-TYPE
4783    SYNTAX      DellString
4784    ACCESS      read-only
4785    STATUS      mandatory
4786    DESCRIPTION
4787"0600.0060.0001.0006 This attribute defines the name of the entity
4788associated with this power usage information."
4789    ::= { powerUsageTableEntry 6 }
4790powerUsageCumulativeWattage                     OBJECT-TYPE
4791    SYNTAX      DellUnsigned32BitRange
4792    ACCESS      read-only
4793    STATUS      mandatory
4794    DESCRIPTION
4795"0600.0060.0001.0007 This attribute defines the total wattage used
4796(in Watt-hours) by this entity since the date and time specified
4797by the powerUsageCumulativeWattageStartDateName attribute."
4798    ::= { powerUsageTableEntry 7 }
4799powerUsageCumulativeWattageStartDateName        OBJECT-TYPE
4800    SYNTAX      DellDateName
4801    ACCESS      read-only
4802    STATUS      mandatory
4803    DESCRIPTION
4804"0600.0060.0001.0008 This attribute defines the date and time at
4805which the data collection started for the value reported by the
4806powerUsageCumulativeWattage attribute."
4807    ::= { powerUsageTableEntry 8 }
4808powerUsagePeakWatts                             OBJECT-TYPE
4809    SYNTAX      DellUnsigned32BitRange
4810    ACCESS      read-only
4811    STATUS      mandatory
4812    DESCRIPTION
4813"0600.0060.0001.0009 This attribute defines the peak wattage reading
4814(in Watts) for this entity since the date and time specified by the
4815powerUsagePeakWattsStartDateName attribute."
4816    ::= { powerUsageTableEntry 9 }
4817powerUsagePeakWattsStartDateName                OBJECT-TYPE
4818    SYNTAX      DellDateName
4819    ACCESS      read-only
4820    STATUS      mandatory
4821    DESCRIPTION
4822"0600.0060.0001.0010 This attribute defines the date and time at
4823which the data collection started for the value reported by the
4824powerUsagePeakWatts attribute."
4825    ::= { powerUsageTableEntry 10 }
4826powerUsagePeakWattsReadingDateName              OBJECT-TYPE
4827    SYNTAX      DellDateName
4828    ACCESS      read-only
4829    STATUS      mandatory
4830    DESCRIPTION
4831"0600.0060.0001.0011 This attribute defines the date and time at
4832which the value reported by the powerUsagePeakWatts attribute was
4833measured."
4834    ::= { powerUsageTableEntry 11 }
4835powerUsagePeakAmps                              OBJECT-TYPE
4836    SYNTAX      DellUnsigned32BitRange
4837    ACCESS      read-only
4838    STATUS      mandatory
4839    DESCRIPTION
4840"0600.0060.0001.0012 This attribute defines the peak amperage reading
4841(in tenths of Amps) for this entity since the date and time specified
4842by the powerUsagePeakAmpsStartDateName attribute."
4843    ::= { powerUsageTableEntry 12 }
4844powerUsagePeakAmpsStartDateName                 OBJECT-TYPE
4845    SYNTAX      DellDateName
4846    ACCESS      read-only
4847    STATUS      mandatory
4848    DESCRIPTION
4849"0600.0060.0001.0013 This attribute defines the date and time at
4850which the data collection started for the value reported by the
4851powerUsagePeakAmps attribute."
4852    ::= { powerUsageTableEntry 13 }
4853powerUsagePeakAmpsReadingDateName               OBJECT-TYPE
4854    SYNTAX      DellDateName
4855    ACCESS      read-only
4856    STATUS      mandatory
4857    DESCRIPTION
4858"0600.0060.0001.0014 This attribute defines the date and time at
4859which the value reported by the powerUsagePeakAmps attribute was
4860measured."
4861    ::= { powerUsageTableEntry 14 }
4862powerUsageIdlePower                             OBJECT-TYPE
4863    SYNTAX      DellUnsigned32BitRange
4864    ACCESS      read-only
4865    STATUS      mandatory
4866    DESCRIPTION
4867"0600.0060.0001.0015 This attribute defines the system idle power
4868(in Watts).  This is the minimum power the system can consume
4869based on the current hardware configuration."
4870    ::= { powerUsageTableEntry 15 }
4871powerUsageMaxPotentialPower                     OBJECT-TYPE
4872    SYNTAX      DellUnsigned32BitRange
4873    ACCESS      read-only
4874    STATUS      mandatory
4875    DESCRIPTION
4876"0600.0060.0001.0016 This attribute defines the system maximum potential
4877power (in Watts).  This is the maximum power the system can consume
4878based on the current hardware configuration."
4879    ::= { powerUsageTableEntry 16 }
4880powerUsagePowerCapCapabilities                  OBJECT-TYPE
4881    SYNTAX      DellPowerCapCapabilities
4882    ACCESS      read-only
4883    STATUS      mandatory
4884    DESCRIPTION
4885"0600.0060.0001.0017 This attribute defines the system power cap capabilities."
4886    ::= { powerUsageTableEntry 17 }
4887powerUsagePowerCapSetting                       OBJECT-TYPE
4888    SYNTAX      DellPowerCapSetting
4889    ACCESS      read-only
4890    STATUS      mandatory
4891    DESCRIPTION
4892"0600.0060.0001.0018 This attribute defines the system power cap setting."
4893    ::= { powerUsageTableEntry 18 }
4894powerUsagePowerCapValue                         OBJECT-TYPE
4895    SYNTAX      DellUnsigned32BitRange
4896    ACCESS      read-only
4897    STATUS      mandatory
4898    DESCRIPTION
4899"0600.0060.0001.0019 This attribute defines the system power cap value
4900(in Watts)."
4901    ::= { powerUsageTableEntry 19 }
4902powerUsageInstantaneousHeadroom                 OBJECT-TYPE
4903    SYNTAX      DellUnsigned32BitRange
4904    ACCESS      read-only
4905    STATUS      mandatory
4906    DESCRIPTION
4907"0600.0060.0001.0020 This attribute defines the system instantaneous
4908headroom (in Watts).  This is the theoretical maximum power drawn by
4909the power supply minus instantaneous power draw."
4910    ::= { powerUsageTableEntry 20 }
4911powerUsagePeakHeadroom                          OBJECT-TYPE
4912    SYNTAX      DellUnsigned32BitRange
4913    ACCESS      read-only
4914    STATUS      mandatory
4915    DESCRIPTION
4916"0600.0060.0001.0021 This attribute defines the system peak headroom
4917(in Watts).  This is the theoretical maximum power drawn by the power
4918supply minus peak power draw."
4919    ::= { powerUsageTableEntry 21 }
4920
4921
4922-------------------------------------------------------------------------------
4923-- Power Profile Table
4924--
4925-- OID Format: 1.3.6.1.4.1.674.10892.1.600.70.1.<a>.<i1>.<i2>
4926-------------------------------------------------------------------------------
4927
4928DellPowerProfileType                            ::= INTEGER {
4929    -- Note: These values are bit masks, so combination values are possible.
4930    -- none(0),                                 -  none
4931    maxPerformance(1),                          -- Maximum Performance
4932    osControl(2),                               -- OS Control
4933    activePowerController(4),                   -- Active Power Controller
4934    custom(8)                                   -- Custom
4935}
4936DellCPUPowerPerformanceManagementType           ::= INTEGER {
4937    -- Note: These values are bit masks, so combination values are possible.
4938    -- none(0),                                 -  none
4939    maxPerformance(1),                          -- Maximum Performance
4940    minPower(2),                                -- Minimum Power
4941    osDBPM(4),                                  -- OS Demand Based Power Management
4942    systemDBPM(8)                               -- System Demand Based Power Management
4943}
4944DellMemoryPowerPerformanceManagementType        ::= INTEGER {
4945    -- Note: These values are bit masks, so combination values are possible.
4946    -- none(0),                                 -  none
4947    maxPerformance(1),                          -- Maximum Performance
4948    mhz1333(2),                                 -- 1333 MHz
4949    mhz1067(4),                                 -- 1067 MHz
4950    mhz800(8),                                  -- 800 MHz
4951    minPower(16)                                -- Minimum Power
4952}
4953DellFanPowerPerformanceManagementType           ::= INTEGER {
4954    -- Note: These values are bit masks, so combination values are possible.
4955    -- none(0),                                 -  none
4956    maxPerformance(1),                          -- Maximum Performance
4957    minPower(2)                                 -- Minimum Power
4958}
4959
4960PowerProfileTableEntry                          ::= SEQUENCE {
4961    powerProfileChassisIndex                    DellObjectRange,
4962    powerProfileIndex                           DellObjectRange,
4963    powerProfileSupportedProfiles               DellPowerProfileType,
4964    powerProfileSetting                         DellPowerProfileType,
4965    powerProfileCustomCPUMgmtCapabilities       DellCPUPowerPerformanceManagementType,
4966    powerProfileCustomCPUMgmtSetting            DellCPUPowerPerformanceManagementType,
4967    powerProfileCustomMemoryMgmtCapabilities    DellMemoryPowerPerformanceManagementType,
4968    powerProfileCustomMemoryMgmtSetting         DellMemoryPowerPerformanceManagementType,
4969    powerProfileCustomFanMgmtCapabilities       DellFanPowerPerformanceManagementType,
4970    powerProfileCustomFanMgmtSetting            DellFanPowerPerformanceManagementType
4971}
4972
4973powerProfileTable                               OBJECT-TYPE
4974    SYNTAX      SEQUENCE OF PowerProfileTableEntry
4975    ACCESS      not-accessible
4976    STATUS      mandatory
4977    DESCRIPTION
4978"0600.0070 This object defines the Power Profile Table."
4979    ::= { powerGroup 70 }
4980powerProfileTableEntry                          OBJECT-TYPE
4981    SYNTAX      PowerProfileTableEntry
4982    ACCESS      not-accessible
4983    STATUS      mandatory
4984    DESCRIPTION
4985"0600.0070.0001 This object defines the Power Profile Table Entry."
4986    INDEX       { powerProfileChassisIndex,
4987                  powerProfileIndex }
4988    ::= { powerProfileTable 1 }
4989
4990powerProfileChassisIndex                        OBJECT-TYPE
4991    SYNTAX      DellObjectRange
4992    ACCESS      read-only
4993    STATUS      mandatory
4994    DESCRIPTION
4995"0600.0070.0001.0001 This attribute defines the index (one based) of the
4996associated chassis."
4997    ::= { powerProfileTableEntry 1 }
4998powerProfileIndex                               OBJECT-TYPE
4999    SYNTAX      DellObjectRange
5000    ACCESS      read-only
5001    STATUS      mandatory
5002    DESCRIPTION
5003"0600.0060.0001.0002 This attribute defines the index (one based) of the
5004power profile information."
5005    ::= { powerProfileTableEntry 2 }
5006powerProfileSupportedProfiles                   OBJECT-TYPE
5007    SYNTAX      DellPowerProfileType
5008    ACCESS      read-only
5009    STATUS      mandatory
5010    DESCRIPTION
5011"0600.0070.0001.0003 This attribute defines the supported power profiles."
5012    ::= { powerProfileTableEntry 3 }
5013powerProfileSetting                             OBJECT-TYPE
5014    SYNTAX      DellPowerProfileType
5015    ACCESS      read-only
5016    STATUS      mandatory
5017    DESCRIPTION
5018"0600.0070.0001.0004 This attribute defines the power profile setting."
5019    ::= { powerProfileTableEntry 4 }
5020powerProfileCustomCPUMgmtCapabilities           OBJECT-TYPE
5021    SYNTAX      DellCPUPowerPerformanceManagementType
5022    ACCESS      read-only
5023    STATUS      mandatory
5024    DESCRIPTION
5025"0600.0070.0001.0005 This attribute defines the custom CPU power and
5026performance management capabilities that are available for the Custom
5027power profile."
5028    ::= { powerProfileTableEntry 5 }
5029powerProfileCustomCPUMgmtSetting                OBJECT-TYPE
5030    SYNTAX      DellCPUPowerPerformanceManagementType
5031    ACCESS      read-only
5032    STATUS      mandatory
5033    DESCRIPTION
5034"0600.0070.0001.0006 This attribute defines the custom CPU power and
5035performance management setting for the Custom power profile."
5036    ::= { powerProfileTableEntry 6 }
5037powerProfileCustomMemoryMgmtCapabilities        OBJECT-TYPE
5038    SYNTAX      DellMemoryPowerPerformanceManagementType
5039    ACCESS      read-only
5040    STATUS      mandatory
5041    DESCRIPTION
5042"0600.0070.0001.0007 This attribute defines the custom memory power and
5043performance management capabilities that are available for the Custom
5044power profile."
5045    ::= { powerProfileTableEntry 7 }
5046powerProfileCustomMemoryMgmtSetting             OBJECT-TYPE
5047    SYNTAX      DellMemoryPowerPerformanceManagementType
5048    ACCESS      read-only
5049    STATUS      mandatory
5050    DESCRIPTION
5051"0600.0070.0001.0008 This attribute defines the custom memory power and
5052performance management setting for the Custom power profile."
5053    ::= { powerProfileTableEntry 8 }
5054powerProfileCustomFanMgmtCapabilities           OBJECT-TYPE
5055    SYNTAX      DellFanPowerPerformanceManagementType
5056    ACCESS      read-only
5057    STATUS      mandatory
5058    DESCRIPTION
5059"0600.0070.0001.0009 This attribute defines the custom fan power and
5060performance management capabilities that are available for the Custom
5061power profile."
5062    ::= { powerProfileTableEntry 9 }
5063powerProfileCustomFanMgmtSetting                OBJECT-TYPE
5064    SYNTAX      DellFanPowerPerformanceManagementType
5065    ACCESS      read-only
5066    STATUS      mandatory
5067    DESCRIPTION
5068"0600.0070.0001.0010 This attribute defines the custom fan power and
5069performance management setting for the Custom power profile."
5070    ::= { powerProfileTableEntry 10 }
5071
5072
5073-------------------------------------------------------------------------------
5074-- Thermal Group
5075--
5076-- OID Format: 1.3.6.1.4.1.674.10892.1.700
5077-------------------------------------------------------------------------------
5078
5079
5080-------------------------------------------------------------------------------
5081-- Cooling Unit Table
5082--
5083-- OID Format: 1.3.6.1.4.1.674.10892.1.700.10.1.<a>.<i1>.<i2>
5084-------------------------------------------------------------------------------
5085
5086CoolingUnitTableEntry                           ::= SEQUENCE {
5087    coolingUnitchassisIndex                     DellObjectRange,
5088    coolingUnitIndex                            DellObjectRange,
5089    coolingUnitStateCapabilties                 DellStateCapabilities,
5090    coolingUnitStateSettings                    DellStateSettings,
5091    coolingUnitRedundancyStatus                 DellStatusRedundancy,
5092    coolingDeviceCountForRedundancy             DellObjectRange,
5093    coolingUnitName                             DellString,
5094    coolingUnitStatus                           DellStatus
5095}
5096
5097coolingUnitTable                                OBJECT-TYPE
5098    SYNTAX      SEQUENCE OF CoolingUnitTableEntry
5099    ACCESS      not-accessible
5100    STATUS      mandatory
5101    DESCRIPTION
5102"0700.0010 This object defines the Cooling Unit Table."
5103    ::= { thermalGroup 10 }
5104coolingUnitTableEntry                           OBJECT-TYPE
5105    SYNTAX      CoolingUnitTableEntry
5106    ACCESS      not-accessible
5107    STATUS      mandatory
5108    DESCRIPTION
5109"0700.0010.0001 This object defines the Cooling Unit Table Entry."
5110    INDEX       { coolingUnitchassisIndex,
5111                  coolingUnitIndex }
5112    ::= { coolingUnitTable 1 }
5113
5114coolingUnitchassisIndex                         OBJECT-TYPE
5115    SYNTAX      DellObjectRange
5116    ACCESS      read-only
5117    STATUS      mandatory
5118    DESCRIPTION
5119"0700.0010.0001.0001 This attribute defines the index (one based) of the
5120assoicated chassis."
5121    ::= { coolingUnitTableEntry 1 }
5122coolingUnitIndex                                OBJECT-TYPE
5123    SYNTAX      DellObjectRange
5124    ACCESS      read-only
5125    STATUS      mandatory
5126    DESCRIPTION
5127"0700.0010.0001.0002 This attribute defines the index (one based) of the
5128cooling unit."
5129    ::= { coolingUnitTableEntry 2 }
5130coolingUnitStateCapabilties                     OBJECT-TYPE
5131    SYNTAX      DellStateCapabilities
5132    ACCESS      read-only
5133    STATUS      mandatory
5134    DESCRIPTION
5135"0700.0010.0001.0003 This attribute defines the state capabilities of the
5136cooling unit."
5137    ::= { coolingUnitTableEntry 3 }
5138coolingUnitStateSettings                        OBJECT-TYPE
5139    SYNTAX      DellStateSettings
5140    ACCESS      read-only
5141    STATUS      mandatory
5142    DESCRIPTION
5143"0700.0010.0001.0004 This attribute defines the state settings of the
5144cooling unit."
5145    ::= { coolingUnitTableEntry 4 }
5146coolingUnitRedundancyStatus                     OBJECT-TYPE
5147    SYNTAX      DellStatusRedundancy
5148    ACCESS      read-only
5149    STATUS      mandatory
5150    DESCRIPTION
5151"0700.0010.0001.0005 This attribute defines the redundancy status of the
5152cooling unit."
5153    ::= { coolingUnitTableEntry 5 }
5154coolingDeviceCountForRedundancy                 OBJECT-TYPE
5155    SYNTAX      DellObjectRange
5156    ACCESS      read-only
5157    STATUS      mandatory
5158    DESCRIPTION
5159"0700.0010.0001.0006 This attribute defines the total number of cooling devices
5160required for this cooling unit to have full redundancy."
5161    ::= { coolingUnitTableEntry 6 }
5162coolingUnitName                                 OBJECT-TYPE
5163    SYNTAX      DellString
5164    ACCESS      read-only
5165    STATUS      mandatory
5166    DESCRIPTION
5167"0700.0010.0001.0007 This attribute defines the name of the cooling unit."
5168    ::= { coolingUnitTableEntry 7 }
5169coolingUnitStatus                               OBJECT-TYPE
5170    SYNTAX      DellStatus
5171    ACCESS      read-only
5172    STATUS      mandatory
5173    DESCRIPTION
5174"0700.0010.0001.0008 This attribute defines the status of the cooling unit."
5175    ::= { coolingUnitTableEntry 8 }
5176
5177
5178-------------------------------------------------------------------------------
5179-- Cooling Device Table
5180--
5181-- OID Format: 1.3.6.1.4.1.674.10892.1.700.12.1.<a>.<i1>.<i2>
5182-------------------------------------------------------------------------------
5183
5184DellCoolingDeviceType                           ::= INTEGER {
5185    coolingDeviceTypeIsOther(1),                -- type is other than following values
5186    coolingDeviceTypeIsUnknown(2),              -- type is unknown
5187    coolingDeviceTypeIsAFan(3),                 -- type is Fan
5188    coolingDeviceTypeIsABlower(4),              -- type is Centrifugal Blower
5189    coolingDeviceTypeIsAChipFan(5),             -- type is Fan on Integrated Circuit
5190    coolingDeviceTypeIsACabinetFan(6),          -- type is Cabinet Fan
5191    coolingDeviceTypeIsAPowerSupplyFan(7),      -- type is Power Supply Fan
5192    coolingDeviceTypeIsAHeatPipe(8),            -- type is Heat Pipe
5193    coolingDeviceTypeIsRefrigeration(9),        -- type is Integrated Refrigeration Unit
5194    coolingDeviceTypeIsActiveCooling(10),       -- type is Active Cooling Device
5195    coolingDeviceTypeIsPassiveCooling(11)       -- type is Passive Cooling Device
5196}
5197DellCoolingDeviceSubType                        ::= INTEGER {
5198    coolingDeviceSubTypeIsOther(1),             -- subtype is other than following values
5199    coolingDeviceSubTypeIsUnknown(2),           -- subtype is unknown
5200    coolingDeviceSubTypeIsAFanThatReadsInRPM(3),-- subtype is Fan that reads RPM
5201    coolingDeviceSubTypeIsAFanReadsONorOFF(4),  -- subtype is Fan that reads Off or On
5202    coolingDeviceSubTypeIsAPowerSupplyFanThatReadsinRPM(5),  -- subtype is Power Supply Fan that reads RPM
5203    coolingDeviceSubTypeIsAPowerSupplyFanThatReadsONorOFF(6),-- subtype is Power Supply Fan that reads Off or On
5204    coolingDeviceSubTypeIsDiscrete(16)          -- subtype is cooling device with discrete reading
5205}
5206DellCoolingDeviceDiscreteReading                ::= INTEGER {
5207    coolingDeviceIsGood(1),                     -- cooling device is Good
5208    coolingDeviceIsBad(2)                       -- cooling device is Bad
5209}
5210
5211CoolingDeviceTableEntry                         ::= SEQUENCE {
5212    coolingDevicechassisIndex                   DellObjectRange,
5213    coolingDeviceIndex                          DellObjectRange,
5214    coolingDeviceStateCapabilities              DellStateCapabilities,
5215    coolingDeviceStateSettings                  DellStateSettings,
5216    coolingDeviceStatus                         DellStatusProbe,
5217    coolingDeviceReading                        DellSigned32BitRange,
5218    coolingDeviceType                           DellCoolingDeviceType,
5219    coolingDeviceLocationName                   DellString,
5220    coolingDeviceUpperNonRecoverableThreshold   DellSigned32BitRange,
5221    coolingDeviceUpperCriticalThreshold         DellSigned32BitRange,
5222    coolingDeviceUpperNonCriticalThreshold      DellSigned32BitRange,
5223    coolingDeviceLowerNonCriticalThreshold      DellSigned32BitRange,
5224    coolingDeviceLowerCriticalThreshold         DellSigned32BitRange,
5225    coolingDeviceLowerNonRecoverableThreshold   DellSigned32BitRange,
5226    coolingDevicecoolingUnitIndexReference      DellObjectRange,
5227    coolingDeviceSubType                        DellCoolingDeviceSubType,
5228    coolingDeviceProbeCapabilities              DellProbeCapabilities,
5229    coolingDeviceDiscreteReading                DellCoolingDeviceDiscreteReading
5230}
5231
5232coolingDeviceTable                              OBJECT-TYPE
5233    SYNTAX      SEQUENCE OF CoolingDeviceTableEntry
5234    ACCESS      not-accessible
5235    STATUS      mandatory
5236    DESCRIPTION
5237"0700.0012 This object defines the Cooling Device Table."
5238    ::= {  thermalGroup 12 }
5239coolingDeviceTableEntry                         OBJECT-TYPE
5240    SYNTAX      CoolingDeviceTableEntry
5241    ACCESS      not-accessible
5242    STATUS      mandatory
5243    DESCRIPTION
5244"0700.0012.0001 This object defines the Cooling Device Table Entry."
5245    INDEX       { coolingDevicechassisIndex,
5246                  coolingDeviceIndex }
5247    ::= { coolingDeviceTable 1 }
5248
5249coolingDevicechassisIndex                       OBJECT-TYPE
5250    SYNTAX      DellObjectRange
5251    ACCESS      read-only
5252    STATUS      mandatory
5253    DESCRIPTION
5254"0700.0012.0001.0001 This attribute defines the index (one based) of the
5255associated chassis."
5256    ::= { coolingDeviceTableEntry 1 }
5257coolingDeviceIndex                              OBJECT-TYPE
5258    SYNTAX      DellObjectRange
5259    ACCESS      read-only
5260    STATUS      mandatory
5261    DESCRIPTION
5262"0700.0012.0001.0002 This attribute defines the index (one based) of the
5263cooling device."
5264    ::= { coolingDeviceTableEntry 2 }
5265coolingDeviceStateCapabilities                  OBJECT-TYPE
5266    SYNTAX      DellStateCapabilities
5267    ACCESS      read-only
5268    STATUS      mandatory
5269    DESCRIPTION
5270"0700.0012.0001.0003 This attribute defines the state capabilities of the
5271cooling device."
5272    ::= { coolingDeviceTableEntry 3 }
5273coolingDeviceStateSettings                      OBJECT-TYPE
5274    SYNTAX      DellStateSettings
5275    ACCESS      read-only
5276    STATUS      mandatory
5277    DESCRIPTION
5278"0700.0012.0001.0004 This attribute defines the state settings of the
5279cooling device."
5280    ::= { coolingDeviceTableEntry 4 }
5281coolingDeviceStatus                             OBJECT-TYPE
5282    SYNTAX      DellStatusProbe
5283    ACCESS      read-only
5284    STATUS      mandatory
5285    DESCRIPTION
5286"0700.0012.0001.0005 This attribute defines the probe status of the
5287cooling device."
5288    ::= { coolingDeviceTableEntry 5 }
5289coolingDeviceReading                            OBJECT-TYPE
5290    SYNTAX      DellSigned32BitRange
5291    ACCESS      read-only
5292    STATUS      mandatory
5293    DESCRIPTION
5294"0700.0012.0001.0006 This attribute defines the reading for a cooling device
5295of subtype other than coolingDeviceSubTypeIsDiscrete.  When the value
5296for coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the
5297value returned for this attribute is the speed in RPM or the OFF/ON value
5298of the cooling device.  When the value for coolingDeviceSubType is
5299coolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute."
5300    ::= { coolingDeviceTableEntry 6 }
5301coolingDeviceType                               OBJECT-TYPE
5302    SYNTAX      DellCoolingDeviceType
5303    ACCESS      read-only
5304    STATUS      mandatory
5305    DESCRIPTION
5306"0700.0012.0001.0007 This attribute defines the type of the cooling device."
5307    ::= { coolingDeviceTableEntry 7 }
5308coolingDeviceLocationName                       OBJECT-TYPE
5309    SYNTAX      DellString
5310    ACCESS      read-only
5311    STATUS      mandatory
5312    DESCRIPTION
5313"0700.0012.0001.0008 This attribute defines the location name of the
5314cooling device."
5315    ::= { coolingDeviceTableEntry 8 }
5316coolingDeviceUpperNonRecoverableThreshold       OBJECT-TYPE
5317    SYNTAX      DellSigned32BitRange
5318    ACCESS      read-only
5319    STATUS      mandatory
5320    DESCRIPTION
5321"0700.0012.0001.0009 This attribute defines the upper nonrecoverable threshold
5322of the cooling device.  The value is an integer representing fan speed
5323in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5324cooling devices or non-cooling device types."
5325    ::= { coolingDeviceTableEntry 9 }
5326coolingDeviceUpperCriticalThreshold             OBJECT-TYPE
5327    SYNTAX      DellSigned32BitRange
5328    ACCESS      read-only
5329    STATUS      mandatory
5330    DESCRIPTION
5331"0700.0012.0001.0010 This attribute defines the upper critical threshold
5332of the cooling device.  The value is an integer representing fan speed
5333in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5334cooling devices or non-cooling device types."
5335    ::= { coolingDeviceTableEntry 10 }
5336coolingDeviceUpperNonCriticalThreshold          OBJECT-TYPE
5337    SYNTAX      DellSigned32BitRange
5338    ACCESS      read-only
5339    STATUS      mandatory
5340    DESCRIPTION
5341"0700.0012.0001.0011 This attribute defines the upper noncritical threshold
5342of the cooling device.  The value is an integer representing fan speed
5343in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5344cooling devices or non-cooling device types."
5345    ::= { coolingDeviceTableEntry 11 }
5346coolingDeviceLowerNonCriticalThreshold          OBJECT-TYPE
5347    SYNTAX      DellSigned32BitRange
5348    ACCESS      read-only
5349    STATUS      mandatory
5350    DESCRIPTION
5351"0700.0012.0001.0012 This attribute defines the lower noncritical threshold
5352of the cooling device.  The value is an integer representing fan speed
5353in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5354cooling devices or non-cooling device types."
5355    ::= { coolingDeviceTableEntry 12 }
5356coolingDeviceLowerCriticalThreshold             OBJECT-TYPE
5357    SYNTAX      DellSigned32BitRange
5358    ACCESS      read-only
5359    STATUS      mandatory
5360    DESCRIPTION
5361"0700.0012.0001.0013 This attribute defines the lower critical threshold
5362of the cooling device.  The value is an integer representing fan speed
5363in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5364cooling devices or non-cooling device types."
5365    ::= { coolingDeviceTableEntry 13 }
5366coolingDeviceLowerNonRecoverableThreshold       OBJECT-TYPE
5367    SYNTAX      DellSigned32BitRange
5368    ACCESS      read-only
5369    STATUS      mandatory
5370    DESCRIPTION
5371"0700.0012.0001.0014 This attribute defines the lower nonrecoverable threshold
5372of the cooling device.  The value is an integer representing fan speed
5373in revolutions per minute (RPM).  It is not applicable to OFF/ON type
5374cooling devices or non-cooling device types."
5375    ::= { coolingDeviceTableEntry 14 }
5376coolingDevicecoolingUnitIndexReference          OBJECT-TYPE
5377    SYNTAX      DellObjectRange
5378    ACCESS      read-only
5379    STATUS      mandatory
5380    DESCRIPTION
5381"0700.0012.0001.0015 This attribute defines the index to the associated
5382cooling unit."
5383    ::= { coolingDeviceTableEntry 15 }
5384coolingDeviceSubType                            OBJECT-TYPE
5385    SYNTAX      DellCoolingDeviceSubType
5386    ACCESS      read-only
5387    STATUS      mandatory
5388    DESCRIPTION
5389"0700.0012.0001.0016 This attribute defines the subtype of the cooling device."
5390    ::= { coolingDeviceTableEntry 16 }
5391coolingDeviceProbeCapabilities                  OBJECT-TYPE
5392    SYNTAX      DellProbeCapabilities
5393    ACCESS      read-only
5394    STATUS      mandatory
5395    DESCRIPTION
5396"0700.0012.0001.0017 This attribute defines the probe capabilities of the
5397cooling device."
5398    ::= { coolingDeviceTableEntry 17 }
5399coolingDeviceDiscreteReading                    OBJECT-TYPE
5400    SYNTAX      DellCoolingDeviceDiscreteReading
5401    ACCESS      read-only
5402    STATUS      mandatory
5403    DESCRIPTION
5404"0700.0012.0001.0018 This attribute defines the reading for a cooling device
5405of type coolingDeviceSubTypeIsDiscrete.  When the value for
5406coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, a value
5407is not returned for this attribute.  When the value for coolingDeviceSubType
5408is coolingDeviceSubTypeIsDiscrete, the value returned for this attribute
5409is the discrete reading for the cooling device."
5410    ::= { coolingDeviceTableEntry 18 }
5411
5412
5413-------------------------------------------------------------------------------
5414-- Temperature Probe Table
5415--
5416-- OID Format: 1.3.6.1.4.1.674.10892.1.700.20.1.<a>.<i1>.<i2>
5417-------------------------------------------------------------------------------
5418
5419DellTemperatureProbeType                        ::= INTEGER {
5420    temperatureProbeTypeIsOther(1),             -- type is other than following values
5421    temperatureProbeTypeIsUnknown(2),           -- type is unknown
5422    temperatureProbeTypeIsAmbientESM(3),        -- type is Ambient Embedded Systems Management temperature probe
5423    temperatureProbeTypeIsDiscrete(16)          -- type is temperature probe with discrete reading
5424}
5425DellTemperatureDiscreteReading                  ::= INTEGER {
5426    temperatureIsGood(1),                       -- temperature reading is Good
5427    temperatureIsBad(2)                         -- temperature reading is Bad
5428}
5429
5430TemperatureProbeTableEntry                      ::= SEQUENCE {
5431    temperatureProbechassisIndex                DellObjectRange,
5432    temperatureProbeIndex                       DellObjectRange,
5433    temperatureProbeStateCapabilities           DellStateCapabilities,
5434    temperatureProbeStateSettings               DellStateSettings,
5435    temperatureProbeStatus                      DellStatusProbe,
5436    temperatureProbeReading                     DellSigned32BitRange,
5437    temperatureProbeType                        DellTemperatureProbeType,
5438    temperatureProbeLocationName                DellString,
5439    temperatureProbeUpperNonRecoverableThreshold DellSigned32BitRange,
5440    temperatureProbeUpperCriticalThreshold      DellSigned32BitRange,
5441    temperatureProbeUpperNonCriticalThreshold   DellSigned32BitRange,
5442    temperatureProbeLowerNonCriticalThreshold   DellSigned32BitRange,
5443    temperatureProbeLowerCriticalThreshold      DellSigned32BitRange,
5444    temperatureProbeLowerNonRecoverableThreshold DellSigned32BitRange,
5445    temperatureProbeProbeCapabilities           DellProbeCapabilities,
5446    temperatureProbeDiscreteReading             DellTemperatureDiscreteReading
5447}
5448
5449temperatureProbeTable                           OBJECT-TYPE
5450    SYNTAX      SEQUENCE OF TemperatureProbeTableEntry
5451    ACCESS      not-accessible
5452    STATUS      mandatory
5453    DESCRIPTION
5454"0700.0020 This object defines the Temperature Probe Table."
5455    ::= { thermalGroup 20 }
5456temperatureProbeTableEntry                      OBJECT-TYPE
5457    SYNTAX      TemperatureProbeTableEntry
5458    ACCESS      not-accessible
5459    STATUS      mandatory
5460    DESCRIPTION
5461"0700.0020.0001 This object defines the Temperature Probe Table Entry."
5462    INDEX       { temperatureProbechassisIndex,
5463                  temperatureProbeIndex }
5464    ::= { temperatureProbeTable 1 }
5465
5466temperatureProbechassisIndex                    OBJECT-TYPE
5467    SYNTAX      DellObjectRange
5468    ACCESS      read-only
5469    STATUS      mandatory
5470    DESCRIPTION
5471"0700.0020.0001.0001 This attribute defines the index (one based) of the
5472associated chassis."
5473    ::= { temperatureProbeTableEntry 1 }
5474temperatureProbeIndex                           OBJECT-TYPE
5475    SYNTAX      DellObjectRange
5476    ACCESS      read-only
5477    STATUS      mandatory
5478    DESCRIPTION
5479"0700.0020.0001.0002 This attribute defines the index (one based) of the
5480temperature probe."
5481    ::= { temperatureProbeTableEntry 2 }
5482temperatureProbeStateCapabilities               OBJECT-TYPE
5483    SYNTAX      DellStateCapabilities
5484    ACCESS      read-only
5485    STATUS      mandatory
5486    DESCRIPTION
5487"0700.0020.0001.0003 This attribute defines the state capabilities of the
5488temperature probe."
5489    ::= { temperatureProbeTableEntry 3 }
5490temperatureProbeStateSettings                   OBJECT-TYPE
5491    SYNTAX      DellStateSettings
5492    ACCESS      read-only
5493    STATUS      mandatory
5494    DESCRIPTION
5495"0700.0020.0001.0004 This attribute defines the state settings of the
5496temperature probe."
5497    ::= { temperatureProbeTableEntry 4 }
5498temperatureProbeStatus                          OBJECT-TYPE
5499    SYNTAX      DellStatusProbe
5500    ACCESS      read-only
5501    STATUS      mandatory
5502    DESCRIPTION
5503"0700.0020.0001.0005 This attribute defines the probe status of the
5504temperature probe."
5505    ::= { temperatureProbeTableEntry 5 }
5506temperatureProbeReading                         OBJECT-TYPE
5507    SYNTAX      DellSigned32BitRange
5508    ACCESS      read-only
5509    STATUS      mandatory
5510    DESCRIPTION
5511"0700.0020.0001.0006 This attribute defines the reading for a temperature
5512probe of type other than temperatureProbeTypeIsDiscrete.  When the value
5513for temperatureProbeType is other than temperatureProbeTypeIsDiscrete,
5514the value returned for this attribute is the temperature that the probe
5515is reading in tenths of degrees Centigrade.  When the value for
5516temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not
5517returned for this attribute."
5518    ::= { temperatureProbeTableEntry 6 }
5519temperatureProbeType                            OBJECT-TYPE
5520    SYNTAX      DellTemperatureProbeType
5521    ACCESS      read-only
5522    STATUS      mandatory
5523    DESCRIPTION
5524"0700.0020.0001.0007 This attribute defines the type of the temperature probe."
5525    ::= { temperatureProbeTableEntry 7 }
5526temperatureProbeLocationName                    OBJECT-TYPE
5527    SYNTAX      DellString
5528    ACCESS      read-only
5529    STATUS      mandatory
5530    DESCRIPTION
5531"0700.0020.0001.0008 This attribute defines the location name of the
5532temperature probe."
5533    ::= { temperatureProbeTableEntry 8 }
5534temperatureProbeUpperNonRecoverableThreshold    OBJECT-TYPE
5535    SYNTAX      DellSigned32BitRange
5536    ACCESS      read-only
5537    STATUS      mandatory
5538    DESCRIPTION
5539"0700.0020.0001.0009 This attribute defines the upper nonrecoverable threshold
5540of the temperature probe.  The value is an integer representing the temperature
5541of the threshold in tenths of degrees Centigrade."
5542    ::= { temperatureProbeTableEntry 9 }
5543temperatureProbeUpperCriticalThreshold          OBJECT-TYPE
5544    SYNTAX      DellSigned32BitRange
5545    ACCESS      read-only
5546    STATUS      mandatory
5547    DESCRIPTION
5548"0700.0020.0001.0010 This attribute defines the upper critical threshold
5549of the temperature probe.  The value is an integer representing the temperature
5550of the threshold in tenths of degrees Centigrade."
5551    ::= { temperatureProbeTableEntry 10 }
5552temperatureProbeUpperNonCriticalThreshold       OBJECT-TYPE
5553    SYNTAX      DellSigned32BitRange
5554    ACCESS      read-only
5555    STATUS      mandatory
5556    DESCRIPTION
5557"0700.0020.0001.0011 This attribute defines the upper noncritical threshold
5558of the temperature probe.  The value is an integer representing the temperature
5559of the threshold in tenths of degrees Centigrade."
5560    ::= { temperatureProbeTableEntry 11 }
5561temperatureProbeLowerNonCriticalThreshold       OBJECT-TYPE
5562    SYNTAX      DellSigned32BitRange
5563    ACCESS      read-only
5564    STATUS      mandatory
5565    DESCRIPTION
5566"0700.0020.0001.0012 This attribute defines the lower noncritical threshold
5567of the temperature probe.  The value is an integer representing the temperature
5568of the threshold in tenths of degrees Centigrade."
5569    ::= { temperatureProbeTableEntry 12 }
5570temperatureProbeLowerCriticalThreshold          OBJECT-TYPE
5571    SYNTAX      DellSigned32BitRange
5572    ACCESS      read-only
5573    STATUS      mandatory
5574    DESCRIPTION
5575"0700.0020.0001.0013 This attribute defines the lower critical threshold
5576of the temperature probe.  The value is an integer representing the temperature
5577of the threshold in tenths of degrees Centigrade."
5578    ::= { temperatureProbeTableEntry 13 }
5579temperatureProbeLowerNonRecoverableThreshold    OBJECT-TYPE
5580    SYNTAX      DellSigned32BitRange
5581    ACCESS      read-only
5582    STATUS      mandatory
5583    DESCRIPTION
5584"0700.0020.0001.0014 This attribute defines the lower nonrecoverable threshold
5585of the temperature probe.  The value is an integer representing the temperature
5586of the threshold in tenths of degrees Centigrade."
5587    ::= { temperatureProbeTableEntry 14 }
5588temperatureProbeProbeCapabilities               OBJECT-TYPE
5589    SYNTAX      DellProbeCapabilities
5590    ACCESS      read-only
5591    STATUS      mandatory
5592    DESCRIPTION
5593"0700.0020.0001.0015 This attribute defines the probe capabilities of the
5594temperature probe."
5595    ::= { temperatureProbeTableEntry 15 }
5596temperatureProbeDiscreteReading                 OBJECT-TYPE
5597    SYNTAX      DellTemperatureDiscreteReading
5598    ACCESS      read-only
5599    STATUS      mandatory
5600    DESCRIPTION
5601"0700.0020.0001.0016 This attribute defines the reading for a temperature
5602probe of type temperatureProbeTypeIsDiscrete.  When the value for
5603temperatureProbeType is other than temperatureProbeTypeIsDiscrete, a value
5604is not returned for this attribute.  When the value for temperatureProbeType
5605is temperatureProbeTypeIsDiscrete, the value returned for this attribute
5606is the discrete reading for the probe."
5607    ::= { temperatureProbeTableEntry 16 }
5608
5609
5610-------------------------------------------------------------------------------
5611-- User Security Group
5612--
5613-- OID Format: 1.3.6.1.4.1.674.10892.1.800
5614-------------------------------------------------------------------------------
5615
5616
5617-------------------------------------------------------------------------------
5618-- User Security Table
5619--
5620-- OID Format: 1.3.6.1.4.1.674.10892.1.800.10.1.<a>.<i1>.<i2>
5621-------------------------------------------------------------------------------
5622
5623UserSecurityTableEntry                          ::= SEQUENCE {
5624    userSecuritychassisIndex                    DellObjectRange,
5625    userSecurityIndex                           DellObjectRange,
5626    userSecurityUserName                        DellSecurityString,
5627    userSecurityControlName                     DellSecurityString,
5628    userSecurityRequestName                     DellSecurityString
5629}
5630
5631userSecurityTable                               OBJECT-TYPE
5632    SYNTAX      SEQUENCE OF UserSecurityTableEntry
5633    ACCESS      not-accessible
5634    STATUS      mandatory
5635    DESCRIPTION
5636"0800.0010 This object defines the User Security Table."
5637    ::= { userSecurityGroup 10 }
5638userSecurityTableEntry                          OBJECT-TYPE
5639    SYNTAX      UserSecurityTableEntry
5640    ACCESS      not-accessible
5641    STATUS      mandatory
5642    DESCRIPTION
5643"0800.0010.0001 This object defines the User Security Table Entry."
5644    INDEX       { userSecuritychassisIndex,
5645                  userSecurityIndex }
5646    ::= { userSecurityTable 1 }
5647
5648userSecuritychassisIndex                        OBJECT-TYPE
5649    SYNTAX      DellObjectRange
5650    ACCESS      read-only
5651    STATUS      mandatory
5652    DESCRIPTION
5653"0800.0010.0001.0001 This attribute defines the index (one based) of the
5654assoicated chassis."
5655    ::= { userSecurityTableEntry 1 }
5656userSecurityIndex                               OBJECT-TYPE
5657    SYNTAX      DellObjectRange
5658    ACCESS      read-only
5659    STATUS      mandatory
5660    DESCRIPTION
5661"0800.0010.0001.0002 This attribute defines the index (one based) of the
5662user."
5663    ::= { userSecurityTableEntry 2 }
5664userSecurityUserName                            OBJECT-TYPE
5665    SYNTAX      DellSecurityString
5666    ACCESS      read-only
5667    STATUS      mandatory
5668    DESCRIPTION
5669"0800.0010.0001.0003 This attribute defines the name of the user
5670that is authorized to perform Set operations on this system."
5671    ::= { userSecurityTableEntry 3 }
5672userSecurityControlName                         OBJECT-TYPE
5673    SYNTAX      DellSecurityString
5674    ACCESS      read-only
5675    STATUS      mandatory
5676    DESCRIPTION
5677"0800.0010.0001.0004 This attribute defines the control string
5678that is used for managing users in this table."
5679    ::= { userSecurityTableEntry 4 }
5680userSecurityRequestName                         OBJECT-TYPE
5681    SYNTAX      DellSecurityString
5682    ACCESS      read-only
5683    STATUS      mandatory
5684    DESCRIPTION
5685"0800.0010.0001.0005 This attribute defines the request string
5686that is used for Set requests on this system."
5687    ::= { userSecurityTableEntry 5 }
5688
5689
5690-------------------------------------------------------------------------------
5691-- Remote Flash BIOS Group
5692--
5693-- OID Format: 1.3.6.1.4.1.674.10892.1.900
5694-------------------------------------------------------------------------------
5695
5696
5697-------------------------------------------------------------------------------
5698-- Remote Flash BIOS Table
5699--
5700-- OID Format: 1.3.6.1.4.1.674.10892.1.900.10.1.<a>.<i1>.<i2>
5701-------------------------------------------------------------------------------
5702
5703DellRemoteFlashBIOSStateCapabilitiesUnique      ::= INTEGER {
5704    -- If 0 (zero), there are no remote flash BIOS state capabilities
5705    unknown(1),                                 -- state capabilities are unknown
5706    enableCapable(2),                           -- remote flash BIOS can be enabled (online) or be disabled (offline)
5707    notReadyCapable(4),                         -- remote flash BIOS can be not ready
5708    cancelCapable(8),                           -- remote flash BIOS can be canceled
5709    enableAndCancelCapable(10)                  -- remote flash BIOS can be enabled and canceled
5710}
5711DellRemoteFlashBIOSStateSettingsUnique          ::= INTEGER {
5712    -- If 0 (zero), there are no remote flash BIOS state settings
5713    unknown(1),                                 -- state settings are unknown
5714    enabled(2),                                 -- remote flash BIOS is enabled
5715    notReady(4),                                -- remote flash BIOS is not ready
5716    canceled(8),                                -- remote flash BIOS is canceled
5717    pending(16),                                -- remote flash BIOS is pending
5718    other(32)                                   -- state settings are other than above
5719}
5720DellRemoteFlashBIOSCompletionCode               ::= INTEGER {
5721    completionCodeIsOther(1),                   -- code is other than following values
5722    completionCodeIsUnknown(2),                 -- code is unknown
5723    completionCodeIsOK(3),                      -- code is completed successfully
5724    completionCodeIsBadImage(4),                -- code is bad flash BIOS image
5725    completionCodeIsNoFileAccess(5),            -- code is flash BIOS image could not be accessed
5726    completionCodeIsNotReady(6),                -- code is flash BIOS memory not ready
5727    completionCodeIsDisabled(7),                -- code is flash BIOS is currently disabled
5728    completionCodeIsNoBattery(8),               -- code is battery must be installed
5729    completionCodeIsNoChargedBattery(9),        -- code is fully charged battery must be installed
5730    completionCodeIsNoExternalPower(10),        -- code is external power adapter must be connected
5731    completionCodeIsNo12VoltSet(11),            -- code is that 12 volts could not be set
5732    completionCodeIsNo12VoltRemoval(12),        -- code is that 12 volts could not be removed
5733    completionCodeIsFlashMemoryFailed(13),      -- code is flash memory failure occured
5734    completionCodeIsGeneralFailure(14),         -- code is general failure occurred
5735    completionCodeIsDataMiscompare(15),         -- code is data miscompare error occurred
5736    completionCodeIsNoImageFound(16),           -- code is flash BIOS image could not be found in memory
5737    completionCodeIsNoUpdatePerformed(17)       -- code is no update operation has been performed
5738}
5739
5740RemoteFlashBIOSTableEntry                       ::= SEQUENCE {
5741    remoteFlashBIOSchassisIndex                 DellObjectRange,
5742    remoteFlashBIOSIndex                        DellObjectRange,
5743    remoteFlashBIOSStateCapabilitiesUnique      DellRemoteFlashBIOSStateCapabilitiesUnique,
5744    remoteFlashBIOSStateSettingsUnique          DellRemoteFlashBIOSStateSettingsUnique,
5745    remoteFlashBIOSStatus                       DellStatus,
5746    remoteFlashBIOSLastBIOSDateName             DellDateName,
5747    remoteFlashBIOSCompletionCode               DellRemoteFlashBIOSCompletionCode,
5748    remoteFlashBIOSMinimumContiguousMemory      DellUnsigned32BitRange
5749}
5750
5751remoteFlashBIOSTable                            OBJECT-TYPE
5752    SYNTAX      SEQUENCE OF RemoteFlashBIOSTableEntry
5753    ACCESS      not-accessible
5754    STATUS      mandatory
5755    DESCRIPTION
5756"0900.0010 This object defines the Remote Flash BIOS Table."
5757    ::= { remoteFlashBIOSGroup 10 }
5758remoteFlashBIOSTableEntry                       OBJECT-TYPE
5759    SYNTAX      RemoteFlashBIOSTableEntry
5760    ACCESS      not-accessible
5761    STATUS      mandatory
5762    DESCRIPTION
5763"0900.0010.0001 This object defines the Remote Flash BIOS Table Entry."
5764    INDEX       { remoteFlashBIOSchassisIndex,
5765                  remoteFlashBIOSIndex }
5766    ::= { remoteFlashBIOSTable 1 }
5767
5768remoteFlashBIOSchassisIndex                     OBJECT-TYPE
5769    SYNTAX      DellObjectRange
5770    ACCESS      read-only
5771    STATUS      mandatory
5772    DESCRIPTION
5773"0900.0010.0001.0001 This attribute defines the index (one based) of the
5774associated chassis."
5775    ::= { remoteFlashBIOSTableEntry 1 }
5776remoteFlashBIOSIndex                            OBJECT-TYPE
5777    SYNTAX      DellObjectRange
5778    ACCESS      read-only
5779    STATUS      mandatory
5780    DESCRIPTION
5781"0900.0010.0001.0002 This attribute defines the index (one based) of the
5782remote flash BIOS function."
5783    ::= { remoteFlashBIOSTableEntry 2 }
5784remoteFlashBIOSStateCapabilitiesUnique          OBJECT-TYPE
5785    SYNTAX      DellRemoteFlashBIOSStateCapabilitiesUnique
5786    ACCESS      read-only
5787    STATUS      mandatory
5788    DESCRIPTION
5789"0900.0010.0001.0003 This attribute defines the state capabilities of the
5790remote flash BIOS function."
5791    ::= { remoteFlashBIOSTableEntry 3 }
5792remoteFlashBIOSStateSettingsUnique              OBJECT-TYPE
5793    SYNTAX      DellRemoteFlashBIOSStateSettingsUnique
5794    ACCESS      read-only
5795    STATUS      mandatory
5796    DESCRIPTION
5797"0900.0010.0001.0004 This attribute defines the state settings of the
5798remote flash BIOS function."
5799    ::= { remoteFlashBIOSTableEntry 4 }
5800remoteFlashBIOSStatus                           OBJECT-TYPE
5801    SYNTAX      DellStatus
5802    ACCESS      read-only
5803    STATUS      mandatory
5804    DESCRIPTION
5805"0900.0010.0001.0005 This attribute defines the status of the
5806remote flash BIOS function."
5807    ::= { remoteFlashBIOSTableEntry 5 }
5808remoteFlashBIOSLastBIOSDateName                 OBJECT-TYPE
5809    SYNTAX      DellDateName
5810    ACCESS      read-only
5811    STATUS      mandatory
5812    DESCRIPTION
5813"0900.0010.0001.0006 This attribute defines the date of last BIOS update.
5814Dates are defined in the ASCII format:
5815      yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
5816where yyyy is the year, MM is the month, dd is the day, hh are the hours,
5817mm are the minutes and ss are the seconds.
5818uuuuuu is the number of microseconds, and +fff or -fff is the offset from
5819UTC in minutes."
5820    ::= { remoteFlashBIOSTableEntry 6 }
5821remoteFlashBIOSCompletionCode                   OBJECT-TYPE
5822    SYNTAX      DellRemoteFlashBIOSCompletionCode
5823    ACCESS      read-only
5824    STATUS      mandatory
5825    DESCRIPTION
5826"0900.0010.0001.0007 This attribute defines the completion code of the
5827last BIOS update."
5828    ::= { remoteFlashBIOSTableEntry 7 }
5829remoteFlashBIOSMinimumContiguousMemory          OBJECT-TYPE
5830    SYNTAX      DellUnsigned32BitRange
5831    ACCESS      read-only
5832    STATUS      mandatory
5833    DESCRIPTION
5834"0900.0010.0001.0008 This attribute defines the minimum size of contiguous
5835memory required for the remote flash BIOS function in KBbytes."
5836    ::= { remoteFlashBIOSTableEntry 8 }
5837
5838
5839-------------------------------------------------------------------------------
5840-- Port Group
5841--
5842-- OID Format: 1.3.6.1.4.1.674.10892.1.1000
5843-------------------------------------------------------------------------------
5844
5845
5846DellGenericPortConnectorType                    ::= INTEGER {
5847    portConnectorTypeIsOther(1),                -- type is other than following values
5848    portConnectorTypeIsNone(2),                 -- type is no port connector
5849    portConnectorTypeIsCentronics(3),           -- type is Centronics, IEEE1284-B Receptical
5850    portConnectorTypeIsMiniCentronics(4),       -- type is MiniCentronics, IEEE1284-C Receptical
5851    portConnectorTypeIsProprietary(5),          -- type is Proprietary
5852    portConnectorTypeIsDB25Male(6),             -- type is Male DB-25, IEEE1284-A Plug
5853    portConnectorTypeIsDB25Female(7),           -- type is Female DB-25, IEEE1284-A Receptical
5854    portConnectorTypeIsDB15Male(8),             -- type is Male DB-15
5855    portConnectorTypeIsDB15Female(9),           -- type is Female DB-15
5856    portConnectorTypeIsDB9Male(10),             -- type is Male DB-9
5857    portConnectorTypeIsDB9Female(11),           -- type is Female DB-9
5858    portConnectorTypeIsRJ11(12),                -- type is RJ-11
5859    portConnectorTypeIsRJ45(13),                -- type is RJ-45
5860    portConnectorTypeIsMiniSCSI50Pin(14),       -- type is 50 pin MiniSCSI
5861    portConnectorTypeIsMiniDIN(15),             -- type is Mini DIN
5862    portConnectorTypeIsMicroDIN(16),            -- type is Micro DIN
5863    portConnectorTypeIsPS2(17),                 -- type is PS/2
5864    portConnectorTypeIsInfrared(18),            -- type is Infrared
5865    portConnectorTypeIsHPHIL(19),               -- type is HP-HIL
5866    portConnectorTypeIsAccessBussUSB(20),       -- type is Access Bus USB
5867    portConnectorTypeISSASCSI(21),              -- type is SSA SCSI
5868    portConnectorTypeIsCirdin8Male(22),         -- type is Male Circular DIN-8
5869    portConnectorTypeIsCirdin8Female(23),       -- type is Female Circular DIN-8
5870    portConnectorTypeIsIDE(24),                 -- type is IDE
5871    portConnectorTypeIsFloppy(25),              -- type is Floppy
5872    portConnectorTypeIsDIN9Pin(26),             -- type is 9-pin Dual Inline
5873    portConnectorTypeIsDIN25Pin(27),            -- type is 25-pin Dual Inline
5874    portConnectorTypeIsDIN50Pin(28),            -- type is 50-pin Dual Inline
5875    portConnectorTypeIsDIN68Pin(29),            -- type is 68-pin Dual Inline
5876    portConnectorTypeIsCDROMLineOut(30),        -- type is CDROM Line Output
5877    portConnectorTypeIsMiniCentronics14(31),    -- type is MiniCentronics 14
5878    portConnectorTypeIsMiniCentronics26(32),    -- type is MiniCentronics 26
5879    portConnectorTypeIsMiniJack(33),            -- type is Minijack, headphones
5880    portConnectorTypeIsBNC(34),                 -- type is BNC
5881    portConnectorTypeIs1394(35),                -- type is 1394, firewire
5882    portConnectorTypeIsPC98(36),                -- type is PC-98
5883    portConnectorTypeIsPC98Hireso(37),          -- type is PC-98 Hireso
5884    portConnectorTypeIsPCH98(38),               -- type is PCH98
5885    portConnectorTypeIsPC98Note(39),            -- type is PC-98 Note
5886    portConnectorTypeIsPC98Full(40)             -- type is PC-98 Full
5887}
5888DellPortSecurityState                           ::= INTEGER {
5889    other(1),                                   -- security state is other than following values
5890    unknown(2),                                 -- security state is unknown
5891    none(3),                                    -- security state is no security
5892    externalIsDisabled(4),                      -- security state is external interface is disabled
5893    externalIsEnabled(5),                       -- security state is external interface is enabled
5894    bootByPass(6)                               -- security state is boot bypass
5895}
5896
5897
5898-------------------------------------------------------------------------------
5899-- Pointing Port Table
5900--
5901-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.10.1.<a>.<i1>.<i2>
5902-------------------------------------------------------------------------------
5903
5904DellPointingPortConnectorType                   ::= INTEGER {
5905    connectorPortTypeIsOther(1),                -- type is other than following values
5906    connectorPortTypeIsUnknown(2),              -- type is unknown
5907    connectorPortTypeIsSerial(3),               -- type is Serial
5908    connectorPortTypeIsPS2(4),                  -- type is PS/2
5909    connectorPortTypeIsInfrared(5),             -- type is Infrared
5910    connectorPortTypeIsHPHIL(6),                -- type is HP-HIL
5911    connectorPortTypeIsBusMouse(7),             -- type is Bus Mouse
5912    connectorPortTypeIsADB(8),                  -- type is ADB
5913    connectorPortTypeIsDB9(9),                  -- type is DB-9
5914    connectorPortTypeIsMicroDIN(10),            -- type is Micro DIN
5915    connectorPortTypeIsAccessBusUSB(11),        -- type is Access Bus USB
5916    connectorPortTypeIsPC98(12)                 -- type is PC-98
5917}
5918
5919PointingPortTableEntry                          ::= SEQUENCE {
5920    pointingPortchassisIndex                    DellObjectRange,
5921    pointingPortIndex                           DellObjectRange,
5922    pointingPortStateCapabilities               DellStateCapabilities,
5923    pointingPortStateSettings                   DellStateSettings,
5924    pointingPortStatus                          DellStatus,
5925    pointingPortSecurityState                   DellPortSecurityState,
5926    pointingPortConnectorType                   DellPointingPortConnectorType,
5927    pointingPortName                            DellString,
5928    pointingPortBIOSConnectorType               DellGenericPortConnectorType
5929}
5930
5931pointingPortTable                               OBJECT-TYPE
5932    SYNTAX      SEQUENCE OF PointingPortTableEntry
5933    ACCESS      not-accessible
5934    STATUS      mandatory
5935    DESCRIPTION
5936"1000.0010 This object defines the Pointing Port Table."
5937    ::= { portGroup 10 }
5938pointingPortTableEntry                          OBJECT-TYPE
5939    SYNTAX      PointingPortTableEntry
5940    ACCESS      not-accessible
5941    STATUS      mandatory
5942    DESCRIPTION
5943"1000.0010.0001 This object defines the Pointing Port Table Entry."
5944    INDEX       { pointingPortchassisIndex,
5945                  pointingPortIndex }
5946    ::= { pointingPortTable 1 }
5947
5948pointingPortchassisIndex                        OBJECT-TYPE
5949    SYNTAX      DellObjectRange
5950    ACCESS      read-only
5951    STATUS      mandatory
5952    DESCRIPTION
5953"1000.0010.0001.0001 This attribute defines the index (one based) of the
5954associated chassis."
5955    ::= { pointingPortTableEntry 1 }
5956pointingPortIndex                               OBJECT-TYPE
5957    SYNTAX      DellObjectRange
5958    ACCESS      read-only
5959    STATUS      mandatory
5960    DESCRIPTION
5961"1000.0010.0001.0002 This attribute defines the index (one based) of the
5962pointing port."
5963    ::= { pointingPortTableEntry 2 }
5964pointingPortStateCapabilities                   OBJECT-TYPE
5965    SYNTAX      DellStateCapabilities
5966    ACCESS      read-only
5967    STATUS      mandatory
5968    DESCRIPTION
5969"1000.0010.0001.0003 This attribute defines the state capabilities of the
5970pointing port."
5971    ::= { pointingPortTableEntry 3 }
5972pointingPortStateSettings                       OBJECT-TYPE
5973    SYNTAX      DellStateSettings
5974    ACCESS      read-only
5975    STATUS      mandatory
5976    DESCRIPTION
5977"1000.0010.0001.0004 This attribute defines the state settings of the
5978pointing port."
5979    ::= { pointingPortTableEntry 4 }
5980pointingPortStatus                              OBJECT-TYPE
5981    SYNTAX      DellStatus
5982    ACCESS      read-only
5983    STATUS      mandatory
5984    DESCRIPTION
5985"1000.0010.0001.0005 This attribute defines the status of the
5986pointing port."
5987    ::= { pointingPortTableEntry 5 }
5988pointingPortSecurityState                       OBJECT-TYPE
5989    SYNTAX      DellPortSecurityState
5990    ACCESS      read-only
5991    STATUS      mandatory
5992    DESCRIPTION
5993"1000.0010.0001.0006 This attribute defines the security state of the
5994pointing port."
5995    ::= { pointingPortTableEntry 6 }
5996pointingPortConnectorType                       OBJECT-TYPE
5997    SYNTAX      DellPointingPortConnectorType
5998    ACCESS      read-only
5999    STATUS      mandatory
6000    DESCRIPTION
6001"1000.0010.0001.0007 This attribute defines the connector type of the
6002pointing port."
6003    ::= { pointingPortTableEntry 7 }
6004pointingPortName                                OBJECT-TYPE
6005    SYNTAX      DellString
6006    ACCESS      read-only
6007    STATUS      mandatory
6008    DESCRIPTION
6009"1000.0010.0001.0008 This attribute defines name of the pointing port."
6010    ::= { pointingPortTableEntry 8 }
6011pointingPortBIOSConnectorType                   OBJECT-TYPE
6012    SYNTAX      DellGenericPortConnectorType
6013    ACCESS      read-only
6014    STATUS      mandatory
6015    DESCRIPTION
6016"1000.0010.0001.0009 This attribute defines the BIOS connector type of the
6017pointing port."
6018    ::= { pointingPortTableEntry 9 }
6019
6020
6021-------------------------------------------------------------------------------
6022-- Keyboard Port Table
6023--
6024-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.20.1.<a>.<i1>.<i2>
6025-------------------------------------------------------------------------------
6026
6027DellKeyboardPortConnectorType                   ::= INTEGER {
6028    connectorPortTypeIsOther(1),                -- type is other than following values
6029    connectorPortTypeIsUnknown(2),              -- type is unknown
6030    connectorPortTypeIsMiniDIN(3),              -- type is Mini DIN
6031    connectorPortTypeIsMicroDIN(4),             -- type is Micro DIN
6032    connectorPortTypeIsPS2(5),                  -- type is PS/2
6033    connectorPortTypeIsInfrared(6),             -- type is Infrared
6034    connectorPortTypeIsHPHIL(7),                -- type is HP-HIL
6035    connectorPortTypeIsDB9(8),                  -- type is DB-9
6036    connectorPortTypeIsAccessBusUSB(9),         -- type is Access Bus USB
6037    connectorPortTypeIsPC98(10)                 -- type is PC-98
6038}
6039
6040KeyboardPortTableEntry                          ::= SEQUENCE {
6041    keyboardPortchassisIndex                    DellObjectRange,
6042    keyboardPortIndex                           DellObjectRange,
6043    keyboardPortStateCapabilities               DellStateCapabilities,
6044    keyboardPortStateSettings                   DellStateSettings,
6045    keyboardPortStatus                          DellStatus,
6046    keyboardPortSecurityState                   DellPortSecurityState,
6047    keyboardPortConnectorType                   DellKeyboardPortConnectorType,
6048    keyboardPortName                            DellString,
6049    keyboardPortBIOSConnectorType               DellGenericPortConnectorType
6050}
6051
6052keyboardPortTable                               OBJECT-TYPE
6053    SYNTAX      SEQUENCE OF KeyboardPortTableEntry
6054    ACCESS      not-accessible
6055    STATUS      mandatory
6056    DESCRIPTION
6057"1000.0020 This object defines the Keyboard Port Table."
6058    ::= { portGroup 20 }
6059keyboardPortTableEntry                          OBJECT-TYPE
6060    SYNTAX      KeyboardPortTableEntry
6061    ACCESS      not-accessible
6062    STATUS      mandatory
6063    DESCRIPTION
6064"1000.0020.0001 This object defines the Keyboard Port Table Entry."
6065    INDEX       { keyboardPortchassisIndex,
6066                  keyboardPortIndex }
6067    ::= { keyboardPortTable 1 }
6068
6069keyboardPortchassisIndex                        OBJECT-TYPE
6070    SYNTAX      DellObjectRange
6071    ACCESS      read-only
6072    STATUS      mandatory
6073    DESCRIPTION
6074"1000.0020.0001.0001 This attribute defines the index (one based) of the
6075associated chassis."
6076    ::= { keyboardPortTableEntry 1 }
6077keyboardPortIndex                               OBJECT-TYPE
6078    SYNTAX      DellObjectRange
6079    ACCESS      read-only
6080    STATUS      mandatory
6081    DESCRIPTION
6082"1000.0020.0001.0002 This attribute defines the index (one based) of the
6083keyboard port."
6084    ::= { keyboardPortTableEntry 2 }
6085keyboardPortStateCapabilities                   OBJECT-TYPE
6086    SYNTAX      DellStateCapabilities
6087    ACCESS      read-only
6088    STATUS      mandatory
6089    DESCRIPTION
6090"1000.0020.0001.0003 This attribute defines the state capabilities of the
6091keyboard port."
6092    ::= { keyboardPortTableEntry 3 }
6093keyboardPortStateSettings                       OBJECT-TYPE
6094    SYNTAX      DellStateSettings
6095    ACCESS      read-only
6096    STATUS      mandatory
6097    DESCRIPTION
6098"1000.0020.0001.0004 This attribute defines the state settings of the
6099keyboard port."
6100    ::= { keyboardPortTableEntry 4 }
6101keyboardPortStatus                              OBJECT-TYPE
6102    SYNTAX      DellStatus
6103    ACCESS      read-only
6104    STATUS      mandatory
6105    DESCRIPTION
6106"1000.0020.0001.0005 This attribute defines the status of the
6107keyboard port."
6108    ::= { keyboardPortTableEntry 5 }
6109keyboardPortSecurityState                       OBJECT-TYPE
6110    SYNTAX      DellPortSecurityState
6111    ACCESS      read-only
6112    STATUS      mandatory
6113    DESCRIPTION
6114"1000.0020.0001.0006 This attribute defines the security state of the
6115keyboard port."
6116    ::= { keyboardPortTableEntry 6 }
6117keyboardPortConnectorType                       OBJECT-TYPE
6118    SYNTAX      DellKeyboardPortConnectorType
6119    ACCESS      read-only
6120    STATUS      mandatory
6121    DESCRIPTION
6122"1000.0020.0001.0007 This attribute defines the connector type of the
6123keyboard port."
6124    ::= { keyboardPortTableEntry 7 }
6125keyboardPortName                                OBJECT-TYPE
6126    SYNTAX      DellString
6127    ACCESS      read-only
6128    STATUS      mandatory
6129    DESCRIPTION
6130"1000.0020.0001.0008 This attribute defines name of the keyboard port."
6131    ::= { keyboardPortTableEntry 8 }
6132keyboardPortBIOSConnectorType                   OBJECT-TYPE
6133    SYNTAX      DellGenericPortConnectorType
6134    ACCESS      read-only
6135    STATUS      mandatory
6136    DESCRIPTION
6137"1000.0020.0001.0009 This attribute defines the BIOS connector type of the
6138keyboard port."
6139    ::= { keyboardPortTableEntry 9 }
6140
6141
6142-------------------------------------------------------------------------------
6143-- Processor Port Table
6144--
6145-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.30.1.<a>.<i1>.<i2>
6146-------------------------------------------------------------------------------
6147
6148DellProcessorPortConnectorType                  ::= INTEGER {
6149    connectorPortTypeIsOther(1),                -- type is other than following values
6150    connectorPortTypeIsUnknown(2),              -- type is unknown
6151    connectorPortTypeIsDaughterdBoard(3),       -- type is Daughter Board
6152    connectorPortTypeIsZIFSocket(4),            -- type is Zero Insertion Force Socket
6153    connectorPortTypeIsAPiggyBackBoard(5),      -- type is Replacement/Piggy Back Board
6154    connectorPortTypeIsNone(6),                 -- type is None (soldered in place)
6155    connectorPortTypeIsLIFSocket(7),            -- type is Low Force Insertion Socket
6156    connectorPortTypeIsSlot1(8),                -- type is Slot 1
6157    connectorPortTypeIsSlot2(9),                -- type is Slot 2
6158    connectorPortTypeIs370PinSocket(10)         -- type is 370 Pin Socket
6159}
6160
6161ProcessorPortTableEntry                         ::= SEQUENCE {
6162    processorPortchassisIndex                   DellObjectRange,
6163    processorPortIndex                          DellObjectRange,
6164    processorPortStateCapabilities              DellStateCapabilities,
6165    processorPortStateSettings                  DellStateSettings,
6166    processorPortStatus                         DellStatus,
6167    processorPortSecurityState                  DellPortSecurityState,
6168    processorPortConnectorType                  DellProcessorPortConnectorType,
6169    processorPortName                           DellString,
6170    processorPortBIOSConnectorType              DellGenericPortConnectorType
6171}
6172
6173processorPortTable                              OBJECT-TYPE
6174    SYNTAX      SEQUENCE OF ProcessorPortTableEntry
6175    ACCESS      not-accessible
6176    STATUS      mandatory
6177    DESCRIPTION
6178"1000.0030 This object defines the Processor Port Table."
6179    ::= { portGroup 30 }
6180processorPortTableEntry                         OBJECT-TYPE
6181    SYNTAX      ProcessorPortTableEntry
6182    ACCESS      not-accessible
6183    STATUS      mandatory
6184    DESCRIPTION
6185"1000.0030.0001 This object defines the Processor Port Table Entry."
6186    INDEX       { processorPortchassisIndex,
6187                  processorPortIndex }
6188    ::= { processorPortTable 1 }
6189
6190processorPortchassisIndex                       OBJECT-TYPE
6191    SYNTAX      DellObjectRange
6192    ACCESS      read-only
6193    STATUS      mandatory
6194    DESCRIPTION
6195"1000.0030.0001.0001 This attribute defines the index (one based) of the
6196associated chassis."
6197    ::= { processorPortTableEntry 1 }
6198processorPortIndex                              OBJECT-TYPE
6199    SYNTAX      DellObjectRange
6200    ACCESS      read-only
6201    STATUS      mandatory
6202    DESCRIPTION
6203"1000.0030.0001.0002 This attribute defines the index (one based) of the
6204processor port."
6205    ::= { processorPortTableEntry 2 }
6206processorPortStateCapabilities                  OBJECT-TYPE
6207    SYNTAX      DellStateCapabilities
6208    ACCESS      read-only
6209    STATUS      mandatory
6210    DESCRIPTION
6211"1000.0030.0001.0003 This attribute defines the state capabilities of the
6212processor port."
6213    ::= { processorPortTableEntry 3 }
6214processorPortStateSettings                      OBJECT-TYPE
6215    SYNTAX      DellStateSettings
6216    ACCESS      read-only
6217    STATUS      mandatory
6218    DESCRIPTION
6219"1000.0030.0001.0004 This attribute defines the state settings of the
6220processor port."
6221    ::= { processorPortTableEntry 4 }
6222processorPortStatus                             OBJECT-TYPE
6223    SYNTAX      DellStatus
6224    ACCESS      read-only
6225    STATUS      mandatory
6226    DESCRIPTION
6227"1000.0030.0001.0005 This attribute defines the status of the
6228processor port."
6229    ::= { processorPortTableEntry 5 }
6230processorPortSecurityState                      OBJECT-TYPE
6231    SYNTAX      DellPortSecurityState
6232    ACCESS      read-only
6233    STATUS      mandatory
6234    DESCRIPTION
6235"1000.0030.0001.0006 This attribute defines the security state of the
6236processor port."
6237    ::= { processorPortTableEntry 6 }
6238processorPortConnectorType                      OBJECT-TYPE
6239    SYNTAX      DellProcessorPortConnectorType
6240    ACCESS      read-only
6241    STATUS      mandatory
6242    DESCRIPTION
6243"1000.0030.0001.0007 This attribute defines the connector type of the
6244processor port."
6245    ::= { processorPortTableEntry 7 }
6246processorPortName                               OBJECT-TYPE
6247    SYNTAX      DellString
6248    ACCESS      read-only
6249    STATUS      mandatory
6250    DESCRIPTION
6251"1000.0030.0001.0008 This attribute defines name of the processor port."
6252    ::= { processorPortTableEntry 8 }
6253processorPortBIOSConnectorType                  OBJECT-TYPE
6254    SYNTAX      DellGenericPortConnectorType
6255    ACCESS      read-only
6256    STATUS      mandatory
6257    DESCRIPTION
6258"1000.0030.0001.0009 This attribute defines the BIOS connector type of the
6259processor port."
6260    ::= { processorPortTableEntry 9 }
6261
6262
6263-------------------------------------------------------------------------------
6264-- Memory Device Port Table
6265--
6266-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.40.1.<a>.<i1>.<i2>
6267-------------------------------------------------------------------------------
6268
6269DellMemoryDevicePortConnectorType               ::= INTEGER {
6270    connectorPortTypeIsOther(1),                -- type is other than following values
6271    connectorPortTypeIsUnknown(2),              -- type is unknown
6272    connectorPortTypeIsSIMM(3),                 -- type is SIMM
6273    connectorPortTypeIsSIP(4),                  -- type is SIP
6274    connectorPortTypeIsAChip(5),                -- type is Chip
6275    connectorPortTypeIsDIP(6),                  -- type is DIP
6276    connectorPortTypeIsZIP(7),                  -- type is ZIP
6277    connectorPortTypeIsAProprietaryCard(8),     -- type is Proprietary Card
6278    connectorPortTypeIsDIMM(9),                 -- type is DIMM
6279    connectorPortTypeIsTSOP(10),                -- type is TSOP
6280    connectorPortTypeIsARowOfChips(11),         -- type is Row of Chips
6281    connectorPortTypeIsRIMM(12),                -- type is RIMM
6282    connectorPortTypeIsSODIMM(13),              -- type is SODIMM
6283    connectorPortTypeIsSRIMM(14)                -- type is SRIMM
6284}
6285
6286MemoryDevicePortTableEntry                      ::= SEQUENCE {
6287    memoryDevicePortchassisIndex                DellObjectRange,
6288    memoryDevicePortIndex                       DellObjectRange,
6289    memoryDevicePortStateCapabilities           DellStateCapabilities,
6290    memoryDevicePortStateSettings               DellStateSettings,
6291    memoryDevicePortStatus                      DellStatus,
6292    memoryDevicePortSecurityState               DellPortSecurityState,
6293    memoryDevicePortConnectorType               DellMemoryDevicePortConnectorType,
6294    memoryDevicePortName                        DellString,
6295    memoryDevicePortBIOSConnectorType           DellGenericPortConnectorType,
6296    memoryDevicePortPhysicalMemoryArrayIndexReference DellUnsigned32BitRange,
6297    memoryDevicePortPhysicalMemoryCardIndexReference  DellUnsigned32BitRange
6298}
6299
6300memoryDevicePortTable                           OBJECT-TYPE
6301    SYNTAX      SEQUENCE OF MemoryDevicePortTableEntry
6302    ACCESS      not-accessible
6303    STATUS      mandatory
6304    DESCRIPTION
6305"1000.0040 This object defines the Memory Device Port Table."
6306    ::= { portGroup 40 }
6307memoryDevicePortTableEntry                      OBJECT-TYPE
6308    SYNTAX      MemoryDevicePortTableEntry
6309    ACCESS      not-accessible
6310    STATUS      mandatory
6311    DESCRIPTION
6312"1000.0040.0001 This object defines the Memory Device Port Table Entry."
6313    INDEX       { memoryDevicePortchassisIndex,
6314                  memoryDevicePortIndex }
6315    ::= { memoryDevicePortTable 1 }
6316
6317memoryDevicePortchassisIndex                    OBJECT-TYPE
6318    SYNTAX      DellObjectRange
6319    ACCESS      read-only
6320    STATUS      mandatory
6321    DESCRIPTION
6322"1000.0040.0001.0001 This attribute defines the index (one based) of the
6323associated chassis."
6324    ::= { memoryDevicePortTableEntry 1 }
6325memoryDevicePortIndex                           OBJECT-TYPE
6326    SYNTAX      DellObjectRange
6327    ACCESS      read-only
6328    STATUS      mandatory
6329    DESCRIPTION
6330"1000.0040.0001.0002 This attribute defines the index (one based) of the
6331memory device port."
6332    ::= { memoryDevicePortTableEntry 2 }
6333memoryDevicePortStateCapabilities               OBJECT-TYPE
6334    SYNTAX      DellStateCapabilities
6335    ACCESS      read-only
6336    STATUS      mandatory
6337    DESCRIPTION
6338"1000.0040.0001.0003 This attribute defines the state capabilities of the
6339memory device port."
6340    ::= { memoryDevicePortTableEntry 3 }
6341memoryDevicePortStateSettings                   OBJECT-TYPE
6342    SYNTAX      DellStateSettings
6343    ACCESS      read-only
6344    STATUS      mandatory
6345    DESCRIPTION
6346"1000.0040.0001.0004 This attribute defines the state settings of the
6347memory device port."
6348    ::= { memoryDevicePortTableEntry 4 }
6349memoryDevicePortStatus                          OBJECT-TYPE
6350    SYNTAX      DellStatus
6351    ACCESS      read-only
6352    STATUS      mandatory
6353    DESCRIPTION
6354"1000.0040.0001.0005 This attribute defines the status of the
6355memory device port."
6356    ::= { memoryDevicePortTableEntry 5 }
6357memoryDevicePortSecurityState                   OBJECT-TYPE
6358    SYNTAX      DellPortSecurityState
6359    ACCESS      read-only
6360    STATUS      mandatory
6361    DESCRIPTION
6362"1000.0040.0001.0006 This attribute defines the security state of the
6363memory device port."
6364    ::= { memoryDevicePortTableEntry 6 }
6365memoryDevicePortConnectorType                   OBJECT-TYPE
6366    SYNTAX      DellMemoryDevicePortConnectorType
6367    ACCESS      read-only
6368    STATUS      mandatory
6369    DESCRIPTION
6370"1000.0040.0001.0007 This attribute defines the connector type of the
6371memory device port."
6372    ::= { memoryDevicePortTableEntry 7 }
6373memoryDevicePortName                            OBJECT-TYPE
6374    SYNTAX      DellString
6375    ACCESS      read-only
6376    STATUS      mandatory
6377    DESCRIPTION
6378"1000.0040.0001.0008 This attribute defines name of the memory device port."
6379    ::= { memoryDevicePortTableEntry 8 }
6380memoryDevicePortBIOSConnectorType               OBJECT-TYPE
6381    SYNTAX      DellGenericPortConnectorType
6382    ACCESS      read-only
6383    STATUS      mandatory
6384    DESCRIPTION
6385"1000.0040.0001.0009 This attribute defines the BIOS connector type of the
6386memory device port."
6387    ::= { memoryDevicePortTableEntry 9 }
6388memoryDevicePortPhysicalMemoryArrayIndexReference OBJECT-TYPE
6389    SYNTAX      DellUnsigned32BitRange
6390    ACCESS      read-only
6391    STATUS      mandatory
6392    DESCRIPTION
6393"1000.0040.0001.0010 This attribute defines the index (one based) of the
6394Physical Memory Array Table entry for the physical memory array with the
6395same chassis index that this memory device port is associated with."
6396    ::= { memoryDevicePortTableEntry 10 }
6397memoryDevicePortPhysicalMemoryCardIndexReference OBJECT-TYPE
6398    SYNTAX      DellUnsigned32BitRange
6399    ACCESS      read-only
6400    STATUS      mandatory
6401    DESCRIPTION
6402"1000.0040.0001.0011 This attribute defines the index (one based) of the
6403Physical Memory Card Table entry for the physical memory card with the
6404same chassis index that this memory device port is associated with (if any)."
6405    ::= { memoryDevicePortTableEntry 11 }
6406
6407
6408-------------------------------------------------------------------------------
6409-- Monitor Port Table
6410--
6411-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.50.1.<a>.<i1>.<i2>
6412-------------------------------------------------------------------------------
6413
6414DellMonitorPortConnectorType                    ::= INTEGER {
6415    connectorPortTypeIsOther(1),                -- type is other than following values
6416    connectorPortTypeIsUnknown(2),              -- type is unknown
6417    connectorPortTypeIsDB15PinMale(3),          -- type is Male DB-15
6418    connectorPortTypeIsDB15PinFemale(4)         -- type is Female DB-15
6419}
6420
6421MonitorPortTableEntry                           ::= SEQUENCE {
6422    monitorPortchassisIndex                     DellObjectRange,
6423    monitorPortIndex                            DellObjectRange,
6424    monitorPortStateCapabilities                DellStateCapabilities,
6425    monitorPortStateSettings                    DellStateSettings,
6426    monitorPortStatus                           DellStatus,
6427    monitorPortSecurityState                    DellPortSecurityState,
6428    monitorPortConnectorType                    DellMonitorPortConnectorType,
6429    monitorPortName                             DellString,
6430    monitorPortBIOSConnectorType                DellGenericPortConnectorType
6431}
6432
6433monitorPortTable                                OBJECT-TYPE
6434    SYNTAX      SEQUENCE OF MonitorPortTableEntry
6435    ACCESS      not-accessible
6436    STATUS      mandatory
6437    DESCRIPTION
6438"1000.0050 This object defines the Monitor Port Table."
6439    ::= { portGroup 50 }
6440monitorPortTableEntry                           OBJECT-TYPE
6441    SYNTAX      MonitorPortTableEntry
6442    ACCESS      not-accessible
6443    STATUS      mandatory
6444    DESCRIPTION
6445"1000.0050.0001 This object defines the Monitor Port Table Entry."
6446    INDEX       { monitorPortchassisIndex,
6447                  monitorPortIndex }
6448    ::= { monitorPortTable 1 }
6449
6450monitorPortchassisIndex                         OBJECT-TYPE
6451    SYNTAX      DellObjectRange
6452    ACCESS      read-only
6453    STATUS      mandatory
6454    DESCRIPTION
6455"1000.0050.0001.0001 This attribute defines the index (one based) of the
6456associated chassis."
6457    ::= { monitorPortTableEntry 1 }
6458monitorPortIndex                                OBJECT-TYPE
6459    SYNTAX      DellObjectRange
6460    ACCESS      read-only
6461    STATUS      mandatory
6462    DESCRIPTION
6463"1000.0050.0001.0002 This attribute defines the index (one based) of the
6464monitor port."
6465    ::= { monitorPortTableEntry 2 }
6466monitorPortStateCapabilities                    OBJECT-TYPE
6467    SYNTAX      DellStateCapabilities
6468    ACCESS      read-only
6469    STATUS      mandatory
6470    DESCRIPTION
6471"1000.0050.0001.0003 This attribute defines the state capabilities of the
6472monitor port."
6473    ::= { monitorPortTableEntry 3 }
6474monitorPortStateSettings                        OBJECT-TYPE
6475    SYNTAX      DellStateSettings
6476    ACCESS      read-only
6477    STATUS      mandatory
6478    DESCRIPTION
6479"1000.0050.0001.0004 This attribute defines the state settings of the
6480monitor port."
6481    ::= { monitorPortTableEntry 4 }
6482monitorPortStatus                               OBJECT-TYPE
6483    SYNTAX      DellStatus
6484    ACCESS      read-only
6485    STATUS      mandatory
6486    DESCRIPTION
6487"1000.0050.0001.0005 This attribute defines the status of the
6488monitor port."
6489    ::= { monitorPortTableEntry 5 }
6490monitorPortSecurityState                        OBJECT-TYPE
6491    SYNTAX      DellPortSecurityState
6492    ACCESS      read-only
6493    STATUS      mandatory
6494    DESCRIPTION
6495"1000.0050.0001.0006 This attribute defines the security state of the
6496monitor port."
6497    ::= { monitorPortTableEntry 6 }
6498monitorPortConnectorType                        OBJECT-TYPE
6499    SYNTAX      DellMonitorPortConnectorType
6500    ACCESS      read-only
6501    STATUS      mandatory
6502    DESCRIPTION
6503"1000.0050.0001.0007 This attribute defines the connector type of the
6504monitor port."
6505    ::= { monitorPortTableEntry 7 }
6506monitorPortName                                 OBJECT-TYPE
6507    SYNTAX      DellString
6508    ACCESS      read-only
6509    STATUS      mandatory
6510    DESCRIPTION
6511"1000.0050.0001.0008 This attribute defines name of the monitor port."
6512    ::= { monitorPortTableEntry 8 }
6513monitorPortBIOSConnectorType                    OBJECT-TYPE
6514    SYNTAX      DellGenericPortConnectorType
6515    ACCESS      read-only
6516    STATUS      mandatory
6517    DESCRIPTION
6518"1000.0050.0001.0009 This attribute defines the BIOS connector type of the
6519monitor port."
6520    ::= { monitorPortTableEntry 9 }
6521
6522
6523-------------------------------------------------------------------------------
6524-- Small Computer Systems Interface (SCSI) Port Table
6525--
6526-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.60.1.<a>.<i1>.<i2>
6527-------------------------------------------------------------------------------
6528
6529DellSCSIPortConnectorType                       ::= INTEGER {
6530    connectorPortTypeIsOther(1),                -- type is other than following valaues
6531    connectorPortTypeIsUnknown(2),              -- type is unknown
6532    connectorPortTypeIsDIN25pin(3),             -- type is DIN 25-pin
6533    connectorPortTypeIsDIN50pin(4),             -- type is DIN 50-pin
6534    connectorPortTypeIsDIN68pin(5)              -- type is DIN 68-pin
6535}
6536
6537SCSIPortTableEntry                              ::= SEQUENCE {
6538    sCSIPortchassisIndex                        DellObjectRange,
6539    sCSIPortIndex                               DellObjectRange,
6540    sCSIPortStateCapabilities                   DellStateCapabilities,
6541    sCSIPortStateSettings                       DellStateSettings,
6542    sCSIPortStatus                              DellStatus,
6543    sCSIPortSecurityState                       DellPortSecurityState,
6544    sCSIPortConnectorType                       DellSCSIPortConnectorType,
6545    sCSIPortName                                DellString,
6546    sCSIPortBIOSConnectorType                   DellGenericPortConnectorType
6547}
6548
6549sCSIPortTable                                   OBJECT-TYPE
6550    SYNTAX      SEQUENCE OF SCSIPortTableEntry
6551    ACCESS      not-accessible
6552    STATUS      mandatory
6553    DESCRIPTION
6554"1000.0060 This object defines the Small Computer Systems Interface (SCSI)
6555Port Table."
6556    ::= { portGroup 60 }
6557sCSIPortTableEntry                              OBJECT-TYPE
6558    SYNTAX      SCSIPortTableEntry
6559    ACCESS      not-accessible
6560    STATUS      mandatory
6561    DESCRIPTION
6562"1000.0060.0001 This object defines the Small Computer Systems Interface (SCSI)
6563Port Table Entry."
6564    INDEX       { sCSIPortchassisIndex,
6565                  sCSIPortIndex }
6566    ::= { sCSIPortTable 1 }
6567
6568sCSIPortchassisIndex                            OBJECT-TYPE
6569    SYNTAX      DellObjectRange
6570    ACCESS      read-only
6571    STATUS      mandatory
6572    DESCRIPTION
6573"1000.0060.0001.0001 This attribute defines the index (one based) of the
6574associated chassis."
6575    ::= { sCSIPortTableEntry 1 }
6576sCSIPortIndex                                   OBJECT-TYPE
6577    SYNTAX      DellObjectRange
6578    ACCESS      read-only
6579    STATUS      mandatory
6580    DESCRIPTION
6581"1000.0060.0001.0002 This attribute defines the index (one based) of the
6582SCSI port."
6583    ::= { sCSIPortTableEntry 2 }
6584sCSIPortStateCapabilities                       OBJECT-TYPE
6585    SYNTAX      DellStateCapabilities
6586    ACCESS      read-only
6587    STATUS      mandatory
6588    DESCRIPTION
6589"1000.0060.0001.0003 This attribute defines the state capabilities of the
6590SCSI port."
6591    ::= { sCSIPortTableEntry 3 }
6592sCSIPortStateSettings                           OBJECT-TYPE
6593    SYNTAX      DellStateSettings
6594    ACCESS      read-only
6595    STATUS      mandatory
6596    DESCRIPTION
6597"1000.0060.0001.0004 This attribute defines the state settings of the
6598SCSI port."
6599    ::= { sCSIPortTableEntry 4 }
6600sCSIPortStatus                                  OBJECT-TYPE
6601    SYNTAX      DellStatus
6602    ACCESS      read-only
6603    STATUS      mandatory
6604    DESCRIPTION
6605"1000.0060.0001.0005 This attribute defines the status of the
6606SCSI port."
6607    ::= { sCSIPortTableEntry 5 }
6608sCSIPortSecurityState                           OBJECT-TYPE
6609    SYNTAX      DellPortSecurityState
6610    ACCESS      read-only
6611    STATUS      mandatory
6612    DESCRIPTION
6613"1000.0060.0001.0006 This attribute defines the security state of the
6614SCSI port."
6615    ::= { sCSIPortTableEntry 6 }
6616sCSIPortConnectorType                           OBJECT-TYPE
6617    SYNTAX      DellSCSIPortConnectorType
6618    ACCESS      read-only
6619    STATUS      mandatory
6620    DESCRIPTION
6621"1000.0060.0001.0007 This attribute defines the connector type of the
6622SCSI port."
6623    ::= { sCSIPortTableEntry 7 }
6624sCSIPortName                                    OBJECT-TYPE
6625    SYNTAX      DellString
6626    ACCESS      read-only
6627    STATUS      mandatory
6628    DESCRIPTION
6629"1000.0060.0001.0008 This attribute defines name of the SCSI port."
6630    ::= { sCSIPortTableEntry 8 }
6631sCSIPortBIOSConnectorType                       OBJECT-TYPE
6632    SYNTAX      DellGenericPortConnectorType
6633    ACCESS      read-only
6634    STATUS      mandatory
6635    DESCRIPTION
6636"1000.0060.0001.0009 This attribute defines the BIOS connector type of the
6637SCSI port."
6638    ::= { sCSIPortTableEntry 9 }
6639
6640
6641-------------------------------------------------------------------------------
6642-- Parallel Port Table
6643--
6644-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.70.1.<a>.<i1>.<i2>
6645-------------------------------------------------------------------------------
6646
6647DellParallelPortConnectorType                   ::= INTEGER {
6648    connectorPortTypeIsOther(1),                -- type is other than following values
6649    connectorPortTypeIsUnknown(2),              -- type is unknown
6650    connectorPortTypeIsDB25PinFemale(3),        -- type is Female DB-25, IEEE1284-A Receptical
6651    connectorPortTypeIsDB25PinMale(4),          -- type is Male DB-25, IEEE1284-A Plug
6652    connectorPortTypeIsCentronics(5),           -- type is Centronics, IEEE1284-B Receptical
6653    connectorPortTypeIsMiniCentronics(6),       -- type is MiniCentronics, IEEE1284-C Receptical
6654    connectorPortTypeIsProprietary(7),          -- type is Proprietary
6655    connectorPortTypeIsCentronics14(8),         -- type is Centronics 14
6656    connectorPortTypeIsDB36PinFemale(9),        -- type is Female DB-36
6657    connectorPortTypeIsMiniCentronics20(10)     -- type is MiniCentronics 20
6658}
6659DellParallelPortConnectorPinout                 ::= INTEGER {
6660    connectorPortPinoutIsOther(1),              -- pinout is other than following values
6661    connectorPortPinoutIsUnknown(2),            -- pinout is unknown
6662    connectorPortPinoutIsXTorAT(3),             -- pinout is XT or AT pinout compatible
6663    connectorPortPinoutIsPS2(4),                -- pinout is PS/2 pinout compatible
6664    connectorPortPinoutIsIEEE1284(5),           -- pinout is IEEE 1284 pinout compatible
6665    connectorPortPinoutIsProprietary(6),        -- pinout is Proprietary
6666    connectorPortPinoutIsPC98(7),               -- pinout is PC-98 pinout compatible
6667    connectorPortPinoutIsPC98Hireso(8),         -- pinout is PC-98 Hireso pinout compatible
6668    connectorPortPinoutIsPC98Note(9),           -- pinout is PC-98 Note pinout compatible
6669    connectorPortPinoutIsPC98Full(10)           -- pinout is PC-98 Full pinout compatible
6670}
6671DellParallelPortCapabilitiesUnique              ::= INTEGER {
6672    -- If 0 (zero), there are no parallel port capabilities
6673    unknown(1),                                 -- capabilities are unknown
6674    atCapable(2),                               -- port is AT mode capable
6675    ps2Capable(4),                              -- port is PS/2 mode capable
6676    ecpCapable(8),                              -- port is ECP mode capable
6677    eppCapable(16),                             -- port is EPP mode capable
6678    atOrPS2OrECPOrEPPCapable(30),               -- port is AT, PS/2, ECP and EPP mode capable
6679    pc98Capable(32),                            -- port is PC98 mode capable
6680    pc98HiresoCapable(64),                      -- port is PC98 Hireso mode capable
6681    pc98HCapable(128)                           -- port is PC98H mode capable
6682}
6683
6684ParallelPortTableEntry                          ::= SEQUENCE {
6685    parallelPortchassisIndex                    DellObjectRange,
6686    parallelPortIndex                           DellObjectRange,
6687    parallelPortStateCapabilities               DellStateCapabilities,
6688    parallelPortStateSettings                   DellStateSettings,
6689    parallelPortStatus                          DellStatus,
6690    parallelPortSecurityState                   DellPortSecurityState,
6691    parallelPortConnectorType                   DellParallelPortConnectorType,
6692    parallelPortName                            DellString,
6693    parallelPortConnectorPinOut                 DellParallelPortConnectorPinout,
6694    parallelPortCapabilitiesUnique              DellParallelPortCapabilitiesUnique,
6695    parallelPortBaseIOAddress                   DellUnsigned64BitRange,
6696    parallelPortIRQLevel                        DellUnsigned8BitRange,
6697    parallelPortDMASupport                      DellBoolean
6698}
6699
6700parallelPortTable                               OBJECT-TYPE
6701    SYNTAX      SEQUENCE OF ParallelPortTableEntry
6702    ACCESS      not-accessible
6703    STATUS      mandatory
6704    DESCRIPTION
6705"1000.0070 This object defines the Parallel Port Table."
6706    ::= { portGroup 70 }
6707parallelPortTableEntry                          OBJECT-TYPE
6708    SYNTAX      ParallelPortTableEntry
6709    ACCESS      not-accessible
6710    STATUS      mandatory
6711    DESCRIPTION
6712"1000.0070.0001 This object defines the Parallel Port Table Entry."
6713    INDEX       { parallelPortchassisIndex,
6714                  parallelPortIndex }
6715    ::= { parallelPortTable 1 }
6716
6717parallelPortchassisIndex                        OBJECT-TYPE
6718    SYNTAX      DellObjectRange
6719    ACCESS      read-only
6720    STATUS      mandatory
6721    DESCRIPTION
6722"1000.0070.0001.0001 This attribute defines the index (one based) of the
6723associated chassis."
6724    ::= { parallelPortTableEntry 1 }
6725parallelPortIndex                               OBJECT-TYPE
6726    SYNTAX      DellObjectRange
6727    ACCESS      read-only
6728    STATUS      mandatory
6729    DESCRIPTION
6730"1000.0070.0001.0002 This attribute defines the index (one based) of the
6731parallel port."
6732    ::= { parallelPortTableEntry 2 }
6733parallelPortStateCapabilities                   OBJECT-TYPE
6734    SYNTAX      DellStateCapabilities
6735    ACCESS      read-only
6736    STATUS      mandatory
6737    DESCRIPTION
6738"1000.0070.0001.0003 This attribute defines the state capabilities of the
6739parallel port."
6740    ::= { parallelPortTableEntry 3 }
6741parallelPortStateSettings                       OBJECT-TYPE
6742    SYNTAX      DellStateSettings
6743    ACCESS      read-only
6744    STATUS      mandatory
6745    DESCRIPTION
6746"1000.0070.0001.0004 This attribute defines the state settings of the
6747parallel port."
6748    ::= { parallelPortTableEntry 4 }
6749parallelPortStatus                              OBJECT-TYPE
6750    SYNTAX      DellStatus
6751    ACCESS      read-only
6752    STATUS      mandatory
6753    DESCRIPTION
6754"1000.0070.0001.0005 This attribute defines the status of the
6755parallel port."
6756    ::= { parallelPortTableEntry 5 }
6757parallelPortSecurityState                       OBJECT-TYPE
6758    SYNTAX      DellPortSecurityState
6759    ACCESS      read-only
6760    STATUS      mandatory
6761    DESCRIPTION
6762"1000.0070.0001.0006 This attribute defines the security state of the
6763parallel port."
6764    ::= { parallelPortTableEntry 6 }
6765parallelPortConnectorType                       OBJECT-TYPE
6766    SYNTAX      DellParallelPortConnectorType
6767    ACCESS      read-only
6768    STATUS      mandatory
6769    DESCRIPTION
6770"1000.0070.0001.0007 This attribute defines the connector type of the
6771parallel port."
6772    ::= { parallelPortTableEntry 7 }
6773parallelPortName                                OBJECT-TYPE
6774    SYNTAX      DellString
6775    ACCESS      read-only
6776    STATUS      mandatory
6777    DESCRIPTION
6778"1000.0070.0001.0008 This attribute defines the name of the
6779parallel port."
6780    ::= { parallelPortTableEntry 8 }
6781parallelPortConnectorPinOut                     OBJECT-TYPE
6782    SYNTAX      DellParallelPortConnectorPinout
6783    ACCESS      read-only
6784    STATUS      mandatory
6785    DESCRIPTION
6786"1000.0070.0001.0009 This attribute defines the pinout of the
6787parallel port."
6788    ::= { parallelPortTableEntry 9 }
6789parallelPortCapabilitiesUnique                  OBJECT-TYPE
6790    SYNTAX      DellParallelPortCapabilitiesUnique
6791    ACCESS      read-only
6792    STATUS      mandatory
6793    DESCRIPTION
6794"1000.0070.0001.0010 This attribute defines the mode capabilities of the
6795parallel port."
6796    ::= { parallelPortTableEntry 10 }
6797parallelPortBaseIOAddress                       OBJECT-TYPE
6798    SYNTAX      DellUnsigned64BitRange
6799    ACCESS      read-only
6800    STATUS      mandatory
6801    DESCRIPTION
6802"1000.0070.0001.0011 This attribute defines the base Input/Output address of
6803the parallel port."
6804    ::= { parallelPortTableEntry 11 }
6805parallelPortIRQLevel                            OBJECT-TYPE
6806    SYNTAX      DellUnsigned8BitRange
6807    ACCESS      read-only
6808    STATUS      mandatory
6809    DESCRIPTION
6810"1000.0070.0001.0012 This attribute defines the Interrupt Request Level of
6811the parallel port."
6812    ::= { parallelPortTableEntry 12 }
6813parallelPortDMASupport                          OBJECT-TYPE
6814    SYNTAX      DellBoolean
6815    ACCESS      read-only
6816    STATUS      mandatory
6817    DESCRIPTION
6818"1000.0070.0001.0013 This attribute defines if DMA is supported by the
6819parallel port."
6820    ::= { parallelPortTableEntry 13 }
6821
6822
6823-------------------------------------------------------------------------------
6824-- Serial Port Table
6825--
6826-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.80.1.<a>.<i1>.<i2>
6827-------------------------------------------------------------------------------
6828
6829DellSerialPortConnectorType                     ::= INTEGER {
6830    connectorPortTypeIsOther(1),                -- type is other than following values
6831    connectorPortTypeIsUnknown(2),              -- type is unknown
6832    connectorPortTypeIsDB9PinMale(3),           -- type is Male DB-9
6833    connectorPortTypeIsDB9PinFemale(4),         -- type is Female DB-9
6834    connectorPortTypeIsDB25PinMale(5),          -- type is Male DB-25
6835    connectorPortTypeIsDB25PinFemale(6),        -- type is Female DB-25
6836    connectorPortTypeIsRJ11(7),                 -- type is RJ-11
6837    connectorPortTypeIsRJ45(8),                 -- type is RJ-45
6838    connectorPortTypeIsProprietary(9),          -- type is Proprietary
6839    connectorPortTypeIsCirdin8Male(10),         -- type is Male Circular DIN-8
6840    connectorPortTypeIsCirdin8Female(11),       -- type is Female Circular DIN-8
6841    connectorPortTypeIsMiniCentronics14(12),    -- type is MiniCentronics 14
6842    connectorPortTypeIsMiniCentronics26(13)     -- type is MiniCentronics 26
6843}
6844DellSerialPortCapabilitiesUnique                ::= INTEGER {
6845    other(1),                                   -- capabilities are other than following values
6846    unknown(2),                                 -- capabilities are unknown
6847    xtorATCapable(4),                           -- port is XT or AT mode capable
6848    c16450Capable(8),                           -- port is 16450 capable
6849    c16550Capable(16),                          -- port is 16550 capable
6850    c16550aCapable(32),                         -- port is 16550A capable
6851    c8251Capable(64),                           -- port is 8251 capable
6852    c8251FIFOCapable(128)                       -- port is 8251 FIFO capable
6853}
6854
6855SerialPortTableEntry                            ::= SEQUENCE {
6856    serialPortchassisIndex                      DellObjectRange,
6857    serialPortIndex                             DellObjectRange,
6858    serialPortStateCapabilities                 DellStateCapabilities,
6859    serialPortStateSettings                     DellStateSettings,
6860    serialPortStatus                            DellStatus,
6861    serialPortSecurityState                     DellPortSecurityState,
6862    serialPortConnectorType                     DellSerialPortConnectorType,
6863    serialPortName                              DellString,
6864    serialPortMaximumSpeed                      DellUnsigned32BitRange,
6865    serialPortCapabilitiesUnique                DellSerialPortCapabilitiesUnique,
6866    serialPortBaseIOAddress                     DellUnsigned64BitRange,
6867    serialPortIRQLevel                          DellUnsigned8BitRange
6868}
6869
6870serialPortTable                                 OBJECT-TYPE
6871    SYNTAX      SEQUENCE OF SerialPortTableEntry
6872    ACCESS      not-accessible
6873    STATUS      mandatory
6874    DESCRIPTION
6875"1000.0080 This object defines the Serial Port Table."
6876    ::= { portGroup 80 }
6877serialPortTableEntry                            OBJECT-TYPE
6878    SYNTAX      SerialPortTableEntry
6879    ACCESS      not-accessible
6880    STATUS      mandatory
6881    DESCRIPTION
6882"1000.0080.0001 This object defines the Serial Port Table Entry."
6883    INDEX       { serialPortchassisIndex,
6884                  serialPortIndex }
6885    ::= { serialPortTable 1 }
6886
6887serialPortchassisIndex                          OBJECT-TYPE
6888    SYNTAX      DellObjectRange
6889    ACCESS      read-only
6890    STATUS      mandatory
6891    DESCRIPTION
6892"1000.0080.0001.0001 This attribute defines the index (one based) of the
6893associated chassis."
6894    ::= { serialPortTableEntry 1 }
6895serialPortIndex                                 OBJECT-TYPE
6896    SYNTAX      DellObjectRange
6897    ACCESS      read-only
6898    STATUS      mandatory
6899    DESCRIPTION
6900"1000.0080.0001.0002 This attribute defines the index (one based) of the
6901serial port."
6902    ::= { serialPortTableEntry 2 }
6903serialPortStateCapabilities                     OBJECT-TYPE
6904    SYNTAX      DellStateCapabilities
6905    ACCESS      read-only
6906    STATUS      mandatory
6907    DESCRIPTION
6908"1000.0080.0001.0003 This attribute defines the state capabilities of the
6909serial port."
6910    ::= { serialPortTableEntry 3 }
6911serialPortStateSettings                         OBJECT-TYPE
6912    SYNTAX      DellStateSettings
6913    ACCESS      read-only
6914    STATUS      mandatory
6915    DESCRIPTION
6916"1000.0080.0001.0004 This attribute defines the state settings of the
6917serial port."
6918    ::= { serialPortTableEntry 4 }
6919serialPortStatus                                OBJECT-TYPE
6920    SYNTAX      DellStatus
6921    ACCESS      read-only
6922    STATUS      mandatory
6923    DESCRIPTION
6924"1000.0080.0001.0005 This attribute defines the status of the
6925serial port."
6926    ::= { serialPortTableEntry 5 }
6927serialPortSecurityState                         OBJECT-TYPE
6928    SYNTAX      DellPortSecurityState
6929    ACCESS      read-only
6930    STATUS      mandatory
6931    DESCRIPTION
6932"1000.0080.0001.0006 This attribute defines the security state of the
6933serial port."
6934    ::= { serialPortTableEntry 6 }
6935serialPortConnectorType                         OBJECT-TYPE
6936    SYNTAX      DellSerialPortConnectorType
6937    ACCESS      read-only
6938    STATUS      mandatory
6939    DESCRIPTION
6940"1000.0080.0001.0007 This attribute defines the connector type of the
6941serial port."
6942    ::= { serialPortTableEntry 7 }
6943serialPortName                                  OBJECT-TYPE
6944    SYNTAX      DellString
6945    ACCESS      read-only
6946    STATUS      mandatory
6947    DESCRIPTION
6948"1000.0080.0001.0008 This attribute defines the name of the
6949serial port."
6950    ::= { serialPortTableEntry 8 }
6951serialPortMaximumSpeed                          OBJECT-TYPE
6952    SYNTAX      DellUnsigned32BitRange
6953    ACCESS      read-only
6954    STATUS      mandatory
6955    DESCRIPTION
6956"1000.0080.0001.0009 This attribute defines the maximum speed the serial
6957port can support in bits per second.  0 (zero) indicates maximum speed
6958is unknown."
6959    ::= { serialPortTableEntry 9 }
6960serialPortCapabilitiesUnique                    OBJECT-TYPE
6961    SYNTAX      DellSerialPortCapabilitiesUnique
6962    ACCESS      read-only
6963    STATUS      mandatory
6964    DESCRIPTION
6965"1000.0080.0001.0010 This attribute defines the mode capabilities of the
6966serial port."
6967    ::= { serialPortTableEntry 10 }
6968serialPortBaseIOAddress                         OBJECT-TYPE
6969    SYNTAX      DellUnsigned64BitRange
6970    ACCESS      read-only
6971    STATUS      mandatory
6972    DESCRIPTION
6973"1000.0080.0001.0011 This attribute defines the base Input/Output address of
6974the serial port."
6975    ::= { serialPortTableEntry 11 }
6976serialPortIRQLevel                              OBJECT-TYPE
6977    SYNTAX      DellUnsigned8BitRange
6978    ACCESS      read-only
6979    STATUS      mandatory
6980    DESCRIPTION
6981"1000.0080.0001.0012 This attribute defines the Interrupt Request Level of
6982the serial port."
6983    ::= { serialPortTableEntry 12 }
6984
6985
6986-------------------------------------------------------------------------------
6987-- Universal Serial Bus (USB) Port Table
6988--
6989-- OID Format: 1.3.6.1.4.1.674.10892.1.1000.90.1.<a>.<i1>.<i2>
6990-------------------------------------------------------------------------------
6991
6992DellUSBPortConnectorType                        ::= INTEGER {
6993    connectorPortTypeIsOther(1),                -- type is other than following values
6994    connectorPortTypeIsUnknown(2),              -- type is unknown
6995    connectorPortTypeIsUSB(3)                   -- type is Universal Serial Bus
6996}
6997
6998USBPortTableEntry                               ::= SEQUENCE {
6999    uSBPortchassisIndex                         DellObjectRange,
7000    uSBPortIndex                                DellObjectRange,
7001    uSBPortStateCapabilities                    DellStateCapabilities,
7002    uSBPortStateSettings                        DellStateSettings,
7003    uSBPortStatus                               DellStatus,
7004    uSBPortSecurityState                        DellPortSecurityState,
7005    uSBPortConnectorType                        DellUSBPortConnectorType,
7006    uSBPortName                                 DellString,
7007    uSBPortBIOSConnectorType                    DellGenericPortConnectorType
7008}
7009
7010uSBPortTable                                    OBJECT-TYPE
7011    SYNTAX      SEQUENCE OF USBPortTableEntry
7012    ACCESS      not-accessible
7013    STATUS      mandatory
7014    DESCRIPTION
7015"1000.0090 This object defines the Universal Serial Bus (USB) Port Table."
7016    ::= { portGroup 90 }
7017uSBPortTableEntry                               OBJECT-TYPE
7018    SYNTAX      USBPortTableEntry
7019    ACCESS      not-accessible
7020    STATUS      mandatory
7021    DESCRIPTION
7022"1000.0090.0001 This object defines the USB Port Table Entry."
7023    INDEX       { uSBPortchassisIndex,
7024                  uSBPortIndex }
7025    ::= { uSBPortTable 1 }
7026
7027uSBPortchassisIndex                             OBJECT-TYPE
7028    SYNTAX      DellObjectRange
7029    ACCESS      read-only
7030    STATUS      mandatory
7031    DESCRIPTION
7032"1000.0090.0001.0001 This attribute defines the index (one based) of the
7033associated chassis."
7034    ::= { uSBPortTableEntry 1 }
7035uSBPortIndex                                    OBJECT-TYPE
7036    SYNTAX      DellObjectRange
7037    ACCESS      read-only
7038    STATUS      mandatory
7039    DESCRIPTION
7040"1000.0090.0001.0002 This attribute defines the index (one based) of the
7041USB port."
7042    ::= { uSBPortTableEntry 2 }
7043uSBPortStateCapabilities                        OBJECT-TYPE
7044    SYNTAX      DellStateCapabilities
7045    ACCESS      read-only
7046    STATUS      mandatory
7047    DESCRIPTION
7048"1000.0090.0001.0003 This attribute defines the state capabilities of the
7049USB port."
7050    ::= { uSBPortTableEntry 3 }
7051uSBPortStateSettings                            OBJECT-TYPE
7052    SYNTAX      DellStateSettings
7053    ACCESS      read-only
7054    STATUS      mandatory
7055    DESCRIPTION
7056"1000.0090.0001.0004 This attribute defines the state settings of the
7057USB port."
7058    ::= { uSBPortTableEntry 4 }
7059uSBPortStatus                                   OBJECT-TYPE
7060    SYNTAX      DellStatus
7061    ACCESS      read-only
7062    STATUS      mandatory
7063    DESCRIPTION
7064"1000.0090.0001.0005 This attribute defines the status of the USB port."
7065    ::= { uSBPortTableEntry 5 }
7066uSBPortSecurityState                            OBJECT-TYPE
7067    SYNTAX      DellPortSecurityState
7068    ACCESS      read-only
7069    STATUS      mandatory
7070    DESCRIPTION
7071"1000.0090.0001.0006 This attribute defines the security state of the
7072USB port."
7073    ::= { uSBPortTableEntry 6 }
7074uSBPortConnectorType                            OBJECT-TYPE
7075    SYNTAX      DellUSBPortConnectorType
7076    ACCESS      read-only
7077    STATUS      mandatory
7078    DESCRIPTION
7079"1000.0090.0001.0007 This attribute defines the connector type of the
7080USB port."
7081    ::= { uSBPortTableEntry 7 }
7082uSBPortName                                     OBJECT-TYPE
7083    SYNTAX      DellString
7084    ACCESS      read-only
7085    STATUS      mandatory
7086    DESCRIPTION
7087"1000.0090.0001.0008 This attribute defines name of the USB port."
7088    ::= { uSBPortTableEntry 8 }
7089uSBPortBIOSConnectorType                        OBJECT-TYPE
7090    SYNTAX      DellGenericPortConnectorType
7091    ACCESS      read-only
7092    STATUS      mandatory
7093    DESCRIPTION
7094"1000.0090.0001.0009 This attribute defines the BIOS connector type of the
7095USB port."
7096    ::= { uSBPortTableEntry 9 }
7097
7098
7099-------------------------------------------------------------------------------
7100-- Device Group
7101--
7102-- OID Format: 1.3.6.1.4.1.674.10892.1.1100
7103-------------------------------------------------------------------------------
7104
7105
7106-------------------------------------------------------------------------------
7107-- Pointing Device Table
7108--
7109-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.10.1.<a>.<i1>.<i2>
7110-------------------------------------------------------------------------------
7111
7112DellPointingDeviceType                          ::= INTEGER {
7113    deviceTypeIsOther(1),                       -- type is other than following values
7114    deviceTypeIsUnknown(2),                     -- type is Unknown
7115    deviceTypeIsAMouse(3),                      -- type is Mouse
7116    deviceTypeIsATrackBall(4),                  -- type is Track Ball
7117    deviceTypeIsATrackPoint(5),                 -- type is Track Point
7118    deviceTypeIsAGlidePoint(6),                 -- type is Glide Point
7119    deviceTypeIsATouchPad(7)                    -- type is Touch Pad
7120}
7121
7122PointingDeviceTableEntry                        ::= SEQUENCE {
7123    pointingDevicechassisIndex                  DellObjectRange,
7124    pointingDeviceIndex                         DellObjectRange,
7125    pointingDeviceStateCapabilities             DellStateCapabilities,
7126    pointingDeviceStateSettings                 DellStateSettings,
7127    pointingDeviceStatus                        DellStatus,
7128    pointingPortIndexReference                  DellObjectRange,
7129    pointingDeviceType                          DellPointingDeviceType,
7130    pointingDeviceNumberofButtons               DellUnsigned8BitRange
7131}
7132
7133pointingDeviceTable                             OBJECT-TYPE
7134    SYNTAX      SEQUENCE OF PointingDeviceTableEntry
7135    ACCESS      not-accessible
7136    STATUS      mandatory
7137    DESCRIPTION
7138"1100.0010 This object defines the Pointing Device Table."
7139    ::= { deviceGroup 10 }
7140pointingDeviceTableEntry                        OBJECT-TYPE
7141    SYNTAX      PointingDeviceTableEntry
7142    ACCESS      not-accessible
7143    STATUS      mandatory
7144    DESCRIPTION
7145"1100.0010.0001 This object defines the Pointing Device Table Entry."
7146    INDEX       { pointingDevicechassisIndex,
7147                  pointingDeviceIndex }
7148    ::= { pointingDeviceTable 1 }
7149
7150pointingDevicechassisIndex                      OBJECT-TYPE
7151    SYNTAX      DellObjectRange
7152    ACCESS      read-only
7153    STATUS      mandatory
7154    DESCRIPTION
7155"1100.0010.0001.0001 This attribute defines the index (one based) of the
7156associated chassis."
7157    ::= { pointingDeviceTableEntry 1 }
7158pointingDeviceIndex                             OBJECT-TYPE
7159    SYNTAX      DellObjectRange
7160    ACCESS      read-only
7161    STATUS      mandatory
7162    DESCRIPTION
7163"1100.0010.0001.0002 This attribute defines the index (one based) of the
7164pointing device."
7165    ::= { pointingDeviceTableEntry 2 }
7166pointingDeviceStateCapabilities                 OBJECT-TYPE
7167    SYNTAX      DellStateCapabilities
7168    ACCESS      read-only
7169    STATUS      mandatory
7170    DESCRIPTION
7171"1100.0010.0001.0003 This attribute defines the state capabilities of the
7172pointing device."
7173    ::= { pointingDeviceTableEntry 3 }
7174pointingDeviceStateSettings                     OBJECT-TYPE
7175    SYNTAX      DellStateSettings
7176    ACCESS      read-only
7177    STATUS      mandatory
7178    DESCRIPTION
7179"1100.0010.0001.0004 This attribute defines the state settings of the
7180pointing device."
7181    ::= { pointingDeviceTableEntry 4 }
7182pointingDeviceStatus                            OBJECT-TYPE
7183    SYNTAX      DellStatus
7184    ACCESS      read-only
7185    STATUS      mandatory
7186    DESCRIPTION
7187"1100.0010.0001.0005 This attribute defines the status of the pointing device."
7188    ::= { pointingDeviceTableEntry 5 }
7189pointingPortIndexReference                      OBJECT-TYPE
7190    SYNTAX      DellObjectRange
7191    ACCESS      read-only
7192    STATUS      mandatory
7193    DESCRIPTION
7194"1100.0010.0001.0006 This attribute defines the index (one based) of the
7195associated pointing port in the same chassis."
7196    ::= { pointingDeviceTableEntry 6 }
7197pointingDeviceType                              OBJECT-TYPE
7198    SYNTAX      DellPointingDeviceType
7199    ACCESS      read-only
7200    STATUS      mandatory
7201    DESCRIPTION
7202"1100.0010.0001.0007 This attribute defines the type of the pointing device."
7203    ::= { pointingDeviceTableEntry 7 }
7204pointingDeviceNumberofButtons                   OBJECT-TYPE
7205    SYNTAX      DellUnsigned8BitRange
7206    ACCESS      read-only
7207    STATUS      mandatory
7208    DESCRIPTION
7209"1100.0010.0001.0008 This attribute defines the number of buttons on the
7210pointing device."
7211    ::= { pointingDeviceTableEntry 8 }
7212
7213
7214-------------------------------------------------------------------------------
7215-- Keyboard Device Table
7216--
7217-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.20.1.<a>.<i1>.<i2>
7218-------------------------------------------------------------------------------
7219
7220KeyboardDeviceTableEntry                        ::= SEQUENCE {
7221    keyboardDevicechassisIndex                  DellObjectRange,
7222    keyboardDeviceIndex                         DellObjectRange,
7223    keyboardDeviceStateCapabilities             DellStateCapabilities,
7224    keyboardDeviceStateSettings                 DellStateSettings,
7225    keyboardDeviceStatus                        DellStatus,
7226    keyboardPortIndexReference                  DellObjectRange,
7227    keyboardDeviceTypeName                      DellString,
7228    keyboardDeviceLayoutName                    DellString
7229}
7230
7231keyboardDeviceTable                             OBJECT-TYPE
7232    SYNTAX      SEQUENCE OF KeyboardDeviceTableEntry
7233    ACCESS      not-accessible
7234    STATUS      mandatory
7235    DESCRIPTION
7236"1100.0020 This object defines the Keyboard Device Table."
7237    ::= { deviceGroup 20 }
7238keyboardDeviceTableEntry                        OBJECT-TYPE
7239    SYNTAX      KeyboardDeviceTableEntry
7240    ACCESS      not-accessible
7241    STATUS      mandatory
7242    DESCRIPTION
7243"1100.0020.0001 This object defines the Keyboard Device Table Entry."
7244    INDEX       { keyboardDevicechassisIndex,
7245                  keyboardDeviceIndex }
7246    ::= { keyboardDeviceTable 1 }
7247
7248keyboardDevicechassisIndex                      OBJECT-TYPE
7249    SYNTAX      DellObjectRange
7250    ACCESS      read-only
7251    STATUS      mandatory
7252    DESCRIPTION
7253"1100.0020.0001.0001 This attribute defines the index (one based) of the
7254associated chassis."
7255    ::= { keyboardDeviceTableEntry 1 }
7256keyboardDeviceIndex                             OBJECT-TYPE
7257    SYNTAX      DellObjectRange
7258    ACCESS      read-only
7259    STATUS      mandatory
7260    DESCRIPTION
7261"1100.0020.0001.0002 This attribute defines the index (one based) of the
7262keyboard device."
7263    ::= { keyboardDeviceTableEntry 2 }
7264keyboardDeviceStateCapabilities                 OBJECT-TYPE
7265    SYNTAX      DellStateCapabilities
7266    ACCESS      read-only
7267    STATUS      mandatory
7268    DESCRIPTION
7269"1100.0020.0001.0003 This attribute defines the state capabilities of the
7270keyboard device."
7271    ::= { keyboardDeviceTableEntry 3 }
7272keyboardDeviceStateSettings                     OBJECT-TYPE
7273    SYNTAX      DellStateSettings
7274    ACCESS      read-only
7275    STATUS      mandatory
7276    DESCRIPTION
7277"1100.0020.0001.0004 This attribute defines the state settings of the
7278keyboard device."
7279    ::= { keyboardDeviceTableEntry 4 }
7280keyboardDeviceStatus                            OBJECT-TYPE
7281    SYNTAX      DellStatus
7282    ACCESS      read-only
7283    STATUS      mandatory
7284    DESCRIPTION
7285"1100.0020.0001.0005 This attribute defines the status of the keyboard device."
7286    ::= { keyboardDeviceTableEntry 5 }
7287keyboardPortIndexReference                      OBJECT-TYPE
7288    SYNTAX      DellObjectRange
7289    ACCESS      read-only
7290    STATUS      mandatory
7291    DESCRIPTION
7292"1100.0020.0001.0006 This attribute defines the index (one based) of the
7293associated keyboard device in the same chassis."
7294    ::= { keyboardDeviceTableEntry 6 }
7295keyboardDeviceTypeName                          OBJECT-TYPE
7296    SYNTAX      DellString
7297    ACCESS      read-only
7298    STATUS      mandatory
7299    DESCRIPTION
7300"1100.0020.0001.0007 This attribute defines the name of the keyboard device
7301type."
7302    ::= { keyboardDeviceTableEntry 7 }
7303keyboardDeviceLayoutName                        OBJECT-TYPE
7304    SYNTAX      DellString
7305    ACCESS      read-only
7306    STATUS      mandatory
7307    DESCRIPTION
7308"1100.0020.0001.0008 This attribute defines the name of the keyboard device
7309layout."
7310    ::= { keyboardDeviceTableEntry 8 }
7311
7312
7313-------------------------------------------------------------------------------
7314-- Processor Device Table
7315--
7316-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.30.1.<a>.<i1>.<i2>
7317-------------------------------------------------------------------------------
7318
7319DellProcessorDeviceType                         ::= INTEGER {
7320    deviceTypeIsOther(1),                       -- type is other than following values
7321    deviceTypeIsUnknown(2),                     -- type is unknown
7322    deviceTypeIsCPU(3),                         -- type is Central Processing Unit
7323    deviceTypeIsMathProcessor(4),               -- type is Math Processor
7324    deviceTypeIsDSP(5),                         -- type is Digital Signal Processor
7325    deviceTypeIsAVideoProcessor(6)              -- type is Video Processor
7326}
7327DellProcessorDeviceFamily                       ::= INTEGER {
7328    deviceFamilyIsOther(1),                     -- family is Other
7329    deviceFamilyIsUnknown(2),                   -- family is Unknown
7330    deviceFamilyIs8086(3),                      -- family is 8086
7331    deviceFamilyIs80286(4),                     -- family is 80286
7332    deviceFamilyIsIntel386(5),                  -- family is Intel386 processor
7333    deviceFamilyIsIntel486(6),                  -- family is Intel486 processor
7334    deviceFamilyIs8087(7),                      -- family is 8087
7335    deviceFamilyIs80287(8),                     -- family is 80287
7336    deviceFamilyIs80387(9),                     -- family is 80387
7337    deviceFamilyIs80487(10),                    -- family is 80487
7338    deviceFamilyIsPentium(11),                  -- family is Pentium processor Family
7339    deviceFamilyIsPentiumPro(12),               -- family is Pentium Pro processor
7340    deviceFamilyIsPentiumII(13),                -- family is Pentium II processor
7341    deviceFamilyIsPentiumMMX(14),               -- family is Pentium processor with MMX technology
7342    deviceFamilyIsCeleron(15),                  -- family is Celeron processor
7343    deviceFamilyIsPentiumIIXeon(16),            -- family is Pentium II Xeon processor
7344    deviceFamilyIsPentiumIII(17),               -- family is Pentium III processor
7345    deviceFamilyIsPentiumIIIXeon(18),           -- family is Pentium III Xeon processor
7346    deviceFamilyIsPentiumIIISpeedStep(19),      -- family is Pentium III Processor with Intel SpeedStep Technology
7347    deviceFamilyIsItanium(20),                  -- family is Itanium processor
7348    deviceFamilyIsIntelXeon(21),                -- family is Intel Xeon
7349    deviceFamilyIsPentium4(22),                 -- family is Pentium 4 Processor
7350    deviceFamilyIsIntelXeonMP(23),              -- family is Intel Xeon processor MP
7351    deviceFamilyIsIntelItanium2(24),            -- family is Intel Itanium 2 processor
7352    deviceFamilyIsK5(25),                       -- family is K5 Family
7353    deviceFamilyIsK6(26),                       -- family is K6 Family
7354    deviceFamilyIsK6-2(27),                     -- family is K6-2
7355    deviceFamilyIsK6-3(28),                     -- family is K6-3
7356    deviceFamilyIsAMDAthlon(29),                -- family is AMD Athlon Processor Family
7357    deviceFamilyIsAMD2900(30),                  -- family is AMD2900 Family
7358    deviceFamilyIsK6-2Plus(31),                 -- family is K6-2+
7359    deviceFamilyIsPowerPC(32),                  -- family is Power PC Family
7360    deviceFamilyIsPowerPC601(33),               -- family is Power PC 601
7361    deviceFamilyIsPowerPC603(34),               -- family is Power PC 603
7362    deviceFamilyIsPowerPC603Plus(35),           -- family is Power PC 603+
7363    deviceFamilyIsPowerPC604(36),               -- family is Power PC 604
7364    deviceFamilyIsPowerPC620(37),               -- family is Power PC 620
7365    deviceFamilyIsPowerPCx704(38),              -- family is Power PC x704
7366    deviceFamilyIsPowerPC750(39),               -- family is Power PC 750
7367    deviceFamilyIsIntelCoreDuo(40),             -- family is Intel(R) Core(TM) Duo processor
7368    deviceFamilyIsIntelCoreDuoMobile(41),       -- family is Intel(R) Core(TM) Duo mobile processor
7369    deviceFamilyIsIntelCoreSoloMobile(42),      -- family is Intel(R) Core(TM) Solo mobile processor
7370    deviceFamilyIsIntelAtom(43),                -- family is Intel(R) Atom(TM) processor
7371    deviceFamilyIsAlpha(48),                    -- family is Alpha Family
7372    deviceFamilyIsAlpha21064(49),               -- family is Alpha 21064
7373    deviceFamilyIsAlpha21066(50),               -- family is Alpha 21066
7374    deviceFamilyIsAlpha21164(51),               -- family is Alpha 21164
7375    deviceFamilyIsAlpha21164PC(52),             -- family is Alpha 21164PC
7376    deviceFamilyIsAlpha21164a(53),              -- family is Alpha 21164a
7377    deviceFamilyIsAlpha21264(54),               -- family is Alpha 21264
7378    deviceFamilyIsAlpha21364(55),               -- family is Alpha 21364
7379    deviceFamilyIsAMDTurionIIUltraDualMobileM(56), -- family is AMD Turion(TM) II Ultra Dual-Core Mobile M Processor Family
7380    deviceFamilyIsAMDTurionIIDualMobileM(57),   -- family is AMD Turion(TM) II Dual-Core Mobile M Processor Family
7381    deviceFamilyIsAMDAthlonIIDualMobileM(58),   -- family is AMD Athlon(TM) II Dual-Core Mobile M Processor Family
7382    deviceFamilyIsAMDOpteron6100(59),           -- family is AMD Opteron(TM) 6100 Series Processor
7383    deviceFamilyIsAMDOpteron4100(60),           -- family is AMD Opteron(TM) 4100 Series Processor
7384    deviceFamilyIsAMDOpteron6200(61),           -- family is AMD Opteron(TM) 6200 Series Processor
7385    deviceFamilyIsAMDOpteron4200(62),           -- family is AMD Opteron(TM) 4200 Series Processor
7386    deviceFamilyIsMIPS(64),                     -- family is MIPS Family
7387    deviceFamilyIsMIPSR4000(65),                -- family is MIPS R4000
7388    deviceFamilyIsMIPSR4200(66),                -- family is MIPS R4200
7389    deviceFamilyIsMIPSR4400(67),                -- family is MIPS R4400
7390    deviceFamilyIsMIPSR4600(68),                -- family is MIPS R4600
7391    deviceFamilyIsMIPSR10000(69),               -- family is MIPS R10000
7392    deviceFamilyIsSPARC(80),                    -- family is SPARC Family
7393    deviceFamilyIsSuperSPARC(81),               -- family is SuperSPARC
7394    deviceFamilyIsmicroSPARCII(82),             -- family is microSPARC II
7395    deviceFamilyIsmicroSPARCIIep(83),           -- family is microSPARC IIep
7396    deviceFamilyIsUltraSPARC(84),               -- family is UltraSPARC
7397    deviceFamilyIsUltraSPARCII(85),             -- family is UltraSPARC II
7398    deviceFamilyIsUltraSPARCIIi(86),            -- family is UltraSPARC IIi
7399    deviceFamilyIsUltraSPARCIII(87),            -- family is UltraSPARC III
7400    deviceFamilyIsUltraSPARCIIIi(88),           -- family is UltraSPARC IIIi
7401    deviceFamilyIs68040(96),                    -- family is 68040 Family
7402    deviceFamilyIs68xxx(97),                    -- family is 68xxx
7403    deviceFamilyIs68000(98),                    -- family is 68000
7404    deviceFamilyIs68010(99),                    -- family is 68010
7405    deviceFamilyIs68020(100),                   -- family is 68020
7406    deviceFamilyIs68030(101),                   -- family is 68030
7407    deviceFamilyIsHobbit(112),                  -- family is Hobbit Family
7408    deviceFamilyIsCrusoeTM5000(120),            -- family is Crusoe TM5000 Family
7409    deviceFamilyIsCrusoeTM3000(121),            -- family is Crusoe TM3000 Family
7410    deviceFamilyIsEfficeonTM8000(122),          -- family is Efficeon TM8000 Family
7411    deviceFamilyIsWeitek(128),                  -- family is Weitek
7412    deviceFamilyIsIntelCeleronM(130),           -- family is Intel(R) Celeron(R) M processor
7413    deviceFamilyIsAMDAthlon64(131),             -- family is AMD Athlon 64 Processor Family
7414    deviceFamilyIsAMDOpteron(132),              -- family is AMD Opteron Processor Family
7415    deviceFamilyIsAMDSempron(133),              -- family is AMD Sempron Processor Family
7416    deviceFamilyIsAMDTurion64Mobile(134),       -- family is AMD Turion 64 Mobile Technology
7417    deviceFamilyIsDualCoreAMDOpteron(135),      -- family is Dual-Core AMD Opteron(TM) Processor Family
7418    deviceFamilyIsAMDAthlon64X2DualCore(136),   -- family is AMD Athlon 64 X2 Dual-Core Processor Family
7419    deviceFamilyIsAMDTurion64X2Mobile(137),     -- family is AMD Turion(TM) 64 X2 Mobile Technology
7420    deviceFamilyIsQuadCoreAMDOpteron(138),      -- family is Quad-Core AMD Opteron(TM) Processor Family
7421    deviceFamilyIsThirdGenerationAMDOpteron(139), -- family is Third-Generation AMD Opteron(TM) Processor Family
7422    deviceFamilyIsAMDPhenomFXQuadCore(140),     -- family is AMD Phenom(TM) FX Quad-Core Processor Family
7423    deviceFamilyIsAMDPhenomX4QuadCore(141),     -- family is AMD Phenom(TM) X4 Quad-Core Processor Family
7424    deviceFamilyIsAMDPhenomX2DualCore(142),     -- family is AMD Phenom(TM) X2 Dual-Core Processor Family
7425    deviceFamilyIsAMDAthlonX2DualCore(143),     -- family is AMD Athlon(TM) X2 Dual-Core Processor Family
7426    deviceFamilyIsPA-RISC(144),                 -- family is PA-RISC Family
7427    deviceFamilyIsPA-RISC8500(145),             -- family is PA-RISC 8500
7428    deviceFamilyIsPA-RISC8000(146),             -- family is PA-RISC 8000
7429    deviceFamilyIsPA-RISC7300LC(147),           -- family is PA-RISC 7300LC
7430    deviceFamilyIsPA-RISC7200(148),             -- family is PA-RISC 7200
7431    deviceFamilyIsPA-RISC7100LC(149),           -- family is PA-RISC 7100LC
7432    deviceFamilyIsPA-RISC7100(150),             -- family is PA-RISC 7100
7433    deviceFamilyIsV30(160),                     -- family is V30 Family
7434    deviceFamilyIsQuadCoreIntelXeon3200(161),   -- family is Quad-Core Intel(R) Xeon(R) processor 3200 Series
7435    deviceFamilyIsDualCoreIntelXeon3000(162),   -- family is Dual-Core Intel(R) Xeon(R) processor 3000 Series
7436    deviceFamilyIsQuadCoreIntelXeon5300(163),   -- family is Quad-Core Intel(R) Xeon(R) processor 5300 Series
7437    deviceFamilyIsDualCoreIntelXeon5100(164),   -- family is Dual-Core Intel(R) Xeon(R) processor 5100 Series
7438    deviceFamilyIsDualCoreIntelXeon5000(165),   -- family is Dual-Core Intel(R) Xeon(R) processor 5000 Series
7439    deviceFamilyIsDualCoreIntelXeonLV(166),     -- family is Dual-Core Intel(R) Xeon(R) processor LV
7440    deviceFamilyIsDualCoreIntelXeonULV(167),    -- family is Dual-Core Intel(R) Xeon(R) processor ULV
7441    deviceFamilyIsDualCoreIntelXeon7100(168),   -- family is Dual-Core Intel(R) Xeon(R) processor 7100 Series
7442    deviceFamilyIsQuadCoreIntelXeon5400(169),   -- family is Quad-Core Intel(R) Xeon(R) processor 5400 Series
7443    deviceFamilyIsQuadCoreIntelXeon(170),       -- family is Quad-Core Intel(R) Xeon(R) processor
7444    deviceFamilyIsDualCoreIntelXeon5200(171),   -- family is Dual-Core Intel(R) Xeon(R) processor 5200 Series
7445    deviceFamilyIsDualCoreIntelXeon7200(172),   -- family is Dual-Core Intel(R) Xeon(R) processor 7200 Series
7446    deviceFamilyIsQuadCoreIntelXeon7300(173),   -- family is Quad-Core Intel(R) Xeon(R) processor 7300 Series
7447    deviceFamilyIsQuadCoreIntelXeon7400(174),   -- family is Quad-Core Intel(R) Xeon(R) processor 7400 Series
7448    deviceFamilyIsMultiCoreIntelXeon7400(175),  -- family is Multi-Core Intel(R) Xeon(R) processor 7400 Series
7449    deviceFamilyIsM1(176),                      -- family is M1 Family
7450    deviceFamilyIsM2(177),                      -- family is M2 Family
7451    deviceFamilyIsIntelPentium4HT(179),         -- family is Intel(R) Pentium(R) 4 HT processor
7452    deviceFamilyIsAS400(180),                   -- family is AS400 Family
7453    deviceFamilyIsAMDAthlonXP(182),             -- family is AMD Athlon XP Processor Family
7454    deviceFamilyIsAMDAthlonMP(183),             -- family is AMD Athlon MP Processor Family
7455    deviceFamilyIsAMDDuron(184),                -- family is AMD Duron Processor Family
7456    deviceFamilyIsIntelPentiumM(185),           -- family is Intel Pentium M processor
7457    deviceFamilyIsIntelCeleronD(186),           -- family is Intel Celeron D processor
7458    deviceFamilyIsIntelPentiumD(187),           -- family is Intel Pentium D processor
7459    deviceFamilyIsIntelPentiumExtreme(188),     -- family is Intel Pentium Processor Extreme Edition
7460    deviceFamilyIsIntelCoreSolo(189),           -- family is Intel(R) Core(TM) Solo processor
7461    deviceFamilyIsIntelCore2(190),              -- family is Intel(R) Core(TM)2 processor
7462    deviceFamilyIsIntelCore2Duo(191),           -- family is Intel(R) Core(TM)2 Duo processor
7463    deviceFamilyIsIntelCore2Solo(192),          -- family is Intel(R) Core(TM)2 Solo processor
7464    deviceFamilyIsIntelCore2Extreme(193),       -- family is Intel(R) Core(TM)2 Extreme processor
7465    deviceFamilyIsIntelCore2Quad(194),          -- family is Intel(R) Core(TM)2 Quad processor
7466    deviceFamilyIsIntelCore2ExtremeMobile(195), -- family is Intel(R) Core(TM)2 Extreme mobile processor
7467    deviceFamilyIsIntelCore2DuoMobile(196),     -- family is Intel(R) Core(TM)2 Duo mobile processor
7468    deviceFamilyIsIntelCore2SoloMobile(197),    -- family is Intel(R) Core(TM)2 Solo mobile processor
7469    deviceFamilyIsIntelCorei7(198),             -- family is Intel(R) Core(TM) i7 processor
7470    deviceFamilyIsDualCoreIntelCeleron(199),    -- family is Dual-Core Intel(R) Celeron(R) Processor
7471    deviceFamilyIsIBM390(200),                  -- family is IBM390 Family
7472    deviceFamilyIsG4(201),                      -- family is G4
7473    deviceFamilyIsG5(202),                      -- family is G5
7474    deviceFamilyIsESA390G6(203),                -- family is ESA/390 G6
7475    deviceFamilyIszArchitectur(204),            -- family is z/Architectur base
7476    deviceFamilyIsIntelCorei5(205),             -- family is Intel(R) Core(TM) i5 processor
7477    deviceFamilyIsIntelCorei3(206),             -- family is Intel(R) Core(TM) i3 processor
7478    deviceFamilyIsVIAC7-M(210),                 -- family is VIA C7(TM)-M Processor Family
7479    deviceFamilyIsVIAC7-D(211),                 -- family is VIA C7(TM)-D Processor Family
7480    deviceFamilyIsVIAC7(212),                   -- family is VIA C7(TM) Processor Family
7481    deviceFamilyIsVIAEden(213),                 -- family is VIA Eden(TM) Processor Family
7482    deviceFamilyIsMultiCoreIntelXeon(214),      -- family is Multi-Core Intel(R) Xeon(R) processor
7483    deviceFamilyIsDualCoreIntelXeon3xxx(215),   -- family is Dual-Core Intel(R) Xeon(R) processor 3xxx Series
7484    deviceFamilyIsQuadCoreIntelXeon3xxx(216),   -- family is Quad-Core Intel(R) Xeon(R) processor 3xxx Series
7485    deviceFamilyIsVIANano(217),                 -- family is VIA Nano(TM) Processor Family
7486    deviceFamilyIsDualCoreIntelXeon5xxx(218),   -- family is Dual-Core Intel(R) Xeon(R) processor 5xxx Series
7487    deviceFamilyIsQuadCoreIntelXeon5xxx(219),   -- family is Quad-Core Intel(R) Xeon(R)  processor 5xxx Series
7488    deviceFamilyIsDualCoreIntelXeon7xxx(221),   -- family is Dual-Core Intel(R) Xeon(R) processor 7xxx Series
7489    deviceFamilyIsQuadCoreIntelXeon7xxx(222),   -- family is Quad-Core Intel(R) Xeon(R) processor 7xxx Series
7490    deviceFamilyIsMultiCoreIntelXeon7xxx(223),  -- family is Multi-Core Intel(R) Xeon(R) processor 7xxx Series
7491    deviceFamilyIsMultiCoreIntelXeon3400(224),  -- family is Multi-Core Intel(R) Xeon(R) processor 3400 Series
7492    deviceFamilyIsEmbeddedAMDOpertonQuadCore(230), -- family is Embedded AMD Opteron(TM) Quad-Core Processor Family
7493    deviceFamilyIsAMDPhenomTripleCore(231),     -- family is AMD Phenom(TM) Triple-Core Processor Family
7494    deviceFamilyIsAMDTurionUltraDualCoreMobile(232), -- family is AMD Turion(TM) Ultra Dual-Core Mobile Processor Family
7495    deviceFamilyIsAMDTurionDualCoreMobile(233), -- family is AMD Turion(TM) Dual-Core Mobile Processor Family
7496    deviceFamilyIsAMDAthlonDualCore(234),       -- family is AMD Athlon(TM) Dual-Core Processor Family
7497    deviceFamilyIsAMDSempronSI(235),            -- family is AMD Sempron(TM) SI Processor Family
7498    deviceFamilyIsAMDPhenomII(236),             -- family is AMD Phenom(TM) II Processor Family
7499    deviceFamilyIsAMDAthlonII(237),             -- family is AMD Athlon(TM) II Processor Family
7500    deviceFamilyIsSixCoreAMDOpteron(238),       -- family is Six-Core AMD Opteron(TM) Processor Family
7501    deviceFamilyIsAMDSempronM(239),             -- family is AMD Sempron(TM) M Processor Family
7502    deviceFamilyIsi860(250),                    -- family is i860
7503    deviceFamilyIsi960(251)                     -- family is i960
7504}
7505DellProcessorDeviceStatusState                  ::= INTEGER {
7506    other(1),                                   -- state is other than following values
7507    unknown(2),                                 -- state is unknown
7508    enabled(3),                                 -- state is enabled
7509    userDisabled(4),                            -- state is disabled by user via BIOS setup
7510    biosDisabled(5),                            -- state is disabled by BIOS (POST error)
7511    idle(6)                                     -- state is idle
7512}
7513DellProcessorUpgradeInformation                 ::= INTEGER {
7514    processorUpgradeIsOther(1),                 -- upgrade is other than following values
7515    processorUpgradeIsUnknown(2),               -- upgrade is unknown
7516    processorUpgradeIsByDaughterBoard(3),       -- upgrade is by Daughter Board
7517    processorUpgradeIsByZIFSocket(4),           -- upgrade is by ZIF socket
7518    processorUpgradeIsByReplacement(5),         -- upgrade is by Replacement/Piggy Back
7519    processorUpgradeIsNone(6),                  -- upgrade is None
7520    processorUpgradeIsByLIFSocket(7),           -- upgrade is by LIF Socket
7521    processorUpgradeIsBySlot1(8),               -- upgrade is by Slot 1
7522    processorUpgradeIsBySlot2(9),               -- upgrade is by Slot 2
7523    processorUpgradeIsBy370PinSocket(10),       -- upgrade is by 370 Pin Socket
7524    processorUpgradeIsBySlotA(11),              -- upgrade is by Slot A
7525    processorUpgradeIsBySlotM(12),              -- upgrade is by Slot M
7526    processorUpgradeIsByScoket423(13),          -- upgrade is by Socket 423
7527    processorUpgradeIsBySocketA(14),            -- upgrade is by Socket A (Socket 462)
7528    processorUpgradeIsBySocket478(15),          -- upgrade is by Socket 478
7529    processorUpgradeIsBySocket754(16),          -- upgrade is by Socket 754
7530    processorUpgradeIsBySocket940(17),          -- upgrade is by Socket 940
7531    processorUpgradeIsBySocket939(18),          -- upgrade is by Socket 939
7532    processorUpgradeIsBySocketmPGA604(19),      -- upgrade is by Socket mPGA604
7533    processorUpgradeIsBySocketLGA771(20),       -- upgrade is by Socket LGA771
7534    processorUpgradeIsBySocketLGA775(21),       -- upgrade is by Socket LGA775
7535    processorUpgradeIsBySocketS1(22),           -- upgrade is by Socket S1
7536    processorUpgradeIsBySocketAM2(23),          -- upgrade is by Socket AM2
7537    processorUpgradeIsBySocketF(24),            -- upgrade is by Socket F (1207)
7538    processorUpgradeIsBySocketLGA1366(25)       -- upgrade is by Socket LGA1366
7539}
7540
7541ProcessorDeviceTableEntry                       ::= SEQUENCE {
7542    processorDevicechassisIndex                 DellObjectRange,
7543    processorDeviceIndex                        DellObjectRange,
7544    processorDeviceStateCapabilities            DellStateCapabilities,
7545    processorDeviceStateSettings                DellStateSettings,
7546    processorDeviceStatus                       DellStatus,
7547    processorPortIndexReference                 DellObjectRange,
7548    processorDeviceType                         DellProcessorDeviceType,
7549    processorDeviceManufacturerName             DellString,
7550    processorDeviceStatusState                  DellProcessorDeviceStatusState,
7551    processorDeviceFamily                       DellProcessorDeviceFamily,
7552    processorDeviceMaximumSpeed                 DellUnsigned32BitRange,
7553    processorDeviceCurrentSpeed                 DellUnsigned32BitRange,
7554    processorDeviceExternalClockSpeed           DellUnsigned32BitRange,
7555    processorDeviceVoltage                      DellSigned32BitRange,
7556    processorDeviceUpgradeInformation           DellProcessorUpgradeInformation,
7557    processorDeviceVersionName                  DellString,
7558    processorDeviceCoreCount                    DellUnsigned32BitRange,
7559    processorDeviceCoreEnabledCount             DellUnsigned32BitRange,
7560    processorDeviceThreadCount                  DellUnsigned32BitRange,
7561    processorDeviceCharacteristics              DellUnsigned16BitRange,
7562    processorDeviceExtendedCapabilities         DellUnsigned16BitRange,
7563    processorDeviceExtendedSettings             DellUnsigned16BitRange,
7564    processorDeviceBrandName                    DellString,
7565    processorDeviceModelName                    DellString,
7566    processorDeviceSteppingName                 DellString
7567}
7568
7569processorDeviceTable                            OBJECT-TYPE
7570    SYNTAX      SEQUENCE OF ProcessorDeviceTableEntry
7571    ACCESS      not-accessible
7572    STATUS      mandatory
7573    DESCRIPTION
7574"1100.0030 This object defines the Processor Device Table."
7575    ::= { deviceGroup 30 }
7576processorDeviceTableEntry                       OBJECT-TYPE
7577    SYNTAX      ProcessorDeviceTableEntry
7578    ACCESS      not-accessible
7579    STATUS      mandatory
7580    DESCRIPTION
7581"1100.0030.0001 This object defines the Processor Device Table Entry."
7582    INDEX       { processorDevicechassisIndex,
7583                  processorDeviceIndex }
7584    ::= { processorDeviceTable 1 }
7585
7586processorDevicechassisIndex                     OBJECT-TYPE
7587    SYNTAX      DellObjectRange
7588    ACCESS      read-only
7589    STATUS      mandatory
7590    DESCRIPTION
7591"1100.0030.0001.0001 This attribute defines the index (one based) of the
7592associated chassis."
7593    ::= { processorDeviceTableEntry 1 }
7594processorDeviceIndex                            OBJECT-TYPE
7595    SYNTAX      DellObjectRange
7596    ACCESS      read-only
7597    STATUS      mandatory
7598    DESCRIPTION
7599"1100.0030.0001.0002 This attribute defines the index (one based) of the
7600processor device."
7601    ::= { processorDeviceTableEntry 2 }
7602processorDeviceStateCapabilities                OBJECT-TYPE
7603    SYNTAX      DellStateCapabilities
7604    ACCESS      read-only
7605    STATUS      mandatory
7606    DESCRIPTION
7607"1100.0030.0001.0003 This attribute defines the state capabilities of the
7608processor device."
7609    ::= { processorDeviceTableEntry 3 }
7610processorDeviceStateSettings                    OBJECT-TYPE
7611    SYNTAX      DellStateSettings
7612    ACCESS      read-only
7613    STATUS      mandatory
7614    DESCRIPTION
7615"1100.0030.0001.0004 This attribute defines the state settings of the
7616processor device."
7617    ::= { processorDeviceTableEntry 4 }
7618processorDeviceStatus                           OBJECT-TYPE
7619    SYNTAX      DellStatus
7620    ACCESS      read-only
7621    STATUS      mandatory
7622    DESCRIPTION
7623"1100.0030.0001.0005 This attribute defines the status of the
7624processor device."
7625    ::= { processorDeviceTableEntry 5 }
7626processorPortIndexReference                     OBJECT-TYPE
7627    SYNTAX      DellObjectRange
7628    ACCESS      read-only
7629    STATUS      mandatory
7630    DESCRIPTION
7631"1100.0030.0001.0006 This attribute defines the index (one based) of the
7632associated processor port in the same chassis."
7633    ::= { processorDeviceTableEntry 6 }
7634processorDeviceType                             OBJECT-TYPE
7635    SYNTAX      DellProcessorDeviceType
7636    ACCESS      read-only
7637    STATUS      mandatory
7638    DESCRIPTION
7639"1100.0030.0001.0007 This attribute defines the type of the processor device."
7640    ::= { processorDeviceTableEntry 7 }
7641processorDeviceManufacturerName                 OBJECT-TYPE
7642    SYNTAX      DellString
7643    ACCESS      read-only
7644    STATUS      mandatory
7645    DESCRIPTION
7646"1100.0030.0001.0008 This attribute defines the name of the manufacturer
7647of the processor device."
7648    ::= { processorDeviceTableEntry 8 }
7649processorDeviceStatusState                      OBJECT-TYPE
7650    SYNTAX      DellProcessorDeviceStatusState
7651    ACCESS      read-only
7652    STATUS      mandatory
7653    DESCRIPTION
7654"1100.0030.0001.0009 This attribute defines the status state of the
7655processor device."
7656    ::= { processorDeviceTableEntry 9 }
7657processorDeviceFamily                           OBJECT-TYPE
7658    SYNTAX      DellProcessorDeviceFamily
7659    ACCESS      read-only
7660    STATUS      mandatory
7661    DESCRIPTION
7662"1100.0030.0001.0010 This attribute defines the family of the
7663processor device."
7664    ::= { processorDeviceTableEntry 10 }
7665processorDeviceMaximumSpeed                     OBJECT-TYPE
7666    SYNTAX      DellUnsigned32BitRange
7667    ACCESS      read-only
7668    STATUS      mandatory
7669    DESCRIPTION
7670"1100.0030.0001.0011 This attribute defines the maximum speed of the
7671processor device in MHz.  Zero indicates the maximum speed is unknown."
7672    ::= { processorDeviceTableEntry 11 }
7673processorDeviceCurrentSpeed                     OBJECT-TYPE
7674    SYNTAX      DellUnsigned32BitRange
7675    ACCESS      read-only
7676    STATUS      mandatory
7677    DESCRIPTION
7678"1100.0030.0001.0012 This attribute defines the current speed of the
7679processor device in MHz.  Zero indicates the current speed is unknown."
7680    ::= { processorDeviceTableEntry 12 }
7681processorDeviceExternalClockSpeed               OBJECT-TYPE
7682    SYNTAX      DellUnsigned32BitRange
7683    ACCESS      read-only
7684    STATUS      mandatory
7685    DESCRIPTION
7686"1100.0030.0001.0013 This attribute defines the speed of the
7687external clock for the processor device in MHz.  Zero indicates
7688the external clock speed is unknown."
7689    ::= { processorDeviceTableEntry 13 }
7690processorDeviceVoltage                          OBJECT-TYPE
7691    SYNTAX      DellSigned32BitRange
7692    ACCESS      read-only
7693    STATUS      mandatory
7694    DESCRIPTION
7695"1100.0030.0001.0014 This attribute defines the voltage powering the
7696processor device in millivolts.  Zero indicates the voltage is unknown."
7697    ::= { processorDeviceTableEntry 14 }
7698processorDeviceUpgradeInformation               OBJECT-TYPE
7699    SYNTAX      DellProcessorUpgradeInformation
7700    ACCESS      read-only
7701    STATUS      mandatory
7702    DESCRIPTION
7703"1100.0030.0001.0015 This attribute defines the processor upgrade
7704information for the processor device."
7705    ::= { processorDeviceTableEntry 15 }
7706processorDeviceVersionName                      OBJECT-TYPE
7707    SYNTAX      DellString
7708    ACCESS      read-only
7709    STATUS      mandatory
7710    DESCRIPTION
7711"1100.0030.0001.0016 This attribute defines the version of the
7712processor device.  On some systems, this value contains the
7713brand and stepping information; on other systems, this value
7714contains the model and stepping information."
7715    ::= { processorDeviceTableEntry 16 }
7716processorDeviceCoreCount                        OBJECT-TYPE
7717    SYNTAX      DellUnsigned32BitRange
7718    ACCESS      read-only
7719    STATUS      mandatory
7720    DESCRIPTION
7721"1100.0030.0001.0017 This attribute defines the number of processor cores
7722detected for the processor device."
7723    ::= { processorDeviceTableEntry 17 }
7724processorDeviceCoreEnabledCount                 OBJECT-TYPE
7725    SYNTAX      DellUnsigned32BitRange
7726    ACCESS      read-only
7727    STATUS      mandatory
7728    DESCRIPTION
7729"1100.0030.0001.0018 This attribute defines the number of processor cores
7730enabled for the processor device."
7731    ::= { processorDeviceTableEntry 18 }
7732processorDeviceThreadCount                      OBJECT-TYPE
7733    SYNTAX      DellUnsigned32BitRange
7734    ACCESS      read-only
7735    STATUS      mandatory
7736    DESCRIPTION
7737"1100.0030.0001.0019 This attribute defines the number of processor threads
7738detected for the processor device."
7739    ::= { processorDeviceTableEntry 19 }
7740processorDeviceCharacteristics                  OBJECT-TYPE
7741    SYNTAX      DellUnsigned16BitRange
7742    ACCESS      read-only
7743    STATUS      mandatory
7744    DESCRIPTION
7745"1100.0030.0001.0020 This attribute defines characteristics of the
7746processor device.  This attribute is a bit field where a bit has the meaning
7747defined below when set to 1 (one).
7748
7749NOTE: Bits 2-15 need to be examined in the context of bit 1.
7750If bit 1 is set, the processor charactistics are unknown and bits 2-15 cannot
7751be used to determine if the functions associated with the bits are supported.
7752
7753    Bit
7754    Position    Meaning if Set
7755    --------    --------------
7756    Bit 0       Reserved
7757    Bit 1       Unknown
7758    Bit 2       64-bit capable
7759    Bit 3-15    Reserved"
7760    ::= { processorDeviceTableEntry 20 }
7761processorDeviceExtendedCapabilities             OBJECT-TYPE
7762    SYNTAX      DellUnsigned16BitRange
7763    ACCESS      read-only
7764    STATUS      mandatory
7765    DESCRIPTION
7766"1100.0030.0001.0021 This attribute defines extended capabilities of the
7767processor device.  This attribute is a bit field where a bit has the meaning
7768defined below when set to 1 (one).
7769
7770    Bit
7771    Position    Meaning if Set
7772    --------    --------------
7773    Bit 0       Virtualization Technology (VT) supported
7774    Bit 1       Demand-Based Switching (DBS) supported
7775    Bit 2       eXecute Disable (XD) supported
7776    Bit 3       Hyper-Threading (HT) supported"
7777    ::= { processorDeviceTableEntry 21 }
7778processorDeviceExtendedSettings                 OBJECT-TYPE
7779    SYNTAX      DellUnsigned16BitRange
7780    ACCESS      read-only
7781    STATUS      mandatory
7782    DESCRIPTION
7783"1100.0030.0001.0022 This attribute defines extended settings of the
7784processor device.  This attribute is a bit field where a bit has the meaning
7785defined below when set to 1 (one).
7786
7787    Bit
7788    Position    Meaning if Set
7789    --------    --------------
7790    Bit 0       Virtualization Technology (VT) enabled
7791    Bit 1       Demand Based Switching (DBS) enabled
7792    Bit 2       eXecute Disable (XD) enabled
7793    Bit 3       Hyper-Threading (HT) enabled"
7794    ::= { processorDeviceTableEntry 22 }
7795processorDeviceBrandName                        OBJECT-TYPE
7796    SYNTAX      DellString
7797    ACCESS      read-only
7798    STATUS      mandatory
7799    DESCRIPTION
7800"1100.0030.0001.0023 This attribute defines the brand of the
7801processor device."
7802    ::= { processorDeviceTableEntry 23 }
7803processorDeviceModelName                        OBJECT-TYPE
7804    SYNTAX      DellString
7805    ACCESS      read-only
7806    STATUS      mandatory
7807    DESCRIPTION
7808"1100.0030.0001.0024 This attribute defines the model of the
7809processor device."
7810    ::= { processorDeviceTableEntry 24 }
7811processorDeviceSteppingName                     OBJECT-TYPE
7812    SYNTAX      DellString
7813    ACCESS      read-only
7814    STATUS      mandatory
7815    DESCRIPTION
7816"1100.0030.0001.0025 This attribute defines the stepping of the
7817processor device."
7818    ::= { processorDeviceTableEntry 25 }
7819
7820
7821-------------------------------------------------------------------------------
7822-- Processor Device Status Table
7823--
7824-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.32.1.<a>.<i1>.<i2>
7825-------------------------------------------------------------------------------
7826
7827DellProcessorDeviceStatusReading                ::= INTEGER {
7828    -- Note: These values are bit masks, so combination values are possible.
7829    internalError(1),                           -- Internal Error
7830    thermalTrip(2),                             -- Thermal Trip
7831    configurationError(32),                     -- Configuration Error
7832    processorPresent(128),                      -- Processor Present
7833    processorDisabled(256),                     -- Processor Disabled
7834    terminatorPresent(512),                     -- Terminator Present
7835    processorThrottled(1024)                    -- Processor Throttled
7836}
7837
7838ProcessorDeviceStatusTableEntry                 ::= SEQUENCE {
7839    processorDeviceStatusChassisIndex           DellObjectRange,
7840    processorDeviceStatusIndex                  DellObjectRange,
7841    processorDeviceStatusStateCapabilities      DellStateCapabilities,
7842    processorDeviceStatusStateSettings          DellStateSettings,
7843    processorDeviceStatusStatus                 DellStatus,
7844    processorDeviceStatusReading                DellProcessorDeviceStatusReading,
7845    processorDeviceStatusLocationName           DellString,
7846    processorDeviceStatusPortIndexReference     DellObjectRange
7847}
7848
7849processorDeviceStatusTable                      OBJECT-TYPE
7850    SYNTAX      SEQUENCE OF ProcessorDeviceStatusTableEntry
7851    ACCESS      not-accessible
7852    STATUS      mandatory
7853    DESCRIPTION
7854"1100.0032 This object defines the Processor Device Status Table."
7855    ::= { deviceGroup 32 }
7856processorDeviceStatusTableEntry                 OBJECT-TYPE
7857    SYNTAX      ProcessorDeviceStatusTableEntry
7858    ACCESS      not-accessible
7859    STATUS      mandatory
7860    DESCRIPTION
7861"1100.0032.0001 This object defines the Processor Device Status Table Entry."
7862    INDEX       { processorDeviceStatusChassisIndex,
7863                  processorDeviceStatusIndex }
7864    ::= { processorDeviceStatusTable 1 }
7865
7866processorDeviceStatusChassisIndex               OBJECT-TYPE
7867    SYNTAX      DellObjectRange
7868    ACCESS      read-only
7869    STATUS      mandatory
7870    DESCRIPTION
7871"1100.0032.0001.0001 This attribute defines the index (one based) of the
7872associated chassis."
7873    ::= { processorDeviceStatusTableEntry 1 }
7874processorDeviceStatusIndex                      OBJECT-TYPE
7875    SYNTAX      DellObjectRange
7876    ACCESS      read-only
7877    STATUS      mandatory
7878    DESCRIPTION
7879"1100.0032.0001.0002 This attribute defines the index (one based) of the
7880processor device status probe."
7881    ::= { processorDeviceStatusTableEntry 2 }
7882processorDeviceStatusStateCapabilities          OBJECT-TYPE
7883    SYNTAX      DellStateCapabilities
7884    ACCESS      read-only
7885    STATUS      mandatory
7886    DESCRIPTION
7887"1100.0032.0001.0003 This attribute defines the state capabilities of the
7888processor device status probe."
7889    ::= { processorDeviceStatusTableEntry 3 }
7890processorDeviceStatusStateSettings              OBJECT-TYPE
7891    SYNTAX      DellStateSettings
7892    ACCESS      read-only
7893    STATUS      mandatory
7894    DESCRIPTION
7895"1100.0032.0001.0004 This attribute defines the state settings of the
7896processor device status probe."
7897    ::= { processorDeviceStatusTableEntry 4 }
7898processorDeviceStatusStatus                     OBJECT-TYPE
7899    SYNTAX      DellStatus
7900    ACCESS      read-only
7901    STATUS      mandatory
7902    DESCRIPTION
7903"1100.0032.0001.0005 This attribute defines the status of the
7904processor device status probe.  This status will be joined into
7905the processorDeviceStatus attribute."
7906    ::= { processorDeviceStatusTableEntry 5 }
7907processorDeviceStatusReading                    OBJECT-TYPE
7908    SYNTAX      DellProcessorDeviceStatusReading
7909    ACCESS      read-only
7910    STATUS      mandatory
7911    DESCRIPTION
7912"1100.0032.0001.0006 This attribute defines the reading of the
7913processor device status probe."
7914    ::= { processorDeviceStatusTableEntry 6 }
7915processorDeviceStatusLocationName               OBJECT-TYPE
7916    SYNTAX      DellString
7917    ACCESS      read-only
7918    STATUS      mandatory
7919    DESCRIPTION
7920"1100.0032.0001.0007 This attribute defines the location name of the
7921processor device status probe."
7922    ::= { processorDeviceStatusTableEntry 7 }
7923processorDeviceStatusPortIndexReference         OBJECT-TYPE
7924    SYNTAX      DellObjectRange
7925    ACCESS      read-only
7926    STATUS      mandatory
7927    DESCRIPTION
7928"1100.0032.0001.0008 This attribute defines the index (one based) of the
7929associated processor port in the same chassis."
7930    ::= { processorDeviceStatusTableEntry 8 }
7931
7932
7933-------------------------------------------------------------------------------
7934-- Cache Device Table
7935--
7936-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.40.1.<a>.<i1>.<i2>
7937-------------------------------------------------------------------------------
7938
7939DellCacheDeviceType                             ::= INTEGER {
7940    deviceTypeIsOther(1),                       -- type is other than following values
7941    deviceTypeIsUnknown(2),                     -- type is unknown
7942    deviceTypeIsInstruction(3),                 -- type is instruction
7943    deviceTypeIsData(4),                        -- type is data
7944    deviceTypeIsUnified(5)                      -- type is unified
7945}
7946DellCacheDeviceLevel                            ::= INTEGER {
7947    deviceLevelIsOther(1),                      -- level is other than following values
7948    deviceLevelIsUnknown(2),                    -- level is unknown
7949    deviceLevelIsPrimary(3),                    -- level is primary
7950    deviceLevelIsSecondary(4),                  -- level is secondary
7951    deviceLevelIsTertiary(5)                    -- level is tertiary
7952}
7953DellCacheDeviceWritePolicy                      ::= INTEGER {
7954    deviceWritePolicyIsOther(1),                -- policy is other than following values
7955    deviceWritePolicyIsUnknown(2),              -- policy is unknown
7956    deviceWritePolicyIsWriteBack(3),            -- policy is write back
7957    deviceWritePolicyIsWriteThrough(4),         -- policy is write through
7958    deviceWritePolicyIsVariesByAddress(5),      -- policy is varies by address
7959    deviceWritePolicyIsDeterminedByIO(6)        -- policy is determined by I/O query
7960}
7961DellCacheDeviceStatusState                      ::= INTEGER {
7962    other(1),                                   -- state is other than following values
7963    unknown(2),                                 -- state is unknown
7964    enabled(3),                                 -- state is enabled
7965    userDisabled(4),                            -- state is disabled by user
7966    biosDisabled(5)                             -- state is BIOS disabled
7967}
7968DellCacheDeviceECCType                          ::= INTEGER {
7969    deviceECCTypeIsOther(1),                    -- ECC type is other than following values
7970    deviceECCTypeIsUnknown(2),                  -- ECC type is unknown
7971    deviceECCTypeIsNone(3),                     -- ECC type is none
7972    deviceECCTypeIsParity(4),                   -- ECC type is parity
7973    deviceECCTypeIsSingleBitECC(5),             -- ECC type is single bit ECC
7974    deviceECCTypeIsMultiBitECC(6),              -- ECC type is multibit ECC
7975    deviceECCTypeIsCRC(7)                       -- ECC type is CRC
7976}
7977DellCacheDeviceAssociativity                    ::= INTEGER {
7978    deviceAssociativityIsOther(1),                  -- associativity is Other
7979    deviceAssociativityIsUnknown(2),                -- associativity is Unknown
7980    deviceAssociativityIsDirectMapped(3),           -- associativity is Direct Mapped
7981    deviceAssociativityIsTwoWaySetAssociative(4),   -- associativity is 2-way Set-Associative
7982    deviceAssociativityIsFourWaySetAssociative(5),  -- associativity is 4-way Set-Associative
7983    deviceAssociativityIsFullyAssociative(6),       -- associativity is Fully Associative
7984    deviceAssociativityIsEightWaySetAssociative(7), -- associativity is 8-way Set-Associative
7985    deviceAssociativityIsSixteenWaySetAssociative(8),   -- associativity is 16-way Set-Associative
7986    deviceAssociativityIs12WaySetAssociative(9),    -- associativity is 12-way Set-Associative
7987    deviceAssociativityIs24WaySetAssociative(10),   -- associativity is 24-way Set-Associative
7988    deviceAssociativityIs32WaySetAssociative(11),   -- associativity is 32-way Set-Associative
7989    deviceAssociativityIs48WaySetAssociative(12),   -- associativity is 48-way Set-Associative
7990    deviceAssociativityIs64WaySetAssociative(13)    -- associativity is 64-way Set-Associative
7991}
7992DellCacheDeviceLocation                         ::= INTEGER {
7993    deviceLocationIsOther(1),                   -- location is other than following values
7994    deviceLocationIsUnknown(2),                 -- location is unknown
7995    deviceLocationIsInternal(3),                -- location is internal
7996    deviceLocationIsExternal(4)                 -- location is external
7997}
7998DellCacheDeviceSRAMType                         ::= INTEGER {
7999    deviceSRAMTypeIsOther(1),                   -- SRAM type is other than following values
8000    deviceSRAMTypeIsUnknown(2),                 -- SRAM type is unknown
8001    deviceSRAMTypeIsNonBurst(3),                -- SRAM type is nonburst
8002    deviceSRAMTypeIsBurst(4),                   -- SRAM type is burst
8003    deviceSRAMTypeIsPipeBurst(5),               -- SRAM type is pipeburst
8004    deviceSRAMTypeIsSynchronous(6),             -- SRAM type is synchronous
8005    deviceSRAMTypeIsAsynchronous(7)             -- SRAM type is asynchronous
8006}
8007
8008CacheDeviceTableEntry                           ::= SEQUENCE {
8009    cacheDevicechassisIndex                     DellObjectRange,
8010    cacheDeviceIndex                            DellObjectRange,
8011    cacheDeviceStateCapabilities                DellStateCapabilities,
8012    cacheDeviceStateSettings                    DellStateSettings,
8013    cacheDeviceStatus                           DellStatus,
8014    cacheDeviceprocessorDeviceIndexReference    DellObjectRange,
8015    cacheDeviceType                             DellCacheDeviceType,
8016    cacheDeviceLocation                         DellCacheDeviceLocation,
8017    cacheDeviceStatusState                      DellCacheDeviceStatusState,
8018    cacheDeviceExternalSocketName               DellString,
8019    cacheDeviceLevel                            DellCacheDeviceLevel,
8020    cacheDeviceMaximumSize                      DellUnsigned32BitRange,
8021    cacheDeviceCurrentSize                      DellUnsigned32BitRange,
8022    cacheDeviceSpeed                            DellUnsigned32BitRange,
8023    cacheDeviceWritePolicy                      DellCacheDeviceWritePolicy,
8024    cacheDeviceIsSocketed                       DellBoolean,
8025    cacheDeviceECCType                          DellCacheDeviceECCType,
8026    cacheDeviceAssociativity                    DellCacheDeviceAssociativity,
8027    cacheDeviceSupportedType                    DellCacheDeviceSRAMType,
8028    cacheDeviceCurrentType                      DellCacheDeviceSRAMType
8029}
8030
8031cacheDeviceTable                                OBJECT-TYPE
8032    SYNTAX      SEQUENCE OF CacheDeviceTableEntry
8033    ACCESS      not-accessible
8034    STATUS      mandatory
8035    DESCRIPTION
8036"1100.0040 This object defines the Cache Device Table."
8037    ::= { deviceGroup 40 }
8038cacheDeviceTableEntry                           OBJECT-TYPE
8039    SYNTAX      CacheDeviceTableEntry
8040    ACCESS      not-accessible
8041    STATUS      mandatory
8042    DESCRIPTION
8043"1100.0040.0001 This object defines the Cache Device Table Entry."
8044    INDEX       { cacheDevicechassisIndex,
8045                  cacheDeviceIndex }
8046    ::= { cacheDeviceTable 1 }
8047
8048cacheDevicechassisIndex                         OBJECT-TYPE
8049    SYNTAX      DellObjectRange
8050    ACCESS      read-only
8051    STATUS      mandatory
8052    DESCRIPTION
8053"1100.0040.0001.0001 This attribute defines the index (one based) of the
8054associated chassis."
8055    ::= { cacheDeviceTableEntry 1 }
8056cacheDeviceIndex                                OBJECT-TYPE
8057    SYNTAX      DellObjectRange
8058    ACCESS      read-only
8059    STATUS      mandatory
8060    DESCRIPTION
8061"1100.0040.0001.0002 This attribute defines the index (one based) of the
8062cache device."
8063    ::= { cacheDeviceTableEntry 2 }
8064cacheDeviceStateCapabilities                    OBJECT-TYPE
8065    SYNTAX      DellStateCapabilities
8066    ACCESS      read-only
8067    STATUS      mandatory
8068    DESCRIPTION
8069"1100.0040.0001.0003 This attribute defines the state capabilities of the
8070cache device."
8071    ::= { cacheDeviceTableEntry 3 }
8072cacheDeviceStateSettings                        OBJECT-TYPE
8073    SYNTAX      DellStateSettings
8074    ACCESS      read-only
8075    STATUS      mandatory
8076    DESCRIPTION
8077"1100.0040.0001.0004 This attribute defines the state settings of the
8078cache device."
8079    ::= { cacheDeviceTableEntry 4 }
8080cacheDeviceStatus                               OBJECT-TYPE
8081    SYNTAX      DellStatus
8082    ACCESS      read-only
8083    STATUS      mandatory
8084    DESCRIPTION
8085"1100.0040.0001.0005 This attribute defines the status of the cache device."
8086    ::= { cacheDeviceTableEntry 5 }
8087cacheDeviceprocessorDeviceIndexReference        OBJECT-TYPE
8088    SYNTAX      DellObjectRange
8089    ACCESS      read-only
8090    STATUS      mandatory
8091    DESCRIPTION
8092"1100.0040.0001.0006 This attribute defines the index (one based) of the
8093processor device associated with the cache device."
8094    ::= { cacheDeviceTableEntry 6 }
8095cacheDeviceType                                 OBJECT-TYPE
8096    SYNTAX      DellCacheDeviceType
8097    ACCESS      read-only
8098    STATUS      mandatory
8099    DESCRIPTION
8100"1100.0040.0001.0007 This attribute defines the type of cache device."
8101    ::= { cacheDeviceTableEntry 7 }
8102cacheDeviceLocation                             OBJECT-TYPE
8103    SYNTAX      DellCacheDeviceLocation
8104    ACCESS      read-only
8105    STATUS      mandatory
8106    DESCRIPTION
8107"1100.0040.0001.0008 This attribute defines the location of the cache device."
8108    ::= { cacheDeviceTableEntry 8 }
8109cacheDeviceStatusState                          OBJECT-TYPE
8110    SYNTAX      DellCacheDeviceStatusState
8111    ACCESS      read-only
8112    STATUS      mandatory
8113    DESCRIPTION
8114"1100.0040.0001.0009 This attribute defines the status state of the
8115cache device."
8116    ::= { cacheDeviceTableEntry 9 }
8117cacheDeviceExternalSocketName                   OBJECT-TYPE
8118    SYNTAX      DellString
8119    ACCESS      read-only
8120    STATUS      mandatory
8121    DESCRIPTION
8122"1100.0040.0001.0010 This attribute defines the name of the external socket
8123name of the cache device if the cache device is socketed."
8124    ::= { cacheDeviceTableEntry 10 }
8125cacheDeviceLevel                                OBJECT-TYPE
8126    SYNTAX      DellCacheDeviceLevel
8127    ACCESS      read-only
8128    STATUS      mandatory
8129    DESCRIPTION
8130"1100.0040.0001.0011 This attribute defines the level of the cache device."
8131    ::= { cacheDeviceTableEntry 11 }
8132cacheDeviceMaximumSize                          OBJECT-TYPE
8133    SYNTAX      DellUnsigned32BitRange
8134    ACCESS      read-only
8135    STATUS      mandatory
8136    DESCRIPTION
8137"1100.0040.0001.0012 This attribute defines the maximum size of the
8138cache device in KBytes.  Zero indicates the maximum size is unknown."
8139    ::= { cacheDeviceTableEntry 12 }
8140cacheDeviceCurrentSize                          OBJECT-TYPE
8141    SYNTAX      DellUnsigned32BitRange
8142    ACCESS      read-only
8143    STATUS      mandatory
8144    DESCRIPTION
8145"1100.0040.0001.0013 This attribute defines the current size of the
8146cache device in KBytes.  Zero indicates the current size is unknown."
8147    ::= { cacheDeviceTableEntry 13 }
8148cacheDeviceSpeed                                OBJECT-TYPE
8149    SYNTAX      DellUnsigned32BitRange
8150    ACCESS      read-only
8151    STATUS      mandatory
8152    DESCRIPTION
8153"1100.0040.0001.0014 This attribute defines the speed of the
8154cache device in nanoseconds.  Zero indicates the speed is unknown."
8155    ::= { cacheDeviceTableEntry 14 }
8156cacheDeviceWritePolicy                          OBJECT-TYPE
8157    SYNTAX      DellCacheDeviceWritePolicy
8158    ACCESS      read-only
8159    STATUS      mandatory
8160    DESCRIPTION
8161"1100.0040.0001.0015 This attribute defines the write policy of the
8162cache device."
8163    ::= { cacheDeviceTableEntry 15 }
8164cacheDeviceIsSocketed                           OBJECT-TYPE
8165    SYNTAX      DellBoolean
8166    ACCESS      read-only
8167    STATUS      mandatory
8168    DESCRIPTION
8169"1100.0040.0001.0016 This attribute defines if the cache device is
8170socketed or not."
8171    ::= { cacheDeviceTableEntry 16 }
8172cacheDeviceECCType                              OBJECT-TYPE
8173    SYNTAX      DellCacheDeviceECCType
8174    ACCESS      read-only
8175    STATUS      mandatory
8176    DESCRIPTION
8177"1100.0040.0001.0017 This attribute defines the type of error correction
8178in use by the cache device."
8179    ::= { cacheDeviceTableEntry 17 }
8180cacheDeviceAssociativity                        OBJECT-TYPE
8181    SYNTAX      DellCacheDeviceAssociativity
8182    ACCESS      read-only
8183    STATUS      mandatory
8184    DESCRIPTION
8185"1100.0040.0001.0018 This attribute defines the type of associativity
8186in use by the cache device."
8187    ::= { cacheDeviceTableEntry 18 }
8188cacheDeviceSupportedType                        OBJECT-TYPE
8189    SYNTAX      DellCacheDeviceSRAMType
8190    ACCESS      read-only
8191    STATUS      mandatory
8192    DESCRIPTION
8193"1100.0040.0001.0019 This attribute defines the supported SRAM type of the
8194cache device."
8195    ::= { cacheDeviceTableEntry 19 }
8196cacheDeviceCurrentType                          OBJECT-TYPE
8197    SYNTAX      DellCacheDeviceSRAMType
8198    ACCESS      read-only
8199    STATUS      mandatory
8200    DESCRIPTION
8201"1100.0040.0001.0020 This attribute defines the current SRAM type of the
8202cache device."
8203    ::= { cacheDeviceTableEntry 20 }
8204
8205
8206-------------------------------------------------------------------------------
8207-- Memory Device Table
8208--
8209-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.50.1.<a>.<i1>.<i2>
8210-------------------------------------------------------------------------------
8211
8212DellMemoryDeviceFormFactor                      ::= INTEGER {
8213    deviceFormFactorIsOther(1),                 -- form factor is other than following values
8214    deviceFormFactorIsUnknown(2),               -- form factor is unknown
8215    deviceFormFactorIsSIMM(3),                  -- form factor is SIMM
8216    deviceFormFactorIsSIP(4),                   -- form factor is SIP
8217    deviceFormFactorIsAChip(5),                 -- form factor is Chip
8218    deviceFormFactorIsDIP(6),                   -- form factor is DIP
8219    deviceFormFactorIsZIP(7),                   -- form factor is ZIP
8220    deviceFormFactorIsAProprietaryCard(8),      -- form factor is Proprietary Card
8221    deviceFormFactorIsDIMM(9),                  -- form factor is DIMM
8222    deviceFormFactorIsTSOP(10),                 -- form factor is TSOP
8223    deviceFormFactorIsARowOfChips(11),          -- form factor is Row of Chips
8224    deviceFormFactorIsRIMM(12),                 -- form factor is RIMM
8225    deviceFormFactorIsSODIMM(13),               -- form factor is SODIMM
8226    deviceFormFactorIsSRIMM(14),                -- form factor is SRIMM
8227    deviceFormFactorIsFBDIMM(15)                -- form factor is FB-DIMM
8228}
8229DellMemoryDeviceType                            ::= INTEGER {
8230    deviceTypeIsOther(1),                       -- type is other than following values
8231    deviceTypeIsUnknown(2),                     -- type is unknown
8232    deviceTypeIsDRAM(3),                        -- type is DRAM
8233    deviceTypeIsEDRAM(4),                       -- type is EDRAM
8234    deviceTypeIsVRAM(5),                        -- type is VRAM
8235    deviceTypeIsSRAM(6),                        -- type is SRAM
8236    deviceTypeIsRAM(7),                         -- type is RAM
8237    deviceTypeIsROM(8),                         -- type is ROM
8238    deviceTypeIsFLASH(9),                       -- type is FLASH
8239    deviceTypeIsEEPROM(10),                     -- type is EEPROM
8240    deviceTypeIsFEPROM(11),                     -- type is FEPROM
8241    deviceTypeIsEPROM(12),                      -- type is EPROM
8242    deviceTypeIsCDRAM(13),                      -- type is CDRAM
8243    deviceTypeIs3DRAM(14),                      -- type is 3DRAM
8244    deviceTypeIsSDRAM(15),                      -- type is SDRAM
8245    deviceTypeIsSGRAM(16),                      -- type is SGRAM
8246    deviceTypeIsRDRAM(17),                      -- type is RDRAM
8247    deviceTypeIsDDR(18),                        -- type is DDR
8248    deviceTypeIsDDR2(19),                       -- type is DDR2
8249    deviceTypeIsDDR2FBDIMM(20),                 -- type is DDR2 FB-DIMM
8250    deviceTypeIsDDR3(24),                       -- type is DDR3
8251    deviceTypeIsFBD2(25),                       -- type is FBD2
8252    deviceTypeIsDDR4(26)                        -- type is DDR4
8253}
8254
8255DellMemoryDeviceRank                            ::= INTEGER {
8256    deviceRankIsUnknown(1),                     -- Rank is unknown
8257    deviceRankIsSingle(2),                      -- Rank is Single
8258    deviceRankIsDual(4),	                    -- Rank is Dual
8259    deviceRankIsQuad(8),	                    -- Rank is Quad
8260	deviceRankIsOctal(16),	                    -- Rank is Octal
8261	deviceRankIsHexa(32)	                    -- Rank is Hexa
8262}
8263
8264DellMemoryDeviceTypeDetails                     ::= INTEGER {
8265    -- Note: These values are bit masks, so combination values are possible.
8266    deviceTypeDetailIsOther(2),                 -- type detail is Other
8267    deviceTypeDetailIsUnknown(4),               -- type detail is Unknown
8268    deviceTypeDetailIsFastPaged(8),             -- type detail is Fast Paged
8269    deviceTypeDetailIsStaticColumn(16),         -- type detail is Static Column
8270    deviceTypeDetailIsPseudoStatic(32),         -- type detail is Pseudo-static
8271    deviceTypeDetailIsRAMBUS(64),               -- type detail is RAMBUS
8272    deviceTypeDetailIsSynchronous(128),         -- type detail is Synchronous
8273    deviceTypeDetailIsCMOS(256),                -- type detail is CMOS
8274    deviceTypeDetailIsEDO(512),                 -- type detail is EDO
8275    deviceTypeDetailIsWindowDRAM(1024),         -- type detail is Window DRAM
8276    deviceTypeDetailIsCacheDRAM(2048),          -- type detail is Cache DRAM
8277    deviceTypeDetailIsNonVolatile(4096),        -- type detail is Non-volatile
8278    deviceTypeDetailIsRegistered(8192),         -- type detail is Registered
8279    deviceTypeDetailIsNonRegistered(16384)      -- type detail is Non-registered
8280}
8281DellMemoryDeviceFailureModes                    ::= INTEGER {
8282    -- Note: These values are bit masks, so combination values are possible.
8283    -- If value is 0 (zero), memory device has no faults.
8284    eccSingleBitCorrectionWarningRate(1),       -- ECC single bit correction warning rate exceeded
8285    eccSingleBitCorrectionFailureRate(2),       -- ECC single bit correction failure rate exceeded
8286    eccMultiBitFault(4),                        -- ECC multibit fault encountered
8287    eccSingleBitCorrectionLoggingDisabled(8),   -- ECC single bit correction logging disabled
8288    deviceDisabledBySpareActivation(16)         -- device disabled because of spare activation
8289}
8290
8291MemoryDeviceTableEntry                          ::= SEQUENCE {
8292    memoryDevicechassisIndex                    DellObjectRange,
8293    memoryDeviceIndex                           DellObjectRange,
8294    memoryDeviceStateCapabilities               DellStateCapabilities,
8295    memoryDeviceStateSettings                   DellStateSettings,
8296    memoryDeviceStatus                          DellStatus,
8297    memoryDeviceMemoryPortIndexReference        DellObjectRange,
8298    memoryDeviceType                            DellMemoryDeviceType,
8299    memoryDeviceLocationName                    DellString,
8300    memoryDeviceErrorCount                      DellSigned32BitRange,
8301    memoryDeviceBankLocationName                DellString,
8302    memoryDeviceTypeDetails                     DellMemoryDeviceTypeDetails,
8303    memoryDeviceFormFactor                      DellMemoryDeviceFormFactor,
8304    memoryDeviceSet                             DellUnsigned32BitRange,
8305    memoryDeviceSize                            DellUnsigned32BitRange,
8306    memoryDeviceSpeed                           DellUnsigned32BitRange,
8307    memoryDeviceTotalBusWidth                   DellUnsigned32BitRange,
8308    memoryDeviceTotalDataBusWidth               DellUnsigned32BitRange,
8309    memoryDeviceSingleBitErrorCount             DellSigned32BitRange,
8310    memoryDeviceMultiBitErrorCount              DellSigned32BitRange,
8311    memoryDeviceFailureModes                    DellMemoryDeviceFailureModes,
8312    memoryDeviceManufacturerName                DellString,
8313    memoryDevicePartNumberName                  DellString,
8314    memoryDeviceSerialNumberName                DellString,
8315    memoryDeviceAssetTagName                    DellString,
8316    memoryDeviceSpeedName                       DellString,
8317    memoryDeviceRank                            DellMemoryDeviceRank,
8318    memoryDeviceExtendedSize                    DellUnsigned32BitRange
8319}
8320
8321memoryDeviceTable                               OBJECT-TYPE
8322    SYNTAX      SEQUENCE OF MemoryDeviceTableEntry
8323    ACCESS      not-accessible
8324    STATUS      mandatory
8325    DESCRIPTION
8326"1100.0050 This object defines the Memory Device Table."
8327    ::= { deviceGroup 50 }
8328memoryDeviceTableEntry                          OBJECT-TYPE
8329    SYNTAX      MemoryDeviceTableEntry
8330    ACCESS      not-accessible
8331    STATUS      mandatory
8332    DESCRIPTION
8333"1100.0050.0001 This object defines the Memory Device Table Entry."
8334    INDEX       { memoryDevicechassisIndex,
8335                  memoryDeviceIndex }
8336    ::= { memoryDeviceTable 1 }
8337
8338memoryDevicechassisIndex                        OBJECT-TYPE
8339    SYNTAX      DellObjectRange
8340    ACCESS      read-only
8341    STATUS      mandatory
8342    DESCRIPTION
8343"1100.0050.0001.0001 This attribute defines the index (one based) of the
8344associated chassis."
8345    ::= { memoryDeviceTableEntry 1 }
8346memoryDeviceIndex                               OBJECT-TYPE
8347    SYNTAX      DellObjectRange
8348    ACCESS      read-only
8349    STATUS      mandatory
8350    DESCRIPTION
8351"1100.0050.0001.0002 This attribute defines the index (one based) of the
8352memory device."
8353    ::= { memoryDeviceTableEntry 2 }
8354memoryDeviceStateCapabilities                   OBJECT-TYPE
8355    SYNTAX      DellStateCapabilities
8356    ACCESS      read-only
8357    STATUS      mandatory
8358    DESCRIPTION
8359"1100.0050.0001.0003 This attribute defines the state capabilities of the
8360memory device."
8361    ::= { memoryDeviceTableEntry 3 }
8362memoryDeviceStateSettings                       OBJECT-TYPE
8363    SYNTAX      DellStateSettings
8364    ACCESS      read-only
8365    STATUS      mandatory
8366    DESCRIPTION
8367"1100.0050.0001.0004 This attribute defines the state settings of the
8368memory device."
8369    ::= { memoryDeviceTableEntry 4 }
8370memoryDeviceStatus                              OBJECT-TYPE
8371    SYNTAX      DellStatus
8372    ACCESS      read-only
8373    STATUS      mandatory
8374    DESCRIPTION
8375"1100.0050.0001.0005 This attribute defines the status of the memory device."
8376    ::= { memoryDeviceTableEntry 5 }
8377memoryDeviceMemoryPortIndexReference            OBJECT-TYPE
8378    SYNTAX      DellObjectRange
8379    ACCESS      read-only
8380    STATUS      mandatory
8381    DESCRIPTION
8382"1100.0050.0001.0006 This attribute defines the index (one based) of the
8383memory port that this memory device is part of."
8384    ::= { memoryDeviceTableEntry 6 }
8385memoryDeviceType                                OBJECT-TYPE
8386    SYNTAX      DellMemoryDeviceType
8387    ACCESS      read-only
8388    STATUS      mandatory
8389    DESCRIPTION
8390"1100.0050.0001.0007 This attribute defines the type of the memory device."
8391    ::= { memoryDeviceTableEntry 7 }
8392memoryDeviceLocationName                        OBJECT-TYPE
8393    SYNTAX      DellString
8394    ACCESS      read-only
8395    STATUS      mandatory
8396    DESCRIPTION
8397"1100.0050.0001.0008 This attribute defines the location of the memory device."
8398    ::= { memoryDeviceTableEntry 8 }
8399memoryDeviceErrorCount                          OBJECT-TYPE
8400    SYNTAX      DellSigned32BitRange
8401    ACCESS      read-only
8402    STATUS      deprecated
8403    DESCRIPTION
8404"1100.0050.0001.0009 This attribute defines the total number of ECC corrections
8405for the memory device.  Writing a 0 (zero) to this variable will reset
8406the error counts for the device.
8407
8408**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
8409The value will always be zero.  Writing a 0 (zero) has no effect."
8410    ::= { memoryDeviceTableEntry 9 }
8411memoryDeviceBankLocationName                    OBJECT-TYPE
8412    SYNTAX      DellString
8413    ACCESS      read-only
8414    STATUS      mandatory
8415    DESCRIPTION
8416"1100.0050.0001.0010 This attribute defines the location of the bank for the
8417memory device."
8418    ::= { memoryDeviceTableEntry 10 }
8419memoryDeviceTypeDetails                         OBJECT-TYPE
8420    SYNTAX      DellMemoryDeviceTypeDetails
8421    ACCESS      read-only
8422    STATUS      mandatory
8423    DESCRIPTION
8424"1100.0050.0001.0011 This attribute defines the detailed type of the
8425memory device."
8426    ::= { memoryDeviceTableEntry 11 }
8427memoryDeviceFormFactor                          OBJECT-TYPE
8428    SYNTAX      DellMemoryDeviceFormFactor
8429    ACCESS      read-only
8430    STATUS      mandatory
8431    DESCRIPTION
8432"1100.0050.0001.0012 This attribute defines the form factor of the
8433memory device."
8434    ::= { memoryDeviceTableEntry 12 }
8435memoryDeviceSet                                 OBJECT-TYPE
8436    SYNTAX      DellUnsigned32BitRange
8437    ACCESS      read-only
8438    STATUS      mandatory
8439    DESCRIPTION
8440"1100.0050.0001.0013 This attribute defines if the memory device is a part
8441of a set.  Zero indicates it is not part of a set; 2,147,483,647 indicates
8442it is unknown if it is a part of a set."
8443    ::= { memoryDeviceTableEntry 13 }
8444memoryDeviceSize                                OBJECT-TYPE
8445    SYNTAX      DellUnsigned32BitRange
8446    ACCESS      read-only
8447    STATUS      deprecated
8448    DESCRIPTION
8449"1100.0050.0001.0014 This attribute defines the size in KBytes of the
8450memory device.  Zero indicates no memory installed; 2,147,483,647 indicates
8451an unknown memory size.
8452
8453**NOTE: This attribute is deprecated and replaced by memoryDeviceExtendedSize."
8454    ::= { memoryDeviceTableEntry 14 }
8455memoryDeviceSpeed                               OBJECT-TYPE
8456    SYNTAX      DellUnsigned32BitRange
8457    ACCESS      read-only
8458    STATUS      mandatory
8459    DESCRIPTION
8460"1100.0050.0001.0015 This attribute defines the speed in nanoseconds
8461of the memory device.  Zero indicates an unknown speed."
8462    ::= { memoryDeviceTableEntry 15 }
8463memoryDeviceTotalBusWidth                       OBJECT-TYPE
8464    SYNTAX      DellUnsigned32BitRange
8465    ACCESS      read-only
8466    STATUS      mandatory
8467    DESCRIPTION
8468"1100.0050.0001.0016 This attribute defines the total number bits,
8469including ECC, used by the memory device.  2,147,483,647 indicates
8470an unknown number of bits."
8471    ::= { memoryDeviceTableEntry 16 }
8472memoryDeviceTotalDataBusWidth                   OBJECT-TYPE
8473    SYNTAX      DellUnsigned32BitRange
8474    ACCESS      read-only
8475    STATUS      mandatory
8476    DESCRIPTION
8477"1100.0050.0001.0017 This attribute defines the total number of data bits
8478used by the memory device.  2,147,483,647 indicates an unknown number of bits."
8479    ::= { memoryDeviceTableEntry 17 }
8480memoryDeviceSingleBitErrorCount                 OBJECT-TYPE
8481    SYNTAX      DellSigned32BitRange
8482    ACCESS      read-only
8483    STATUS      deprecated
8484    DESCRIPTION
8485"1100.0050.0001.0018 This attribute defines the total number of single bit
8486ECC corrections for the memory device.
8487
8488**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
8489The value will always be zero."
8490    ::= { memoryDeviceTableEntry 18 }
8491memoryDeviceMultiBitErrorCount                  OBJECT-TYPE
8492    SYNTAX      DellSigned32BitRange
8493    ACCESS      read-only
8494    STATUS      deprecated
8495    DESCRIPTION
8496"1100.0050.0001.0019 This attribute defines the total number of multibit
8497ECC errors for the memory device.
8498
8499**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
8500The value will always be zero."
8501    ::= { memoryDeviceTableEntry 19 }
8502memoryDeviceFailureModes                        OBJECT-TYPE
8503    SYNTAX      DellMemoryDeviceFailureModes
8504    ACCESS      read-only
8505    STATUS      mandatory
8506    DESCRIPTION
8507"1100.0050.0001.0020 This attribute defines the failure modes of the
8508memory device when the memoryDeviceStatus attribute is not ok(3).  It is
8509a bit field that can be used to report more than one type of failure mode
8510by using a combination of the defined bit masks.
8511
8512**NOTE: This attribute replaces the memory device error count attributes.
8513When the memoryDeviceStatus attribute is not ok(3), this attribute should be
8514used to determine the reason for that instead of the error count attributes."
8515    ::= { memoryDeviceTableEntry 20 }
8516memoryDeviceManufacturerName                    OBJECT-TYPE
8517    SYNTAX      DellString
8518    ACCESS      read-only
8519    STATUS      mandatory
8520    DESCRIPTION
8521"1100.0050.0001.0021 This attribute defines the manufacturer of the
8522memory device."
8523    ::= { memoryDeviceTableEntry 21 }
8524memoryDevicePartNumberName                      OBJECT-TYPE
8525    SYNTAX      DellString
8526    ACCESS      read-only
8527    STATUS      mandatory
8528    DESCRIPTION
8529"1100.0050.0001.0022 This attribute defines the manufacturer's part number
8530for the memory device."
8531    ::= { memoryDeviceTableEntry 22 }
8532memoryDeviceSerialNumberName                    OBJECT-TYPE
8533    SYNTAX      DellString
8534    ACCESS      read-only
8535    STATUS      mandatory
8536    DESCRIPTION
8537"1100.0050.0001.0023 This attribute defines the serial number of the
8538memory device."
8539    ::= { memoryDeviceTableEntry 23 }
8540memoryDeviceAssetTagName                        OBJECT-TYPE
8541    SYNTAX      DellString
8542    ACCESS      read-only
8543    STATUS      mandatory
8544    DESCRIPTION
8545"1100.0050.0001.0024 This attribute defines the asset tag of the
8546memory device."
8547    ::= { memoryDeviceTableEntry 24 }
8548memoryDeviceSpeedName                           OBJECT-TYPE
8549    SYNTAX      DellString
8550    ACCESS      read-only
8551    STATUS      mandatory
8552    DESCRIPTION
8553"1100.0050.0001.0025 This attribute defines the speed of the memory device
8554in string format with units specified in string."
8555    ::= { memoryDeviceTableEntry 25 }
8556memoryDeviceRank                               OBJECT-TYPE
8557    SYNTAX      DellMemoryDeviceRank
8558    ACCESS      read-only
8559    STATUS      mandatory
8560    DESCRIPTION
8561"1100.0050.0001.0026 This attribute defines the Rank
8562of the memory device (DIMM).  Zero indicates an unknown."
8563    ::= { memoryDeviceTableEntry 26 }
8564memoryDeviceExtendedSize                                OBJECT-TYPE
8565    SYNTAX      DellUnsigned32BitRange
8566    ACCESS      read-only
8567    STATUS      mandatory
8568    DESCRIPTION
8569"1100.0050.0001.0027 This attribute defines the size in MBytes of the
8570memory device.
8571
8572**NOTE: This attribute replaces the memoryDeviceSize."
8573    ::= { memoryDeviceTableEntry 27 }
8574
8575
8576-------------------------------------------------------------------------------
8577-- Memory Device Mapped Address Table
8578--
8579-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.60.1.<a>.<i1>.<i2>
8580-------------------------------------------------------------------------------
8581
8582MemoryDeviceMappedAddressTableEntry             ::= SEQUENCE {
8583    memoryDeviceMappedAddresschassisIndex       DellObjectRange,
8584    memoryDeviceMappedAddressIndex              DellObjectRange,
8585    memoryDeviceMappedAddressStateCapabilities  DellStateCapabilities,
8586    memoryDeviceMappedAddressStateSettings      DellStateSettings,
8587    memoryDeviceMappedAddressStatus             DellStatus,
8588    memoryDeviceIndexReference                  DellObjectRange,
8589    memoryDeviceMappedAddressRowPosition        DellUnsigned32BitRange,
8590    memoryDeviceMappedAddressInterleavePosition DellUnsigned32BitRange,
8591    memoryDeviceMappedAddressInterleaveDepth    DellUnsigned32BitRange,
8592    memoryDeviceMappedAddressStartingAddress    DellUnsigned64BitRange,
8593    memoryDeviceMappedAddressEndingAddress      DellUnsigned64BitRange
8594}
8595
8596memoryDeviceMappedAddressTable                  OBJECT-TYPE
8597    SYNTAX      SEQUENCE OF MemoryDeviceMappedAddressTableEntry
8598    ACCESS      not-accessible
8599    STATUS      mandatory
8600    DESCRIPTION
8601"1100.0060 This object defines the Memory Device Mapped Address Table."
8602    ::= { deviceGroup 60 }
8603memoryDeviceMappedAddressTableEntry             OBJECT-TYPE
8604    SYNTAX      MemoryDeviceMappedAddressTableEntry
8605    ACCESS      not-accessible
8606    STATUS      mandatory
8607    DESCRIPTION
8608"1100.0060.0001 This object defines the Memory Device Mapped Address
8609Table Entry."
8610    INDEX       { memoryDeviceMappedAddresschassisIndex,
8611                  memoryDeviceMappedAddressIndex }
8612    ::= { memoryDeviceMappedAddressTable 1 }
8613
8614memoryDeviceMappedAddresschassisIndex           OBJECT-TYPE
8615    SYNTAX      DellObjectRange
8616    ACCESS      read-only
8617    STATUS      mandatory
8618    DESCRIPTION
8619"1100.0060.0001.0001 This attribute defines the index (one based) of the
8620associated chassis."
8621    ::= { memoryDeviceMappedAddressTableEntry 1 }
8622memoryDeviceMappedAddressIndex                  OBJECT-TYPE
8623    SYNTAX      DellObjectRange
8624    ACCESS      read-only
8625    STATUS      mandatory
8626    DESCRIPTION
8627"1100.0060.0001.0002 This attribute defines the index (one based) of the
8628memory device mapped address."
8629    ::= { memoryDeviceMappedAddressTableEntry 2 }
8630memoryDeviceMappedAddressStateCapabilities     OBJECT-TYPE
8631    SYNTAX      DellStateCapabilities
8632    ACCESS      read-only
8633    STATUS      mandatory
8634    DESCRIPTION
8635"1100.0060.0001.0003 This attribute defines the state capabilities of the
8636memory device mapped address."
8637    ::= { memoryDeviceMappedAddressTableEntry 3 }
8638memoryDeviceMappedAddressStateSettings          OBJECT-TYPE
8639    SYNTAX      DellStateSettings
8640    ACCESS      read-only
8641    STATUS      mandatory
8642    DESCRIPTION
8643"1100.0060.0001.0004 This attribute defines the state settings of the
8644memory device mapped address."
8645    ::= { memoryDeviceMappedAddressTableEntry 4 }
8646memoryDeviceMappedAddressStatus                 OBJECT-TYPE
8647    SYNTAX      DellStatus
8648    ACCESS      read-only
8649    STATUS      mandatory
8650    DESCRIPTION
8651"1100.0060.0001.0005 This attribute defines the status of the
8652memory device mapped address."
8653    ::= { memoryDeviceMappedAddressTableEntry 5 }
8654memoryDeviceIndexReference                     OBJECT-TYPE
8655    SYNTAX      DellObjectRange
8656    ACCESS      read-only
8657    STATUS      mandatory
8658    DESCRIPTION
8659"1100.0060.0001.0006 This attribute defines the index (one based) of the
8660memory device associated with the memory device mapped address."
8661    ::= { memoryDeviceMappedAddressTableEntry 6 }
8662memoryDeviceMappedAddressRowPosition            OBJECT-TYPE
8663    SYNTAX      DellUnsigned32BitRange
8664    ACCESS      read-only
8665    STATUS      mandatory
8666    DESCRIPTION
8667"1100.0060.0001.0007 This attribute defines the position of the referenced
8668memory in a row of the memory device mapped address.
86692,147,483,647 indicates an unknown position."
8670    ::= { memoryDeviceMappedAddressTableEntry 7 }
8671memoryDeviceMappedAddressInterleavePosition     OBJECT-TYPE
8672    SYNTAX      DellUnsigned32BitRange
8673    ACCESS      read-only
8674    STATUS      mandatory
8675    DESCRIPTION
8676"1100.0060.0001.0008 This attribute defines the position of the referenced
8677memory in an interleave of the memory device mapped address.
86782,147,483,647 indicates an unknown position."
8679    ::= { memoryDeviceMappedAddressTableEntry 8 }
8680memoryDeviceMappedAddressInterleaveDepth        OBJECT-TYPE
8681    SYNTAX      DellUnsigned32BitRange
8682    ACCESS      read-only
8683    STATUS      mandatory
8684    DESCRIPTION
8685"1100.0060.0001.0009 This attribute defines the maximum number of
8686consecutive rows from the referenced memory device that are accessed
8687in a single interleaved transfer in the memory device mapped address.
86882,147,483,647 indicates an unknown number of rows."
8689    ::= { memoryDeviceMappedAddressTableEntry 9 }
8690memoryDeviceMappedAddressStartingAddress        OBJECT-TYPE
8691    SYNTAX      DellUnsigned64BitRange
8692    ACCESS      read-only
8693    STATUS      mandatory
8694    DESCRIPTION
8695"1100.0060.0001.0010 This attribute defines the physical starting address
8696in KBytes of the memory device mapped address."
8697    ::= { memoryDeviceMappedAddressTableEntry 10 }
8698memoryDeviceMappedAddressEndingAddress          OBJECT-TYPE
8699    SYNTAX      DellUnsigned64BitRange
8700    ACCESS      read-only
8701    STATUS      mandatory
8702    DESCRIPTION
8703"1100.0060.0001.0011 This attribute defines the physical ending address
8704in KBytes of the memory device mapped address."
8705    ::= { memoryDeviceMappedAddressTableEntry 11 }
8706
8707
8708-------------------------------------------------------------------------------
8709-- Generic Device Table
8710--
8711-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.70.1.<a>.<i1>.<i2>
8712-------------------------------------------------------------------------------
8713
8714DellGenericDeviceType                           ::= INTEGER {
8715    deviceTypeIsOther(1),                       -- type is other than following values
8716    deviceTypeIsUnknown(2),                     -- type is unknown
8717    deviceTypeIsAVideoDevice(3),                -- type is Video Device
8718    deviceTypeIsASCSIController(4),             -- type is SCSI Controller
8719    deviceTypeIsAnEthernetDevice(5),            -- type is Ethernet
8720    deviceTypeIsTokenRingDevice(6),             -- type is Token Ring
8721    deviceTypeIsASoundDevice(7)                 -- type is Sound Device
8722}
8723
8724GenericDeviceTableEntry                         ::= SEQUENCE {
8725    genericDevicechassisIndex                   DellObjectRange,
8726    genericDeviceIndex                          DellObjectRange,
8727    genericDeviceStateCapabilities              DellStateCapabilities,
8728    genericDeviceStateSettings                  DellStateSettings,
8729    genericDeviceStatus                         DellStatus,
8730    genericDeviceSystemSlotIndexReference       DellObjectRange,
8731    genericDeviceType                           DellGenericDeviceType,
8732    genericDeviceName                           DellString
8733}
8734
8735genericDeviceTable                              OBJECT-TYPE
8736    SYNTAX      SEQUENCE OF GenericDeviceTableEntry
8737    ACCESS      not-accessible
8738    STATUS      mandatory
8739    DESCRIPTION
8740"1100.0070 This object defines the Generic Device Table."
8741    ::= { deviceGroup 70 }
8742genericDeviceTableEntry                         OBJECT-TYPE
8743    SYNTAX      GenericDeviceTableEntry
8744    ACCESS      not-accessible
8745    STATUS      mandatory
8746    DESCRIPTION
8747"1100.0070.0001 This object defines the Generic Device Table Entry."
8748    INDEX       { genericDevicechassisIndex,
8749                  genericDeviceIndex }
8750    ::= { genericDeviceTable 1 }
8751
8752genericDevicechassisIndex                       OBJECT-TYPE
8753    SYNTAX      DellObjectRange
8754    ACCESS      read-only
8755    STATUS      mandatory
8756    DESCRIPTION
8757"1100.0070.0001.0001 This attribute defines the index (one based) of the
8758associated chassis."
8759    ::= { genericDeviceTableEntry 1 }
8760genericDeviceIndex                              OBJECT-TYPE
8761    SYNTAX      DellObjectRange
8762    ACCESS      read-only
8763    STATUS      mandatory
8764    DESCRIPTION
8765"1100.0070.0001.0002 This attribute defines the index (one based) of the
8766generic device."
8767    ::= { genericDeviceTableEntry 2 }
8768genericDeviceStateCapabilities                  OBJECT-TYPE
8769    SYNTAX      DellStateCapabilities
8770    ACCESS      read-only
8771    STATUS      mandatory
8772    DESCRIPTION
8773"1100.0070.0001.0003 This attribute defines the state capabilities of the
8774generic device."
8775    ::= { genericDeviceTableEntry 3 }
8776genericDeviceStateSettings                      OBJECT-TYPE
8777    SYNTAX      DellStateSettings
8778    ACCESS      read-only
8779    STATUS      mandatory
8780    DESCRIPTION
8781"1100.0070.0001.0004 This attribute defines the state settings of the
8782generic device."
8783    ::= { genericDeviceTableEntry 4 }
8784genericDeviceStatus                             OBJECT-TYPE
8785    SYNTAX      DellStatus
8786    ACCESS      read-only
8787    STATUS      mandatory
8788    DESCRIPTION
8789"1100.0070.0001.0005 This attribute defines the status of the
8790generic device."
8791    ::= { genericDeviceTableEntry 5 }
8792genericDeviceSystemSlotIndexReference           OBJECT-TYPE
8793    SYNTAX      DellObjectRange
8794    ACCESS      read-only
8795    STATUS      mandatory
8796    DESCRIPTION
8797"1100.0070.0001.0006 This attribute defines the index (one based) of the
8798system slot that the generic device is in."
8799    ::= { genericDeviceTableEntry 6 }
8800genericDeviceType                               OBJECT-TYPE
8801    SYNTAX      DellGenericDeviceType
8802    ACCESS      read-only
8803    STATUS      mandatory
8804    DESCRIPTION
8805"1100.0070.0001.0007 This attribute defines the type of the generic device."
8806    ::= { genericDeviceTableEntry 7 }
8807genericDeviceName                               OBJECT-TYPE
8808    SYNTAX      DellString
8809    ACCESS      read-only
8810    STATUS      mandatory
8811    DESCRIPTION
8812"1100.0070.0001.0008 This attribute defines the name of the generic device."
8813    ::= { genericDeviceTableEntry 8 }
8814
8815
8816-------------------------------------------------------------------------------
8817-- PCI Device Table
8818--
8819-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.80.1.<a>.<i1>.<i2>
8820-------------------------------------------------------------------------------
8821
8822PCIDeviceTableEntry                             ::= SEQUENCE {
8823    pCIDevicechassisIndex                       DellObjectRange,
8824    pCIDeviceIndex                              DellObjectRange,
8825    pCIDeviceStateCapabilities                  DellStateCapabilities,
8826    pCIDeviceStateSettings                      DellStateSettings,
8827    pCIDeviceStatus                             DellStatus,
8828    pCIDeviceSystemSlotIndexReference           DellObjectRange,
8829    pCIDeviceDataBusWidth                       DellUnsigned32BitRange,
8830    pCIDeviceManufacturerName                   DellString,
8831    pCIDeviceDescriptionName                    DellString,
8832    pCIDeviceSpeed                              DellUnsigned32BitRange,
8833    pCIDeviceAdapterFault                       DellBoolean
8834}
8835
8836pCIDeviceTable                                  OBJECT-TYPE
8837    SYNTAX      SEQUENCE OF PCIDeviceTableEntry
8838    ACCESS      not-accessible
8839    STATUS      mandatory
8840    DESCRIPTION
8841"1100.0080 This object defines the PCI Device Table."
8842    ::= { deviceGroup 80 }
8843pCIDeviceTableEntry                             OBJECT-TYPE
8844    SYNTAX      PCIDeviceTableEntry
8845    ACCESS      not-accessible
8846    STATUS      mandatory
8847    DESCRIPTION
8848"1100.0080.0001 This object defines the PCI Device Table Entry."
8849    INDEX       { pCIDevicechassisIndex,
8850                  pCIDeviceIndex }
8851    ::= { pCIDeviceTable 1 }
8852
8853pCIDevicechassisIndex                           OBJECT-TYPE
8854    SYNTAX      DellObjectRange
8855    ACCESS      read-only
8856    STATUS      mandatory
8857    DESCRIPTION
8858"1100.0080.0001.0001 This attribute defines the index (one based) of the
8859associated chassis."
8860    ::= { pCIDeviceTableEntry 1 }
8861pCIDeviceIndex                                  OBJECT-TYPE
8862    SYNTAX      DellObjectRange
8863    ACCESS      read-only
8864    STATUS      mandatory
8865    DESCRIPTION
8866"1100.0080.0001.0002 This attribute defines the index (one based) of the
8867PCI device."
8868    ::= { pCIDeviceTableEntry 2 }
8869pCIDeviceStateCapabilities                      OBJECT-TYPE
8870    SYNTAX      DellStateCapabilities
8871    ACCESS      read-only
8872    STATUS      mandatory
8873    DESCRIPTION
8874"1100.0080.0001.0003 This attribute defines the state capabilities of the
8875PCI device."
8876    ::= { pCIDeviceTableEntry 3 }
8877pCIDeviceStateSettings                          OBJECT-TYPE
8878    SYNTAX      DellStateSettings
8879    ACCESS      read-only
8880    STATUS      mandatory
8881    DESCRIPTION
8882"1100.0080.0001.0004 This attribute defines the state settings of the
8883PCI device."
8884    ::= { pCIDeviceTableEntry 4 }
8885pCIDeviceStatus                                 OBJECT-TYPE
8886    SYNTAX      DellStatus
8887    ACCESS      read-only
8888    STATUS      mandatory
8889    DESCRIPTION
8890"1100.0080.0001.0005 This attribute defines the status of the PCI device."
8891    ::= { pCIDeviceTableEntry 5 }
8892pCIDeviceSystemSlotIndexReference               OBJECT-TYPE
8893    SYNTAX      DellObjectRange
8894    ACCESS      read-only
8895    STATUS      mandatory
8896    DESCRIPTION
8897"1100.0080.0001.0006 This attribute defines the index (one based) of the
8898system slot that the PCI Device is in."
8899    ::= { pCIDeviceTableEntry 6 }
8900pCIDeviceDataBusWidth                           OBJECT-TYPE
8901    SYNTAX      DellUnsigned32BitRange
8902    ACCESS      read-only
8903    STATUS      mandatory
8904    DESCRIPTION
8905"1100.0080.0001.0007 This attribute defines the width of the data bus
8906of the PCI device."
8907    ::= { pCIDeviceTableEntry 7 }
8908pCIDeviceManufacturerName                       OBJECT-TYPE
8909    SYNTAX      DellString
8910    ACCESS      read-only
8911    STATUS      mandatory
8912    DESCRIPTION
8913"1100.0080.0001.0008 This attribute defines the name of the manufacturer
8914of the PCI device."
8915    ::= { pCIDeviceTableEntry 8 }
8916pCIDeviceDescriptionName                        OBJECT-TYPE
8917    SYNTAX      DellString
8918    ACCESS      read-only
8919    STATUS      mandatory
8920    DESCRIPTION
8921"1100.0080.0001.0009 This attribute defines the description of the PCI device."
8922    ::= { pCIDeviceTableEntry 9 }
8923pCIDeviceSpeed                                  OBJECT-TYPE
8924    SYNTAX      DellUnsigned32BitRange
8925    ACCESS      read-only
8926    STATUS      mandatory
8927    DESCRIPTION
8928"1100.0080.0001.0010 This attribute defines the bus speed in MHz of the
8929PCI device.  Zero indicates the speed is unknown."
8930    ::= { pCIDeviceTableEntry 10 }
8931pCIDeviceAdapterFault                           OBJECT-TYPE
8932    SYNTAX      DellBoolean
8933    ACCESS      read-only
8934    STATUS      mandatory
8935    DESCRIPTION
8936"1100.0080.0001.0011 This attribute defines if the PCI device has detected
8937a fault or not."
8938    ::= { pCIDeviceTableEntry 11 }
8939
8940
8941-------------------------------------------------------------------------------
8942-- PCI Device Configuration Space Table
8943--
8944-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.82.1.<a>.<i1>.<i2>
8945-------------------------------------------------------------------------------
8946
8947PCIDeviceConfigurationSpaceTableEntry           ::= SEQUENCE {
8948    pCIDeviceConfigurationSpacechassisIndex     DellObjectRange,
8949    pCIDeviceConfigurationSpaceIndex            DellObjectRange,
8950    pCIDeviceConfigurationSpaceStateCapabilities DellStateCapabilities,
8951    pCIDeviceConfigurationSpaceStateSettings    DellStateSettings,
8952    pCIDeviceConfigurationSpaceStatus           DellStatus,
8953    pCIDeviceIndexReference                     DellObjectRange,
8954    pCIDeviceConfigurationSpaceBusNumber        DellUnsigned32BitRange,
8955    pCIDeviceConfigurationSpaceDeviceNumber     DellUnsigned32BitRange,
8956    pCIDeviceConfigurationSpaceFunctionNumber   DellUnsigned32BitRange,
8957    pCIDeviceConfigurationSpaceHeader           OCTET STRING(SIZE(0..1025))
8958}
8959
8960pCIDeviceConfigurationSpaceTable                OBJECT-TYPE
8961    SYNTAX      SEQUENCE OF PCIDeviceConfigurationSpaceTableEntry
8962    ACCESS      not-accessible
8963    STATUS      mandatory
8964    DESCRIPTION
8965"1100.0082 This object defines the PCI Device Configuration Space Table."
8966    ::= { deviceGroup 82 }
8967pCIDeviceConfigurationSpaceTableEntry           OBJECT-TYPE
8968    SYNTAX      PCIDeviceConfigurationSpaceTableEntry
8969    ACCESS      not-accessible
8970    STATUS      mandatory
8971    DESCRIPTION
8972"1100.0082.0001 This object defines the PCI Device Configuration Space Table
8973Entry."
8974    INDEX       { pCIDeviceConfigurationSpacechassisIndex,
8975                  pCIDeviceConfigurationSpaceIndex }
8976    ::= { pCIDeviceConfigurationSpaceTable 1 }
8977
8978pCIDeviceConfigurationSpacechassisIndex         OBJECT-TYPE
8979    SYNTAX      DellObjectRange
8980    ACCESS      read-only
8981    STATUS      mandatory
8982    DESCRIPTION
8983"1100.0082.0001.0001 This attribute defines the index (one based) of the
8984associated chassis."
8985    ::= { pCIDeviceConfigurationSpaceTableEntry 1 }
8986pCIDeviceConfigurationSpaceIndex                OBJECT-TYPE
8987    SYNTAX      DellObjectRange
8988    ACCESS      read-only
8989    STATUS      mandatory
8990    DESCRIPTION
8991"1100.0082.0001.0002 This attribute defines the index (one based) of the
8992PCI device configuration space."
8993    ::= { pCIDeviceConfigurationSpaceTableEntry 2 }
8994pCIDeviceConfigurationSpaceStateCapabilities    OBJECT-TYPE
8995    SYNTAX      DellStateCapabilities
8996    ACCESS      read-only
8997    STATUS      mandatory
8998    DESCRIPTION
8999"1100.0082.0001.0003 This attribute defines the state capabilities of the
9000PCI device configuration space."
9001    ::= { pCIDeviceConfigurationSpaceTableEntry 3 }
9002pCIDeviceConfigurationSpaceStateSettings        OBJECT-TYPE
9003    SYNTAX      DellStateSettings
9004    ACCESS      read-only
9005    STATUS      mandatory
9006    DESCRIPTION
9007"1100.0082.0001.0004 This attribute defines the state settings of the
9008PCI device configuration space."
9009    ::= { pCIDeviceConfigurationSpaceTableEntry 4 }
9010pCIDeviceConfigurationSpaceStatus               OBJECT-TYPE
9011    SYNTAX      DellStatus
9012    ACCESS      read-only
9013    STATUS      mandatory
9014    DESCRIPTION
9015"1100.0082.0001.0005 This attribute defines the status of the
9016PCI device configuration space."
9017    ::= { pCIDeviceConfigurationSpaceTableEntry 5 }
9018pCIDeviceIndexReference                         OBJECT-TYPE
9019    SYNTAX      DellObjectRange
9020    ACCESS      read-only
9021    STATUS      mandatory
9022    DESCRIPTION
9023"1100.0082.0001.0006 This attribute defines the index (one based) of the
9024PCI device that this PCI device configuration space applies to."
9025    ::= { pCIDeviceConfigurationSpaceTableEntry 6 }
9026pCIDeviceConfigurationSpaceBusNumber            OBJECT-TYPE
9027    SYNTAX      DellUnsigned32BitRange
9028    ACCESS      read-only
9029    STATUS      mandatory
9030    DESCRIPTION
9031"1100.0082.0001.0007 This attribute defines the bus number of the
9032PCI device configuration space."
9033    ::= { pCIDeviceConfigurationSpaceTableEntry 7 }
9034pCIDeviceConfigurationSpaceDeviceNumber         OBJECT-TYPE
9035    SYNTAX      DellUnsigned32BitRange
9036    ACCESS      read-only
9037    STATUS      mandatory
9038    DESCRIPTION
9039"1100.0082.0001.0008 This attribute defines the device number of the
9040PCI device configuration space."
9041    ::= { pCIDeviceConfigurationSpaceTableEntry 8 }
9042pCIDeviceConfigurationSpaceFunctionNumber       OBJECT-TYPE
9043    SYNTAX      DellUnsigned32BitRange
9044    ACCESS      read-only
9045    STATUS      mandatory
9046    DESCRIPTION
9047"1100.0082.0001.0009 This attribute defines the function number of the
9048PCI device configuration space."
9049    ::= { pCIDeviceConfigurationSpaceTableEntry 9 }
9050pCIDeviceConfigurationSpaceHeader               OBJECT-TYPE
9051    SYNTAX      OCTET STRING(SIZE(0..1025))
9052    ACCESS      read-only
9053    STATUS      mandatory
9054    DESCRIPTION
9055"1100.0082.0001.0010 This attribute defines the header of the
9056PCI device configuration space."
9057    ::= { pCIDeviceConfigurationSpaceTableEntry 10 }
9058
9059
9060-------------------------------------------------------------------------------
9061-- Network Device Table
9062--
9063-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.90.1.<a>.<i1>.<i2>
9064-------------------------------------------------------------------------------
9065
9066DellNetworkDeviceConnectionStatus               ::= INTEGER {
9067    -- unknown(0),                              -  unable to determine connection status
9068    connected(1),                               -- media reports connected
9069    disconnected(2),                            -- media reports disconnected
9070    driverBad(3),                               -- driver cannot be opened to determine status
9071    driverDisabled(4),                          -- driver is disabled
9072    hardwareInitalizing(10),                    -- hardware is initializing
9073    hardwareResetting(11),                      -- hardware is resetting
9074    hardwareClosing(12),                        -- hardware is closing down
9075    hardwareNotReady(13)                        -- hardware is not ready
9076}
9077DellNetworkDeviceTeamingFlags                   ::= INTEGER {
9078    -- Note: These values are bit fields, so combination values are possible.
9079    -- undefined(0),                            -  teaming flags are undefined
9080    noTeam(1),                                  -- device is not part of any team
9081    teamingEnabled(2),                          -- teaming is enabled
9082    adapterFaultToleranceMode(4),               -- adapter fault tolerance teaming mode
9083    loadBalancingMode(8)                        -- load balancing teaming mode
9084}
9085DellNetworkDeviceTOECapabilityFlags             ::= INTEGER {
9086    -- Note: These values are bit fields, so combination values are possible.
9087    -- none(0),                                 -  querying for TOE capability is not supported
9088    unknown(1),                                 -- querying for TOE capability is supported but query returned an error
9089    available(2),                               -- device has TOE capability
9090    notAvailable(4),                            -- device does not have TOE capability
9091    cannotBeDetermined(8),                      -- querying for TOE capability is supported but an error prevented querying
9092    driverNotResponding(16)                     -- querying for TOE capability is supported but driver did not respond to query
9093}
9094DellNetworkDeviceRDMACapabilityFlags            ::= INTEGER {
9095    -- Note: These values are bit fields, so combination values are possible.
9096    -- none(0),                                 -  querying for RDMA capability is not supported
9097    unknown(1),                                 -- querying for RDMA capability is supported but query returned an error
9098    available(2),                               -- device has RDMA capability
9099    notAvailable(4),                            -- device does not have RDMA capability
9100    cannotBeDetermined(8),                      -- querying for RDMA capability is supported but an error prevented querying
9101    driverNotResponding(16)                     -- querying for RDMA capability is supported but driver did not respond to query
9102}
9103DellNetworkDeviceiSCSICapabilityFlags           ::= INTEGER {
9104    -- Note: These values are bit fields, so combination values are possible.
9105    -- none(0),                                 -  querying for iSCSI capability is not supported
9106    unknown(1),                                 -- querying for iSCSI capability is supported but query returned an error
9107    available(2),                               -- device has iSCSI capability
9108    notAvailable(4),                            -- device does not have iSCSI capability
9109    cannotBeDetermined(8),                      -- querying for iSCSI capability is supported but an error prevented querying
9110    driverNotResponding(16)                     -- querying for iSCSI capability is supported but driver did not respond to query
9111}
9112DellNetworkDeviceCapabilities                   ::= INTEGER {
9113    -- Note: These values are bit fields, so combination values are possible.
9114    -- notSupported(0),                         -  device does not support reporting capabilities via this attribute
9115    supported(1),                               -- device supports reporting capabilities via this attribute
9116    toe(2),                                     -- device has TOE capability
9117    iscsiOffload(4),                            -- device has iSCSI Offload capability
9118    fcoeOffload(8)                              -- device has FCoE Offload capability
9119}
9120DellNetworkDeviceNParEPEnabled                  ::= INTEGER {
9121    disabled(1),                                -- NParEP mode is not enabled on device
9122    enabled(2),                                 -- NparEP mode is enabled on device
9123    unknown (3)                                -- don't know NParEP mode on device
9124}
9125
9126NetworkDeviceTableEntry                         ::= SEQUENCE {
9127    networkDeviceChassisIndex                   DellObjectRange,
9128    networkDeviceIndex                          DellObjectRange,
9129    networkDeviceStatus                         DellStatus,
9130    networkDeviceConnectionStatus               DellNetworkDeviceConnectionStatus,
9131    networkDeviceDescriptionName                DellString,
9132    networkDeviceProductName                    DellString,
9133    networkDeviceVendorName                     DellString,
9134    networkDeviceServiceName                    DellString,
9135    networkDeviceDriverImagePathName            DellString,
9136    networkDeviceDriverVersionName              DellString,
9137    networkDeviceIPAddress                      IpAddress,
9138    networkDeviceIPSubnetMask                   IpAddress,
9139    networkDeviceDefaultGatewayIPAddress        IpAddress,
9140    networkDeviceDHCPServerIPAddress            IpAddress,
9141    networkDeviceCurrentMACAddress              DellMACAddress,
9142    networkDevicePermanentMACAddress            DellMACAddress,
9143    networkDevicePCIBusNumber                   DellUnsigned8BitRange,
9144    networkDevicePCIDeviceNumber                DellUnsigned8BitRange,
9145    networkDevicePCIFunctionNumber              DellUnsigned8BitRange,
9146    networkDeviceIRQ                            DellUnsigned32BitRange,
9147    networkDeviceBaseIOPortAddress              DellUnsigned32BitRange,
9148    networkDeviceTeamingFlags                   DellNetworkDeviceTeamingFlags,
9149    networkDeviceTOECapabilityFlags             DellNetworkDeviceTOECapabilityFlags,
9150    networkDeviceTOEEnabled                     DellBoolean,
9151    networkDeviceRDMACapabilityFlags            DellNetworkDeviceRDMACapabilityFlags,
9152    networkDeviceRDMAEnabled                    DellBoolean,
9153    networkDeviceiSCSICapabilityFlags           DellNetworkDeviceiSCSICapabilityFlags,
9154    networkDeviceiSCSIEnabled                   DellBoolean,
9155    networkDeviceCapabilities                   DellNetworkDeviceCapabilities,
9156    networkDeviceNParEPEnabled                  DellNetworkDeviceNParEPEnabled
9157}
9158
9159networkDeviceTable                              OBJECT-TYPE
9160    SYNTAX      SEQUENCE OF NetworkDeviceTableEntry
9161    ACCESS      not-accessible
9162    STATUS      mandatory
9163    DESCRIPTION
9164"1100.0090 This object defines the Network Device Table."
9165    ::= { deviceGroup 90 }
9166networkDeviceTableEntry                         OBJECT-TYPE
9167    SYNTAX      NetworkDeviceTableEntry
9168    ACCESS      not-accessible
9169    STATUS      mandatory
9170    DESCRIPTION
9171"1100.0090.0001 This object defines the Network Device Table Entry."
9172    INDEX       { networkDeviceChassisIndex,
9173                  networkDeviceIndex }
9174    ::= { networkDeviceTable 1 }
9175
9176networkDeviceChassisIndex                       OBJECT-TYPE
9177    SYNTAX      DellObjectRange
9178    ACCESS      read-only
9179    STATUS      mandatory
9180    DESCRIPTION
9181"1100.0090.0001.0001 This attribute defines the index (one based) of the
9182chassis that contains the network device."
9183    ::= { networkDeviceTableEntry 1 }
9184networkDeviceIndex                              OBJECT-TYPE
9185    SYNTAX      DellObjectRange
9186    ACCESS      read-only
9187    STATUS      mandatory
9188    DESCRIPTION
9189"1100.0090.0001.0002 This attribute defines the index (one based) of the
9190network device."
9191    ::= { networkDeviceTableEntry 2 }
9192networkDeviceStatus                             OBJECT-TYPE
9193    SYNTAX      DellStatus
9194    ACCESS      read-only
9195    STATUS      mandatory
9196    DESCRIPTION
9197"1100.0090.0001.0003 This attribute defines the status of the network device."
9198    ::= { networkDeviceTableEntry 3 }
9199networkDeviceConnectionStatus                   OBJECT-TYPE
9200    SYNTAX      DellNetworkDeviceConnectionStatus
9201    ACCESS      read-only
9202    STATUS      mandatory
9203    DESCRIPTION
9204"1100.0090.0001.0004 This attribute defines the connection status of the
9205network device."
9206    ::= { networkDeviceTableEntry 4 }
9207networkDeviceDescriptionName                    OBJECT-TYPE
9208    SYNTAX      DellString
9209    ACCESS      read-only
9210    STATUS      mandatory
9211    DESCRIPTION
9212"1100.0090.0001.0005 This attribute defines the description of the
9213network device."
9214    ::= { networkDeviceTableEntry 5 }
9215networkDeviceProductName                        OBJECT-TYPE
9216    SYNTAX      DellString
9217    ACCESS      read-only
9218    STATUS      mandatory
9219    DESCRIPTION
9220"1100.0090.0001.0006 This attribute defines the product name of the
9221network device."
9222    ::= { networkDeviceTableEntry 6 }
9223networkDeviceVendorName                         OBJECT-TYPE
9224    SYNTAX      DellString
9225    ACCESS      read-only
9226    STATUS      mandatory
9227    DESCRIPTION
9228"1100.0090.0001.0007 This attribute defines the name of the vendor of the
9229network device."
9230    ::= { networkDeviceTableEntry 7 }
9231networkDeviceServiceName                        OBJECT-TYPE
9232    SYNTAX      DellString
9233    ACCESS      read-only
9234    STATUS      mandatory
9235    DESCRIPTION
9236"1100.0090.0001.0008 This attribute defines the service name of the
9237network device."
9238    ::= { networkDeviceTableEntry 8 }
9239networkDeviceDriverImagePathName                OBJECT-TYPE
9240    SYNTAX      DellString
9241    ACCESS      read-only
9242    STATUS      mandatory
9243    DESCRIPTION
9244"1100.0090.0001.0009 This attribute defines the path to the binary image
9245of the driver for the network device."
9246    ::= { networkDeviceTableEntry 9 }
9247networkDeviceDriverVersionName                  OBJECT-TYPE
9248    SYNTAX      DellString
9249    ACCESS      read-only
9250    STATUS      mandatory
9251    DESCRIPTION
9252"1100.0090.0001.0010 This attribute defines the version of the driver
9253for the network device."
9254    ::= { networkDeviceTableEntry 10 }
9255networkDeviceIPAddress                          OBJECT-TYPE
9256    SYNTAX      IpAddress
9257    ACCESS      read-only
9258    STATUS      mandatory
9259    DESCRIPTION
9260"1100.0090.0001.0011 This attribute defines the IP address of the
9261network device."
9262    ::= { networkDeviceTableEntry 11 }
9263networkDeviceIPSubnetMask                       OBJECT-TYPE
9264    SYNTAX      IpAddress
9265    ACCESS      read-only
9266    STATUS      mandatory
9267    DESCRIPTION
9268"1100.0090.0001.0012 This attribute defines the IP subnet mask for the
9269IP address currently assigned to the network device."
9270    ::= { networkDeviceTableEntry 12 }
9271networkDeviceDefaultGatewayIPAddress            OBJECT-TYPE
9272    SYNTAX      IpAddress
9273    ACCESS      read-only
9274    STATUS      mandatory
9275    DESCRIPTION
9276"1100.0090.0001.0013 This attribute defines the IP address of the
9277default gateway for the network device."
9278    ::= { networkDeviceTableEntry 13 }
9279networkDeviceDHCPServerIPAddress                OBJECT-TYPE
9280    SYNTAX      IpAddress
9281    ACCESS      read-only
9282    STATUS      mandatory
9283    DESCRIPTION
9284"1100.0090.0001.0014 This attribute defines the IP address of the
9285DHCP server that was used to obtain the IP address of the network device
9286if DHCP is used to configure the network device."
9287    ::= { networkDeviceTableEntry 14 }
9288networkDeviceCurrentMACAddress                  OBJECT-TYPE
9289    SYNTAX      DellMACAddress
9290    ACCESS      read-only
9291    STATUS      mandatory
9292    DESCRIPTION
9293"1100.0090.0001.0015 This attribute defines the current MAC address of the
9294network device."
9295    ::= { networkDeviceTableEntry 15 }
9296networkDevicePermanentMACAddress                OBJECT-TYPE
9297    SYNTAX      DellMACAddress
9298    ACCESS      read-only
9299    STATUS      mandatory
9300    DESCRIPTION
9301"1100.0090.0001.0016 This attribute defines the permanent MAC address of the
9302network device."
9303    ::= { networkDeviceTableEntry 16 }
9304networkDevicePCIBusNumber                       OBJECT-TYPE
9305    SYNTAX      DellUnsigned8BitRange
9306    ACCESS      read-only
9307    STATUS      mandatory
9308    DESCRIPTION
9309"1100.0090.0001.0017 This attribute defines the PCI bus number of the
9310network device."
9311    ::= { networkDeviceTableEntry 17 }
9312networkDevicePCIDeviceNumber                    OBJECT-TYPE
9313    SYNTAX      DellUnsigned8BitRange
9314    ACCESS      read-only
9315    STATUS      mandatory
9316    DESCRIPTION
9317"1100.0090.0001.0018 This attribute defines the PCI device number of the
9318network device."
9319    ::= { networkDeviceTableEntry 18 }
9320networkDevicePCIFunctionNumber                  OBJECT-TYPE
9321    SYNTAX      DellUnsigned8BitRange
9322    ACCESS      read-only
9323    STATUS      mandatory
9324    DESCRIPTION
9325"1100.0090.0001.0019 This attribute defines the PCI function number of the
9326network device."
9327    ::= { networkDeviceTableEntry 19 }
9328networkDeviceIRQ                                OBJECT-TYPE
9329    SYNTAX      DellUnsigned32BitRange
9330    ACCESS      read-only
9331    STATUS      mandatory
9332    DESCRIPTION
9333"1100.0090.0001.0020 This attribute defines the interrupt request number
9334of the network device."
9335    ::= { networkDeviceTableEntry 20 }
9336networkDeviceBaseIOPortAddress                  OBJECT-TYPE
9337    SYNTAX      DellUnsigned32BitRange
9338    ACCESS      read-only
9339    STATUS      mandatory
9340    DESCRIPTION
9341"1100.0090.0001.0021 This attribute defines the base input/outport port
9342address of the network device."
9343    ::= { networkDeviceTableEntry 21 }
9344networkDeviceTeamingFlags                       OBJECT-TYPE
9345    SYNTAX      DellNetworkDeviceTeamingFlags
9346    ACCESS      read-only
9347    STATUS      mandatory
9348    DESCRIPTION
9349"1100.0090.0001.0022 This attribute defines the teaming features of the
9350network device."
9351    ::= { networkDeviceTableEntry 22 }
9352networkDeviceTOECapabilityFlags                 OBJECT-TYPE
9353    SYNTAX      DellNetworkDeviceTOECapabilityFlags
9354    ACCESS      read-only
9355    STATUS      mandatory
9356    DESCRIPTION
9357"1100.0090.0001.0023 This attribute defines the TCP/IP Offload Engine (TOE)
9358capability flags of the network device."
9359    ::= { networkDeviceTableEntry 23 }
9360networkDeviceTOEEnabled                         OBJECT-TYPE
9361    SYNTAX      DellBoolean
9362    ACCESS      read-only
9363    STATUS      mandatory
9364    DESCRIPTION
9365"1100.0090.0001.0024 This attribute defines if TOE is enabled for the
9366network device."
9367    ::= { networkDeviceTableEntry 24 }
9368networkDeviceRDMACapabilityFlags                OBJECT-TYPE
9369    SYNTAX      DellNetworkDeviceRDMACapabilityFlags
9370    ACCESS      read-only
9371    STATUS      mandatory
9372    DESCRIPTION
9373"1100.0090.0001.0025 This attribute defines the Remote Direct Memory Access
9374(RDMA) capability flags of the network device."
9375    ::= { networkDeviceTableEntry 25 }
9376networkDeviceRDMAEnabled                        OBJECT-TYPE
9377    SYNTAX      DellBoolean
9378    ACCESS      read-only
9379    STATUS      mandatory
9380    DESCRIPTION
9381"1100.0090.0001.0026 This attribute defines if RDMA is enabled for the
9382network device."
9383    ::= { networkDeviceTableEntry 26 }
9384networkDeviceiSCSICapabilityFlags               OBJECT-TYPE
9385    SYNTAX      DellNetworkDeviceiSCSICapabilityFlags
9386    ACCESS      read-only
9387    STATUS      mandatory
9388    DESCRIPTION
9389"1100.0090.0001.0027 This attribute defines the Internet Small Computer
9390System Interface (iSCSI) capability flags of the network device."
9391    ::= { networkDeviceTableEntry 27 }
9392networkDeviceiSCSIEnabled                       OBJECT-TYPE
9393    SYNTAX      DellBoolean
9394    ACCESS      read-only
9395    STATUS      mandatory
9396    DESCRIPTION
9397"1100.0090.0001.0028 This attribute defines if iSCSI is enabled for the
9398network device."
9399    ::= { networkDeviceTableEntry 28 }
9400networkDeviceCapabilities                       OBJECT-TYPE
9401    SYNTAX      DellNetworkDeviceCapabilities
9402    ACCESS      read-only
9403    STATUS      mandatory
9404    DESCRIPTION
9405"1100.0090.0001.0029 This attribute defines the capabilities of the network device.
9406If this value is notSupported(0), the networkDeviceTOECapabilityFlags,
9407networkDeviceTOEEnabled, networkDeviceRDMACapabilityFlags, networkDeviceRDMAEnabled,
9408networkDeviceiSCSICapabilityFlags and networkDeviceiSCSIEnabled attributes should
9409be used to determine the network device capabilities.  If the supported(1) bit
9410is on, this attribute should be used to determine the network device capabilities,
9411and the attributes mentioned above should not be used.  NOTE: For a network device
9412on Converged Network Adapter (CNA), this attribute provides capability information
9413for the CNA and not for the network device. For more information read vendor
9414documentation."
9415    ::= { networkDeviceTableEntry 29 }
9416networkDeviceNParEPEnabled                       OBJECT-TYPE
9417    SYNTAX      DellNetworkDeviceNParEPEnabled
9418    ACCESS      read-only
9419    STATUS      mandatory
9420    DESCRIPTION
9421"1100.0090.0001.0030 This attribute defines if NParEP mode is enabled for the
9422network device."
9423    ::= { networkDeviceTableEntry 30 }
9424
9425-------------------------------------------------------------------------------
9426-- Managed System Services Device Table
9427--
9428-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.100.1.<a>.<i1>.<i2>
9429-------------------------------------------------------------------------------
9430
9431DellManagedSystemServicesDeviceType             ::= INTEGER {
9432    -- baseDevice(0),                           -  type is base device
9433    optionalDevice(1)                           -- type is optional device
9434}
9435
9436ManagedSystemServicesDeviceTableEntry           ::= SEQUENCE {
9437    managedSystemServicesDeviceChassisIndex     DellObjectRange,
9438    managedSystemServicesDeviceIndex            DellObjectRange,
9439    managedSystemServicesDeviceStatus           DellStatus,
9440    managedSystemServicesDeviceType             DellManagedSystemServicesDeviceType,
9441    managedSystemServicesDeviceStoragePresent   DellBoolean,
9442    managedSystemServicesDeviceStorageSize      DellUnsigned32BitRange
9443}
9444
9445managedSystemServicesDeviceTable                OBJECT-TYPE
9446    SYNTAX      SEQUENCE OF ManagedSystemServicesDeviceTableEntry
9447    ACCESS      not-accessible
9448    STATUS      mandatory
9449    DESCRIPTION
9450"1100.0100 This object defines the Managed System Services Device Table."
9451    ::= { deviceGroup 100 }
9452managedSystemServicesDeviceTableEntry           OBJECT-TYPE
9453    SYNTAX      ManagedSystemServicesDeviceTableEntry
9454    ACCESS      not-accessible
9455    STATUS      mandatory
9456    DESCRIPTION
9457"1100.0100.0001 This object defines the Managed System Services Device Table
9458Entry."
9459    INDEX       { managedSystemServicesDeviceChassisIndex,
9460                  managedSystemServicesDeviceIndex }
9461    ::= { managedSystemServicesDeviceTable 1 }
9462
9463managedSystemServicesDeviceChassisIndex         OBJECT-TYPE
9464    SYNTAX      DellObjectRange
9465    ACCESS      read-only
9466    STATUS      mandatory
9467    DESCRIPTION
9468"1100.0100.0001.0001 This attribute defines the index (one-based) of the
9469chassis that contains the managed system services device."
9470    ::= { managedSystemServicesDeviceTableEntry 1 }
9471managedSystemServicesDeviceIndex                OBJECT-TYPE
9472    SYNTAX      DellObjectRange
9473    ACCESS      read-only
9474    STATUS      mandatory
9475    DESCRIPTION
9476"1100.0100.0001.0002 This attribute defines the index (one-based) of the
9477managed system services device."
9478    ::= { managedSystemServicesDeviceTableEntry 2 }
9479managedSystemServicesDeviceStatus               OBJECT-TYPE
9480    SYNTAX      DellStatus
9481    ACCESS      read-only
9482    STATUS      mandatory
9483    DESCRIPTION
9484"1100.0100.0001.0003 This attribute defines the status of the
9485managed system services device."
9486    ::= { managedSystemServicesDeviceTableEntry 3 }
9487managedSystemServicesDeviceType                 OBJECT-TYPE
9488    SYNTAX      DellManagedSystemServicesDeviceType
9489    ACCESS      read-only
9490    STATUS      mandatory
9491    DESCRIPTION
9492"1100.0100.0001.0004 This attribute defines the type of the
9493managed system services device."
9494    ::= { managedSystemServicesDeviceTableEntry 4 }
9495managedSystemServicesDeviceStoragePresent       OBJECT-TYPE
9496    SYNTAX      DellBoolean
9497    ACCESS      read-only
9498    STATUS      mandatory
9499    DESCRIPTION
9500"1100.0100.0001.0005 This attribute defines whether storage is present
9501on the managed system services device."
9502    ::= { managedSystemServicesDeviceTableEntry 5 }
9503managedSystemServicesDeviceStorageSize          OBJECT-TYPE
9504    SYNTAX      DellUnsigned32BitRange
9505    ACCESS      read-only
9506    STATUS      mandatory
9507    DESCRIPTION
9508"1100.0100.0001.0006 This attribute defines the size in MB (megabytes)
9509of the storage present on the managed system services device."
9510    ::= { managedSystemServicesDeviceTableEntry 6 }
9511
9512
9513-------------------------------------------------------------------------------
9514-- SD Card Unit Table
9515--
9516-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.110.1.<a>.<i1>.<i2>
9517-------------------------------------------------------------------------------
9518
9519SdCardUnitTableEntry                            ::= SEQUENCE {
9520    sdCardUnitChassisIndex                      DellObjectRange,
9521    sdCardUnitIndex                             DellObjectRange,
9522    sdCardUnitStateCapabilities                 DellStateCapabilities,
9523    sdCardUnitStateSettings                     DellStateSettings,
9524    sdCardUnitRedundancyStatus                  DellStatusRedundancy,
9525    sdCardUnitCountForRedundancy                DellObjectRange,
9526    sdCardUnitName                              DellString,
9527    sdCardUnitStatus                            DellStatus
9528}
9529
9530sdCardUnitTable                                 OBJECT-TYPE
9531    SYNTAX      SEQUENCE OF SdCardUnitTableEntry
9532    ACCESS      not-accessible
9533    STATUS      mandatory
9534    DESCRIPTION
9535"1100.0110 This object defines the SD Card Unit Table."
9536    ::= { deviceGroup 110 }
9537sdCardUnitTableEntry                            OBJECT-TYPE
9538    SYNTAX      SdCardUnitTableEntry
9539    ACCESS      not-accessible
9540    STATUS      mandatory
9541    DESCRIPTION
9542"1100.0110.0001 This object defines the SD Card Unit Table Entry."
9543    INDEX       { sdCardUnitChassisIndex,
9544                  sdCardUnitIndex }
9545    ::= { sdCardUnitTable 1 }
9546
9547sdCardUnitChassisIndex                          OBJECT-TYPE
9548    SYNTAX      DellObjectRange
9549    ACCESS      read-only
9550    STATUS      mandatory
9551    DESCRIPTION
9552"1100.0110.0001.0001 This attribute defines the index (one-based) of the
9553chassis that contains the SD Card unit."
9554    ::= { sdCardUnitTableEntry 1 }
9555sdCardUnitIndex                                 OBJECT-TYPE
9556    SYNTAX      DellObjectRange
9557    ACCESS      read-only
9558    STATUS      mandatory
9559    DESCRIPTION
9560"1100.0110.0001.0002 This attribute defines the index (one-based) of the
9561SD Card unit."
9562    ::= { sdCardUnitTableEntry 2 }
9563sdCardUnitStateCapabilities                     OBJECT-TYPE
9564    SYNTAX      DellStateCapabilities
9565    ACCESS      read-only
9566    STATUS      mandatory
9567    DESCRIPTION
9568"1100.0110.0001.0003 This attribute defines the state capabilities of the
9569SD Card unit."
9570    ::= { sdCardUnitTableEntry 3 }
9571sdCardUnitStateSettings                         OBJECT-TYPE
9572    SYNTAX      DellStateSettings
9573    ACCESS      read-only
9574    STATUS      mandatory
9575    DESCRIPTION
9576"1100.0110.0001.0004 This attribute defines the state settings of the
9577SD Card unit."
9578    ::= { sdCardUnitTableEntry 4 }
9579sdCardUnitRedundancyStatus                      OBJECT-TYPE
9580    SYNTAX      DellStatusRedundancy
9581    ACCESS      read-only
9582    STATUS      mandatory
9583    DESCRIPTION
9584"1100.0110.0001.0005 This attribute defines the redundancy status of the
9585SD Card unit."
9586    ::= { sdCardUnitTableEntry 5 }
9587sdCardUnitCountForRedundancy                    OBJECT-TYPE
9588    SYNTAX      DellObjectRange
9589    ACCESS      read-only
9590    STATUS      mandatory
9591    DESCRIPTION
9592"1100.0110.0001.0006 This attribute defines the total number of SD Card
9593devices required for this SD Card unit to have full redundancy."
9594    ::= { sdCardUnitTableEntry 6 }
9595sdCardUnitName                                  OBJECT-TYPE
9596    SYNTAX      DellString
9597    ACCESS      read-only
9598    STATUS      mandatory
9599    DESCRIPTION
9600"1100.0110.0001.0007 This attribute defines the name of the SD Card unit."
9601    ::= { sdCardUnitTableEntry 7 }
9602sdCardUnitStatus                                OBJECT-TYPE
9603    SYNTAX      DellStatus
9604    ACCESS      read-only
9605    STATUS      mandatory
9606    DESCRIPTION
9607"1100.0110.0001.0008 This attribute defines the status of the SD Card unit."
9608    ::= { sdCardUnitTableEntry 8 }
9609
9610
9611-------------------------------------------------------------------------------
9612-- SD Card Device Table
9613--
9614-- OID Format: 1.3.6.1.4.1.674.10892.1.1100.112.1.<a>.<i1>.<i2>
9615-------------------------------------------------------------------------------
9616
9617DellSDCardDeviceType                            ::= INTEGER {
9618    other(1),                                   -- device type is other
9619    unknown(2),                                 -- device type is unknown
9620    hypervisor(3),                              -- device type is Hypervisor
9621    vFlash(4)                                   -- device type is Virtual Flash (vFlash)
9622}
9623DellSDCardDeviceConfigCapabilities              ::= INTEGER {
9624    -- Note: These values are bit fields, so combination values are possible.
9625    -- none(0),                                 -  no capabilities
9626    sdCapable(1),                               -- SD media can be enabled
9627    vFlashCapable(2)                            -- vFlash can be enabled
9628}
9629DellSDCardDeviceConfigSettings                  ::= INTEGER {
9630    -- Note: These values are bit fields, so combination values are possible.
9631    -- none(0),                                 -  no settings enabled
9632    sdEnabled(1),                               -- SD media enabled
9633    vFlashEnabled(2)                            -- vFlash enabled
9634}
9635DellSDCardDeviceCardState                       ::= INTEGER {
9636    -- Note: These values are bit fields, so combination values are possible.
9637    -- none(0),                                 -  state is none of the following:
9638    present(1),                                 -- device is present
9639    ipmiReady(2),                               -- device is IPMI ready
9640    fullReady(4),                               -- device is full ready
9641    offline(8),                                 -- device is offline
9642    failed(16),                                 -- device is failed
9643    active(32),                                 -- device is active
9644    bootable(64),                               -- device is bootable
9645    writeProtect(128),                          -- device is write-protected
9646    standby(256)                                -- device is in standby mode
9647}
9648DellSDCardDeviceCardLicensed                    ::= INTEGER {
9649    -- unlicensed(0),                           -  SD card is not licensed by system vendor
9650    licensed(1)                                 -- SD card is licensed by system vendor
9651}
9652
9653SdCardDeviceTableEntry                          ::= SEQUENCE {
9654    sdCardDeviceChassisIndex                    DellObjectRange,
9655    sdCardDeviceIndex                           DellObjectRange,
9656    sdCardDeviceStatus                          DellStatus,
9657    sdCardDeviceType                            DellSDCardDeviceType,
9658    sdCardDeviceConfigCapabilities              DellSDCardDeviceConfigCapabilities,
9659    sdCardDeviceConfigSettings                  DellSDCardDeviceConfigSettings,
9660    sdCardDeviceLocationName                    DellString,
9661    sdCardDeviceCardPresent                     DellBoolean,
9662    sdCardDeviceCardState                       DellSDCardDeviceCardState,
9663    sdCardDeviceCardStorageSize                 DellUnsigned32BitRange,
9664    sdCardDeviceUnitIndexReference              DellObjectRange,
9665    sdCardDeviceCardAvailableStorageSize        DellSigned32BitRange,
9666    sdCardDeviceCardLicensed                    DellSDCardDeviceCardLicensed
9667}
9668
9669sdCardDeviceTable                               OBJECT-TYPE
9670    SYNTAX      SEQUENCE OF SdCardDeviceTableEntry
9671    ACCESS      not-accessible
9672    STATUS      mandatory
9673    DESCRIPTION
9674"1100.0112 This object defines the SD Card Device Table."
9675    ::= { deviceGroup 112 }
9676sdCardDeviceTableEntry                          OBJECT-TYPE
9677    SYNTAX      SdCardDeviceTableEntry
9678    ACCESS      not-accessible
9679    STATUS      mandatory
9680    DESCRIPTION
9681"1100.0112.0001 This object defines the SD Card Device Table Entry."
9682    INDEX       { sdCardDeviceChassisIndex,
9683                  sdCardDeviceIndex }
9684    ::= { sdCardDeviceTable 1 }
9685
9686sdCardDeviceChassisIndex                        OBJECT-TYPE
9687    SYNTAX      DellObjectRange
9688    ACCESS      read-only
9689    STATUS      mandatory
9690    DESCRIPTION
9691"1100.0112.0001.0001 This attribute defines the index (one-based) of the
9692chassis that contains the SD Card device."
9693    ::= { sdCardDeviceTableEntry 1 }
9694sdCardDeviceIndex                               OBJECT-TYPE
9695    SYNTAX      DellObjectRange
9696    ACCESS      read-only
9697    STATUS      mandatory
9698    DESCRIPTION
9699"1100.0112.0001.0002 This attribute defines the index (one-based) of the
9700SD Card device."
9701    ::= { sdCardDeviceTableEntry 2 }
9702sdCardDeviceStatus                              OBJECT-TYPE
9703    SYNTAX      DellStatus
9704    ACCESS      read-only
9705    STATUS      mandatory
9706    DESCRIPTION
9707"1100.0112.0001.0003 This attribute defines the status of the SD Card device."
9708    ::= { sdCardDeviceTableEntry 3 }
9709sdCardDeviceType                                OBJECT-TYPE
9710    SYNTAX      DellSDCardDeviceType
9711    ACCESS      read-only
9712    STATUS      mandatory
9713    DESCRIPTION
9714"1100.0112.0001.0004 This attribute defines the type of the SD Card device."
9715    ::= { sdCardDeviceTableEntry 4 }
9716sdCardDeviceConfigCapabilities                  OBJECT-TYPE
9717    SYNTAX      DellSDCardDeviceConfigCapabilities
9718    ACCESS      read-only
9719    STATUS      mandatory
9720    DESCRIPTION
9721"1100.0112.0001.0005 This attribute defines the configuration capabilities
9722of the SD Card device."
9723    ::= { sdCardDeviceTableEntry 5 }
9724sdCardDeviceConfigSettings                      OBJECT-TYPE
9725    SYNTAX      DellSDCardDeviceConfigSettings
9726    ACCESS      read-only
9727    STATUS      mandatory
9728    DESCRIPTION
9729"1100.0112.0001.0006 This attribute defines the configuration settings
9730of the SD Card device."
9731    ::= { sdCardDeviceTableEntry 6 }
9732sdCardDeviceLocationName                        OBJECT-TYPE
9733    SYNTAX      DellString
9734    ACCESS      read-only
9735    STATUS      mandatory
9736    DESCRIPTION
9737"1100.0112.0001.0007 This attribute defines the location of the SD Card device."
9738    ::= { sdCardDeviceTableEntry 7 }
9739sdCardDeviceCardPresent                         OBJECT-TYPE
9740    SYNTAX      DellBoolean
9741    ACCESS      read-only
9742    STATUS      mandatory
9743    DESCRIPTION
9744"1100.0112.0001.0008 This attribute defines whether the SD card is present
9745for the SD Card device."
9746    ::= { sdCardDeviceTableEntry 8 }
9747sdCardDeviceCardState                           OBJECT-TYPE
9748    SYNTAX      DellSDCardDeviceCardState
9749    ACCESS      read-only
9750    STATUS      mandatory
9751    DESCRIPTION
9752"1100.0112.0001.0009 This attribute defines the state of the SD card."
9753    ::= { sdCardDeviceTableEntry 9 }
9754sdCardDeviceCardStorageSize                     OBJECT-TYPE
9755    SYNTAX      DellUnsigned32BitRange
9756    ACCESS      read-only
9757    STATUS      mandatory
9758    DESCRIPTION
9759"1100.0112.0001.0010 This attribute defines the total storage size in MB (megabytes)
9760of the SD card for the SD Card device."
9761    ::= { sdCardDeviceTableEntry 10 }
9762sdCardDeviceUnitIndexReference                  OBJECT-TYPE
9763    SYNTAX      DellObjectRange
9764    ACCESS      read-only
9765    STATUS      mandatory
9766    DESCRIPTION
9767"1100.0112.0001.0011 This attribute defines the index to the associated
9768SD Card unit if the SD Card device is part of a SD Card unit."
9769    ::= { sdCardDeviceTableEntry 11 }
9770sdCardDeviceCardAvailableStorageSize            OBJECT-TYPE
9771    SYNTAX      DellSigned32BitRange
9772    ACCESS      read-only
9773    STATUS      mandatory
9774    DESCRIPTION
9775"1100.0112.0001.0012 This attribute defines the available storage size in MB (megabytes)
9776of the SD card for the SD Card device."
9777    ::= { sdCardDeviceTableEntry 12 }
9778sdCardDeviceCardLicensed                        OBJECT-TYPE
9779    SYNTAX      DellSDCardDeviceCardLicensed
9780    ACCESS      read-only
9781    STATUS      mandatory
9782    DESCRIPTION
9783"1100.0112.0001.0013 This attribute defines whether the SD card is licensed
9784by the system vendor."
9785    ::= { sdCardDeviceTableEntry 13 }
9786
9787
9788-------------------------------------------------------------------------------
9789-- Slot Group
9790--
9791-- OID Format: 1.3.6.1.4.1.674.10892.1.1200
9792-------------------------------------------------------------------------------
9793
9794
9795-------------------------------------------------------------------------------
9796-- System Slot Table
9797--
9798-- OID Format: 1.3.6.1.4.1.674.10892.1.1200.10.1.<a>.<i1>.<i2>
9799-------------------------------------------------------------------------------
9800
9801DellSystemSlotStateCapabilities                       ::= INTEGER {
9802    systemSlotHotPlugIsUnknown(1),              -- state capabilities are unknown
9803    systemSlotHotPlugIsHotPluggableCapable(2),  -- slot can support Hot Plug
9804    systemSlotHotPlugCanBePoweredOn(4),         -- slot power (and corresponding LED) can be powered on
9805    systemSlotHotPlugCanSignalAttention(8),     -- slot attention state (and corresponding LED) can be set
9806    systemSlotHotPlugCanSignalPowerFault(16),   -- slot power on fault (and corresponding LED) can be detected due to a short or overcurrent
9807    systemSlotHotPlugCanSignalAdapterPresent(32),  -- slot adapter (card) present in slot (may not be powered) can be detected
9808    systemSlotHotPlugCanSignalPowerButtonPressed(64),  -- slot power button can be pressed to signal a toggle of the power state
9809    canSupportAllHotPlugCapabilities(126),      -- slot can support all Hot Plug capabilities
9810    systemSlotCanProvide5Volts(128),            -- slot can provide 5 volt supply
9811    systemSlotCanProvide3Point3Volts(256),      -- slot can provide 3.3 volt supply
9812    systemSlotCanSignalIfShared(512),           -- slot opening if shared with another slot can be detected
9813    systemSlotCanSupportCard16(1024),           -- slot can support PC Card-16
9814    systemSlotCanSupportCardBus(2048),          -- slot can support CardBus
9815    systemSlotCanSupportZoomVideo(4096),        -- slot can support Zoom Video
9816    systemSlotCanSupportModemRingResume(8192),  -- slot can support Modem Ring Resume
9817    systemSlotCanSupportPMESignal(16384),       -- slot can support Power Management Enable (PME#) signal
9818    canSupportAllSlotCapabilities(32640),       -- slot can support all Slot capabilities
9819    canSupportAllSlotAndAllHotPlugCapabilities(32766) -- slot can support all Slot and all Hot Plug capabilities
9820}
9821DellSystemSlotStateSettings                     ::= INTEGER {
9822    systemSlotHotPlugIsUnknown(1),              -- state settings are unknown
9823    systemSlotHotPlugIsHotPluggable(2),         -- slot supports Hot Plug
9824    systemSlotHotPlugIsPoweredOn(4),            -- slot has power (and corresponding LED) ON
9825    systemSlotHotPlugIsAtAttention(8),          -- slot is at attention state (and corresponding LED) is ON
9826    systemSlotHotPlugHasPowerFaulted(16),       -- slot has power on fault (and corresponding LED) was detected due to a short or overcurrent
9827    systemSlotHotPlugAdapterIsPresent(32),      -- slot adapter (card) present in slot (may not be powered on)
9828    systemSlotHotPlugAdapterPresentAndPoweredOn(36),  -- slot adapter (card) present in slot and powered on
9829    systemSlotHotPlugPowerButtonPressed(64),    -- slot power button pressed to signal toggle of power state
9830    systemSlotProvides5Volts(128),              -- slot provides 5 volt supply
9831    systemSlotProvides3Point3Volts(256),        -- slot provides 3.3 volt supply
9832    systemSlotIsShared(512),                    -- slot opening is shared with another slot (e.g. PCI/EISA shared slot)
9833    systemSlotSupportsCard16(1024),             -- slot supports PC Card-16
9834    systemSlotSupportsCardBus(2048),            -- slot supports CardBus
9835    systemSlotSupportsZoomVideo(4096),          -- slot supports Zoom Video
9836    systemSlotSupportsModemRingResume(8192),    -- slot supports Modem Ring Resume
9837    systemSlotSupportsPMESignal(16384),         -- slot supports Power Management Enable (PME#) signal
9838    supportsPMEand3P3Vand5VandHotPluggable(16770),
9839    supportsPMEand3P3Vand5VhasAdapterOn(16804),
9840    supportsPMEand3P3Vand5VhasAdapterOnandisHotPluggable(16806),
9841    supportsPMEand3P3VIsSharedand5VhasAdapterOnandHotPlugable(17316)
9842}
9843DellSystemSlotType                              ::= INTEGER {
9844    systemSlotIsOther(1),                       -- type is Other
9845    systemSlotIsUnknown(2),                     -- type is Unknown
9846    systemSlotIsISA(3),                         -- type is ISA
9847    systemSlotIsMCA(4),                         -- type is MCA
9848    systemSlotIsEISA(5),                        -- type is EISA
9849    systemSlotIsPCI(6),                         -- type is PCI
9850    systemSlotIsPCMCIA(7),                      -- type is PCMCIA
9851    systemSlotIsVLVESA(8),                      -- type is VL-VESA
9852    systemSlotIsProprietary(9),                 -- type is Proprietary
9853    systemSlotIsProcessorCard(10),              -- type is Processor Card Slot
9854    systemSlotIsProprietaryMemory(11),          -- type is Proprietary Memory Card Slot
9855    systemSlotIsIORiserCard(12),                -- type is I/O Riser Card Slot
9856    systemSlotIsNuBUS(13),                      -- type is NuBus
9857    systemSlotIsPCI66MHz(14),                   -- type is PCI - 66MHz Capable
9858    systemSlotIsAGP(15),                        -- type is AGP
9859    systemSlotIsAGP2X(16),                      -- type is AGP 2X
9860    systemSlotIsAGP4X(17),                      -- type is AGP 4X
9861    systemSlotIsPC98C20(18),                    -- type is PC-98/C20
9862    systemSlotIsPC98C24(19),                    -- type is PC-98/C24
9863    systemSlotIsPC98E(20),                      -- type is PC-98/E
9864    systemSlotIsPC98LocalBus(21),               -- type is PC-98/Local Bus
9865    systemSlotIsPC98Card(22),                   -- type is PC-98/Card
9866    systemSlotIsPCIX(23),                       -- type is PCI-X
9867    systemSlotIsPCIExpress(24),                 -- type is PCI Express
9868    systemSlotIsAGP8X(25),                      -- type is AGP 8X
9869    systemSlotIsPCIExpressX1(166),              -- type is PCI Express x1
9870    systemSlotIsPCIExpressX2(167),              -- type is PCI Express x2
9871    systemSlotIsPCIExpressX4(168),              -- type is PCI Express x4
9872    systemSlotIsPCIExpressX8(169),              -- type is PCI Express x8
9873    systemSlotIsPCIExpressX16(170),             -- type is PCI Express x16
9874    systemSlotIsPCIExpressGen2(171),            -- type is PCI Express Gen 2
9875    systemSlotIsPCIExpressGen2X1(172),          -- type is PCI Express Gen 2 x1
9876    systemSlotIsPCIExpressGen2X2(173),          -- type is PCI Express Gen 2 x2
9877    systemSlotIsPCIExpressGen2X4(174),          -- type is PCI Express Gen 2 x4
9878    systemSlotIsPCIExpressGen2X8(175),          -- type is PCI Express Gen 2 x8
9879    systemSlotIsPCIExpressGen2X16(176)          -- type is PCI Express Gen 2 x16
9880}
9881DellSystemSlotUsage                             ::= INTEGER {
9882    systemSlotUsageIsOther(1),                  -- usage is other than following values
9883    systemSlotUsageIsUnknown(2),                -- usage is unknown
9884    systemSlotUsageIsAvailable(3),              -- usage is available
9885    systemSlotUsageIsInUse(4)                   -- usage is in use
9886}
9887DellSystemSlotLength                            ::= INTEGER {
9888    systemSlotLengthIsOther(1),                 -- length is other than following values
9889    systemSlotLengthIsUnknown(2),               -- length is unknown
9890    systemSlotLengthIsShort(3),                 -- length is Short
9891    systemSlotLengthIsLong(4)                   -- length is Long
9892}
9893DellSystemSlotCategory                          ::= INTEGER {
9894    systemSlotCategoryIsOther(1),               -- category is other than following values
9895    systemSlotCategoryIsUnknown(2),             -- category is unknown
9896    systemSlotCategoryIsBusConnector(3),        -- category is Bus Connector
9897    systemSlotCategoryIsPCMCIA(4),              -- category is PCMCIA
9898    systemSlotCategoryIsMotherboard(5)          -- category is Motherboard
9899}
9900DellSystemSlotHotPlugBusWidth                   ::= INTEGER {
9901-- Bus Width meanings of type "n bits" are for parallel bus such as PCI.
9902-- Bus Width meanings of type "nx or xn" are for serial bus such as PCI Express.
9903    busWidthIsOther(1),                         -- bus width is other than following values
9904    busWidthIsUnknown(2),                       -- bus width is unknown
9905    busWidthIs8bits(3),                         -- bus width is 8 bits
9906    busWidthIs16bits(4),                        -- bus width is 16 bits
9907    busWidthIs32bits(5),                        -- bus width is 32 bits
9908    busWidthIs64bits(6),                        -- bus width is 64 bits
9909    busWidthIs128bits(7),                       -- bus width is 128 bits
9910    busWidthIs1xOrx1(8),                        -- bus width is 1x or x1
9911    busWidthIs2xOrx2(9),                        -- bus width is 2x or x2
9912    busWidthIs4xOrx4(10),                       -- bus width is 4x or x4
9913    busWidthIs8xOrx8(11),                       -- bus width is 8x or x8
9914    busWidthIs12xOrx12(12),                     -- bus width is 12x or x12
9915    busWidthIs16xOrx16(13),                     -- bus width is 16x or x16
9916    busWidthIs32xOrx32(14)                      -- bus width is 32x or x32
9917}
9918
9919SystemSlotTableEntry                            ::= SEQUENCE {
9920    systemSlotchassisIndex                      DellObjectRange,
9921    systemSlotIndex                             DellObjectRange,
9922    systemSlotStateCapabilitiesUnique           DellSystemSlotStateCapabilities,
9923    systemSlotStateSettingsUnique               DellSystemSlotStateSettings,
9924    systemSlotStatus                            DellStatus,
9925    systemSlotCurrentUsage                      DellSystemSlotUsage,
9926    systemSlotType                              DellSystemSlotType,
9927    systemSlotSlotExternalSlotName              DellString,
9928    systemSlotLength                            DellSystemSlotLength,
9929    systemSlotSlotID                            DellUnsigned32BitRange,
9930    systemSlotCategory                          DellSystemSlotCategory,
9931    systemSlotHotPlugBusWidth                   DellSystemSlotHotPlugBusWidth,
9932    systemSlotHotPlugSlotSpeed                  DellUnsigned32BitRange,
9933    systemSlotHotPlugAdapterSpeed               DellUnsigned32BitRange
9934}
9935
9936systemSlotTable                                 OBJECT-TYPE
9937    SYNTAX      SEQUENCE OF SystemSlotTableEntry
9938    ACCESS      not-accessible
9939    STATUS      mandatory
9940    DESCRIPTION
9941"1200.0010 This object defines the System Slot Table."
9942    ::= { slotGroup 10 }
9943systemSlotTableEntry                            OBJECT-TYPE
9944    SYNTAX      SystemSlotTableEntry
9945    ACCESS      not-accessible
9946    STATUS      mandatory
9947    DESCRIPTION
9948"1200.0010.0001 This object defines the System Slot Table Entry."
9949    INDEX       { systemSlotchassisIndex,
9950                  systemSlotIndex }
9951    ::= { systemSlotTable 1 }
9952
9953systemSlotchassisIndex                          OBJECT-TYPE
9954    SYNTAX      DellObjectRange
9955    ACCESS      read-only
9956    STATUS      mandatory
9957    DESCRIPTION
9958"1200.0010.0001.0001 This attribute defines the index (one based) of the
9959associated chassis."
9960    ::= { systemSlotTableEntry 1 }
9961systemSlotIndex                                 OBJECT-TYPE
9962    SYNTAX      DellObjectRange
9963    ACCESS      read-only
9964    STATUS      mandatory
9965    DESCRIPTION
9966"1200.0010.0001.0002 This attribute defines the index (one based) of the
9967system slot."
9968    ::= { systemSlotTableEntry 2 }
9969systemSlotStateCapabilitiesUnique               OBJECT-TYPE
9970    SYNTAX      DellSystemSlotStateCapabilities
9971    ACCESS      read-only
9972    STATUS      mandatory
9973    DESCRIPTION
9974"1200.0010.0001.0003 This attribute defines the state capabilities of the
9975system slot."
9976    ::= { systemSlotTableEntry 3 }
9977systemSlotStateSettingsUnique                   OBJECT-TYPE
9978    SYNTAX      DellSystemSlotStateSettings
9979    ACCESS      read-only
9980    STATUS      mandatory
9981    DESCRIPTION
9982"1200.0010.0001.0004 This attribute defines the state settings of the
9983system slot."
9984    ::= { systemSlotTableEntry 4 }
9985systemSlotStatus                                OBJECT-TYPE
9986    SYNTAX      DellStatus
9987    ACCESS      read-only
9988    STATUS      mandatory
9989    DESCRIPTION
9990"1200.0010.0001.0005 This attribute defines the status of the system slot."
9991    ::= { systemSlotTableEntry 5 }
9992systemSlotCurrentUsage                          OBJECT-TYPE
9993    SYNTAX      DellSystemSlotUsage
9994    ACCESS      read-only
9995    STATUS      mandatory
9996    DESCRIPTION
9997"1200.0010.0001.0006 This attribute defines the current usage of the
9998system slot."
9999    ::= { systemSlotTableEntry 6 }
10000systemSlotType                                  OBJECT-TYPE
10001    SYNTAX      DellSystemSlotType
10002    ACCESS      read-only
10003    STATUS      mandatory
10004    DESCRIPTION
10005"1200.0010.0001.0007 This attribute defines the type of the system slot."
10006    ::= { systemSlotTableEntry 7 }
10007systemSlotSlotExternalSlotName                  OBJECT-TYPE
10008    SYNTAX      DellString
10009    ACCESS      read-only
10010    STATUS      mandatory
10011    DESCRIPTION
10012"1200.0010.0001.0008 This attribute defines the name of the external
10013connector name of the system slot."
10014    ::= { systemSlotTableEntry 8 }
10015systemSlotLength                                OBJECT-TYPE
10016    SYNTAX      DellSystemSlotLength
10017    ACCESS      read-only
10018    STATUS      mandatory
10019    DESCRIPTION
10020"1200.0010.0001.0009 This attribute defines the length of the system slot."
10021    ::= { systemSlotTableEntry 9 }
10022systemSlotSlotID                                OBJECT-TYPE
10023    SYNTAX      DellUnsigned32BitRange
10024    ACCESS      read-only
10025    STATUS      mandatory
10026    DESCRIPTION
10027"1200.0010.0001.0010 This attribute defines the slot identification number
10028of the system slot."
10029    ::= { systemSlotTableEntry 10 }
10030systemSlotCategory                              OBJECT-TYPE
10031    SYNTAX      DellSystemSlotCategory
10032    ACCESS      read-only
10033    STATUS      mandatory
10034    DESCRIPTION
10035"1200.0010.0001.0011 This attribute defines the category of the system slot."
10036    ::= { systemSlotTableEntry 11 }
10037systemSlotHotPlugBusWidth                       OBJECT-TYPE
10038    SYNTAX      DellSystemSlotHotPlugBusWidth
10039    ACCESS      read-only
10040    STATUS      mandatory
10041    DESCRIPTION
10042"1200.0010.0001.0012 This attribute defines the bus width of the hot plug
10043system slot."
10044    ::= { systemSlotTableEntry 12 }
10045systemSlotHotPlugSlotSpeed                      OBJECT-TYPE
10046    SYNTAX      DellUnsigned32BitRange
10047    ACCESS      read-only
10048    STATUS      mandatory
10049    DESCRIPTION
10050"1200.0010.0001.0013 This attribute defines the slot speed in MHz of the
10051hot plug system slot.  Zero indicates the slot speed is unknown."
10052    ::= { systemSlotTableEntry 13 }
10053systemSlotHotPlugAdapterSpeed                   OBJECT-TYPE
10054    SYNTAX      DellUnsigned32BitRange
10055    ACCESS      read-only
10056    STATUS      mandatory
10057    DESCRIPTION
10058"1200.0010.0001.0014 This attribute defines the adapter speed in MHz of the
10059hot plug system slot.  Zero indicates the adapter speed is unknown."
10060    ::= { systemSlotTableEntry 14 }
10061
10062
10063-------------------------------------------------------------------------------
10064-- Memory Group
10065--
10066-- OID Format: 1.3.6.1.4.1.674.10892.1.1300
10067-------------------------------------------------------------------------------
10068
10069
10070-------------------------------------------------------------------------------
10071-- Physical Memory Array Table
10072--
10073-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.10.1.<a>.<i1>.<i2>
10074-------------------------------------------------------------------------------
10075
10076DellPhysicalMemoryArrayLocation                 ::= INTEGER {
10077    memoryArrayLocationIsOther(1),              -- location is other than following values
10078    memoryArrayLocationIsUnknown(2),            -- location is unknown
10079    memoryArrayLocationIsSystemOrMotherboard(3),-- location is System Board or Motherboard
10080    memoryArrayLocationIsISA(4),                -- location is ISA add-on card
10081    memoryArrayLocationIsEISA(5),               -- location is EISA add-on card
10082    memoryArrayLocationIsPCI(6),                -- location is PCI add-on card
10083    memoryArrayLocationIsMCA(7),                -- location is MCA add-on card
10084    memoryArrayLocationIsPCMCIA(8),             -- location is PCMCIA add-on card
10085    memoryArrayLocationIsProprietary(9),        -- location is Proprietary add-on card
10086    memoryArrayLocationIsNUBUS(10),             -- location is NUBUS bus
10087    memoryArrayLocationIsPC98C20(11),           -- location is PC-98/C20 add-on card
10088    memoryArrayLocationIsPC98C24(12),           -- location is PC-98/C24 add-on card
10089    memoryArrayLocationIsPC98E(13),             -- location is PC-98/E add-on card
10090    memoryArrayLocationIsPC98LocalBus(14),      -- location is PC-98/Local Bus add-on card
10091    memoryArrayLocationIsPC98Card(15)           -- location is PC-98/Card slot add-on card
10092}
10093DellPhysicalMemoryArrayUse                      ::= INTEGER {
10094    memoryArrayUseIsOther(1),                   -- use is other than following values
10095    memoryArrayUseIsUnknown(2),                 -- use is unknown
10096    memoryArrayUseIsSystemMemory(3),            -- use is System Memory
10097    memoryArrayUseIsVideoMemory(4),             -- use is Video Memory
10098    memoryArrayUseIsFLASHMemory(5),             -- use is Flash Memory
10099    memoryArrayUseIsNonVolatileRAMMemory(6),    -- use is Nonvolatile RAM
10100    memoryArrayUseIsCacheMemory(7)              -- use is Cache Memory
10101}
10102DellPhysicalMemoryArrayECCType                  ::= INTEGER {
10103    memoryArrayECCTypeIsOther(1),               -- ECC type is other than following values
10104    memoryArrayECCTypeIsUnknown(2),             -- ECC type is unknown
10105    memoryArrayECCTypeIsNone(3),                -- ECC type is none
10106    memoryArrayECCTypeIsParity(4),              -- ECC type is Parity
10107    memoryArrayECCTypeIsSingleBitECC(5),        -- ECC type is Single bit ECC
10108    memoryArrayECCTypeIsMultiBitECC(6),         -- ECC type is Multibit ECC
10109    memoryArrayECCTypeIsCRC(7)                  -- ECC type is CRC
10110}
10111
10112PhysicalMemoryArrayTableEntry                            ::= SEQUENCE {
10113    physicalMemoryArraychassisIndex                      DellObjectRange,
10114    physicalMemoryArrayIndex                             DellObjectRange,
10115    physicalMemoryArrayStateCapabilities                 DellStateCapabilities,
10116    physicalMemoryArrayStateSettings                     DellStateSettings,
10117    physicalMemoryArrayStatus                            DellStatus,
10118    physicalMemoryArrayUse                               DellPhysicalMemoryArrayUse,
10119    physicalMemoryArrayECCType                           DellPhysicalMemoryArrayECCType,
10120    physicalMemoryArrayLocation                          DellPhysicalMemoryArrayLocation,
10121    physicalMemoryArrayMaximumSize                       DellUnsigned32BitRange,
10122    physicalMemoryArrayTotalNumberSockets                DellUnsigned32BitRange,
10123    physicalMemoryArrayInUseNumberSockets                DellUnsigned32BitRange,
10124    physicalMemoryArrayECCErrorNonRecoverableThreshold   DellSigned32BitRange,
10125    physicalMemoryArrayECCErrorCriticalThreshold         DellSigned32BitRange,
10126    physicalMemoryArrayECCErrorNonCriticalThreshold      DellSigned32BitRange,
10127    physicalMemoryArrayRedundantMemoryUnitIndexReference DellObjectRange,
10128    physicalMemoryArrayExtendedMaximumSize               DellUnsigned64BitRange
10129}
10130
10131physicalMemoryArrayTable                        OBJECT-TYPE
10132    SYNTAX      SEQUENCE OF PhysicalMemoryArrayTableEntry
10133    ACCESS      not-accessible
10134    STATUS      mandatory
10135    DESCRIPTION
10136"1300.0010 This object defines the Physical Memory Array Table."
10137    ::= { memoryGroup 10 }
10138physicalMemoryArrayTableEntry                   OBJECT-TYPE
10139    SYNTAX      PhysicalMemoryArrayTableEntry
10140    ACCESS      not-accessible
10141    STATUS      mandatory
10142    DESCRIPTION
10143"1300.0010.0001 This object defines the Physical Memory Array Table Entry."
10144    INDEX       { physicalMemoryArraychassisIndex,
10145                  physicalMemoryArrayIndex }
10146    ::= { physicalMemoryArrayTable 1 }
10147
10148physicalMemoryArraychassisIndex                 OBJECT-TYPE
10149    SYNTAX      DellObjectRange
10150    ACCESS      read-only
10151    STATUS      mandatory
10152    DESCRIPTION
10153"1300.0010.0001.0001 This attribute defines the index (one based) of the
10154associated chassis."
10155    ::= { physicalMemoryArrayTableEntry 1 }
10156physicalMemoryArrayIndex                        OBJECT-TYPE
10157    SYNTAX      DellObjectRange
10158    ACCESS      read-only
10159    STATUS      mandatory
10160    DESCRIPTION
10161"1300.0010.0001.0002 This attribute defines the index (one based) of the
10162physical memory array."
10163    ::= { physicalMemoryArrayTableEntry 2 }
10164physicalMemoryArrayStateCapabilities            OBJECT-TYPE
10165    SYNTAX      DellStateCapabilities
10166    ACCESS      read-only
10167    STATUS      mandatory
10168    DESCRIPTION
10169"1300.0010.0001.0003 This attribute defines the state capabilities of the
10170physical memory array."
10171    ::= { physicalMemoryArrayTableEntry 3 }
10172physicalMemoryArrayStateSettings                OBJECT-TYPE
10173    SYNTAX      DellStateSettings
10174    ACCESS      read-only
10175    STATUS      mandatory
10176    DESCRIPTION
10177"1300.0010.0001.0004 This attribute defines the state settings of the
10178physical memory array."
10179    ::= { physicalMemoryArrayTableEntry 4 }
10180physicalMemoryArrayStatus                       OBJECT-TYPE
10181    SYNTAX      DellStatus
10182    ACCESS      read-only
10183    STATUS      mandatory
10184    DESCRIPTION
10185"1300.0010.0001.0005 This attribute defines the status of the physical
10186memory array."
10187    ::= { physicalMemoryArrayTableEntry 5 }
10188physicalMemoryArrayUse                          OBJECT-TYPE
10189    SYNTAX      DellPhysicalMemoryArrayUse
10190    ACCESS      read-only
10191    STATUS      mandatory
10192    DESCRIPTION
10193"1300.0010.0001.0006 This attribute defines the use of the physical
10194memory array."
10195    ::= { physicalMemoryArrayTableEntry 6 }
10196physicalMemoryArrayECCType                      OBJECT-TYPE
10197    SYNTAX      DellPhysicalMemoryArrayECCType
10198    ACCESS      read-only
10199    STATUS      mandatory
10200    DESCRIPTION
10201"1300.0010.0001.0007 This attribute defines the error correction type used
10202by the physical memory array."
10203    ::= { physicalMemoryArrayTableEntry 7 }
10204physicalMemoryArrayLocation                     OBJECT-TYPE
10205    SYNTAX      DellPhysicalMemoryArrayLocation
10206    ACCESS      read-only
10207    STATUS      mandatory
10208    DESCRIPTION
10209"1300.0010.0001.0008 This attribute defines the location of the physical
10210memory array."
10211    ::= { physicalMemoryArrayTableEntry 8 }
10212physicalMemoryArrayMaximumSize                  OBJECT-TYPE
10213    SYNTAX      DellUnsigned32BitRange
10214    ACCESS      read-only
10215    STATUS      deprecated
10216    DESCRIPTION
10217"1300.0010.0001.0009 This attribute defines the maximum size in KBytes
10218of the physical memory array.  Zero inicates no memory is installed.
102192,147,483,647 indicates an unknown maximum size.
10220
10221**NOTE: This attribute is deprecated and replaced by physicalMemoryArrayExtendedMaximumSize."
10222    ::= { physicalMemoryArrayTableEntry 9 }
10223physicalMemoryArrayTotalNumberSockets           OBJECT-TYPE
10224    SYNTAX      DellUnsigned32BitRange
10225    ACCESS      read-only
10226    STATUS      mandatory
10227    DESCRIPTION
10228"1300.0010.0001.0010 This attribute defines the total number of memory
10229sockets available for the physical memory array.  2,147,483,647 indicates
10230an unknown number of sockets."
10231    ::= { physicalMemoryArrayTableEntry 10 }
10232physicalMemoryArrayInUseNumberSockets           OBJECT-TYPE
10233    SYNTAX      DellUnsigned32BitRange
10234    ACCESS      read-only
10235    STATUS      mandatory
10236    DESCRIPTION
10237"1300.0010.0001.0011 This attribute defines the total number of memory
10238sockets in use by the physical memory array.  2,147,483,647 indicates
10239an unknown number of sockets."
10240    ::= { physicalMemoryArrayTableEntry 11 }
10241physicalMemoryArrayECCErrorNonRecoverableThreshold OBJECT-TYPE
10242    SYNTAX      DellSigned32BitRange
10243    ACCESS      read-only
10244    STATUS      mandatory
10245    DESCRIPTION
10246"1300.0010.0001.0012 This attribute defines the value of the physical
10247memory array ECC error nonrecoverable threshold.  The value is an integer
10248representing the number of errors detected."
10249    ::= { physicalMemoryArrayTableEntry 12 }
10250physicalMemoryArrayECCErrorCriticalThreshold    OBJECT-TYPE
10251    SYNTAX      DellSigned32BitRange
10252    ACCESS      read-only
10253    STATUS      mandatory
10254    DESCRIPTION
10255"1300.0010.0001.00013 This attribute defines the value of the physical
10256memory array ECC error critical threshold.  The value is an integer
10257representing the number of errors detected."
10258    ::= { physicalMemoryArrayTableEntry 13 }
10259physicalMemoryArrayECCErrorNonCriticalThreshold OBJECT-TYPE
10260    SYNTAX      DellSigned32BitRange
10261    ACCESS      read-only
10262    STATUS      mandatory
10263    DESCRIPTION
10264"1300.0010.0001.00014 This attribute defines the value of the physical
10265memory array ECC error noncritical threshold.  The value is an integer
10266representing the number of errors detected."
10267    ::= { physicalMemoryArrayTableEntry 14 }
10268physicalMemoryArrayRedundantMemoryUnitIndexReference OBJECT-TYPE
10269    SYNTAX      DellObjectRange
10270    ACCESS      read-only
10271    STATUS      mandatory
10272    DESCRIPTION
10273"1300.0010.0001.0015 This attribute defines the index to the associated
10274redundant memory unit if this physical memory array is part of a redundant
10275memory unit."
10276    ::= { physicalMemoryArrayTableEntry 15 }
10277physicalMemoryArrayExtendedMaximumSize OBJECT-TYPE
10278    SYNTAX      DellUnsigned64BitRange
10279    ACCESS      read-only
10280    STATUS      mandatory
10281    DESCRIPTION
10282"1300.0010.0001.0016 This attribute defines the maximum size in Bytes
10283of the physical memory array.
10284
10285**NOTE: This attribute replaces the physicalMemoryArrayMaximumSize."
10286    ::= { physicalMemoryArrayTableEntry 16 }
10287
10288
10289-------------------------------------------------------------------------------
10290-- Physical Memory Array Mapped Table
10291--
10292-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.20.1.<a>.<i1>.<i2>
10293-------------------------------------------------------------------------------
10294
10295PhysicalMemoryArrayMappedTableEntry             ::= SEQUENCE {
10296    physicalMemoryArrayMappedchassisIndex       DellObjectRange,
10297    physicalMemoryArrayMappedIndex              DellObjectRange,
10298    physicalMemoryArrayMappedStateCapabilities  DellStateCapabilities,
10299    physicalMemoryArrayMappedStateSettings      DellStateSettings,
10300    physicalMemoryArrayMappedStatus             DellStatus,
10301    physicalMemoryArrayIndexReference           DellObjectRange,
10302    physicalMemoryArrayMappedStartingAddress    DellUnsigned64BitRange,
10303    physicalMemoryArrayMappedEndingAddress      DellUnsigned64BitRange,
10304    physicalMemoryArrayMappedPartitionWidth     DellUnsigned32BitRange
10305}
10306
10307physicalMemoryArrayMappedTable                  OBJECT-TYPE
10308    SYNTAX      SEQUENCE OF PhysicalMemoryArrayMappedTableEntry
10309    ACCESS      not-accessible
10310    STATUS      mandatory
10311    DESCRIPTION
10312"1300.0020 This object defines the Physical Memory Array Mapped Table."
10313    ::= { memoryGroup 20 }
10314physicalMemoryArrayMappedTableEntry             OBJECT-TYPE
10315    SYNTAX      PhysicalMemoryArrayMappedTableEntry
10316    ACCESS      not-accessible
10317    STATUS      mandatory
10318    DESCRIPTION
10319"1300.0020.0001 This object defines the Physical Memory Array Mapped
10320Table Entry."
10321    INDEX       { physicalMemoryArrayMappedchassisIndex,
10322                  physicalMemoryArrayMappedIndex }
10323    ::= { physicalMemoryArrayMappedTable 1 }
10324
10325physicalMemoryArrayMappedchassisIndex           OBJECT-TYPE
10326    SYNTAX      DellObjectRange
10327    ACCESS      read-only
10328    STATUS      mandatory
10329    DESCRIPTION
10330"1300.0020.0001.0001 This attribute defines the index (one based) of the
10331associated chassis."
10332    ::= { physicalMemoryArrayMappedTableEntry 1 }
10333physicalMemoryArrayMappedIndex                  OBJECT-TYPE
10334    SYNTAX      DellObjectRange
10335    ACCESS      read-only
10336    STATUS      mandatory
10337    DESCRIPTION
10338"1300.0020.0001.0002 This attribute defines the index (one based) of the
10339physical memory array mapped address."
10340    ::= { physicalMemoryArrayMappedTableEntry 2 }
10341physicalMemoryArrayMappedStateCapabilities      OBJECT-TYPE
10342    SYNTAX      DellStateCapabilities
10343    ACCESS      read-only
10344    STATUS      mandatory
10345    DESCRIPTION
10346"1300.0020.0001.0003 This attribute defines the state capabilities of the
10347physical memory array mapped address."
10348    ::= { physicalMemoryArrayMappedTableEntry 3 }
10349physicalMemoryArrayMappedStateSettings          OBJECT-TYPE
10350    SYNTAX      DellStateSettings
10351    ACCESS      read-only
10352    STATUS      mandatory
10353    DESCRIPTION
10354"1300.0020.0001.0004 This attribute defines the state settings of the
10355physical memory array mapped address."
10356    ::= { physicalMemoryArrayMappedTableEntry 4 }
10357physicalMemoryArrayMappedStatus                 OBJECT-TYPE
10358    SYNTAX      DellStatus
10359    ACCESS      read-only
10360    STATUS      mandatory
10361    DESCRIPTION
10362"1300.0020.0001.0005 This attribute defines the status of the
10363physical memory array mapped address."
10364    ::= { physicalMemoryArrayMappedTableEntry 5 }
10365physicalMemoryArrayIndexReference               OBJECT-TYPE
10366    SYNTAX      DellObjectRange
10367    ACCESS      read-only
10368    STATUS      mandatory
10369    DESCRIPTION
10370"1300.0020.0001.0006 This attribute defines the index (one based) of the
10371associated physical memory array."
10372    ::= { physicalMemoryArrayMappedTableEntry 6 }
10373physicalMemoryArrayMappedStartingAddress        OBJECT-TYPE
10374    SYNTAX      DellUnsigned64BitRange
10375    ACCESS      read-only
10376    STATUS      mandatory
10377    DESCRIPTION
10378"1300.0020.0001.0007 This attribute defines the physical starting address
10379in KBytes of the physical memory array mapped address."
10380    ::= { physicalMemoryArrayMappedTableEntry 7 }
10381physicalMemoryArrayMappedEndingAddress          OBJECT-TYPE
10382    SYNTAX      DellUnsigned64BitRange
10383    ACCESS      read-only
10384    STATUS      mandatory
10385    DESCRIPTION
10386"1300.0020.0001.0008 This attribute defines the physical ending address
10387in KBytes of the physical memory array mapped address."
10388    ::= { physicalMemoryArrayMappedTableEntry 8 }
10389physicalMemoryArrayMappedPartitionWidth         OBJECT-TYPE
10390    SYNTAX      DellUnsigned32BitRange
10391    ACCESS      read-only
10392    STATUS      mandatory
10393    DESCRIPTION
10394"1300.0020.0001.0009 This attribute defines the number of memory devices
10395that form a single row in the memory array mapped address.  2,147,483,647
10396indicates an unknown number of memory devices."
10397    ::= { physicalMemoryArrayMappedTableEntry 9 }
10398
10399
10400-------------------------------------------------------------------------------
10401-- Physical Memory Configuration Table
10402--
10403-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.30.1.<a>.<i1>.<i2>
10404-------------------------------------------------------------------------------
10405
10406DellPhysicalMemoryConfigStateCapabilities       ::= INTEGER {
10407    -- none(0),                                 -  no state capabilities supported
10408    unknownCapabilities(1),                     -- state capabilities are unknown
10409    enableCapable(2),                           -- memory config can be enabled and disabled
10410    notReadyCapable(4)                          -- memory config can be not ready
10411}
10412DellPhysicalMemoryConfigStateSettings           ::= INTEGER {
10413    -- none(0),                                 -  no state settings enabled
10414    unknown(1),                                 -- state settings are unknown
10415    enabled(2),                                 -- memory config is enabled
10416    notReady(4),                                -- memory config is not ready
10417    redundantMemoryIsActive(8),                 -- redundant memory is active (in use)
10418    enabledAndRedundantMemoryIsActive(10)
10419}
10420DellPhysicalMemoryConfigRedundantCapabilities   ::= INTEGER {
10421    -- none(0),                                 -  no redundant capabilities supported
10422    unknownCapabilities(1),                     -- redundant capabilities are unknown
10423    spareCapable(2),                            -- Spare redundancy is supported
10424    mirrorCapable(4),                           -- Mirror redundancy is supported
10425    spareAndMirrorCapable(6),
10426    raidCapable(8),                             -- RAID redundancy is supported
10427    dddcCapable(16)                             -- DDDC redundancy is supported
10428}
10429DellPhysicalMemoryConfigRedundantSettings       ::= INTEGER {
10430    -- none(0),                                 -  no redundant settings enabled
10431    unknown(1),                                 -- redundant settings are unknown
10432    -- The following settings are mutually exclusive:
10433    spareEnabled(2),                            -- Spare redundancy is enabled
10434    mirrorEnabled(4),                           -- Mirror redundancy is enabled
10435    raidEnabled(8),                             -- RAID redundancy is enabled
10436    dddcEnabled(16)                             -- DDDC redundancy is enabled
10437}
10438DellPhysicalMemoryConfigMOMCapabilities         ::= INTEGER {
10439    -- none(0),                                 -  no memory operating mode capabilities supported
10440    unknownCapabilities(1),                     -- memory operating mode capabilities are unknown
10441    momOptimizerCapable(2),                     -- Optimizer mode is supported
10442    momSpareCapable(4),                         -- Spare mode is supported
10443    momMirrorCapable(8),                        -- Mirror mode is supported
10444    momAdvancedECCCapable(16)                   -- Advanced ECC mode is supported
10445}
10446DellPhysicalMemoryConfigMOMSettings             ::= INTEGER {
10447    -- none(0),                                 -  no memory operating mode settings enabled
10448    unknown(1),                                 -- memory operating mode settings are unknown
10449    -- The following settings are mutually exclusive:
10450    momOptimizerEnabled(2),                     -- Optimizer mode is enabled
10451    momSpareEnabled(4),                         -- Spare mode is enabled
10452    momMirrorEnabled(8),                        -- Mirror mode is enabled
10453    momAdvancedECCEnabled(16)                   -- Advanced ECC mode is enabled
10454}
10455
10456PhysicalMemoryConfigTableEntry                  ::= SEQUENCE {
10457    physicalMemoryConfigChassisIndex            DellObjectRange,
10458    physicalMemoryConfigIndex                   DellObjectRange,
10459    physicalMemoryConfigStateCapabilities       DellPhysicalMemoryConfigStateCapabilities,
10460    physicalMemoryConfigStateSettings           DellPhysicalMemoryConfigStateSettings,
10461    physicalMemoryConfigStatus                  DellStatus,
10462    physicalMemoryConfigRedundantCapabilities   DellPhysicalMemoryConfigRedundantCapabilities,
10463    physicalMemoryConfigRedundantSettings       DellPhysicalMemoryConfigRedundantSettings,
10464    physicalMemoryConfigMOMCapabilities         DellPhysicalMemoryConfigMOMCapabilities,
10465    physicalMemoryConfigMOMSettings             DellPhysicalMemoryConfigMOMSettings
10466}
10467
10468physicalMemoryConfigTable                       OBJECT-TYPE
10469    SYNTAX      SEQUENCE OF PhysicalMemoryConfigTableEntry
10470    ACCESS      not-accessible
10471    STATUS      mandatory
10472    DESCRIPTION
10473"1300.0030 This object defines the Physical Memory Configuration Table."
10474    ::= { memoryGroup 30 }
10475physicalMemoryConfigTableEntry                  OBJECT-TYPE
10476    SYNTAX      PhysicalMemoryConfigTableEntry
10477    ACCESS      not-accessible
10478    STATUS      mandatory
10479    DESCRIPTION
10480"1300.0030.0001 This object defines the Physical Memory Configuration
10481Table Entry."
10482    INDEX       { physicalMemoryConfigChassisIndex,
10483                  physicalMemoryConfigIndex }
10484    ::= { physicalMemoryConfigTable 1 }
10485
10486physicalMemoryConfigChassisIndex                OBJECT-TYPE
10487    SYNTAX      DellObjectRange
10488    ACCESS      read-only
10489    STATUS      mandatory
10490    DESCRIPTION
10491"1300.0030.0001.0001 This attribute defines the index (one based) of the
10492associated chassis."
10493    ::= { physicalMemoryConfigTableEntry 1 }
10494physicalMemoryConfigIndex                       OBJECT-TYPE
10495    SYNTAX      DellObjectRange
10496    ACCESS      read-only
10497    STATUS      mandatory
10498    DESCRIPTION
10499"1300.0030.0001.0002 This attribute defines the index (one based) of the
10500physical memory configuration."
10501    ::= { physicalMemoryConfigTableEntry 2 }
10502physicalMemoryConfigStateCapabilities           OBJECT-TYPE
10503    SYNTAX      DellPhysicalMemoryConfigStateCapabilities
10504    ACCESS      read-only
10505    STATUS      mandatory
10506    DESCRIPTION
10507"1300.0030.0001.0003 This attribute defines the state capabilities of the
10508physical memory configuration."
10509    ::= { physicalMemoryConfigTableEntry 3 }
10510physicalMemoryConfigStateSettings               OBJECT-TYPE
10511    SYNTAX      DellPhysicalMemoryConfigStateSettings
10512    ACCESS      read-only
10513    STATUS      mandatory
10514    DESCRIPTION
10515"1300.0030.0001.0004 This attribute defines the state settings of the
10516physical memory configuration."
10517    ::= { physicalMemoryConfigTableEntry 4 }
10518physicalMemoryConfigStatus                      OBJECT-TYPE
10519    SYNTAX      DellStatus
10520    ACCESS      read-only
10521    STATUS      mandatory
10522    DESCRIPTION
10523"1300.0030.0001.0005 This attribute defines the status of the
10524physical memory configuration."
10525    ::= { physicalMemoryConfigTableEntry 5 }
10526physicalMemoryConfigRedundantCapabilities       OBJECT-TYPE
10527    SYNTAX      DellPhysicalMemoryConfigRedundantCapabilities
10528    ACCESS      read-only
10529    STATUS      mandatory
10530    DESCRIPTION
10531"1300.0030.0001.0006 This attribute defines the redundant capabilities of the
10532physical memory."
10533    ::= { physicalMemoryConfigTableEntry 6 }
10534physicalMemoryConfigRedundantSettings           OBJECT-TYPE
10535    SYNTAX      DellPhysicalMemoryConfigRedundantSettings
10536    ACCESS      read-only
10537    STATUS      mandatory
10538    DESCRIPTION
10539"1300.0030.0001.0007 This attribute defines the redundant settings of the
10540physical memory."
10541    ::= { physicalMemoryConfigTableEntry 7 }
10542physicalMemoryConfigMOMCapabilities             OBJECT-TYPE
10543    SYNTAX      DellPhysicalMemoryConfigMOMCapabilities
10544    ACCESS      read-only
10545    STATUS      mandatory
10546    DESCRIPTION
10547"1300.0030.0001.0008 This attribute defines the Memory Operating Mode capabilities
10548of the physical memory."
10549    ::= { physicalMemoryConfigTableEntry 8 }
10550physicalMemoryConfigMOMSettings                 OBJECT-TYPE
10551    SYNTAX      DellPhysicalMemoryConfigMOMSettings
10552    ACCESS      read-only
10553    STATUS      mandatory
10554    DESCRIPTION
10555"1300.0030.0001.0009 This attribute defines the Memory Operating Mode settings
10556of the physical memory."
10557    ::= { physicalMemoryConfigTableEntry 9 }
10558
10559
10560-------------------------------------------------------------------------------
10561-- Physical Memory Logging Table
10562--
10563-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.40.1.<a>.<i1>.<i2>
10564-------------------------------------------------------------------------------
10565
10566DellPhysicalMemoryLoggingCapabilities           ::= INTEGER {
10567    -- If set to 0 (zero), there are no Logging capabilities
10568    unknownCapabilities(1),                     -- logging capabilities are unknown
10569    enableCapable(2)                            -- logging can be enabled or disabled
10570}
10571DellPhysicalMemoryLoggingSettings               ::= INTEGER {
10572    -- If set to 0 (zero), there are no Logging settings enabled
10573    unknown(1),                                 -- logging settings are unknown
10574    enabled(2)                                  -- logging is enabled
10575}
10576
10577PhysicalMemoryLoggingTableEntry                 ::= SEQUENCE {
10578    physicalMemoryLoggingChassisIndex           DellObjectRange,
10579    physicalMemoryLoggingIndex                  DellObjectRange,
10580    physicalMemoryLoggingCapabilities           DellPhysicalMemoryLoggingCapabilities,
10581    physicalMemoryLoggingSettings               DellPhysicalMemoryLoggingSettings,
10582    physicalMemoryLoggingStatus                 DellStatus
10583}
10584
10585physicalMemoryLoggingTable                      OBJECT-TYPE
10586    SYNTAX      SEQUENCE OF PhysicalMemoryLoggingTableEntry
10587    ACCESS      not-accessible
10588    STATUS      mandatory
10589    DESCRIPTION
10590"1300.0040 This object defines the Physical Memory Logging Table."
10591    ::= { memoryGroup 40 }
10592physicalMemoryLoggingTableEntry                 OBJECT-TYPE
10593    SYNTAX      PhysicalMemoryLoggingTableEntry
10594    ACCESS      not-accessible
10595    STATUS      mandatory
10596    DESCRIPTION
10597"1300.0040.0001 This object defines the Physical Memory Logging Table Entry."
10598    INDEX       { physicalMemoryLoggingChassisIndex,
10599                  physicalMemoryLoggingIndex }
10600    ::= { physicalMemoryLoggingTable 1 }
10601
10602physicalMemoryLoggingChassisIndex               OBJECT-TYPE
10603    SYNTAX      DellObjectRange
10604    ACCESS      read-only
10605    STATUS      mandatory
10606    DESCRIPTION
10607"1300.0040.0001.0001 This attribute defines the index (one based) of the
10608associated chassis."
10609    ::= { physicalMemoryLoggingTableEntry 1 }
10610physicalMemoryLoggingIndex                      OBJECT-TYPE
10611    SYNTAX      DellObjectRange
10612    ACCESS      read-only
10613    STATUS      mandatory
10614    DESCRIPTION
10615"1300.0040.0001.0002 This attribute defines the index (one based) of the
10616physical memory logging."
10617    ::= { physicalMemoryLoggingTableEntry 2 }
10618physicalMemoryLoggingCapabilities               OBJECT-TYPE
10619    SYNTAX      DellPhysicalMemoryLoggingCapabilities
10620    ACCESS      read-only
10621    STATUS      mandatory
10622    DESCRIPTION
10623"1300.0040.0001.0003 This attribute defines the capabilities of the
10624physical memory logging."
10625    ::= { physicalMemoryLoggingTableEntry 3 }
10626physicalMemoryLoggingSettings                   OBJECT-TYPE
10627    SYNTAX      DellPhysicalMemoryLoggingSettings
10628    ACCESS      read-only
10629    STATUS      mandatory
10630    DESCRIPTION
10631"1300.0040.0001.0004 This attribute defines the settings of the
10632physical memory logging."
10633    ::= { physicalMemoryLoggingTableEntry 4 }
10634physicalMemoryLoggingStatus                     OBJECT-TYPE
10635    SYNTAX      DellStatus
10636    ACCESS      read-only
10637    STATUS      mandatory
10638    DESCRIPTION
10639"1300.0040.0001.0005 This attribute defines the status of the
10640physical memory logging."
10641    ::= { physicalMemoryLoggingTableEntry 5 }
10642
10643
10644-------------------------------------------------------------------------------
10645-- Redundant Memory Unit Table
10646--
10647-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.50.1.<a>.<i1>.<i2>
10648-------------------------------------------------------------------------------
10649
10650RedundantMemoryUnitTableEntry                   ::= SEQUENCE {
10651    redundantMemoryUnitChassisIndex             DellObjectRange,
10652    redundantMemoryUnitIndex                    DellObjectRange,
10653    redundantMemoryUnitStateCapabilities        DellStateCapabilities,
10654    redundantMemoryUnitStateSettings            DellStateSettings,
10655    redundantMemoryUnitRedundancyStatus         DellStatusRedundancy,
10656    redundantMemoryUnitName                     DellString,
10657    redundantMemoryUnitStatus                   DellStatus
10658}
10659
10660redundantMemoryUnitTable                        OBJECT-TYPE
10661    SYNTAX      SEQUENCE OF RedundantMemoryUnitTableEntry
10662    ACCESS      not-accessible
10663    STATUS      mandatory
10664    DESCRIPTION
10665"1300.0050 This object defines the Redundant Memory Unit Table."
10666    ::= { memoryGroup 50 }
10667redundantMemoryUnitTableEntry                   OBJECT-TYPE
10668    SYNTAX      RedundantMemoryUnitTableEntry
10669    ACCESS      not-accessible
10670    STATUS      mandatory
10671    DESCRIPTION
10672"1300.0050.0001 This object defines the Redundant Memory Unit Table Entry."
10673    INDEX       { redundantMemoryUnitChassisIndex,
10674                  redundantMemoryUnitIndex }
10675    ::= { redundantMemoryUnitTable 1 }
10676
10677redundantMemoryUnitChassisIndex                 OBJECT-TYPE
10678    SYNTAX      DellObjectRange
10679    ACCESS      read-only
10680    STATUS      mandatory
10681    DESCRIPTION
10682"1300.0050.0001.0001 This attribute defines the index (one based) of the
10683associated chassis."
10684    ::= { redundantMemoryUnitTableEntry 1 }
10685redundantMemoryUnitIndex                        OBJECT-TYPE
10686    SYNTAX      DellObjectRange
10687    ACCESS      read-only
10688    STATUS      mandatory
10689    DESCRIPTION
10690"1300.0050.0001.0002 This attribute defines the index (one based) of the
10691redundant memory unit."
10692    ::= { redundantMemoryUnitTableEntry 2 }
10693redundantMemoryUnitStateCapabilities            OBJECT-TYPE
10694    SYNTAX      DellStateCapabilities
10695    ACCESS      read-only
10696    STATUS      mandatory
10697    DESCRIPTION
10698"1300.0050.0001.0003 This attribute defines the state capabilities of the
10699redundant memory unit."
10700    ::= { redundantMemoryUnitTableEntry 3 }
10701redundantMemoryUnitStateSettings                OBJECT-TYPE
10702    SYNTAX      DellStateSettings
10703    ACCESS      read-only
10704    STATUS      mandatory
10705    DESCRIPTION
10706"1300.0050.0001.0004 This attribute defines the state settings of the
10707redundant memory unit."
10708    ::= { redundantMemoryUnitTableEntry 4 }
10709redundantMemoryUnitRedundancyStatus             OBJECT-TYPE
10710    SYNTAX      DellStatusRedundancy
10711    ACCESS      read-only
10712    STATUS      mandatory
10713    DESCRIPTION
10714"1300.0050.0001.0005 This attribute defines the redundancy status of the
10715redundant memory unit."
10716    ::= { redundantMemoryUnitTableEntry 5 }
10717redundantMemoryUnitName                         OBJECT-TYPE
10718    SYNTAX      DellString
10719    ACCESS      read-only
10720    STATUS      mandatory
10721    DESCRIPTION
10722"1300.0050.0001.0006 This attribute defines the name of the
10723redundant memory unit."
10724    ::= { redundantMemoryUnitTableEntry 6 }
10725redundantMemoryUnitStatus                       OBJECT-TYPE
10726    SYNTAX      DellStatus
10727    ACCESS      read-only
10728    STATUS      mandatory
10729    DESCRIPTION
10730"1300.0050.0001.0007 This attribute defines the status of the
10731redundant memory unit."
10732    ::= { redundantMemoryUnitTableEntry 7 }
10733
10734
10735-------------------------------------------------------------------------------
10736-- Physical Memory Card Table
10737--
10738-- OID Format: 1.3.6.1.4.1.674.10892.1.1300.60.1.<a>.<i1>.<i2>
10739-------------------------------------------------------------------------------
10740
10741PhysicalMemoryCardTableEntry                    ::= SEQUENCE {
10742    physicalMemoryCardChassisIndex              DellObjectRange,
10743    physicalMemoryCardIndex                     DellObjectRange,
10744    physicalMemoryCardStateCapabilities         DellStateCapabilities,
10745    physicalMemoryCardStateSettings             DellStateSettings,
10746    physicalMemoryCardStatus                    DellStatus,
10747    physicalMemoryCardName                      DellString,
10748    physicalMemoryCardTotalNumberSockets        DellUnsigned32BitRange,
10749    physicalMemoryCardInUseNumberSockets        DellUnsigned32BitRange,
10750    physicalMemoryCardPhyMemArrayIndexReference DellObjectRange
10751}
10752
10753physicalMemoryCardTable                         OBJECT-TYPE
10754    SYNTAX      SEQUENCE OF PhysicalMemoryCardTableEntry
10755    ACCESS      not-accessible
10756    STATUS      mandatory
10757    DESCRIPTION
10758"1300.0060 This object defines the Physical Memory Card Table."
10759    ::= { memoryGroup 60 }
10760physicalMemoryCardTableEntry                    OBJECT-TYPE
10761    SYNTAX      PhysicalMemoryCardTableEntry
10762    ACCESS      not-accessible
10763    STATUS      mandatory
10764    DESCRIPTION
10765"1300.0060.0001 This object defines the Physical Memory Card Table Entry."
10766    INDEX       { physicalMemoryCardChassisIndex,
10767                  physicalMemoryCardIndex }
10768    ::= { physicalMemoryCardTable 1 }
10769
10770physicalMemoryCardChassisIndex                  OBJECT-TYPE
10771    SYNTAX      DellObjectRange
10772    ACCESS      read-only
10773    STATUS      mandatory
10774    DESCRIPTION
10775"1300.0060.0001.0001 This attribute defines the index (one based) of the
10776associated chassis."
10777    ::= { physicalMemoryCardTableEntry 1 }
10778physicalMemoryCardIndex                         OBJECT-TYPE
10779    SYNTAX      DellObjectRange
10780    ACCESS      read-only
10781    STATUS      mandatory
10782    DESCRIPTION
10783"1300.0060.0001.0002 This attribute defines the index (one based) of the
10784physical memory card."
10785    ::= { physicalMemoryCardTableEntry 2 }
10786physicalMemoryCardStateCapabilities             OBJECT-TYPE
10787    SYNTAX      DellStateCapabilities
10788    ACCESS      read-only
10789    STATUS      mandatory
10790    DESCRIPTION
10791"1300.0060.0001.0003 This attribute defines the state capabilities of the
10792physical memory card."
10793    ::= { physicalMemoryCardTableEntry 3 }
10794physicalMemoryCardStateSettings                 OBJECT-TYPE
10795    SYNTAX      DellStateSettings
10796    ACCESS      read-only
10797    STATUS      mandatory
10798    DESCRIPTION
10799"1300.0060.0001.0004 This attribute defines the state settings of the
10800physical memory card."
10801    ::= { physicalMemoryCardTableEntry 4 }
10802physicalMemoryCardStatus                        OBJECT-TYPE
10803    SYNTAX      DellStatus
10804    ACCESS      read-only
10805    STATUS      mandatory
10806    DESCRIPTION
10807"1300.0060.0001.0005 This attribute defines the status of the
10808physical memory card."
10809    ::= { physicalMemoryCardTableEntry 5 }
10810physicalMemoryCardName                          OBJECT-TYPE
10811    SYNTAX      DellString
10812    ACCESS      read-only
10813    STATUS      mandatory
10814    DESCRIPTION
10815"1300.0060.0001.0006 This attribute defines the name of the
10816physical memory card."
10817    ::= { physicalMemoryCardTableEntry 6 }
10818physicalMemoryCardTotalNumberSockets            OBJECT-TYPE
10819    SYNTAX      DellUnsigned32BitRange
10820    ACCESS      read-only
10821    STATUS      mandatory
10822    DESCRIPTION
10823"1300.0060.0001.0007 This attribute defines the total number of memory
10824sockets available on the physical memory card.  2,147,483,647 indicates
10825an unknown number of sockets."
10826    ::= { physicalMemoryCardTableEntry 7 }
10827physicalMemoryCardInUseNumberSockets            OBJECT-TYPE
10828    SYNTAX      DellUnsigned32BitRange
10829    ACCESS      read-only
10830    STATUS      mandatory
10831    DESCRIPTION
10832"1300.0060.0001.0008 This attribute defines the number of memory
10833sockets in use on the physical memory card.  Zero indicates that the
10834physical memory card is not installed or has a configuration error.
108352,147,483,647 indicates an unknown number of sockets."
10836    ::= { physicalMemoryCardTableEntry 8 }
10837physicalMemoryCardPhyMemArrayIndexReference     OBJECT-TYPE
10838    SYNTAX      DellObjectRange
10839    ACCESS      read-only
10840    STATUS      mandatory
10841    DESCRIPTION
10842"1300.0060.0001.0009 This attribute defines the index (one based) of the
10843Physical Memory Array Table entry for the physical memory array with the
10844same chassis index that this physical memory card is associated with."
10845    ::= { physicalMemoryCardTableEntry 9 }
10846
10847
10848-------------------------------------------------------------------------------
10849-- BIOS Setup Control Group
10850--
10851-- OID Format: 1.3.6.1.4.1.674.10892.1.1400
10852-------------------------------------------------------------------------------
10853
10854
10855-------------------------------------------------------------------------------
10856-- BIOS Setup Control Table
10857--
10858-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.10.1.<a>.<i1>
10859-------------------------------------------------------------------------------
10860
10861DellSpeakerControlCapabilitiesUnique            ::= INTEGER {
10862    unknown(1),                                 -- speaker control capabilities are unknown
10863    enableCapable(2),                           -- speaker can be enabled or disabled
10864    lowCapable(4),                              -- speaker volume can be set to low
10865    mediumCapable(8),                           -- speaker volume can be set to medium
10866    highCapable(16),                            -- speaker volume can be set to high
10867    allVolumeCapable(30)                        -- speaker volume can be set to low, medium or high
10868}
10869DellSpeakerControlSettingsUnique                ::= INTEGER {
10870    unknown(1),                                 -- speaker control settings are unknown
10871    enabled(2),                                 -- speaker is enabled
10872    low(4),                                     -- speaker volume is low
10873    medium(8),                                  -- speaker volume is medium
10874    high(16)                                    -- speaker volume is high
10875}
10876DellNIFwakeonLanControlCapabilitiesUnique       ::= INTEGER {
10877    unknown(1),                                 -- wake on LAN capabilities are unknown
10878    enableCapable(2),                           -- wake on LAN can be enabled or disabled
10879    addInCardCapable(4),                        -- wake on LAN by add in card capable
10880    onBoardCapable(8),                          -- wake on LAN by onboard NIF capable
10881    bothCapable(14)
10882}
10883DellNIFwakeonLanControlSettingsUnique           ::= INTEGER {
10884    unknown(1),                                 -- wake on LAN settings are unknown
10885    enabled(2),                                 -- wake on LAN is enabled
10886    addInCard(4),                               -- wake on LAN is by add in card
10887    onBoard(8),                                 -- wake on LAN is by onboard NIF
10888    addInCardOrOnBoard(12)                      -- wake on LAN is by either add in card or onboard NIF
10889}
10890DellBootSequenceControlCapabilitiesUnique       ::= INTEGER {
10891    bootSequenceUnknown(1),                     -- boot sequence capabilities are unknown
10892    bootFromDisketteFirstCapable(2),            -- boot sequence can be diskette first
10893    bootFromHardDriveFirstCapable(4),           -- boot sequence can be IDE hard drive first
10894    bootFromDisketteORHardDriveFirstCapable(6), -- boot sequence can be diskette or IDE hard drive first
10895    bootFromDeviceListCapable(8),               -- boot sequence can be device list
10896    bootFromCDROMFirstCapable(16),              -- boot sequence can be CD ROM first
10897    allFirstCapable(30)                         -- boot sequence can be any of the above methods first
10898}
10899DellBootSequenceControlSettingsUnique           ::= INTEGER {
10900    bootSequenceUnknown(1),                     -- boot sequence settings are unknown
10901    bootFromDisketteFirst(2),                   -- boot sequence is diskette first
10902    bootFromHardDriveFirst(4),                  -- boot sequence is IDE hard drive first
10903    bootFromDeviceList(8),                      -- boot sequence is device list
10904    bootFromCDROMFirst(16)                      -- boot sequence is CD ROM first
10905}
10906DellBIOSPasswordControlCapabilitiesUnique       ::= INTEGER {
10907    passwordControlCapabilitiesUnknown(1),      -- BIOS password capabilities are unknown
10908    passwordControlEnableCapable(2),            -- BIOS password can be enabled
10909    passwordControlJumperDisableCapable(4),     -- BIOS password can be jumper disabled
10910    passwordControlEnableAndJumperDisableCapable(6)
10911}
10912DellBIOSPasswordControlSettingsUnique           ::= INTEGER {
10913    passwordControlSettingsUnknown(1),          -- BIOS password settings are unknown
10914    passwordControlEnabled(2),                  -- BIOS password is enabled
10915    passwordControlJumperDisabled(4)            -- BIOS password has been disabled by jumper
10916}
10917DellTPMSecurityControlCapabilities              ::= INTEGER {
10918    -- Note: These values are bit masks, so combination values are possible.
10919    offCapable(1),                              -- TPM security can be Off
10920    onWithPrebootMeasurementsCapable(2),        -- TPM security can be On with Pre-boot Measurements
10921    onWithoutPrebootMeasurementsCapable(4)      -- TPM security can be On without Pre-boot Measurements
10922}
10923DellTPMSecurityControlSetting                   ::= INTEGER {
10924    -- off(0),                                  -  TPM security is Off
10925    onWithPrebootMeasurements(1),               -- TPM security is On with Pre-boot Measurements
10926    onWithoutPrebootMeasurements(2)             -- TPM security is On without Pre-boot Measurements
10927}
10928
10929BiosSetUpControlTableEntry                              ::= SEQUENCE {
10930    biosSetUpControlchassisIndex                        DellObjectRange,
10931    bSUCpointingDeviceControlCapabilities               DellStateCapabilities,
10932    bSUCpointingDeviceControlSettings                   DellStateSettings,
10933    bSUCpointingDeviceControlStatus                     DellStatus,
10934    bSUCpointingDeviceControlName                       DellString,
10935    bSUCnumLockControlCapabilities                      DellStateCapabilities,
10936    bSUCnumLockControlSettings                          DellStateSettings,
10937    bSUCnumLockControlStatus                            DellStatus,
10938    bSUCnumLockControlName                              DellString,
10939    bSUCprocessorSerialNumberControlCapabilities        DellStateCapabilities,
10940    bSUCprocessorSerialNumberControlSettings            DellStateSettings,
10941    bSUCprocessorSerialNumberControlStatus              DellStatus,
10942    bSUCprocessorSerialNumberControlName                DellString,
10943    bSUCspeakerControlCapabilitiesUnique                DellSpeakerControlCapabilitiesUnique,
10944    bSUCspeakerControlSettingsUnique                    DellSpeakerControlSettingsUnique,
10945    bSUCspeakerControlStatus                            DellStatus,
10946    bSUCspeakerControlName                              DellString,
10947    bSUCnIFwakeonLanControlCapabilitiesUnique           DellNIFwakeonLanControlCapabilitiesUnique,
10948    bSUCnIFwakeonLanControlSettingsUnique               DellNIFwakeonLanControlSettingsUnique,
10949    bSUCnIFwakeonLanControlStatus                       DellStatus,
10950    bSUCnIFwakeonLanControlName                         DellString,
10951    bSUCbootSequenceControlCapabilitiesUnique           DellBootSequenceControlCapabilitiesUnique,
10952    bSUCbootSequenceControlSettingsUnique               DellBootSequenceControlSettingsUnique,
10953    bSUCbootSequenceControlStatus                       DellStatus,
10954    bSUCbootSequenceControlName                         DellString,
10955    bSUCadministratorPasswordControlCapabilitiesUnique  DellBIOSPasswordControlCapabilitiesUnique,
10956    bSUCadministratorPasswordControlSettingsUnique      DellBIOSPasswordControlSettingsUnique,
10957    bSUCadministratorPasswordControlStatus              DellStatus,
10958    bSUCadministratorPasswordPasswordVerifyName         DellString,
10959    bSUCadministratorPasswordNewPasswordName            DellString,
10960    bSUCuserPasswordControlCapabilitiesUnique           DellBIOSPasswordControlCapabilitiesUnique,
10961    bSUCuserPasswordControlSettingsUnique               DellBIOSPasswordControlSettingsUnique,
10962    bSUCuserPasswordControlStatus                       DellStatus,
10963    bSUCuserPasswordPasswordVerifyName                  DellString,
10964    bSUCuserPasswordNewPasswordName                     DellString,
10965    bSUCtpmSecurityControlCapabilities                  DellTPMSecurityControlCapabilities,
10966    bSUCtpmSecurityControlSetting                       DellTPMSecurityControlSetting,
10967    bSUCtpmSecurityControlStatus                        DellStatus,
10968    bSUCtpmSecurityControlName                          DellString
10969}
10970
10971biosSetUpControlTable                           OBJECT-TYPE
10972    SYNTAX      SEQUENCE OF BiosSetUpControlTableEntry
10973    ACCESS      not-accessible
10974    STATUS      mandatory
10975    DESCRIPTION
10976"1400.0010 This object defines the BIOS Setup Control Table."
10977    ::= { biosSetUpControlGroup 10 }
10978biosSetUpControlTableEntry                      OBJECT-TYPE
10979    SYNTAX      BiosSetUpControlTableEntry
10980    ACCESS      not-accessible
10981    STATUS      mandatory
10982    DESCRIPTION
10983"1400.0010.0001 This object defines the BIOS Setup Control Table Entry."
10984    INDEX       { biosSetUpControlchassisIndex }
10985    ::= { biosSetUpControlTable 1 }
10986
10987biosSetUpControlchassisIndex                    OBJECT-TYPE
10988    SYNTAX      DellObjectRange
10989    ACCESS      read-only
10990    STATUS      mandatory
10991    DESCRIPTION
10992"1400.0010.0001.0001 This attribute defines the index (one based) of the
10993associated chassis."
10994    ::= { biosSetUpControlTableEntry 1 }
10995bSUCpointingDeviceControlCapabilities           OBJECT-TYPE
10996    SYNTAX      DellStateCapabilities
10997    ACCESS      read-only
10998    STATUS      mandatory
10999    DESCRIPTION
11000"1400.0010.0001.0002 This attribute defines the BIOS setup control capabilities
11001of the pointing Device."
11002    ::= { biosSetUpControlTableEntry 2 }
11003bSUCpointingDeviceControlSettings               OBJECT-TYPE
11004    SYNTAX      DellStateSettings
11005    ACCESS      read-only
11006    STATUS      mandatory
11007    DESCRIPTION
11008"1400.0010.0001.0003 This attribute defines the BIOS setup control settings
11009of the pointing device."
11010    ::= { biosSetUpControlTableEntry 3 }
11011bSUCpointingDeviceControlStatus                 OBJECT-TYPE
11012    SYNTAX      DellStatus
11013    ACCESS      read-only
11014    STATUS      mandatory
11015    DESCRIPTION
11016"1400.0010.0001.0004 This attribute defines the BIOS setup control status
11017of the pointing device."
11018    ::= { biosSetUpControlTableEntry 4 }
11019bSUCpointingDeviceControlName                   OBJECT-TYPE
11020    SYNTAX      DellString
11021    ACCESS      read-only
11022    STATUS      mandatory
11023    DESCRIPTION
11024"1400.0010.0001.0005 This attribute defines the BIOS setup control name
11025of the pointing device."
11026    ::= { biosSetUpControlTableEntry 5 }
11027bSUCnumLockControlCapabilities                  OBJECT-TYPE
11028    SYNTAX      DellStateCapabilities
11029    ACCESS      read-only
11030    STATUS      mandatory
11031    DESCRIPTION
11032"1400.0010.0001.0006 This attribute defines the BIOS setup control capabilities
11033of the numeric lock."
11034    ::= { biosSetUpControlTableEntry 6 }
11035bSUCnumLockControlSettings                      OBJECT-TYPE
11036    SYNTAX      DellStateSettings
11037    ACCESS      read-only
11038    STATUS      mandatory
11039    DESCRIPTION
11040"1400.0010.0001.0007 This attribute defines the BIOS setup control settings
11041of the numeric lock."
11042    ::= { biosSetUpControlTableEntry 7 }
11043bSUCnumLockControlStatus                        OBJECT-TYPE
11044    SYNTAX      DellStatus
11045    ACCESS      read-only
11046    STATUS      mandatory
11047    DESCRIPTION
11048"1400.0010.0001.0008 This attribute defines the BIOS setup control status
11049of the numeric lock."
11050    ::= { biosSetUpControlTableEntry 8 }
11051bSUCnumLockControlName                          OBJECT-TYPE
11052    SYNTAX      DellString
11053    ACCESS      read-only
11054    STATUS      mandatory
11055    DESCRIPTION
11056"1400.0010.0001.0009 This attribute defines the BIOS setup control name
11057of the numeric lock."
11058    ::= { biosSetUpControlTableEntry 9 }
11059bSUCprocessorSerialNumberControlCapabilities    OBJECT-TYPE
11060    SYNTAX      DellStateCapabilities
11061    ACCESS      read-only
11062    STATUS      mandatory
11063    DESCRIPTION
11064"1400.0010.0001.0010 This attribute defines the BIOS setup control capabilities
11065of the processor serial number."
11066    ::= { biosSetUpControlTableEntry 10 }
11067bSUCprocessorSerialNumberControlSettings        OBJECT-TYPE
11068    SYNTAX      DellStateSettings
11069    ACCESS      read-only
11070    STATUS      mandatory
11071    DESCRIPTION
11072"1400.0010.0001.0011 This attribute defines the BIOS setup control settings
11073of the processor serial number."
11074    ::= { biosSetUpControlTableEntry 11 }
11075bSUCprocessorSerialNumberControlStatus          OBJECT-TYPE
11076    SYNTAX      DellStatus
11077    ACCESS      read-only
11078    STATUS      mandatory
11079    DESCRIPTION
11080"1400.0010.0001.0012 This attribute defines the BIOS setup control status
11081of the processor serial number."
11082    ::= { biosSetUpControlTableEntry 12 }
11083bSUCprocessorSerialNumberControlName            OBJECT-TYPE
11084    SYNTAX      DellString
11085    ACCESS      read-only
11086    STATUS      mandatory
11087    DESCRIPTION
11088"1400.0010.0001.0013 This attribute defines the BIOS setup control name
11089of the processor serial number."
11090    ::= { biosSetUpControlTableEntry 13 }
11091bSUCspeakerControlCapabilitiesUnique            OBJECT-TYPE
11092    SYNTAX      DellSpeakerControlCapabilitiesUnique
11093    ACCESS      read-only
11094    STATUS      mandatory
11095    DESCRIPTION
11096"1400.0010.0001.0014 This attribute defines the BIOS setup control capabilities
11097of the speaker."
11098    ::= { biosSetUpControlTableEntry 14 }
11099bSUCspeakerControlSettingsUnique                OBJECT-TYPE
11100    SYNTAX      DellSpeakerControlSettingsUnique
11101    ACCESS      read-only
11102    STATUS      mandatory
11103    DESCRIPTION
11104"1400.0010.0001.0015 This attribute defines the BIOS setup control settings
11105of the speaker."
11106    ::= { biosSetUpControlTableEntry 15 }
11107bSUCspeakerControlStatus                        OBJECT-TYPE
11108    SYNTAX      DellStatus
11109    ACCESS      read-only
11110    STATUS      mandatory
11111    DESCRIPTION
11112"1400.0010.0001.0016 This attribute defines the BIOS setup control status
11113of the speaker."
11114    ::= { biosSetUpControlTableEntry 16 }
11115bSUCspeakerControlName                          OBJECT-TYPE
11116    SYNTAX      DellString
11117    ACCESS      read-only
11118    STATUS      mandatory
11119    DESCRIPTION
11120"1400.0010.0001.0017 This attribute defines the BIOS setup control name
11121of the speaker."
11122    ::= { biosSetUpControlTableEntry 17 }
11123bSUCnIFwakeonLanControlCapabilitiesUnique       OBJECT-TYPE
11124    SYNTAX      DellNIFwakeonLanControlCapabilitiesUnique
11125    ACCESS      read-only
11126    STATUS      mandatory
11127    DESCRIPTION
11128"1400.0010.0001.0018 This attribute defines the BIOS setup control capabilities
11129of the NIF wake on Lan."
11130    ::= { biosSetUpControlTableEntry 18 }
11131bSUCnIFwakeonLanControlSettingsUnique           OBJECT-TYPE
11132    SYNTAX      DellNIFwakeonLanControlSettingsUnique
11133    ACCESS      read-only
11134    STATUS      mandatory
11135    DESCRIPTION
11136"1400.0010.0001.0019 This attribute defines the BIOS setup control settings
11137of the NIF wake on Lan."
11138    ::= { biosSetUpControlTableEntry 19 }
11139bSUCnIFwakeonLanControlStatus                   OBJECT-TYPE
11140    SYNTAX      DellStatus
11141    ACCESS      read-only
11142    STATUS      mandatory
11143    DESCRIPTION
11144"1400.0010.0001.0020 This attribute defines the BIOS setup control status
11145of the NIF wake on Lan."
11146    ::= { biosSetUpControlTableEntry 20 }
11147bSUCnIFwakeonLanControlName                     OBJECT-TYPE
11148    SYNTAX      DellString
11149    ACCESS      read-only
11150    STATUS      mandatory
11151    DESCRIPTION
11152"1400.0010.0001.0021 This attribute defines the BIOS setup control name
11153of the NIF wake on Lan."
11154    ::= { biosSetUpControlTableEntry 21 }
11155bSUCbootSequenceControlCapabilitiesUnique       OBJECT-TYPE
11156    SYNTAX      DellBootSequenceControlCapabilitiesUnique
11157    ACCESS      read-only
11158    STATUS      mandatory
11159    DESCRIPTION
11160"1400.0010.0001.0022 This attribute defines the BIOS setup control capabilities
11161of the boot sequence."
11162    ::= { biosSetUpControlTableEntry 22 }
11163bSUCbootSequenceControlSettingsUnique           OBJECT-TYPE
11164    SYNTAX      DellBootSequenceControlSettingsUnique
11165    ACCESS      read-only
11166    STATUS      mandatory
11167    DESCRIPTION
11168"1400.0010.0001.0023 This attribute defines the BIOS setup control settings
11169of the boot sequence."
11170    ::= { biosSetUpControlTableEntry 23 }
11171bSUCbootSequenceControlStatus                   OBJECT-TYPE
11172    SYNTAX      DellStatus
11173    ACCESS      read-only
11174    STATUS      mandatory
11175    DESCRIPTION
11176"1400.0010.0001.0024 This attribute defines the BIOS setup control status
11177of the boot sequence."
11178    ::= { biosSetUpControlTableEntry 24 }
11179bSUCbootSequenceControlName                     OBJECT-TYPE
11180    SYNTAX      DellString
11181    ACCESS      read-only
11182    STATUS      mandatory
11183    DESCRIPTION
11184"1400.0010.0001.0025 This attribute defines the BIOS setup control name
11185of the boot sequence."
11186    ::= { biosSetUpControlTableEntry 25 }
11187bSUCadministratorPasswordControlCapabilitiesUnique OBJECT-TYPE
11188    SYNTAX      DellBIOSPasswordControlCapabilitiesUnique
11189    ACCESS      read-only
11190    STATUS      mandatory
11191    DESCRIPTION
11192"1400.0010.0001.0026 This attribute defines the BIOS setup control capabilities
11193of the administrator password."
11194    ::= { biosSetUpControlTableEntry 26 }
11195bSUCadministratorPasswordControlSettingsUnique  OBJECT-TYPE
11196    SYNTAX      DellBIOSPasswordControlSettingsUnique
11197    ACCESS      read-only
11198    STATUS      mandatory
11199    DESCRIPTION
11200"1400.0010.0001.0027 This attribute defines the BIOS setup control settings
11201of the administrator password."
11202    ::= { biosSetUpControlTableEntry 27 }
11203bSUCadministratorPasswordControlStatus          OBJECT-TYPE
11204    SYNTAX      DellStatus
11205    ACCESS      read-only
11206    STATUS      mandatory
11207    DESCRIPTION
11208"1400.0010.0001.0028 This attribute defines the BIOS setup control status
11209of the administrator password."
11210    ::= { biosSetUpControlTableEntry 28 }
11211bSUCadministratorPasswordPasswordVerifyName     OBJECT-TYPE
11212    SYNTAX      DellString
11213    ACCESS      read-only
11214    STATUS      mandatory
11215    DESCRIPTION
11216"1400.0010.0001.0029 This attribute defines the BIOS setup control value
11217of the current administrator password."
11218    ::= { biosSetUpControlTableEntry 29 }
11219bSUCadministratorPasswordNewPasswordName        OBJECT-TYPE
11220    SYNTAX      DellString
11221    ACCESS      read-only
11222    STATUS      mandatory
11223    DESCRIPTION
11224"1400.0010.0001.0030 This attribute defines the BIOS setup control value
11225of the new administrator password.  To set a new administrator password,
11226a successful set of the current administrator password must have been
11227done immediately preceeding this set."
11228    ::= { biosSetUpControlTableEntry 30 }
11229bSUCuserPasswordControlCapabilitiesUnique       OBJECT-TYPE
11230    SYNTAX      DellBIOSPasswordControlCapabilitiesUnique
11231    ACCESS      read-only
11232    STATUS      mandatory
11233    DESCRIPTION
11234"1400.0010.0001.0031 This attribute defines the BIOS setup control capabilities
11235of the user password."
11236    ::= { biosSetUpControlTableEntry 31 }
11237bSUCuserPasswordControlSettingsUnique           OBJECT-TYPE
11238    SYNTAX      DellBIOSPasswordControlSettingsUnique
11239    ACCESS      read-only
11240    STATUS      mandatory
11241    DESCRIPTION
11242"1400.0010.0001.0032 This attribute defines the BIOS setup control settings
11243of the user password."
11244    ::= { biosSetUpControlTableEntry 32 }
11245bSUCuserPasswordControlStatus                   OBJECT-TYPE
11246    SYNTAX      DellStatus
11247    ACCESS      read-only
11248    STATUS      mandatory
11249    DESCRIPTION
11250"1400.0010.0001.0033 This attribute defines the BIOS setup control status
11251of the user password."
11252    ::= { biosSetUpControlTableEntry 33 }
11253bSUCuserPasswordPasswordVerifyName              OBJECT-TYPE
11254    SYNTAX      DellString
11255    ACCESS      read-only
11256    STATUS      mandatory
11257    DESCRIPTION
11258"1400.0010.0001.0034 This attribute defines the BIOS setup control value
11259of the current user password."
11260    ::= { biosSetUpControlTableEntry 34 }
11261bSUCuserPasswordNewPasswordName                 OBJECT-TYPE
11262    SYNTAX      DellString
11263    ACCESS      read-only
11264    STATUS      mandatory
11265    DESCRIPTION
11266"1400.0010.0001.0035 This attribute defines the BIOS setup control value
11267of the new user password.  To set a new user password, a successful set of the
11268current user password must have been done immediately preceeding this set."
11269    ::= { biosSetUpControlTableEntry 35 }
11270bSUCtpmSecurityControlCapabilities              OBJECT-TYPE
11271    SYNTAX      DellTPMSecurityControlCapabilities
11272    ACCESS      read-only
11273    STATUS      mandatory
11274    DESCRIPTION
11275"1400.0010.0001.0036 This attribute defines the BIOS setup control capabilities
11276of Trusted Platform Module (TPM) security."
11277    ::= { biosSetUpControlTableEntry 36 }
11278bSUCtpmSecurityControlSetting                   OBJECT-TYPE
11279    SYNTAX      DellTPMSecurityControlSetting
11280    ACCESS      read-only
11281    STATUS      mandatory
11282    DESCRIPTION
11283"1400.0010.0001.0037 This attribute defines the BIOS setup control setting
11284of Trusted Platform Module (TPM) security."
11285    ::= { biosSetUpControlTableEntry 37 }
11286bSUCtpmSecurityControlStatus                    OBJECT-TYPE
11287    SYNTAX      DellStatus
11288    ACCESS      read-only
11289    STATUS      mandatory
11290    DESCRIPTION
11291"1400.0010.0001.0038 This attribute defines the BIOS setup control status
11292of Trusted Platform Module (TPM) security."
11293    ::= { biosSetUpControlTableEntry 38 }
11294bSUCtpmSecurityControlName                      OBJECT-TYPE
11295    SYNTAX      DellString
11296    ACCESS      read-only
11297    STATUS      mandatory
11298    DESCRIPTION
11299"1400.0010.0001.0039 This attribute defines the BIOS setup control name
11300of Trusted Platform Module (TPM) security."
11301    ::= { biosSetUpControlTableEntry 39 }
11302
11303
11304-------------------------------------------------------------------------------
11305-- Small Computer Systems Interface (SCSI) Control Table
11306--
11307-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.20.1.<a>.<i1>.<i2>
11308-------------------------------------------------------------------------------
11309
11310SCSIControlTableEntry                           ::= SEQUENCE {
11311    sCSIControlchassisIndex                     DellObjectRange,
11312    sCSIControlIndex                            DellObjectRange,
11313    sCSIControlCapabilities                     DellStateCapabilities,
11314    sCSIControlSettings                         DellStateSettings,
11315    sCSIControlStatus                           DellStatus,
11316    sCSIControlName                             DellString
11317}
11318
11319sCSIControlTable                                OBJECT-TYPE
11320    SYNTAX      SEQUENCE OF SCSIControlTableEntry
11321    ACCESS      not-accessible
11322    STATUS      mandatory
11323    DESCRIPTION
11324"1400.0020 This object defines the Small Computer Systems Interface (SCSI)
11325Control Table."
11326    ::= { biosSetUpControlGroup 20 }
11327sCSIControlTableEntry                           OBJECT-TYPE
11328    SYNTAX      SCSIControlTableEntry
11329    ACCESS      not-accessible
11330    STATUS      mandatory
11331    DESCRIPTION
11332"1400.0020.0001 This object defines the Small Computer Systems Interface (SCSI)
11333Control Table Entry."
11334    INDEX       { sCSIControlchassisIndex,
11335                  sCSIControlIndex }
11336    ::= { sCSIControlTable 1 }
11337
11338sCSIControlchassisIndex                         OBJECT-TYPE
11339    SYNTAX      DellObjectRange
11340    ACCESS      read-only
11341    STATUS      mandatory
11342    DESCRIPTION
11343"1400.0020.0001.0001 This attribute defines the index (one based) of the
11344assoicated chassis."
11345    ::= { sCSIControlTableEntry 1 }
11346sCSIControlIndex                                OBJECT-TYPE
11347    SYNTAX      DellObjectRange
11348    ACCESS      read-only
11349    STATUS      mandatory
11350    DESCRIPTION
11351"1400.0020.0001.0002 This attribute defines the index (one based) of the
11352SCSI control."
11353    ::= { sCSIControlTableEntry 2 }
11354sCSIControlCapabilities                         OBJECT-TYPE
11355    SYNTAX      DellStateCapabilities
11356    ACCESS      read-only
11357    STATUS      mandatory
11358    DESCRIPTION
11359"1400.0020.0001.0003 This attribute defines the state capabilities of the
11360SCSI control."
11361    ::= { sCSIControlTableEntry 3 }
11362sCSIControlSettings                             OBJECT-TYPE
11363    SYNTAX      DellStateSettings
11364    ACCESS      read-only
11365    STATUS      mandatory
11366    DESCRIPTION
11367"1400.0020.0001.0004 This attribute defines the state settings of the
11368SCSI control."
11369    ::= { sCSIControlTableEntry 4 }
11370sCSIControlStatus                               OBJECT-TYPE
11371    SYNTAX      DellStatus
11372    ACCESS      read-only
11373    STATUS      mandatory
11374    DESCRIPTION
11375"1400.0020.0001.0005 This attribute defines the status of the
11376SCSI control."
11377    ::= { sCSIControlTableEntry 5 }
11378sCSIControlName                                 OBJECT-TYPE
11379    SYNTAX      DellString
11380    ACCESS      read-only
11381    STATUS      mandatory
11382    DESCRIPTION
11383"1400.0020.0001.0006 This attribute defines the BIOS setup control name
11384of the SCSI device."
11385    ::= { sCSIControlTableEntry 6 }
11386
11387
11388-------------------------------------------------------------------------------
11389-- Parallel Port Control Table
11390--
11391-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.30.1.<a>.<i1>.<i2>
11392-------------------------------------------------------------------------------
11393
11394DellParallelPortControlCapabilitiesUnique       ::= INTEGER {
11395    unknown(1),                                 -- parallel port capabilities are unknown
11396    enableCapable(2),                           -- parallel port can be enabled or disabled
11397    lpt1Capable(4),                             -- parallel port can be set to LPT1
11398    lpt1andEnableCapable(6),                    -- parallel port can be enabled and set to LPT1
11399    lpt2Capable(8),                             -- parallel port can be set to LPT2
11400    lpt2andEnableCapable(10),                   -- parallel port can be enabled and set to LPT2
11401    lpt3Capable(16),                            -- parallel port can be set to LPT3
11402    lpt3andEnableCapable(18),                   -- parallel port can be enabled and set to LPT3
11403    allParallelPortCapable(30)                  -- parallel port can be enabled and set to LPT1, LPT2 or LPT3
11404}
11405DellParallelPortControlSettingsUnique           ::= INTEGER {
11406    unknown(1),                                 -- parallel port settings are unknown
11407    enabled(2),                                 -- parallel port enabled
11408    lpt1(4),                                    -- parallel port set to LPT1
11409    lpt1Enabled(6),                             -- parallel port enabled and set to LPT1
11410    lpt2(8),                                    -- parallel port set to LPT2
11411    lpt2Enabled(10),                            -- parallel port enabled and set to LPT2
11412    lpt3(16),                                   -- parallel port set to LPT3
11413    lpt3Enabled(18)                             -- parallel port enabled and set to LPT3
11414}
11415DellParallelPortControlModeCapabilitiesUnique   ::= INTEGER {
11416    unknown(1),                                 -- mode capabilities are unknown
11417    atCapable(2),                               -- parallel port can be set to AT mode
11418    ps2Capable(4),                              -- parallel port can be set to PS/2 mode
11419    atAndPS2Capable(6),                         -- parallel port can be set to AT mode or PS/2 mode
11420    ecpCapable(8),                              -- parallel port can be set to ECP mode
11421    eppCapable(16),                             -- parallel port can be set to EPP mode
11422    allModeCapable(30)                          -- parallel port can be set to all modes
11423}
11424DellParallelPortControlModeSettingsUnique       ::= INTEGER {
11425    unknown(1),                                 -- mode settings are unknown
11426    atModeEnabled(2),                           -- parallel port set to AT mode
11427    ps2ModeEnabled(4),                          -- parallel port set to PS/2 mode
11428    ecpModeEnabled(8),                          -- parallel port set to ECP mode
11429    eppModeEnabled(16)                          -- parallel port set to EPP mode
11430}
11431
11432ParallelPortControlTableEntry                   ::= SEQUENCE {
11433    parallelPortControlchassisIndex             DellObjectRange,
11434    parallelPortControlIndex                    DellObjectRange,
11435    parallelPortControlCapabilitiesUnique       DellParallelPortControlCapabilitiesUnique,
11436    parallelPortControlSettingsUnique           DellParallelPortControlSettingsUnique,
11437    parallelPortControlStatus                   DellStatus,
11438    parallelPortControlName                     DellString,
11439    parallelPortControlModeCapabilitiesUnique   DellParallelPortControlModeCapabilitiesUnique,
11440    parallelPortControlModeSettingsUnique       DellParallelPortControlModeSettingsUnique
11441}
11442
11443parallelPortControlTable                        OBJECT-TYPE
11444    SYNTAX      SEQUENCE OF ParallelPortControlTableEntry
11445    ACCESS      not-accessible
11446    STATUS      mandatory
11447    DESCRIPTION
11448"1400.0030 This object defines the Parallel Port Control Table."
11449    ::= { biosSetUpControlGroup 30 }
11450parallelPortControlTableEntry                   OBJECT-TYPE
11451    SYNTAX      ParallelPortControlTableEntry
11452    ACCESS      not-accessible
11453    STATUS      mandatory
11454    DESCRIPTION
11455"1400.0030.0001 This object defines the Parallel Port Control Table Entry."
11456    INDEX       { parallelPortControlchassisIndex,
11457                  parallelPortControlIndex }
11458    ::= { parallelPortControlTable 1 }
11459
11460parallelPortControlchassisIndex                 OBJECT-TYPE
11461    SYNTAX      DellObjectRange
11462    ACCESS      read-only
11463    STATUS      mandatory
11464    DESCRIPTION
11465"1400.0030.0001.0001 This attribute defines the index (one based) of the
11466associated chassis."
11467    ::= { parallelPortControlTableEntry 1 }
11468parallelPortControlIndex                        OBJECT-TYPE
11469    SYNTAX      DellObjectRange
11470    ACCESS      read-only
11471    STATUS      mandatory
11472    DESCRIPTION
11473"1400.0030.0001.0002 This attribute defines the index (one based) of the
11474parallel port control."
11475    ::= { parallelPortControlTableEntry 2 }
11476parallelPortControlCapabilitiesUnique           OBJECT-TYPE
11477    SYNTAX      DellParallelPortControlCapabilitiesUnique
11478    ACCESS      read-only
11479    STATUS      mandatory
11480    DESCRIPTION
11481"1400.0030.0001.0003 This attribute defines the port capabilities of the
11482parallel port control."
11483    ::= { parallelPortControlTableEntry 3 }
11484parallelPortControlSettingsUnique               OBJECT-TYPE
11485    SYNTAX      DellParallelPortControlSettingsUnique
11486    ACCESS      read-only
11487    STATUS      mandatory
11488    DESCRIPTION
11489"1400.0030.0001.0004 This attribute defines the port settings of the
11490parallel port control."
11491    ::= { parallelPortControlTableEntry 4 }
11492parallelPortControlStatus                       OBJECT-TYPE
11493    SYNTAX      DellStatus
11494    ACCESS      read-only
11495    STATUS      mandatory
11496    DESCRIPTION
11497"1400.0030.0001.0005 This attribute defines the status of the
11498parallel port control."
11499    ::= { parallelPortControlTableEntry 5 }
11500parallelPortControlName                         OBJECT-TYPE
11501    SYNTAX      DellString
11502    ACCESS      read-only
11503    STATUS      mandatory
11504    DESCRIPTION
11505"1400.0030.0001.0006 This attribute defines the BIOS setup control name
11506of the parallel port."
11507    ::= { parallelPortControlTableEntry 6 }
11508parallelPortControlModeCapabilitiesUnique       OBJECT-TYPE
11509    SYNTAX      DellParallelPortControlModeCapabilitiesUnique
11510    ACCESS      read-only
11511    STATUS      mandatory
11512    DESCRIPTION
11513"1400.0030.0001.0007 This attribute defines the mode capabilities of the
11514parallel port control."
11515    ::= { parallelPortControlTableEntry 7 }
11516parallelPortControlModeSettingsUnique           OBJECT-TYPE
11517    SYNTAX      DellParallelPortControlModeSettingsUnique
11518    ACCESS      read-only
11519    STATUS      mandatory
11520    DESCRIPTION
11521"1400.0030.0001.0008 This attribute defines the mode settings of the
11522parallel port control."
11523    ::= { parallelPortControlTableEntry 8 }
11524
11525
11526-------------------------------------------------------------------------------
11527-- Serial Port Control Table
11528--
11529-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.40.1.<a>.<i1>.<i2>
11530-------------------------------------------------------------------------------
11531
11532DellSerialPortControlCapabilitiesUnique         ::= INTEGER {
11533    unknown(1),                                 -- serial port capabilities are unknown
11534    enableCapable(2),                           -- serial port can be enabled or disabled
11535    com1Capable(4),                             -- serial port can be set to COM1
11536    enableAndCom1Capable(6),                    -- serial port can be enabled and set to COM1
11537    com2Capable(8),                             -- serial port can be set to COM2
11538    enableAndCom2Capable(10),                   -- serial port can be enabled and set to COM2
11539    com3Capable(16),                            -- serial port can be set to COM3
11540    enableAndCom3Capable(18),                   -- serial port can be enabled and set to COM3
11541    com4Capable(32),                            -- serial port can be set to COM4
11542    enableAndCom4Capable(34),                   -- serial port can be enabled and set to COM4
11543    autoConfigCapable(64),                      -- serial port can be autoconfigured
11544    com1OrCom3CapableAndAutoConfigCapable(86),
11545    com2OrCom4CapableAndAutoConfigCapable(106),
11546    allcomCapable(126)                          -- serial port supports all capabilities
11547}
11548DellSerialPortControlSettingsUnique             ::= INTEGER {
11549    unknown(1),                                 -- serial port settings are unknown
11550    enabled(2),                                 -- serial port enabled
11551    com1(4),                                    -- serial port set to COM1
11552    com1Enabled(6),                             -- serial port enabled and set to COM1
11553    com2(8),                                    -- serial port set to COM2
11554    com2Enabled(10),                            -- serial port enabled and set to COM2
11555    com3(16),                                   -- serial port set to COM3
11556    com3Enabled(18),                            -- serial port enabled and set to COM3
11557    com4(32),                                   -- serial port set to COM4
11558    com4Enabled(34),                            -- serial port enabled and set to COM4
11559    comPortsAutoConfig(64),                     -- serial port set to autoconfiguration
11560    enabledAndAutoConfig(66)                    -- serial port enabled and set to autoconfiguration
11561}
11562
11563SerialPortControlTableEntry                     ::= SEQUENCE {
11564    serialPortControlchassisIndex               DellObjectRange,
11565    serialPortControlIndex                      DellObjectRange,
11566    serialPortControlCapabilitiesUnique         DellSerialPortControlCapabilitiesUnique,
11567    serialPortControlSettingsUnique             DellSerialPortControlSettingsUnique,
11568    serialPortControlStatus                     DellStatus,
11569    serialPortControlName                       DellString
11570}
11571
11572serialPortControlTable                  OBJECT-TYPE
11573    SYNTAX      SEQUENCE OF SerialPortControlTableEntry
11574    ACCESS      not-accessible
11575    STATUS      mandatory
11576    DESCRIPTION
11577"1400.0040 This object defines the Serial Port Control Table."
11578    ::= { biosSetUpControlGroup 40 }
11579serialPortControlTableEntry             OBJECT-TYPE
11580    SYNTAX      SerialPortControlTableEntry
11581    ACCESS      not-accessible
11582    STATUS      mandatory
11583    DESCRIPTION
11584"1400.0040.0001 This object defines the Serial Port Control Table Entry."
11585    INDEX       { serialPortControlchassisIndex,
11586                  serialPortControlIndex }
11587    ::= { serialPortControlTable 1 }
11588
11589serialPortControlchassisIndex               OBJECT-TYPE
11590    SYNTAX      DellObjectRange
11591    ACCESS      read-only
11592    STATUS      mandatory
11593    DESCRIPTION
11594"1400.0040.0001.0001 This attribute defines the index (one based) of the
11595associated chassis."
11596    ::= { serialPortControlTableEntry 1 }
11597serialPortControlIndex                  OBJECT-TYPE
11598    SYNTAX      DellObjectRange
11599    ACCESS      read-only
11600    STATUS      mandatory
11601    DESCRIPTION
11602"1400.0040.0001.0002 This attribute defines the index (one based) of the
11603serial port control."
11604    ::= { serialPortControlTableEntry 2 }
11605serialPortControlCapabilitiesUnique    OBJECT-TYPE
11606    SYNTAX      DellSerialPortControlCapabilitiesUnique
11607    ACCESS      read-only
11608    STATUS      mandatory
11609    DESCRIPTION
11610"1400.0040.0001.0003 This attribute defines the port capabilities of the
11611serial port control."
11612    ::= { serialPortControlTableEntry 3 }
11613serialPortControlSettingsUnique        OBJECT-TYPE
11614    SYNTAX      DellSerialPortControlSettingsUnique
11615    ACCESS      read-only
11616    STATUS      mandatory
11617    DESCRIPTION
11618"1400.0040.0001.0004 This attribute defines the port settings of the
11619serial port control."
11620    ::= { serialPortControlTableEntry 4 }
11621serialPortControlStatus        OBJECT-TYPE
11622    SYNTAX      DellStatus
11623    ACCESS      read-only
11624    STATUS      mandatory
11625    DESCRIPTION
11626"1400.0040.0001.0005 This attribute defines the status of the
11627serial port control."
11628    ::= { serialPortControlTableEntry 5 }
11629serialPortControlName                  OBJECT-TYPE
11630    SYNTAX      DellString
11631    ACCESS      read-only
11632    STATUS      mandatory
11633    DESCRIPTION
11634"1400.0040.0001.0006 This attribute defines the BIOS setup control name
11635of the serial port."
11636    ::= { serialPortControlTableEntry 6 }
11637
11638
11639-------------------------------------------------------------------------------
11640-- Universal Serial Bus (USB) Control Table
11641--
11642-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.50.1.<a>.<i1>.<i2>
11643-------------------------------------------------------------------------------
11644
11645UsbControlTableEntry                            ::= SEQUENCE {
11646    usbControlchassisIndex                      DellObjectRange,
11647    usbControlIndex                             DellObjectRange,
11648    usbControlCapabilities                      DellStateCapabilities,
11649    usbControlSettings                          DellStateSettings,
11650    usbControlStatus                            DellStatus,
11651    usbControlName                              DellString
11652}
11653
11654usbControlTable                                 OBJECT-TYPE
11655    SYNTAX      SEQUENCE OF UsbControlTableEntry
11656    ACCESS      not-accessible
11657    STATUS      mandatory
11658    DESCRIPTION
11659"1400.0050 This object defines the Universal Serial Bus (USB) Control Table."
11660    ::= { biosSetUpControlGroup 50 }
11661usbControlTableEntry                            OBJECT-TYPE
11662    SYNTAX      UsbControlTableEntry
11663    ACCESS      not-accessible
11664    STATUS      mandatory
11665    DESCRIPTION
11666"1400.0050.0001 This object defines the Universal Serial Bus (USB) Control
11667Table Entry."
11668    INDEX       { usbControlchassisIndex,
11669                  usbControlIndex }
11670    ::= { usbControlTable 1 }
11671
11672usbControlchassisIndex                          OBJECT-TYPE
11673    SYNTAX      DellObjectRange
11674    ACCESS      read-only
11675    STATUS      mandatory
11676    DESCRIPTION
11677"1400.0050.0001.0001 This attribute defines the index (one based) of the
11678associated chassis."
11679    ::= { usbControlTableEntry 1 }
11680usbControlIndex                                 OBJECT-TYPE
11681    SYNTAX      DellObjectRange
11682    ACCESS      read-only
11683    STATUS      mandatory
11684    DESCRIPTION
11685"1400.0050.0001.0002 This attribute defines the index (one based) of the
11686USB control."
11687    ::= { usbControlTableEntry 2 }
11688usbControlCapabilities                          OBJECT-TYPE
11689    SYNTAX      DellStateCapabilities
11690    ACCESS      read-only
11691    STATUS      mandatory
11692    DESCRIPTION
11693"1400.0050.0001.0003 This attribute defines the state capabilities of the
11694USB control."
11695    ::= { usbControlTableEntry 3 }
11696usbControlSettings                              OBJECT-TYPE
11697    SYNTAX      DellStateSettings
11698    ACCESS      read-only
11699    STATUS      mandatory
11700    DESCRIPTION
11701"1400.0050.0001.0004 This attribute defines the state settings of the
11702USB control."
11703    ::= { usbControlTableEntry 4 }
11704usbControlStatus                                OBJECT-TYPE
11705    SYNTAX      DellStatus
11706    ACCESS      read-only
11707    STATUS      mandatory
11708    DESCRIPTION
11709"1400.0050.0001.0005 This attribute defines the status of the USB control."
11710    ::= { usbControlTableEntry 5 }
11711usbControlName                                  OBJECT-TYPE
11712    SYNTAX      DellString
11713    ACCESS      read-only
11714    STATUS      mandatory
11715    DESCRIPTION
11716"1400.0050.0001.0006 This attribute defines the BIOS setup control name
11717of the USB device."
11718    ::= { usbControlTableEntry 6 }
11719
11720
11721-------------------------------------------------------------------------------
11722-- Integrated Device Electronics (IDE) Control Table
11723--
11724-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.60.1.<a>.<i1>.<i2>
11725-------------------------------------------------------------------------------
11726
11727DellideControlCapabilitiesUnique                ::= INTEGER {
11728    unknown(1),                                 -- IDE capabilities are unknown
11729    ideControlAutoConfigOrEnableCapable(2)      -- IDE can be autoconfigured or enabled/disabled
11730}
11731DellideControlSettingsUnique                    ::= INTEGER {
11732    unknown(1),                                 -- IDE settings are unknown
11733    ideControlAutoConfigEnabledOrEnabled(2)     -- IDE set to autoconfigured or enabled
11734}
11735
11736IdeControlTableEntry                            ::= SEQUENCE {
11737    ideControlchassisIndex                      DellObjectRange,
11738    ideControlIndex                             DellObjectRange,
11739    ideControlCapabilitiesUnique                DellideControlCapabilitiesUnique,
11740    ideControlSettingsUnique                    DellideControlSettingsUnique,
11741    ideControlStatus                            DellStatus,
11742    ideControlName                              DellString
11743}
11744
11745ideControlTable                                 OBJECT-TYPE
11746    SYNTAX      SEQUENCE OF IdeControlTableEntry
11747    ACCESS      not-accessible
11748    STATUS      mandatory
11749    DESCRIPTION
11750"1400.0060 This object defines the Integrated Device Electronics (IDE)
11751Control Table."
11752    ::= { biosSetUpControlGroup 60 }
11753ideControlTableEntry                            OBJECT-TYPE
11754    SYNTAX      IdeControlTableEntry
11755    ACCESS      not-accessible
11756    STATUS      mandatory
11757    DESCRIPTION
11758"1400.0060.0001 This object defines the Integrated Device Electronics (IDE)
11759Control Table Entry."
11760    INDEX       { ideControlchassisIndex,
11761                  ideControlIndex }
11762    ::= { ideControlTable 1 }
11763
11764ideControlchassisIndex                          OBJECT-TYPE
11765    SYNTAX      DellObjectRange
11766    ACCESS      read-only
11767    STATUS      mandatory
11768    DESCRIPTION
11769"1400.0060.0001.0001 This attribute defines the index (one based) of the
11770associated chassis."
11771    ::= { ideControlTableEntry 1 }
11772ideControlIndex                                 OBJECT-TYPE
11773    SYNTAX      DellObjectRange
11774    ACCESS      read-only
11775    STATUS      mandatory
11776    DESCRIPTION
11777"1400.0060.0001.0002 This attribute defines the index (one based) of the
11778IDE control."
11779    ::= { ideControlTableEntry 2 }
11780ideControlCapabilitiesUnique                    OBJECT-TYPE
11781    SYNTAX      DellideControlCapabilitiesUnique
11782    ACCESS      read-only
11783    STATUS      mandatory
11784    DESCRIPTION
11785"1400.0060.0001.0003 This attribute defines the capabilities of the
11786IDE control."
11787    ::= { ideControlTableEntry 3 }
11788ideControlSettingsUnique                        OBJECT-TYPE
11789    SYNTAX      DellideControlSettingsUnique
11790    ACCESS      read-only
11791    STATUS      mandatory
11792    DESCRIPTION
11793"1400.0060.0001.0004 This attribute defines the settings of the
11794IDE control."
11795    ::= { ideControlTableEntry 4 }
11796ideControlStatus                                OBJECT-TYPE
11797    SYNTAX      DellStatus
11798    ACCESS      read-only
11799    STATUS      mandatory
11800    DESCRIPTION
11801"1400.0060.0001.0005 This attribute defines the state of the IDE control."
11802    ::= { ideControlTableEntry 5 }
11803ideControlName                                  OBJECT-TYPE
11804    SYNTAX      DellString
11805    ACCESS      read-only
11806    STATUS      mandatory
11807    DESCRIPTION
11808"1400.0060.0001.0006 This attribute defines the BIOS setup control name
11809of the IDE device."
11810    ::= { ideControlTableEntry 6 }
11811
11812
11813-------------------------------------------------------------------------------
11814-- Diskette Control Table
11815--
11816-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.70.1.<a>.<i1>.<i2>
11817-------------------------------------------------------------------------------
11818
11819DellDisketteControlCapabilitiesUnique           ::= INTEGER {
11820    unknown(1),                                 -- diskette capabilities are unknown
11821    disketteAutoConfigOrEnableCapable(2),       -- diskette can be enabled or disabled
11822    disketteReadOnlyCapable(4),                 -- diskette can be set to read only
11823    disketteAutoConfigOrEnableCapableandReadOnlyCapable(6)
11824}
11825DellDisketteControlSettingsUnique               ::= INTEGER {
11826    unknown(1),                                 -- Diskette Control state is unknown
11827    disketteAutoConfigEnabledOrEnabled(2),      -- Diskette Control is autoconfigurable or enabled
11828    disketteisReadOnly(4)                       -- Diskette is in read only operation
11829}
11830
11831DisketteControlTableEntry                       ::= SEQUENCE {
11832    disketteControlchassisIndex                 DellObjectRange,
11833    disketteControlIndex                        DellObjectRange,
11834    disketteControlCapabilitiesUnique           DellDisketteControlCapabilitiesUnique,
11835    disketteControlSettingsUnique               DellDisketteControlSettingsUnique,
11836    disketteControlStatus                       DellStatus,
11837    disketteControlName                         DellString
11838}
11839
11840disketteControlTable                            OBJECT-TYPE
11841    SYNTAX      SEQUENCE OF DisketteControlTableEntry
11842    ACCESS      not-accessible
11843    STATUS      mandatory
11844    DESCRIPTION
11845"1400.0070 This object defines the Diskette Control Table."
11846    ::= { biosSetUpControlGroup 70 }
11847disketteControlTableEntry                       OBJECT-TYPE
11848    SYNTAX      DisketteControlTableEntry
11849    ACCESS      not-accessible
11850    STATUS      mandatory
11851    DESCRIPTION
11852"1400.0070.0001 This object defines the Diskette Control Table Entry."
11853    INDEX       { disketteControlchassisIndex,
11854                  disketteControlIndex }
11855    ::= { disketteControlTable 1 }
11856
11857disketteControlchassisIndex                     OBJECT-TYPE
11858    SYNTAX      DellObjectRange
11859    ACCESS      read-only
11860    STATUS      mandatory
11861    DESCRIPTION
11862"1400.0070.0001.0001 This attribute defines the index (one based) of the
11863associated chassis."
11864    ::= { disketteControlTableEntry 1 }
11865disketteControlIndex                            OBJECT-TYPE
11866    SYNTAX      DellObjectRange
11867    ACCESS      read-only
11868    STATUS      mandatory
11869    DESCRIPTION
11870"1400.0070.0001.0002 This attribute defines the index (one based) of the
11871diskette control."
11872    ::= { disketteControlTableEntry 2 }
11873disketteControlCapabilitiesUnique               OBJECT-TYPE
11874    SYNTAX      DellDisketteControlCapabilitiesUnique
11875    ACCESS      read-only
11876    STATUS      mandatory
11877    DESCRIPTION
11878"1400.0070.0001.0003 This attribute defines the capabilities of the
11879diskette control."
11880    ::= { disketteControlTableEntry 3 }
11881disketteControlSettingsUnique                   OBJECT-TYPE
11882    SYNTAX      DellDisketteControlSettingsUnique
11883    ACCESS      read-only
11884    STATUS      mandatory
11885    DESCRIPTION
11886"1400.0070.0001.0004 This attribute defines the settings of the
11887diskette control."
11888    ::= { disketteControlTableEntry 4 }
11889disketteControlStatus                           OBJECT-TYPE
11890    SYNTAX      DellStatus
11891    ACCESS      read-only
11892    STATUS      mandatory
11893    DESCRIPTION
11894"1400.0070.0001.0005 This attribute defines the status of the
11895diskette control."
11896    ::= { disketteControlTableEntry 5 }
11897disketteControlName                             OBJECT-TYPE
11898    SYNTAX      DellString
11899    ACCESS      read-only
11900    STATUS      mandatory
11901    DESCRIPTION
11902"1400.0070.0001.0006 This attribute defines the BIOS setup control name
11903of the diskette device."
11904    ::= { disketteControlTableEntry 6 }
11905
11906
11907-------------------------------------------------------------------------------
11908-- Network Interface Control Table
11909--
11910-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.80.1.<a>.<i1>.<i2>
11911-------------------------------------------------------------------------------
11912
11913DellNetworkInterfaceControlCapabilitiesUnique   ::= INTEGER {
11914    unknown(1),                                 -- network interface capabilities are unknown
11915    enableCapable(2),                           -- network interface can be enabled or disabled
11916    enableWithoutPXECapable(4)                  -- network interface can be enabled without PXE
11917}
11918DellNetworkInterfaceControlSettingsUnique       ::= INTEGER {
11919    unknown(1),                                 -- network interface settings are unknown
11920    enabled(2),                                 -- network interface enabled
11921    enabledWithoutPXE(4)                        -- network interface enabled without PXE
11922}
11923
11924NetworkInterfaceControlTableEntry               ::= SEQUENCE {
11925    networkInterfaceControlchassisIndex         DellObjectRange,
11926    networkInterfaceControlIndex                DellObjectRange,
11927    networkInterfaceControlCapabilitiesUnique   DellNetworkInterfaceControlCapabilitiesUnique,
11928    networkInterfaceControlSettingsUnique       DellNetworkInterfaceControlSettingsUnique,
11929    networkInterfaceControlStatus               DellStatus,
11930    networkInterfaceControlName                 DellString
11931}
11932
11933networkInterfaceControlTable                    OBJECT-TYPE
11934    SYNTAX      SEQUENCE OF NetworkInterfaceControlTableEntry
11935    ACCESS      not-accessible
11936    STATUS      mandatory
11937    DESCRIPTION
11938"1400.0080 This object defines the Network Interface Control Table."
11939    ::= { biosSetUpControlGroup 80 }
11940networkInterfaceControlTableEntry               OBJECT-TYPE
11941    SYNTAX      NetworkInterfaceControlTableEntry
11942    ACCESS      not-accessible
11943    STATUS      mandatory
11944    DESCRIPTION
11945"1400.0080.0001 This object defines the Network Interface Control Table Entry."
11946    INDEX       { networkInterfaceControlchassisIndex,
11947                  networkInterfaceControlIndex }
11948    ::= { networkInterfaceControlTable 1 }
11949
11950networkInterfaceControlchassisIndex             OBJECT-TYPE
11951    SYNTAX      DellObjectRange
11952    ACCESS      read-only
11953    STATUS      mandatory
11954    DESCRIPTION
11955"1400.0080.0001.0001 This attribute defines the index (one based) of the
11956associated chassis."
11957    ::= { networkInterfaceControlTableEntry 1 }
11958networkInterfaceControlIndex                    OBJECT-TYPE
11959    SYNTAX      DellObjectRange
11960    ACCESS      read-only
11961    STATUS      mandatory
11962    DESCRIPTION
11963"1400.0080.0001.0002 This attribute defines the index (one based) of the
11964network interface control."
11965    ::= { networkInterfaceControlTableEntry 2 }
11966networkInterfaceControlCapabilitiesUnique       OBJECT-TYPE
11967    SYNTAX      DellNetworkInterfaceControlCapabilitiesUnique
11968    ACCESS      read-only
11969    STATUS      mandatory
11970    DESCRIPTION
11971"1400.0080.0001.0003 This attribute defines the capabilities of the
11972network interface control."
11973    ::= { networkInterfaceControlTableEntry 3 }
11974networkInterfaceControlSettingsUnique           OBJECT-TYPE
11975    SYNTAX      DellNetworkInterfaceControlSettingsUnique
11976    ACCESS      read-only
11977    STATUS      mandatory
11978    DESCRIPTION
11979"1400.0080.0001.0004 This attribute defines the settings of the
11980network interface control."
11981    ::= { networkInterfaceControlTableEntry 4 }
11982networkInterfaceControlStatus                   OBJECT-TYPE
11983    SYNTAX      DellStatus
11984    ACCESS      read-only
11985    STATUS      mandatory
11986    DESCRIPTION
11987"1400.0080.0001.0005 This attribute defines the status of the
11988network interface control."
11989    ::= { networkInterfaceControlTableEntry 5 }
11990networkInterfaceControlName                     OBJECT-TYPE
11991    SYNTAX      DellString
11992    ACCESS      read-only
11993    STATUS      mandatory
11994    DESCRIPTION
11995"1400.0080.0001.0006 This attribute defines the BIOS setup control name
11996of the network interface."
11997    ::= { networkInterfaceControlTableEntry 6 }
11998
11999
12000-------------------------------------------------------------------------------
12001-- BIOS Setting Table
12002--
12003-- OID Format: 1.3.6.1.4.1.674.10892.1.1400.90.1.<a>.<i1>.<i2>
12004-------------------------------------------------------------------------------
12005
12006DellBIOSSettingValueType                        ::= INTEGER {
12007    integer(1),                                 -- type is Integer
12008    string(2),                                  -- type is String
12009    enumeration(3),                             -- type is Enumeration
12010    orderedList(4)                              -- type is Ordered List
12011}
12012
12013BiosSettingTableEntry                           ::= SEQUENCE {
12014    biosSettingChassisIndex                     DellObjectRange,
12015    biosSettingIndex                            DellObjectRange,
12016    biosSettingName                             DisplayString,
12017    biosSettingDisplayName                      DisplayString,
12018    biosSettingValueType                        DellBIOSSettingValueType,
12019    biosSettingCurrentValue                     DisplayString,
12020    biosSettingPendingValue                     DisplayString,
12021    biosSettingDefaultValue                     DisplayString,
12022    biosSettingPossibleValues                   DisplayString,
12023    biosSettingDisplayOrder                     DellUnsigned32BitRange,
12024    biosSettingGroupDisplayName                 DisplayString,
12025    biosSettingFQDD                             DisplayString
12026}
12027
12028biosSettingTable                                OBJECT-TYPE
12029    SYNTAX      SEQUENCE OF BiosSettingTableEntry
12030    ACCESS      not-accessible
12031    STATUS      mandatory
12032    DESCRIPTION
12033"1400.0090 This object defines the BIOS Setting Table."
12034    ::= { biosSetUpControlGroup 90 }
12035biosSettingTableEntry                           OBJECT-TYPE
12036    SYNTAX      BiosSettingTableEntry
12037    ACCESS      not-accessible
12038    STATUS      mandatory
12039    DESCRIPTION
12040"1400.0090.0001 This object defines the BIOS Setting Table Entry."
12041    INDEX       { biosSettingChassisIndex,
12042                  biosSettingIndex }
12043    ::= { biosSettingTable 1 }
12044
12045biosSettingChassisIndex                         OBJECT-TYPE
12046    SYNTAX      DellObjectRange
12047    ACCESS      read-only
12048    STATUS      mandatory
12049    DESCRIPTION
12050"1400.0090.0001.0001 This attribute defines the index (one based) of the
12051associated chassis."
12052    ::= { biosSettingTableEntry 1 }
12053biosSettingIndex                                OBJECT-TYPE
12054    SYNTAX      DellObjectRange
12055    ACCESS      read-only
12056    STATUS      mandatory
12057    DESCRIPTION
12058"1400.0090.0001.0002 This attribute defines the index (one based) of the
12059BIOS setting."
12060    ::= { biosSettingTableEntry 2 }
12061biosSettingName                                 OBJECT-TYPE
12062    SYNTAX      DisplayString
12063    ACCESS      read-only
12064    STATUS      mandatory
12065    DESCRIPTION
12066"1400.0090.0001.0003 This attribute defines the name of the BIOS setting."
12067    ::= { biosSettingTableEntry 3 }
12068biosSettingDisplayName                          OBJECT-TYPE
12069    SYNTAX      DisplayString
12070    ACCESS      read-only
12071    STATUS      mandatory
12072    DESCRIPTION
12073"1400.0090.0001.0004 This attribute defines the display name of the BIOS setting."
12074    ::= { biosSettingTableEntry 4 }
12075biosSettingValueType                            OBJECT-TYPE
12076    SYNTAX      DellBIOSSettingValueType
12077    ACCESS      read-only
12078    STATUS      mandatory
12079    DESCRIPTION
12080"1400.0090.0001.0005 This attribute defines the type of the BIOS setting value."
12081    ::= { biosSettingTableEntry 5 }
12082biosSettingCurrentValue                         OBJECT-TYPE
12083    SYNTAX      DisplayString
12084    ACCESS      read-only
12085    STATUS      mandatory
12086    DESCRIPTION
12087"1400.0090.0001.0006 This attribute defines the current value of the BIOS setting.
12088If value type is orderedList(4), value is an ordered comma-separated list of values
12089if there is more than one value."
12090    ::= { biosSettingTableEntry 6 }
12091biosSettingPendingValue                         OBJECT-TYPE
12092    SYNTAX      DisplayString
12093    ACCESS      read-only
12094    STATUS      mandatory
12095    DESCRIPTION
12096"1400.0090.0001.0007 This attribute defines the pending value of the BIOS setting.
12097This value will not take effect until some point in the future.  This would typically
12098be used to represent a value that could not be changed until a system reset.
12099If value type is orderedList(4), value is an ordered comma-separated list of values
12100if there is more than one value."
12101    ::= { biosSettingTableEntry 7 }
12102biosSettingDefaultValue                         OBJECT-TYPE
12103    SYNTAX      DisplayString
12104    ACCESS      read-only
12105    STATUS      mandatory
12106    DESCRIPTION
12107"1400.0090.0001.0008 This attribute defines the default value of the BIOS setting.
12108If value type is orderedList(4), value is an ordered comma-separated list of values
12109if there is more than one value."
12110    ::= { biosSettingTableEntry 8 }
12111biosSettingPossibleValues                       OBJECT-TYPE
12112    SYNTAX      DisplayString
12113    ACCESS      read-only
12114    STATUS      mandatory
12115    DESCRIPTION
12116"1400.0090.0001.0009 This attribute defines the possible values of the BIOS setting.
12117If value type is integer(1) or string(2), no value is returned.  If value type is
12118enumeration(3) or orderedList(4), value is a comma-separated list of values
12119if there is more than one value."
12120    ::= { biosSettingTableEntry 9 }
12121biosSettingDisplayOrder                         OBJECT-TYPE
12122    SYNTAX      DellUnsigned32BitRange
12123    ACCESS      read-only
12124    STATUS      mandatory
12125    DESCRIPTION
12126"1400.0090.0001.0010 This attribute defines the recommended display order of the
12127BIOS setting within its BIOS setting group.  This value can be used to display
12128BIOS settings from lowest number to highest number."
12129    ::= { biosSettingTableEntry 10 }
12130biosSettingGroupDisplayName                     OBJECT-TYPE
12131    SYNTAX      DisplayString
12132    ACCESS      read-only
12133    STATUS      mandatory
12134    DESCRIPTION
12135"1400.0090.0001.0011 This attribute defines the display name of the BIOS setting
12136group for the BIOS setting."
12137    ::= { biosSettingTableEntry 11 }
12138biosSettingFQDD                                 OBJECT-TYPE
12139    SYNTAX      DisplayString
12140    ACCESS      read-only
12141    STATUS      mandatory
12142    DESCRIPTION
12143"1400.0090.0001.0012 This attribute defines the Fully Qualified Device Descriptor
12144(FQDD) for the BIOS setting."
12145    ::= { biosSettingTableEntry 12 }
12146
12147
12148-------------------------------------------------------------------------------
12149-- Local Response Agent (LRA) Group
12150--
12151-- OID Format: 1.3.6.1.4.1.674.10892.1.1500
12152-------------------------------------------------------------------------------
12153
12154
12155-------------------------------------------------------------------------------
12156-- Local Response Agent (LRA) Global Settings Table
12157--
12158-- OID Format: 1.3.6.1.4.1.674.10892.1.1500.10.1.<a>.<i1>
12159-------------------------------------------------------------------------------
12160
12161DellLocalResponseAgentCapabilitiesUnique        ::= INTEGER {
12162    -- If set to 0 (zero), LRA has no capabilities
12163    speakerControlCapable(1),                   -- LRA capable of speaker beep
12164    consoleAlertCapable(2),                     -- LRA capable of console alert
12165    broadcastMessageCapable(4),                 -- LRA capable of broadcast message
12166    osShutDownCapable(8),                       -- LRA capable of operating system shutdown
12167    rebootCapable(16),                          -- LRA capable of system reboot
12168    powerCycleCapable(32),                      -- LRA capable of system power cycle
12169    powerOFFCapable(64),                        -- LRA capable of system power off
12170    executeApplicationCapable(256),             -- LRA capable of executing user-specified application
12171    lraFullyCapable(383)                        -- all LRA capabilities
12172}
12173DellLRAThermalShutdownCapabilitiesUnique        ::= INTEGER {
12174    -- If set to 0 (zero), LRA has no thermal shutdown capabilities
12175    unknownCapabilities(1),                     -- thermal shutdown capabilities are unknown
12176    enableCapable(2),                           -- thermal shutdown can be enabled or disabled
12177    warningCapable(4),                          -- thermal shutdown can be set to activate on warning
12178    enableOnWarningCapable(6),
12179    failureCapable(8),                          -- thermal shutdown can be set to activate on failure
12180    enableOnFailureCapable(10),
12181    enableOnWarningOrFailureCapable(14)
12182}
12183DellLRAThermalShutdownStateSettingsUnique       ::= INTEGER {
12184    -- If set to 0 (zero), LRA thermal shutdown is disabled
12185    unknown(1),                                 -- thermal shutdown settings are unknown
12186    activatedOnWarning(6),                      -- thermal shutdown set to activate on warning
12187    activatedOnFailure(10)                      -- thermal shutdown set to activate on failure
12188}
12189
12190LRAGlobalSettingsTableEntry                     ::= SEQUENCE {
12191    lRAGlobalchassisIndex                       DellObjectRange,
12192    lRAGlobalState                              DellStateSettings,
12193    lRAGlobalSettingsDisableTimeoutValue        DellUnsigned32BitRange,
12194    lRAGlobalSettingsCapabilitiesUnique         DellLocalResponseAgentCapabilitiesUnique,
12195    lRAGlobalThermalShutdownCapabilitiesUnique  DellLRAThermalShutdownCapabilitiesUnique,
12196    lRAGlobalThermalShutdownStateSettingsUnique DellLRAThermalShutdownStateSettingsUnique
12197}
12198
12199lRAGlobalSettingsTable                          OBJECT-TYPE
12200    SYNTAX      SEQUENCE OF LRAGlobalSettingsTableEntry
12201    ACCESS      not-accessible
12202    STATUS      mandatory
12203    DESCRIPTION
12204"1500.0010 This object defines the Local Response Agent (LRA) Global Settings
12205Table."
12206    ::= { lraGroup 10 }
12207lRAGlobalSettingsTableEntry                     OBJECT-TYPE
12208    SYNTAX      LRAGlobalSettingsTableEntry
12209    ACCESS      not-accessible
12210    STATUS      mandatory
12211    DESCRIPTION
12212"1500.0010.0001 This object defines the Local Response Agent (LRA) Global
12213Settings Table Entry."
12214    INDEX       { lRAGlobalchassisIndex }
12215    ::= { lRAGlobalSettingsTable 1 }
12216
12217lRAGlobalchassisIndex                           OBJECT-TYPE
12218    SYNTAX      DellObjectRange
12219    ACCESS      read-only
12220    STATUS      mandatory
12221    DESCRIPTION
12222"1500.0010.0001.0001 This attribute defines the index (one based) of the
12223associated chassis."
12224    ::= { lRAGlobalSettingsTableEntry 1 }
12225lRAGlobalState                                  OBJECT-TYPE
12226    SYNTAX     DellStateSettings
12227    ACCESS      read-only
12228    STATUS      mandatory
12229    DESCRIPTION
12230"1500.0010.0001.0002 This attribute defines the state settings of the
12231Local Response Agent."
12232    ::= { lRAGlobalSettingsTableEntry 2 }
12233lRAGlobalSettingsDisableTimeoutValue            OBJECT-TYPE
12234    SYNTAX      DellUnsigned32BitRange
12235    ACCESS      read-only
12236    STATUS      mandatory
12237    DESCRIPTION
12238"1500.0010.0001.0003 This attribute defines the timeout duration in seconds
12239that the Local Response Agent will be disabled after a machine shutdown and
12240reboot."
12241    ::= { lRAGlobalSettingsTableEntry 3 }
12242lRAGlobalSettingsCapabilitiesUnique             OBJECT-TYPE
12243    SYNTAX      DellLocalResponseAgentCapabilitiesUnique
12244    ACCESS      read-only
12245    STATUS      mandatory
12246    DESCRIPTION
12247"1500.0010.0001.0004 This attribute defines the global settings capabilities
12248that all Local Response Agents may or may not allow to be set or reset."
12249    ::= { lRAGlobalSettingsTableEntry 4 }
12250lRAGlobalThermalShutdownCapabilitiesUnique      OBJECT-TYPE
12251    SYNTAX      DellLRAThermalShutdownCapabilitiesUnique
12252    ACCESS      read-only
12253    STATUS      mandatory
12254    DESCRIPTION
12255"1500.0010.0001.0005 This attribute defines the thermal shutdown capabilities
12256of the Local Response Agent."
12257    ::= { lRAGlobalSettingsTableEntry 5 }
12258lRAGlobalThermalShutdownStateSettingsUnique     OBJECT-TYPE
12259    SYNTAX      DellLRAThermalShutdownStateSettingsUnique
12260    ACCESS      read-only
12261    STATUS      mandatory
12262    DESCRIPTION
12263"1500.0010.0001.0006 This attribute defines the thermal shutdown settings
12264of the Local Response Agent."
12265    ::= { lRAGlobalSettingsTableEntry 6 }
12266
12267
12268-------------------------------------------------------------------------------
12269-- Local Response Agent (LRA) Action Table
12270--
12271-- OID Format: 1.3.6.1.4.1.674.10892.1.1500.20.1.<a>.<i1>.<i2>
12272-------------------------------------------------------------------------------
12273
12274DellLocalResponseAgentSettingsUnique            ::= INTEGER {
12275    speakerControl(1),                          -- issue speaker beep
12276    consoleAlert(2),                            -- issue console alert
12277    broadcastMessage(4),                        -- issue broadcast message
12278    osShutDown(8),                              -- issue operating system shutdown
12279    reboot(16),                                 -- issue system reboot
12280    powerCycle(32),                             -- issue system power cycle
12281    powerOFF(64),                               -- issue system power off
12282    executeApplication(256),                    -- execute user-specified application
12283    allLRASettingsUnique(383)                   -- all LRA settings
12284}
12285
12286LRAActionTableTableEntry                        ::= SEQUENCE {
12287    lRAActionTablechassisIndex                  DellObjectRange,
12288    lRAActionTableActionNumberIndex             DellUnsigned16BitRange,
12289    lRAActionTableUserApplicationName           DisplayString (SIZE (0..256)),
12290    lRAActionTableSettingsUnique                DellLocalResponseAgentSettingsUnique
12291}
12292
12293lRAActionTableTable                             OBJECT-TYPE
12294    SYNTAX      SEQUENCE OF LRAActionTableTableEntry
12295    ACCESS      not-accessible
12296    STATUS      mandatory
12297    DESCRIPTION
12298"1500.0020 This object defines the Local Response Agent (LRA) Action Table."
12299    ::= { lraGroup 20 }
12300lRAActionTableTableEntry                        OBJECT-TYPE
12301    SYNTAX      LRAActionTableTableEntry
12302    ACCESS      not-accessible
12303    STATUS      mandatory
12304    DESCRIPTION
12305"1500.0020.0001 This object defines the Local Response Agent (LRA) Action
12306Table Entry."
12307    INDEX       { lRAActionTablechassisIndex,
12308                  lRAActionTableActionNumberIndex }
12309    ::= { lRAActionTableTable 1 }
12310
12311lRAActionTablechassisIndex                      OBJECT-TYPE
12312    SYNTAX      DellObjectRange
12313    ACCESS      read-only
12314    STATUS      mandatory
12315    DESCRIPTION
12316"1500.0020.0001.0001 This attribute defines the index (one based) of the
12317associated chassis."
12318    ::= { lRAActionTableTableEntry 1 }
12319lRAActionTableActionNumberIndex                 OBJECT-TYPE
12320    SYNTAX      DellUnsigned16BitRange
12321    ACCESS      read-only
12322    STATUS      mandatory
12323    DESCRIPTION
12324"1500.0020.0001.0002 This attribute defines the action number index
12325of the LRA action. The currently supported values are:
12326    160  temperature failure action definition
12327    168  cooling device failure action definition
12328    172  voltage failure action definition
12329    200  temperature warning action definition
12330    202  voltage warning action definition
12331    204  cooling device warning action definition
12332    206  amperage failure action definition
12333    208  amperage warning action definition
12334    210  redundancy unit redundancy lost action definition
12335    212  redundancy unit redundancy degraded action definition
12336    214  power supply failure action definition
12337    220  chassis intrusion action definition
12338    228  memory device noncritical action definition
12339    474  memory device critical action definition
12340    1006 automatic system recovery (ASR) action definition
12341    1353 power supply warning action definition
12342    1553 log near full action definition
12343    1554 log full action definition
12344    1603 processor warning action definition
12345    1604 processor failure action definition
12346    1703 battery warning action definition
12347    1704 battery failure action definition"
12348    ::= { lRAActionTableTableEntry 2 }
12349lRAActionTableUserApplicationName               OBJECT-TYPE
12350    SYNTAX      DisplayString (SIZE (0..256))
12351    ACCESS      read-only
12352    STATUS      mandatory
12353    DESCRIPTION
12354"1500.0020.0001.0003 This attribute defines the name of the user application
12355executable path and file name to execute by the Local Response Agent if the
12356value executeApplication was set."
12357    ::= { lRAActionTableTableEntry 3 }
12358lRAActionTableSettingsUnique                    OBJECT-TYPE
12359    SYNTAX      DellLocalResponseAgentSettingsUnique
12360    ACCESS      read-only
12361    STATUS      mandatory
12362    DESCRIPTION
12363"1500.0020.0001.0004 This attribute defines the settings for the LRA action."
12364    ::= { lRAActionTableTableEntry 4 }
12365
12366
12367-------------------------------------------------------------------------------
12368-- Cost Of Ownership (COO) Group
12369--
12370-- OID Format: 1.3.6.1.4.1.674.10892.1.1600
12371-------------------------------------------------------------------------------
12372
12373
12374DellCooOwnershipCodes                           ::= INTEGER {
12375    other(1),                                   -- ownership code is other than following values
12376    unknown(2),                                 -- ownership code is unknown
12377    owned(3),                                   -- ownership code is owned
12378    leased(4),                                  -- ownership code is leased
12379    rented(5),                                  -- ownership code is rented
12380    offOfLease(6),                              -- ownership code is off of lease
12381    transfer(7)                                 -- ownership code is transfer
12382}
12383DellCooHourDayDurationType                      ::= INTEGER {
12384    unknown(1),                                 -- duration type is unknown
12385    hours(2),                                   -- duration type is hours
12386    days(3)                                     -- duration type is days
12387}
12388DellCooDayMonthDurationType                     ::= INTEGER {
12389    unknown(1),                                 -- duration type is unknown
12390    days(3),                                    -- duration type is days
12391    months(4)                                   -- duration type is months
12392}
12393DellCooMonthYearDurationType                    ::= INTEGER {
12394    unknown(1),                                 -- duration type is unknown
12395    months(4),                                  -- duration type is months
12396    years(5)                                    -- duration type is years
12397}
12398
12399
12400-------------------------------------------------------------------------------
12401-- Cost Of Ownership (COO) Table
12402--
12403-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.10.1.<a>.<i1>
12404-------------------------------------------------------------------------------
12405
12406CooTableEntry                                   ::= SEQUENCE {
12407    coochassisIndex                             DellObjectRange,
12408    cooState                                    DellStateSettings,
12409    cooAquisitionPurchaseCost                   DellUnsigned32BitRange,
12410    cooAquisitionWayBillNumber                  DellUnsigned32BitRange,
12411    cooAquisitionInstallDateName                DellDateName,
12412    cooAquisitionPurchaseOrder                  DellUnsigned32BitRange,
12413    cooAquisitionPurchaseDateName               DellDateName,
12414    cooAquisitionSigningAuthorityName           DellCostofOwnershipString,
12415    cooOriginalMachineConfigurationExpensed     DellBoolean,
12416    cooOriginalMachineConfigurationVendorName   DellCostofOwnershipString,
12417    cooCostCenterInformationVendorName          DellCostofOwnershipString,
12418    cooUserInformationUserName                  DellCostofOwnershipString,
12419    cooExtendedWarrantyStartDateName            DellDateName,
12420    cooExtendedWarrantyEndDateName              DellDateName,
12421    cooExtendedWarrantyCost                     DellUnsigned32BitRange,
12422    cooExtendedWarrantyProviderName             DellCostofOwnershipString,
12423    cooOwnershipCode                            DellCooOwnershipCodes,
12424    cooCorporateOwnerName                       DellCostofOwnershipString,
12425    cooHazardousWasteCodeName                   DellCostofOwnershipString,
12426    cooDeploymentDateLength                     DellUnsigned32BitRange,
12427    cooDeploymentDurationType                   DellCooHourDayDurationType,
12428    cooTrainingName                             DellCostofOwnershipString,
12429    cooOutsourcingProblemDescriptionName        DellCostofOwnershipString,
12430    cooOutsourcingServiceFeeName                DellCostofOwnershipString,
12431    cooOutsourcingSigningAuthorityName          DellCostofOwnershipString,
12432    cooOutsourcingProviderFeeName               DellCostofOwnershipString,
12433    cooOutsourcingProviderServiceLevelName      DellCostofOwnershipString,
12434    cooInsuranceCompanyName                     DellCostofOwnershipString,
12435    cooBoxAssetTagName                          DellCostofOwnershipString,
12436    cooBoxSystemName                            DellCostofOwnershipString,
12437    cooBoxCPUSerialNumberName                   DellCostofOwnershipString,
12438    cooOperatingSystemUpgradeTypeName           DellCostofOwnershipString,
12439    cooOperatingSystemUpgradePatchLevelName     DellCostofOwnershipString,
12440    cooOperatingSystemUpgradeDate               DellCostofOwnershipString,
12441    cooDepreciationDuration                     DellUnsigned32BitRange,
12442    cooDepreciationDurationType                 DellCooMonthYearDurationType,
12443    cooDepreciationPercentage                   DellUnsigned32BitRange,
12444    cooDepreciationMethodName                   DellCostofOwnershipString,
12445    cooRegistrationIsRegistered                 DellBoolean
12446}
12447
12448cooTable                                        OBJECT-TYPE
12449    SYNTAX      SEQUENCE OF CooTableEntry
12450    ACCESS      not-accessible
12451    STATUS      mandatory
12452    DESCRIPTION
12453"1600.0010 This object defines the Cost Of Ownership (COO) Table."
12454    ::= { cooGroup 10 }
12455cooTableEntry                                   OBJECT-TYPE
12456    SYNTAX      CooTableEntry
12457    ACCESS      not-accessible
12458    STATUS      mandatory
12459    DESCRIPTION
12460"1600.0010.0001 This object defines the Cost Of Ownership (COO) Table Entry."
12461    INDEX       { coochassisIndex }
12462    ::= { cooTable 1 }
12463
12464coochassisIndex                                 OBJECT-TYPE
12465    SYNTAX      DellObjectRange
12466    ACCESS      read-only
12467    STATUS      mandatory
12468    DESCRIPTION
12469"1600.0010.0001.0001 This attribute defines the index (one based) of the
12470associated chassis."
12471    ::= { cooTableEntry 1 }
12472cooState                                        OBJECT-TYPE
12473    SYNTAX      DellStateSettings
12474    ACCESS      read-only
12475    STATUS      mandatory
12476    DESCRIPTION
12477"1600.0010.0001.0002 This attribute defines the state settings of the
12478COO information."
12479    ::= { cooTableEntry 2 }
12480cooAquisitionPurchaseCost                       OBJECT-TYPE
12481    SYNTAX      DellUnsigned32BitRange
12482    ACCESS      read-only
12483    STATUS      mandatory
12484    DESCRIPTION
12485"1600.0010.0001.0003 This attribute defines the purchase cost of the system."
12486    ::= { cooTableEntry 3 }
12487cooAquisitionWayBillNumber                      OBJECT-TYPE
12488    SYNTAX      DellUnsigned32BitRange
12489    ACCESS      read-only
12490    STATUS      mandatory
12491    DESCRIPTION
12492"1600.0010.0001.0004 This attribute defines the waybill number of the system."
12493    ::= { cooTableEntry 4 }
12494cooAquisitionInstallDateName                    OBJECT-TYPE
12495    SYNTAX      DellDateName
12496    ACCESS      read-only
12497    STATUS      mandatory
12498    DESCRIPTION
12499"1600.0010.0001.0005 This attribute defines the install date and time of the
12500system.  Dates are defined in the ASCII format:
12501    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
12502where yyyy is the year, MM is the month, dd is the day, hh are the hours,
12503mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
12504+fff or -fff is the offset from UTC in minutes."
12505    ::= { cooTableEntry 5 }
12506cooAquisitionPurchaseOrder                      OBJECT-TYPE
12507    SYNTAX      DellUnsigned32BitRange
12508    ACCESS      read-only
12509    STATUS      mandatory
12510    DESCRIPTION
12511"1600.0010.0001.0006 This attribute defines the purchase order number of the
12512system."
12513    ::= { cooTableEntry 6 }
12514cooAquisitionPurchaseDateName                   OBJECT-TYPE
12515    SYNTAX      DellDateName
12516    ACCESS      read-only
12517    STATUS      mandatory
12518    DESCRIPTION
12519"1600.0010.0001.0007 This attribute defines the purchase date and time of the
12520system.  Dates are defined in the ASCII format:
12521    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
12522where yyyy is the year, MM is the month, dd is the day, hh are the hours,
12523mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
12524+fff or -fff is the offset from UTC in minutes."
12525    ::= { cooTableEntry 7 }
12526cooAquisitionSigningAuthorityName               OBJECT-TYPE
12527    SYNTAX      DellCostofOwnershipString
12528    ACCESS      read-only
12529    STATUS      mandatory
12530    DESCRIPTION
12531"1600.0010.0001.0008 This attribute defines the name of the signing authority
12532for the system."
12533    ::= { cooTableEntry 8 }
12534cooOriginalMachineConfigurationExpensed         OBJECT-TYPE
12535    SYNTAX      DellBoolean
12536    ACCESS      read-only
12537    STATUS      mandatory
12538    DESCRIPTION
12539"1600.0010.0001.0009 This attribute defines if the purchase of the system
12540was expensed or not."
12541    ::= { cooTableEntry 9 }
12542cooOriginalMachineConfigurationVendorName       OBJECT-TYPE
12543    SYNTAX      DellCostofOwnershipString
12544    ACCESS      read-only
12545    STATUS      mandatory
12546    DESCRIPTION
12547"1600.0010.0001.0010 This attribute defines the name of the vendor of the
12548system."
12549    ::= { cooTableEntry 10 }
12550cooCostCenterInformationVendorName              OBJECT-TYPE
12551    SYNTAX      DellCostofOwnershipString
12552    ACCESS      read-only
12553    STATUS      mandatory
12554    DESCRIPTION
12555"1600.0010.0001.0011 This attribute defines the cost center name of the
12556system."
12557    ::= { cooTableEntry 11 }
12558cooUserInformationUserName                      OBJECT-TYPE
12559    SYNTAX      DellCostofOwnershipString
12560    ACCESS      read-only
12561    STATUS      mandatory
12562    DESCRIPTION
12563"1600.0010.0001.0012 This attribute defines the name of the user of the
12564system."
12565    ::= { cooTableEntry 12 }
12566cooExtendedWarrantyStartDateName                OBJECT-TYPE
12567    SYNTAX      DellDateName
12568    ACCESS      read-only
12569    STATUS      mandatory
12570    DESCRIPTION
12571"1600.0010.0001.0013 This attribute defines the extended warranty start date
12572and time for the system.  Dates are defined in the ASCII format:
12573    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
12574where yyyy is the year, MM is the month, dd is the day, hh are the hours,
12575mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
12576+fff or -fff is the offset from UTC in minutes."
12577    ::= { cooTableEntry 13 }
12578cooExtendedWarrantyEndDateName                  OBJECT-TYPE
12579    SYNTAX      DellDateName
12580    ACCESS      read-only
12581    STATUS      mandatory
12582    DESCRIPTION
12583"1600.0010.0001.0014 This attribute defines the extended warranty end date
12584and time for the system.  Dates are defined in the ASCII format:
12585    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
12586where yyyy is the year, MM is the month, dd is the day, hh are the hours,
12587mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
12588+fff or -fff is the offset from UTC in minutes."
12589    ::= { cooTableEntry 14 }
12590cooExtendedWarrantyCost                         OBJECT-TYPE
12591    SYNTAX      DellUnsigned32BitRange
12592    ACCESS      read-only
12593    STATUS      mandatory
12594    DESCRIPTION
12595"1600.0010.0001.0015 This attribute defines the extended warranty cost
12596for the system."
12597    ::= { cooTableEntry 15 }
12598cooExtendedWarrantyProviderName                 OBJECT-TYPE
12599    SYNTAX      DellCostofOwnershipString
12600    ACCESS      read-only
12601    STATUS      mandatory
12602    DESCRIPTION
12603"1600.0010.0001.0016 This attribute defines the name of the extended warranty
12604provider for the system."
12605    ::= { cooTableEntry 16 }
12606cooOwnershipCode                                OBJECT-TYPE
12607    SYNTAX      DellCooOwnershipCodes
12608    ACCESS      read-only
12609    STATUS      mandatory
12610    DESCRIPTION
12611"1600.0010.0001.0017 This attribute defines the ownership code for the system."
12612    ::= { cooTableEntry 17 }
12613cooCorporateOwnerName                           OBJECT-TYPE
12614    SYNTAX      DellCostofOwnershipString
12615    ACCESS      read-only
12616    STATUS      mandatory
12617    DESCRIPTION
12618"1600.0010.0001.0018 This attribute defines the name of the corporate owner
12619of the system."
12620    ::= { cooTableEntry 18 }
12621cooHazardousWasteCodeName                       OBJECT-TYPE
12622    SYNTAX      DellCostofOwnershipString
12623    ACCESS      read-only
12624    STATUS      mandatory
12625    DESCRIPTION
12626"1600.0010.0001.0019 This attribute defines the hazardous waste code name
12627for the system."
12628    ::= { cooTableEntry 19 }
12629cooDeploymentDateLength                         OBJECT-TYPE
12630    SYNTAX      DellUnsigned32BitRange
12631    ACCESS      read-only
12632    STATUS      mandatory
12633    DESCRIPTION
12634"1600.0010.0001.0020 This attribute defines the deployment time length
12635for the system."
12636    ::= { cooTableEntry 20 }
12637cooDeploymentDurationType                       OBJECT-TYPE
12638    SYNTAX      DellCooHourDayDurationType
12639    ACCESS      read-only
12640    STATUS      mandatory
12641    DESCRIPTION
12642"1600.0010.0001.0021 This attribute defines the deployment duration time unit
12643for the Dell System."
12644    ::= { cooTableEntry 21 }
12645cooTrainingName                                 OBJECT-TYPE
12646    SYNTAX      DellCostofOwnershipString
12647    ACCESS      read-only
12648    STATUS      mandatory
12649    DESCRIPTION
12650"1600.0010.0001.0022 This attribute defines the training name for the system."
12651    ::= { cooTableEntry 22 }
12652cooOutsourcingProblemDescriptionName            OBJECT-TYPE
12653    SYNTAX      DellCostofOwnershipString
12654    ACCESS      read-only
12655    STATUS      mandatory
12656    DESCRIPTION
12657"1600.0010.0001.0023 This attribute defines the outsourcing problem description
12658for the system."
12659    ::= { cooTableEntry 23 }
12660cooOutsourcingServiceFeeName                    OBJECT-TYPE
12661    SYNTAX      DellCostofOwnershipString
12662    ACCESS      read-only
12663    STATUS      mandatory
12664    DESCRIPTION
12665"1600.0010.0001.0024 This attribute defines the outsourcing service fee
12666for the system."
12667    ::= { cooTableEntry 24 }
12668cooOutsourcingSigningAuthorityName              OBJECT-TYPE
12669    SYNTAX      DellCostofOwnershipString
12670    ACCESS      read-only
12671    STATUS      mandatory
12672    DESCRIPTION
12673"1600.0010.0001.0025 This attribute defines the name of the person who has
12674signing authority for service."
12675    ::= { cooTableEntry 25 }
12676cooOutsourcingProviderFeeName                   OBJECT-TYPE
12677    SYNTAX      DellCostofOwnershipString
12678    ACCESS      read-only
12679    STATUS      mandatory
12680    DESCRIPTION
12681"1600.0010.0001.0026 This attribute defines any additional outsourcing
12682charge for service."
12683    ::= { cooTableEntry 26 }
12684cooOutsourcingProviderServiceLevelName          OBJECT-TYPE
12685    SYNTAX      DellCostofOwnershipString
12686    ACCESS      read-only
12687    STATUS      mandatory
12688    DESCRIPTION
12689"1600.0010.0001.0027 This attribute defines the service level agreement
12690for service."
12691    ::= { cooTableEntry 27 }
12692cooInsuranceCompanyName                         OBJECT-TYPE
12693    SYNTAX      DellCostofOwnershipString
12694    ACCESS      read-only
12695    STATUS      mandatory
12696    DESCRIPTION
12697"1600.0010.0001.0028 This attribute defines the name of the company
12698insuring the system."
12699    ::= { cooTableEntry 28 }
12700cooBoxAssetTagName                              OBJECT-TYPE
12701    SYNTAX      DellCostofOwnershipString
12702    ACCESS      read-only
12703    STATUS      mandatory
12704    DESCRIPTION
12705"1600.0010.0001.0029 This attribute defines the name the system asset tag."
12706    ::= { cooTableEntry 29 }
12707cooBoxSystemName                                OBJECT-TYPE
12708    SYNTAX      DellCostofOwnershipString
12709    ACCESS      read-only
12710    STATUS      mandatory
12711    DESCRIPTION
12712"1600.0010.0001.0030 This attribute defines the name of the system."
12713    ::= { cooTableEntry 30 }
12714cooBoxCPUSerialNumberName                       OBJECT-TYPE
12715    SYNTAX      DellCostofOwnershipString
12716    ACCESS      read-only
12717    STATUS      mandatory
12718    DESCRIPTION
12719"1600.0010.0001.0031 This attribute defines the name of the CPU serial
12720number in the system."
12721    ::= { cooTableEntry 31 }
12722cooOperatingSystemUpgradeTypeName               OBJECT-TYPE
12723    SYNTAX      DellCostofOwnershipString
12724    ACCESS      read-only
12725    STATUS      mandatory
12726    DESCRIPTION
12727"1600.0010.0001.0032 This attribute defines the name the operating system
12728on the system."
12729    ::= { cooTableEntry 32 }
12730cooOperatingSystemUpgradePatchLevelName         OBJECT-TYPE
12731    SYNTAX      DellCostofOwnershipString
12732    ACCESS      read-only
12733    STATUS      mandatory
12734    DESCRIPTION
12735"1600.0010.0001.0033 This attribute defines the operating system patch level
12736of the system."
12737    ::= { cooTableEntry 33 }
12738cooOperatingSystemUpgradeDate                   OBJECT-TYPE
12739    SYNTAX      DellCostofOwnershipString
12740    ACCESS      read-only
12741    STATUS      mandatory
12742    DESCRIPTION
12743"1600.0010.0001.0034 This attribute defines the operating system upgrade date
12744of the system."
12745    ::= { cooTableEntry 34 }
12746cooDepreciationDuration                         OBJECT-TYPE
12747    SYNTAX      DellUnsigned32BitRange
12748    ACCESS      read-only
12749    STATUS      mandatory
12750    DESCRIPTION
12751"1600.0010.0001.0035 This attribute defines the depreciation duration time
12752for the system."
12753    ::= { cooTableEntry 35 }
12754cooDepreciationDurationType                     OBJECT-TYPE
12755    SYNTAX      DellCooMonthYearDurationType
12756    ACCESS      read-only
12757    STATUS      mandatory
12758    DESCRIPTION
12759"1600.0010.0001.0036 This attribute defines the depreciation duration time
12760unit for the system."
12761    ::= { cooTableEntry 36 }
12762cooDepreciationPercentage                       OBJECT-TYPE
12763    SYNTAX      DellUnsigned32BitRange
12764    ACCESS      read-only
12765    STATUS      mandatory
12766    DESCRIPTION
12767"1600.0010.0001.0037 This attribute defines the percentage of depreciation
12768for the system."
12769    ::= { cooTableEntry 37 }
12770cooDepreciationMethodName                       OBJECT-TYPE
12771    SYNTAX      DellCostofOwnershipString
12772    ACCESS      read-only
12773    STATUS      mandatory
12774    DESCRIPTION
12775"1600.0010.0001.0038 This attribute defines the method of Depreciation
12776for the system."
12777    ::= { cooTableEntry 38 }
12778cooRegistrationIsRegistered                     OBJECT-TYPE
12779    SYNTAX      DellBoolean
12780    ACCESS      read-only
12781    STATUS      mandatory
12782    DESCRIPTION
12783"1600.0010.0001.0039 This attribute defines if the system is registered
12784or not."
12785    ::= { cooTableEntry 39 }
12786
12787
12788-------------------------------------------------------------------------------
12789-- Cost Of Ownership (COO) Service Contract Table
12790--
12791-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.20.1.<a>.<i1>.<i2>
12792-------------------------------------------------------------------------------
12793
12794CooServiceContractTableEntry                    ::= SEQUENCE {
12795    cooServiceContractchassisIndex              DellObjectRange,
12796    cooServiceContractIndex                     DellObjectRange,
12797    cooServiceContractState                     DellStateSettings,
12798    cooServiceContractWasRenewed                DellBoolean,
12799    cooServiceContractTypeName                  DellCostofOwnershipString,
12800    cooServiceContractVendorName                DellCostofOwnershipString
12801}
12802
12803cooServiceContractTable                         OBJECT-TYPE
12804    SYNTAX      SEQUENCE OF CooServiceContractTableEntry
12805    ACCESS      not-accessible
12806    STATUS      mandatory
12807    DESCRIPTION
12808"1600.0020 This object defines the Cost Of Ownership (COO) Service Contract
12809Table."
12810    ::= { cooGroup 20 }
12811cooServiceContractTableEntry                    OBJECT-TYPE
12812    SYNTAX      CooServiceContractTableEntry
12813    ACCESS      not-accessible
12814    STATUS      mandatory
12815    DESCRIPTION
12816"1600.0020.0001 This object defines the Cost Of Ownership (COO) Service
12817Contract Table Entry."
12818    INDEX       { cooServiceContractchassisIndex,
12819                  cooServiceContractIndex }
12820    ::= { cooServiceContractTable 1 }
12821
12822cooServiceContractchassisIndex                  OBJECT-TYPE
12823    SYNTAX      DellObjectRange
12824    ACCESS      read-only
12825    STATUS      mandatory
12826    DESCRIPTION
12827"1600.0020.0001.0001 This attribute defines the index (one based) of the
12828associated chassis."
12829    ::= { cooServiceContractTableEntry 1 }
12830cooServiceContractIndex                         OBJECT-TYPE
12831    SYNTAX      DellObjectRange
12832    ACCESS      read-only
12833    STATUS      mandatory
12834    DESCRIPTION
12835"1600.0020.0001.0002 This attribute defines the index (one based) of the
12836COO service contract."
12837    ::= { cooServiceContractTableEntry 2 }
12838cooServiceContractState                         OBJECT-TYPE
12839    SYNTAX      DellStateSettings
12840    ACCESS      read-only
12841    STATUS      mandatory
12842    DESCRIPTION
12843"1600.0020.0001.0003 This attribute defines the state settings of the
12844COO service contract."
12845    ::= { cooServiceContractTableEntry 3 }
12846cooServiceContractWasRenewed                    OBJECT-TYPE
12847    SYNTAX      DellBoolean
12848    ACCESS      read-only
12849    STATUS      mandatory
12850    DESCRIPTION
12851"1600.0020.0001.0004 This attribute defines if the COO service contract
12852was renewed not."
12853    ::= { cooServiceContractTableEntry 4 }
12854cooServiceContractTypeName                      OBJECT-TYPE
12855    SYNTAX      DellCostofOwnershipString
12856    ACCESS      read-only
12857    STATUS      mandatory
12858    DESCRIPTION
12859"1600.0020.0001.0005 This attribute defines the name of the type of
12860COO service contract."
12861    ::= { cooServiceContractTableEntry 5 }
12862cooServiceContractVendorName                    OBJECT-TYPE
12863    SYNTAX      DellCostofOwnershipString
12864    ACCESS      read-only
12865    STATUS      mandatory
12866    DESCRIPTION
12867"1600.0020.0001.0006 This attribute defines the name of the provider of the
12868COO service contract."
12869    ::= { cooServiceContractTableEntry 6 }
12870
12871
12872-------------------------------------------------------------------------------
12873-- Cost Of Ownership (COO) Cost Event Log Table
12874--
12875-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.30.1.<a>.<i1>.<i2>
12876-------------------------------------------------------------------------------
12877
12878CooCostEventLogTableEntry                       ::= SEQUENCE {
12879    cooCostEventLogchassisIndex                 DellObjectRange,
12880    cooCostEventLogIndex                        DellObjectRange,
12881    cooCostEventLogState                        DellStateSettings,
12882    cooCostEventLogDuration                     DellUnsigned32BitRange,
12883    cooCostEventLogDurationType                 DellCooHourDayDurationType,
12884    cooCostEventLogDescriptionName              DellCostofOwnershipString
12885}
12886
12887cooCostEventLogTable                            OBJECT-TYPE
12888    SYNTAX      SEQUENCE OF CooCostEventLogTableEntry
12889    ACCESS      not-accessible
12890    STATUS      mandatory
12891    DESCRIPTION
12892"1600.0030 This object defines the Cost Of Ownership (COO) Cost Event Log
12893Table."
12894    ::= { cooGroup 30 }
12895cooCostEventLogTableEntry                       OBJECT-TYPE
12896    SYNTAX      CooCostEventLogTableEntry
12897    ACCESS      not-accessible
12898    STATUS      mandatory
12899    DESCRIPTION
12900"1600.0030.0001 This object defines the Cost Of Ownership (COO) Cost Event
12901Log Table Entry."
12902    INDEX       { cooCostEventLogchassisIndex,
12903                  cooCostEventLogIndex }
12904    ::= { cooCostEventLogTable 1 }
12905
12906cooCostEventLogchassisIndex                     OBJECT-TYPE
12907    SYNTAX      DellObjectRange
12908    ACCESS      read-only
12909    STATUS      mandatory
12910    DESCRIPTION
12911"1600.0030.0001.0001 This attribute defines the index (one based) of the
12912associated chassis."
12913    ::= { cooCostEventLogTableEntry 1 }
12914cooCostEventLogIndex                            OBJECT-TYPE
12915    SYNTAX      DellObjectRange
12916    ACCESS      read-only
12917    STATUS      mandatory
12918    DESCRIPTION
12919"1600.0030.0001.0002 This attribute defines the index (one based) of the
12920COO cost event log entry."
12921    ::= { cooCostEventLogTableEntry 2 }
12922cooCostEventLogState                            OBJECT-TYPE
12923    SYNTAX      DellStateSettings
12924    ACCESS      read-only
12925    STATUS      mandatory
12926    DESCRIPTION
12927"1600.0030.0001.0003 This attribute defines the state settings of the
12928COO cost event log entry."
12929    ::= { cooCostEventLogTableEntry 3 }
12930cooCostEventLogDuration                         OBJECT-TYPE
12931    SYNTAX      DellUnsigned32BitRange
12932    ACCESS      read-only
12933    STATUS      mandatory
12934    DESCRIPTION
12935"1600.0030.0001.0004 This attribute defines the duration of the
12936COO cost event."
12937    ::= { cooCostEventLogTableEntry 4 }
12938cooCostEventLogDurationType                     OBJECT-TYPE
12939    SYNTAX      DellCooHourDayDurationType
12940    ACCESS      read-only
12941    STATUS      mandatory
12942    DESCRIPTION
12943"1600.0030.0001.0005 This attribute defines the duration type of the
12944COO cost event."
12945    ::= { cooCostEventLogTableEntry 5 }
12946cooCostEventLogDescriptionName                  OBJECT-TYPE
12947    SYNTAX      DellCostofOwnershipString
12948    ACCESS      read-only
12949    STATUS      mandatory
12950    DESCRIPTION
12951"1600.0030.0001.0006 This attribute defines the description of the
12952COO cost event."
12953    ::= { cooCostEventLogTableEntry 6 }
12954
12955
12956-------------------------------------------------------------------------------
12957-- Cost Of Ownership (COO) Warranty Table
12958--
12959-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.40.1.<a>.<i1>.<i2>
12960-------------------------------------------------------------------------------
12961
12962CooWarrantyTableEntry                           ::= SEQUENCE {
12963    cooWarrantychassisIndex                     DellObjectRange,
12964    cooWarrantyIndex                            DellObjectRange,
12965    cooWarrantyState                            DellStateSettings,
12966    cooWarrantyDuration                         DellUnsigned32BitRange,
12967    cooWarrantyDurationType                     DellCooDayMonthDurationType,
12968    cooWarrantyEndDateName                      DellDateName,
12969    cooWarrantyCost                             DellUnsigned32BitRange
12970}
12971
12972cooWarrantyTable                                OBJECT-TYPE
12973    SYNTAX      SEQUENCE OF CooWarrantyTableEntry
12974    ACCESS      not-accessible
12975    STATUS      mandatory
12976    DESCRIPTION
12977"1600.0040 This object defines the Cost Of Ownership (COO) Warranty Table."
12978    ::= { cooGroup 40 }
12979cooWarrantyTableEntry                           OBJECT-TYPE
12980    SYNTAX      CooWarrantyTableEntry
12981    ACCESS      not-accessible
12982    STATUS      mandatory
12983    DESCRIPTION
12984"1600.0040.0001 This object defines the Cost Of Ownership (COO) Warranty
12985Table Entry."
12986    INDEX       { cooWarrantychassisIndex,
12987                  cooWarrantyIndex }
12988    ::= { cooWarrantyTable 1 }
12989
12990cooWarrantychassisIndex                         OBJECT-TYPE
12991    SYNTAX      DellObjectRange
12992    ACCESS      read-only
12993    STATUS      mandatory
12994    DESCRIPTION
12995"1600.0040.0001.0001 This attribute defines the index (one based) of the
12996associated chassis."
12997    ::= { cooWarrantyTableEntry 1 }
12998cooWarrantyIndex                                OBJECT-TYPE
12999    SYNTAX      DellObjectRange
13000    ACCESS      read-only
13001    STATUS      mandatory
13002    DESCRIPTION
13003"1600.0040.0001.0002 This attribute defines the index (one based) of the
13004COO warranty."
13005    ::= { cooWarrantyTableEntry 2 }
13006cooWarrantyState                                OBJECT-TYPE
13007    SYNTAX      DellStateSettings
13008    ACCESS      read-only
13009    STATUS      mandatory
13010    DESCRIPTION
13011"1600.0040.0001.0003 This attribute defines the state settings of the
13012COO warranty."
13013    ::= { cooWarrantyTableEntry 3 }
13014cooWarrantyDuration                             OBJECT-TYPE
13015    SYNTAX      DellUnsigned32BitRange
13016    ACCESS      read-only
13017    STATUS      mandatory
13018    DESCRIPTION
13019"1600.0040.0001.0004 This attribute defines the duration of the COO warranty."
13020    ::= { cooWarrantyTableEntry 4 }
13021cooWarrantyDurationType                         OBJECT-TYPE
13022    SYNTAX      DellCooDayMonthDurationType
13023    ACCESS      read-only
13024    STATUS      mandatory
13025    DESCRIPTION
13026"1600.0040.0001.0005 This attribute defines the duration type of the
13027COO warranty."
13028    ::= { cooWarrantyTableEntry 5 }
13029cooWarrantyEndDateName                          OBJECT-TYPE
13030    SYNTAX      DellDateName
13031    ACCESS      read-only
13032    STATUS      mandatory
13033    DESCRIPTION
13034"1600.0040.0001.0006 This attribute defines the end date of the COO warranty.
13035Dates are defined in the ASCII format:
13036    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
13037where yyyy is the year, MM is the month, dd is the day, hh are the hours,
13038mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
13039+fff or -fff is the offset from UTC in minutes."
13040    ::= { cooWarrantyTableEntry 6 }
13041cooWarrantyCost                                 OBJECT-TYPE
13042    SYNTAX      DellUnsigned32BitRange
13043    ACCESS      read-only
13044    STATUS      mandatory
13045    DESCRIPTION
13046"1600.0040.0001.0007 This attribute defines the cost of the COO warranty."
13047    ::= { cooWarrantyTableEntry 7 }
13048
13049
13050-------------------------------------------------------------------------------
13051-- Cost Of Ownership (COO) Lease Information Table
13052--
13053-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.50.1.<a>.<i1>.<i2>
13054-------------------------------------------------------------------------------
13055
13056CooLeaseInformationTableEntry                   ::= SEQUENCE {
13057    cooLeaseInformationchassisIndex             DellObjectRange,
13058    cooLeaseInformationIndex                    DellObjectRange,
13059    cooLeaseInformationState                    DellStateSettings,
13060    cooLeaseInformationMultipleSchedules        DellBoolean,
13061    cooLeaseInformationBuyOutAmount             DellUnsigned32BitRange,
13062    cooLeaseInformationLeaseRateFactor          DellUnsigned32BitRange,
13063    cooLeaseInformationEndDateName              DellDateName,
13064    cooLeaseInformationFairMarketValue          DellUnsigned32BitRange,
13065    cooLeaseInformationLessorName               DellCostofOwnershipString
13066}
13067
13068cooLeaseInformationTable                        OBJECT-TYPE
13069    SYNTAX      SEQUENCE OF CooLeaseInformationTableEntry
13070    ACCESS      not-accessible
13071    STATUS      mandatory
13072    DESCRIPTION
13073"1600.0050 This object defines the Cost Of Ownership (COO) Lease Information
13074Table."
13075    ::= { cooGroup 50 }
13076cooLeaseInformationTableEntry                   OBJECT-TYPE
13077    SYNTAX      CooLeaseInformationTableEntry
13078    ACCESS      not-accessible
13079    STATUS      mandatory
13080    DESCRIPTION
13081"1600.0050.0001 This object defines the Cost Of Ownership (COO) Lease
13082Information Table Entry."
13083    INDEX       { cooLeaseInformationchassisIndex,
13084                  cooLeaseInformationIndex }
13085    ::= { cooLeaseInformationTable 1 }
13086
13087cooLeaseInformationchassisIndex                 OBJECT-TYPE
13088    SYNTAX      DellObjectRange
13089    ACCESS      read-only
13090    STATUS      mandatory
13091    DESCRIPTION
13092"1600.0050.0001.0001 This attribute defines the index (one based) of the
13093associated chassis."
13094    ::= { cooLeaseInformationTableEntry 1 }
13095cooLeaseInformationIndex                        OBJECT-TYPE
13096    SYNTAX      DellObjectRange
13097    ACCESS      read-only
13098    STATUS      mandatory
13099    DESCRIPTION
13100"1600.0050.0001.0002 This attribute defines the index (one based) of the
13101COO lease information."
13102    ::= { cooLeaseInformationTableEntry 2 }
13103cooLeaseInformationState                        OBJECT-TYPE
13104    SYNTAX      DellStateSettings
13105    ACCESS      read-only
13106    STATUS      mandatory
13107    DESCRIPTION
13108"1600.0050.0001.0003 This attribute defines the state settings of the
13109COO lease information."
13110    ::= { cooLeaseInformationTableEntry 3 }
13111cooLeaseInformationMultipleSchedules            OBJECT-TYPE
13112    SYNTAX      DellBoolean
13113    ACCESS      read-only
13114    STATUS      mandatory
13115    DESCRIPTION
13116"1600.0050.0001.0004 This attribute defines if there are multiple schedules
13117for this lease."
13118    ::= { cooLeaseInformationTableEntry 4 }
13119cooLeaseInformationBuyOutAmount                 OBJECT-TYPE
13120    SYNTAX      DellUnsigned32BitRange
13121    ACCESS      read-only
13122    STATUS      mandatory
13123    DESCRIPTION
13124"1600.0050.0001.0005 This attribute defines buy out amount for this lease."
13125    ::= { cooLeaseInformationTableEntry 5 }
13126cooLeaseInformationLeaseRateFactor              OBJECT-TYPE
13127    SYNTAX      DellUnsigned32BitRange
13128    ACCESS      read-only
13129    STATUS      mandatory
13130    DESCRIPTION
13131"1600.0050.0001.0006 This attribute defines the rate factor for this lease."
13132    ::= { cooLeaseInformationTableEntry 6 }
13133cooLeaseInformationEndDateName                  OBJECT-TYPE
13134    SYNTAX      DellDateName
13135    ACCESS      read-only
13136    STATUS      mandatory
13137    DESCRIPTION
13138"1600.0050.0001.0007 This attribute defines the end date for this lease.
13139Dates are defined in the ASCII format:
13140    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
13141where yyyy is the year, MM is the month, dd is the day, hh are the hours,
13142mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
13143+fff or -fff is the offset from UTC in minutes."
13144    ::= { cooLeaseInformationTableEntry 7 }
13145cooLeaseInformationFairMarketValue              OBJECT-TYPE
13146    SYNTAX      DellUnsigned32BitRange
13147    ACCESS      read-only
13148    STATUS      mandatory
13149    DESCRIPTION
13150"1600.0050.0001.0008 This attribute defines the fair market value
13151for this lease."
13152    ::= { cooLeaseInformationTableEntry 8 }
13153cooLeaseInformationLessorName                   OBJECT-TYPE
13154    SYNTAX      DellCostofOwnershipString
13155    ACCESS      read-only
13156    STATUS      mandatory
13157    DESCRIPTION
13158"1600.0050.0001.0009 This attribute defines the name of the lessor
13159for this lease."
13160    ::= { cooLeaseInformationTableEntry 9 }
13161
13162
13163-------------------------------------------------------------------------------
13164-- Cost Of Ownership (COO) Schedule Number Table
13165--
13166-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.60.1.<a>.<i1>.<i2>
13167-------------------------------------------------------------------------------
13168
13169CooScheduleNumberTableEntry                     ::= SEQUENCE {
13170    cooScheduleNumberchassisIndex               DellObjectRange,
13171    cooScheduleNumberIndex                      DellObjectRange,
13172    cooScheduleNumberState                      DellStateSettings,
13173    cooScheduleNumberLeaseInformationIndexReference  DellUnsigned32BitRange,
13174    cooScheduleNumberDescriptionName            DellCostofOwnershipString
13175}
13176
13177cooScheduleNumberTable                          OBJECT-TYPE
13178    SYNTAX      SEQUENCE OF CooScheduleNumberTableEntry
13179    ACCESS      not-accessible
13180    STATUS      mandatory
13181    DESCRIPTION
13182"1600.0060 This object defines the Cost Of Ownership (COO) Schedule Number
13183Table."
13184    ::= { cooGroup 60 }
13185cooScheduleNumberTableEntry                     OBJECT-TYPE
13186    SYNTAX      CooScheduleNumberTableEntry
13187    ACCESS      not-accessible
13188    STATUS      mandatory
13189    DESCRIPTION
13190"1600.0060.0001 This object defines the Cost Of Ownership (COO) Schedule Number
13191Table Entry."
13192    INDEX       { cooScheduleNumberchassisIndex,
13193                  cooScheduleNumberIndex }
13194    ::= { cooScheduleNumberTable 1 }
13195
13196cooScheduleNumberchassisIndex                   OBJECT-TYPE
13197    SYNTAX      DellObjectRange
13198    ACCESS      read-only
13199    STATUS      mandatory
13200    DESCRIPTION
13201"1600.0060.0001.0001 This attribute defines the index (one based) of the
13202associated chassis."
13203    ::= { cooScheduleNumberTableEntry 1 }
13204cooScheduleNumberIndex                          OBJECT-TYPE
13205    SYNTAX      DellObjectRange
13206    ACCESS      read-only
13207    STATUS      mandatory
13208    DESCRIPTION
13209"1600.0060.0001.0002 This attribute defines the index (one based) of the
13210COO schedule number."
13211    ::= { cooScheduleNumberTableEntry 2 }
13212cooScheduleNumberState                          OBJECT-TYPE
13213    SYNTAX      DellStateSettings
13214    ACCESS      read-only
13215    STATUS      mandatory
13216    DESCRIPTION
13217"1600.0060.0001.0003 This attribute defines the state settings of the
13218COO schedule number."
13219    ::= { cooScheduleNumberTableEntry 3 }
13220cooScheduleNumberLeaseInformationIndexReference OBJECT-TYPE
13221    SYNTAX      DellUnsigned32BitRange
13222    ACCESS      read-only
13223    STATUS      mandatory
13224    DESCRIPTION
13225"1600.0060.0001.0004 This attribute defines the index (one based) of the
13226COO lease information associated with the COO schedule number."
13227    ::= { cooScheduleNumberTableEntry 4 }
13228cooScheduleNumberDescriptionName                OBJECT-TYPE
13229    SYNTAX      DellCostofOwnershipString
13230    ACCESS      read-only
13231    STATUS      mandatory
13232    DESCRIPTION
13233"1600.0060.0001.0005 This attribute defines the description of the
13234COO schedule number."
13235    ::= { cooScheduleNumberTableEntry 5 }
13236
13237
13238-------------------------------------------------------------------------------
13239-- Cost Of Ownership (COO) Options Table
13240--
13241-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.70.1.<a>.<i1>.<i2>
13242-------------------------------------------------------------------------------
13243
13244CooOptionsTableEntry                            ::= SEQUENCE {
13245    cooOptionschassisIndex                      DellObjectRange,
13246    cooOptionsIndex                             DellObjectRange,
13247    cooOptionsState                             DellStateSettings,
13248    cooOptionsLeaseInformationIndexReference    DellUnsigned32BitRange,
13249    cooOptionsDescriptionName                   DellCostofOwnershipString
13250}
13251
13252cooOptionsTable                                 OBJECT-TYPE
13253    SYNTAX      SEQUENCE OF CooOptionsTableEntry
13254    ACCESS      not-accessible
13255    STATUS      mandatory
13256    DESCRIPTION
13257"1600.0070 This object defines the Cost Of Ownership (COO) Options Table."
13258    ::= { cooGroup 70 }
13259cooOptionsTableEntry                            OBJECT-TYPE
13260    SYNTAX      CooOptionsTableEntry
13261    ACCESS      not-accessible
13262    STATUS      mandatory
13263    DESCRIPTION
13264"1600.0070.0001 This object defines the Cost Of Ownership (COO) Options Table
13265Entry."
13266    INDEX       { cooOptionschassisIndex,
13267                  cooOptionsIndex }
13268    ::= { cooOptionsTable 1 }
13269
13270cooOptionschassisIndex                          OBJECT-TYPE
13271    SYNTAX      DellObjectRange
13272    ACCESS      read-only
13273    STATUS      mandatory
13274    DESCRIPTION
13275"1600.0070.0001.0001 This attribute defines the index (one based) of the
13276associated chassis."
13277    ::= { cooOptionsTableEntry 1 }
13278cooOptionsIndex                                 OBJECT-TYPE
13279    SYNTAX      DellObjectRange
13280    ACCESS      read-only
13281    STATUS      mandatory
13282    DESCRIPTION
13283"1600.0070.0001.0002 This attribute defines the index (one based) of the
13284COO options."
13285    ::= { cooOptionsTableEntry 2 }
13286cooOptionsState                                 OBJECT-TYPE
13287    SYNTAX      DellStateSettings
13288    ACCESS      read-only
13289    STATUS      mandatory
13290    DESCRIPTION
13291"1600.0070.0001.0003 This attribute defines the state settings of the
13292COO options."
13293    ::= { cooOptionsTableEntry 3 }
13294cooOptionsLeaseInformationIndexReference        OBJECT-TYPE
13295    SYNTAX      DellUnsigned32BitRange
13296    ACCESS      read-only
13297    STATUS      mandatory
13298    DESCRIPTION
13299"1600.0070.0001.0004 This attribute defines the index (one based) of the
13300COO lease information associated with the COO options."
13301    ::= { cooOptionsTableEntry 4 }
13302cooOptionsDescriptionName                       OBJECT-TYPE
13303    SYNTAX      DellCostofOwnershipString
13304    ACCESS      read-only
13305    STATUS      mandatory
13306    DESCRIPTION
13307"1600.0070.0001.0005 This attribute defines the description of the
13308COO options."
13309    ::= { cooOptionsTableEntry 5 }
13310
13311
13312-------------------------------------------------------------------------------
13313-- Cost Of Ownership (COO) Maintenance Table
13314--
13315-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.80.1.<a>.<i1>.<i2>
13316-------------------------------------------------------------------------------
13317
13318CooMaintenanceTableEntry                        ::= SEQUENCE {
13319    cooMaintenancechassisIndex                  DellObjectRange,
13320    cooMaintenanceIndex                         DellObjectRange,
13321    cooMaintenanceState                         DellStateSettings,
13322    cooMaintenanceStartDateName                 DellDateName,
13323    cooMaintenanceEndDateName                   DellDateName,
13324    cooMaintenanceProviderName                  DellCostofOwnershipString,
13325    cooMaintenanceRestrictionsName              DellCostofOwnershipString
13326}
13327
13328cooMaintenanceTable                             OBJECT-TYPE
13329    SYNTAX      SEQUENCE OF CooMaintenanceTableEntry
13330    ACCESS      not-accessible
13331    STATUS      mandatory
13332    DESCRIPTION
13333"1600.0080 This object defines the Cost Of Ownership (COO) Maintenance Table."
13334    ::= { cooGroup 80 }
13335cooMaintenanceTableEntry                        OBJECT-TYPE
13336    SYNTAX      CooMaintenanceTableEntry
13337    ACCESS      not-accessible
13338    STATUS      mandatory
13339    DESCRIPTION
13340"1600.0080.0001 This object defines the Cost Of Ownership (COO) Maintenance
13341Table Entry."
13342    INDEX       { cooMaintenancechassisIndex,
13343                  cooMaintenanceIndex }
13344    ::= { cooMaintenanceTable 1 }
13345
13346cooMaintenancechassisIndex                      OBJECT-TYPE
13347    SYNTAX      DellObjectRange
13348    ACCESS      read-only
13349    STATUS      mandatory
13350    DESCRIPTION
13351"1600.0080.0001.0001 This attribute defines the index (one based) of the
13352associated chassis."
13353    ::= { cooMaintenanceTableEntry 1 }
13354cooMaintenanceIndex                             OBJECT-TYPE
13355    SYNTAX      DellObjectRange
13356    ACCESS      read-only
13357    STATUS      mandatory
13358    DESCRIPTION
13359"1600.0080.0001.0002 This attribute defines the index (one based) of the
13360COO maintenance."
13361    ::= { cooMaintenanceTableEntry 2 }
13362cooMaintenanceState                             OBJECT-TYPE
13363    SYNTAX      DellStateSettings
13364    ACCESS      read-only
13365    STATUS      mandatory
13366    DESCRIPTION
13367"1600.0080.0001.0003 This attribute defines the state settings of the
13368COO maintenance."
13369    ::= { cooMaintenanceTableEntry 3 }
13370cooMaintenanceStartDateName                     OBJECT-TYPE
13371    SYNTAX      DellDateName
13372    ACCESS      read-only
13373    STATUS      mandatory
13374    DESCRIPTION
13375"1600.0080.0001.0004 This attribute defines the start date of the
13376COO maintenance.  Dates are defined in the ASCII format:
13377    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
13378where yyyy is the year, MM is the month, dd is the day, hh are the hours,
13379mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
13380+fff or -fff is the offset from UTC in minutes."
13381    ::= { cooMaintenanceTableEntry 4 }
13382cooMaintenanceEndDateName                       OBJECT-TYPE
13383    SYNTAX      DellDateName
13384    ACCESS      read-only
13385    STATUS      mandatory
13386    DESCRIPTION
13387"1600.0080.0001.0005 This attribute defines the end date of the
13388COO maintenance.  Dates are defined in the ASCII format:
13389    yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
13390where yyyy is the year, MM is the month, dd is the day, hh are the hours,
13391mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
13392+fff or -fff is the offset from UTC in minutes."
13393    ::= { cooMaintenanceTableEntry 5 }
13394cooMaintenanceProviderName                      OBJECT-TYPE
13395    SYNTAX      DellCostofOwnershipString
13396    ACCESS      read-only
13397    STATUS      mandatory
13398    DESCRIPTION
13399"1600.0080.0001.0006 This attribute defines the name of the provider of the
13400COO maintenance."
13401    ::= { cooMaintenanceTableEntry 6 }
13402cooMaintenanceRestrictionsName                  OBJECT-TYPE
13403    SYNTAX      DellCostofOwnershipString
13404    ACCESS      read-only
13405    STATUS      mandatory
13406    DESCRIPTION
13407"1600.0080.0001.0007 This attribute defines the text of the maintenance
13408agreement restrictions."
13409    ::= { cooMaintenanceTableEntry 7 }
13410
13411
13412-------------------------------------------------------------------------------
13413-- Cost Of Ownership (COO) Repair Table
13414--
13415-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.90.1.<a>.<i1>.<i2>
13416-------------------------------------------------------------------------------
13417
13418CooRepairTableEntry                             ::= SEQUENCE {
13419    cooRepairchassisIndex                       DellObjectRange,
13420    cooRepairIndex                              DellObjectRange,
13421    cooRepairState                              DellStateSettings,
13422    cooRepairCounter                            DellUnsigned32BitRange,
13423    cooRepairVendorName                         DellCostofOwnershipString
13424}
13425
13426cooRepairTable                                  OBJECT-TYPE
13427    SYNTAX      SEQUENCE OF CooRepairTableEntry
13428    ACCESS      not-accessible
13429    STATUS      mandatory
13430    DESCRIPTION
13431"1600.0090 This object defines the Cost Of Ownership (COO) Repair Table."
13432    ::= { cooGroup 90 }
13433cooRepairTableEntry                             OBJECT-TYPE
13434    SYNTAX      CooRepairTableEntry
13435    ACCESS      not-accessible
13436    STATUS      mandatory
13437    DESCRIPTION
13438"1600.0090.0001 This object defines the Cost Of Ownership (COO) Repair Table
13439Entry."
13440    INDEX       { cooRepairchassisIndex,
13441                  cooRepairIndex }
13442    ::= { cooRepairTable 1 }
13443
13444cooRepairchassisIndex                           OBJECT-TYPE
13445    SYNTAX      DellObjectRange
13446    ACCESS      read-only
13447    STATUS      mandatory
13448    DESCRIPTION
13449"1600.0090.0001.0001 This attribute defines the index (one based) of the
13450associated chassis."
13451    ::= { cooRepairTableEntry 1 }
13452cooRepairIndex                                  OBJECT-TYPE
13453    SYNTAX      DellObjectRange
13454    ACCESS      read-only
13455    STATUS      mandatory
13456    DESCRIPTION
13457"1600.0090.0001.0002 This attribute defines the index (one based) of the
13458COO repair."
13459    ::= { cooRepairTableEntry 2 }
13460cooRepairState                                  OBJECT-TYPE
13461    SYNTAX      DellStateSettings
13462    ACCESS      read-only
13463    STATUS      mandatory
13464    DESCRIPTION
13465"1600.0090.0001.0003 This attribute defines the state setting of the
13466COO repair."
13467    ::= { cooRepairTableEntry 3 }
13468cooRepairCounter                                OBJECT-TYPE
13469    SYNTAX      DellUnsigned32BitRange
13470    ACCESS      read-only
13471    STATUS      mandatory
13472    DESCRIPTION
13473"1600.0090.0001.0004 This attribute defines the number of repairs this
13474system has had."
13475    ::= { cooRepairTableEntry 4 }
13476cooRepairVendorName                             OBJECT-TYPE
13477    SYNTAX      DellCostofOwnershipString
13478    ACCESS      read-only
13479    STATUS      mandatory
13480    DESCRIPTION
13481"1600.0090.0001.0005 This attribute defines the repair vendors's name."
13482    ::= { cooRepairTableEntry 5 }
13483
13484
13485-------------------------------------------------------------------------------
13486-- Cost Of Ownership (COO) Support Information Table
13487--
13488-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.100.1.<a>.<i1>.<i2>
13489-------------------------------------------------------------------------------
13490
13491CooSupportInformationTableEntry                 ::= SEQUENCE {
13492    cooSupportInformationchassisIndex           DellObjectRange,
13493    cooSupportInformationIndex                  DellObjectRange,
13494    cooSupportInformationState                  DellStateSettings,
13495    cooSupportInformationIsOutsourced           DellBoolean,
13496    cooSupportInformationType                   DellUnsigned32BitRange,
13497    cooSupportInformationHelpDeskName           DellCostofOwnershipString,
13498    cooSupportInformationFixTypeName            DellCostofOwnershipString
13499}
13500
13501cooSupportInformationTable                      OBJECT-TYPE
13502    SYNTAX      SEQUENCE OF CooSupportInformationTableEntry
13503    ACCESS      not-accessible
13504    STATUS      mandatory
13505    DESCRIPTION
13506"1600.0100 This object defines the Cost Of Ownership (COO) Support
13507Information Table."
13508    ::= { cooGroup 100 }
13509cooSupportInformationTableEntry                 OBJECT-TYPE
13510    SYNTAX      CooSupportInformationTableEntry
13511    ACCESS      not-accessible
13512    STATUS      mandatory
13513    DESCRIPTION
13514"1600.0100.0001 This object defines the Cost Of Ownership (COO) Support
13515Information Table Entry."
13516    INDEX       { cooSupportInformationchassisIndex,
13517                  cooSupportInformationIndex }
13518    ::= { cooSupportInformationTable 1 }
13519
13520cooSupportInformationchassisIndex               OBJECT-TYPE
13521    SYNTAX      DellObjectRange
13522    ACCESS      read-only
13523    STATUS      mandatory
13524    DESCRIPTION
13525"1600.0100.0001.0001 This attribute defines the index (one based) of the
13526associated chassis."
13527    ::= { cooSupportInformationTableEntry 1 }
13528cooSupportInformationIndex                      OBJECT-TYPE
13529    SYNTAX      DellObjectRange
13530    ACCESS      read-only
13531    STATUS      mandatory
13532    DESCRIPTION
13533"1600.0100.0001.0002 This attribute defines the index (one based) of the
13534COO support information."
13535    ::= { cooSupportInformationTableEntry 2 }
13536cooSupportInformationState                      OBJECT-TYPE
13537    SYNTAX      DellStateSettings
13538    ACCESS      read-only
13539    STATUS      mandatory
13540    DESCRIPTION
13541"1600.0100.0001.0003 This attribute defines the state setting of the
13542COO support information."
13543    ::= { cooSupportInformationTableEntry 3 }
13544cooSupportInformationIsOutsourced               OBJECT-TYPE
13545    SYNTAX      DellBoolean
13546    ACCESS      read-only
13547    STATUS      mandatory
13548    DESCRIPTION
13549"1600.0100.0001.0004 This attribute defines if support is outsourced or not."
13550    ::= { cooSupportInformationTableEntry 4 }
13551cooSupportInformationType                       OBJECT-TYPE
13552    SYNTAX      DellUnsigned32BitRange
13553    ACCESS      read-only
13554    STATUS      mandatory
13555    DESCRIPTION
13556"1600.0100.0001.0005 This attribute defines the type of the conmponent,
13557system or network problem that occurred."
13558    ::= { cooSupportInformationTableEntry 5 }
13559cooSupportInformationHelpDeskName               OBJECT-TYPE
13560    SYNTAX      DellCostofOwnershipString
13561    ACCESS      read-only
13562    STATUS      mandatory
13563    DESCRIPTION
13564"1600.0100.0001.0006 This attribute defines the help desk support
13565information provided."
13566    ::= { cooSupportInformationTableEntry 6 }
13567cooSupportInformationFixTypeName                OBJECT-TYPE
13568    SYNTAX      DellCostofOwnershipString
13569    ACCESS      read-only
13570    STATUS      mandatory
13571    DESCRIPTION
13572"1600.0100.0001.0007 This attribute defines the method used to fix
13573the problem."
13574    ::= { cooSupportInformationTableEntry 7 }
13575
13576
13577-------------------------------------------------------------------------------
13578-- Cost Of Ownership (COO) Trouble Ticket Table
13579--
13580-- OID Format: 1.3.6.1.4.1.674.10892.1.1600.110.1.<a>.<i1>.<i2>
13581-------------------------------------------------------------------------------
13582
13583CooTroubleTicketTableEntry                      ::= SEQUENCE {
13584    cooTroubleTicketchassisIndex                DellObjectRange,
13585    cooTroubleTicketIndex                       DellObjectRange,
13586    cooTroubleTicketState                       DellStateSettings,
13587    cooTroubleTicketSupportInformationIndexReference  DellUnsigned32BitRange,
13588    cooTroubleTicketNumberName                  DellCostofOwnershipString
13589}
13590
13591cooTroubleTicketTable                           OBJECT-TYPE
13592    SYNTAX      SEQUENCE OF CooTroubleTicketTableEntry
13593    ACCESS      not-accessible
13594    STATUS      mandatory
13595    DESCRIPTION
13596"1600.0110 This object defines the Cost Of Ownership (COO) Trouble Ticket
13597Table."
13598    ::= { cooGroup 110 }
13599cooTroubleTicketTableEntry                      OBJECT-TYPE
13600    SYNTAX      CooTroubleTicketTableEntry
13601    ACCESS      not-accessible
13602    STATUS      mandatory
13603    DESCRIPTION
13604"1600.0110.0001 This object defines the Cost Of Ownership (COO) Trouble Ticket
13605Table Entry."
13606    INDEX       { cooTroubleTicketchassisIndex,
13607                  cooTroubleTicketIndex }
13608    ::= { cooTroubleTicketTable 1 }
13609
13610cooTroubleTicketchassisIndex                    OBJECT-TYPE
13611    SYNTAX      DellObjectRange
13612    ACCESS      read-only
13613    STATUS      mandatory
13614    DESCRIPTION
13615"1600.0110.0001.0001 This attribute defines the index (one based) of the
13616associated chassis."
13617    ::= { cooTroubleTicketTableEntry 1 }
13618cooTroubleTicketIndex                           OBJECT-TYPE
13619    SYNTAX      DellObjectRange
13620    ACCESS      read-only
13621    STATUS      mandatory
13622    DESCRIPTION
13623"1600.0110.0001.0002 This attribute defines the index (one based) of the
13624COO trouble ticket."
13625    ::= { cooTroubleTicketTableEntry 2 }
13626cooTroubleTicketState                           OBJECT-TYPE
13627    SYNTAX      DellStateSettings
13628    ACCESS      read-only
13629    STATUS      mandatory
13630    DESCRIPTION
13631"1600.0110.0001.0003 This attribute defines the state settings of the
13632COO trouble ticket."
13633    ::= { cooTroubleTicketTableEntry 3 }
13634cooTroubleTicketSupportInformationIndexReference OBJECT-TYPE
13635    SYNTAX      DellUnsigned32BitRange
13636    ACCESS      read-only
13637    STATUS      mandatory
13638    DESCRIPTION
13639"1600.0110.0001.0004 This attribute defines the index (one based) of the
13640COO support information associated with the COO trouble ticket."
13641    ::= { cooTroubleTicketTableEntry 4 }
13642cooTroubleTicketNumberName                      OBJECT-TYPE
13643    SYNTAX      DellCostofOwnershipString
13644    ACCESS      read-only
13645    STATUS      mandatory
13646    DESCRIPTION
13647"1600.0110.0001.0005 This attribute defines the name of the
13648COO trouble ticket."
13649    ::= { cooTroubleTicketTableEntry 5 }
13650
13651
13652-------------------------------------------------------------------------------
13653-- Remote Access Group (in another MIB file)
13654--
13655-- OID Format: 1.3.6.1.4.1.674.10892.1.1700
13656-------------------------------------------------------------------------------
13657
13658
13659-------------------------------------------------------------------------------
13660-- Cluster Group
13661--
13662-- OID Format: 1.3.6.1.4.1.674.10892.1.1800
13663-------------------------------------------------------------------------------
13664
13665
13666-------------------------------------------------------------------------------
13667-- Cluster Table
13668--
13669-- OID Format: 1.3.6.1.4.1.674.10892.1.1800.10.1.<a>.<i1>.<i2>
13670-------------------------------------------------------------------------------
13671
13672DellClusterType                                 ::= INTEGER {
13673    unknown(1),                                 -- cluster type is unknown
13674    highAvailabilityCluster(2)                  -- cluster type is High Availability Cluster
13675}
13676
13677ClusterTableEntry                               ::= SEQUENCE {
13678    clusterChassisIndex                         DellObjectRange,
13679    clusterIndex                                DellObjectRange,
13680    clusterStateCapabilities                    DellStateCapabilities,
13681    clusterStateSettings                        DellStateSettings,
13682    clusterStatus                               DellStatus,
13683    clusterType                                 DellClusterType,
13684    clusterTypeDescriptionName                  DellString,
13685    clusterName                                 DellString
13686}
13687
13688clusterTable                                    OBJECT-TYPE
13689    SYNTAX      SEQUENCE OF ClusterTableEntry
13690    ACCESS      not-accessible
13691    STATUS      mandatory
13692    DESCRIPTION
13693"1800.0010 This object defines the Cluster Table."
13694    ::= { clusterGroup 10 }
13695clusterTableEntry                               OBJECT-TYPE
13696    SYNTAX      ClusterTableEntry
13697    ACCESS      not-accessible
13698    STATUS      mandatory
13699    DESCRIPTION
13700"1800.0010.0001 This object defines the Cluster Table Entry."
13701    INDEX       { clusterChassisIndex,
13702                  clusterIndex }
13703    ::= { clusterTable 1 }
13704
13705clusterChassisIndex                             OBJECT-TYPE
13706    SYNTAX      DellObjectRange
13707    ACCESS      read-only
13708    STATUS      mandatory
13709    DESCRIPTION
13710"1800.0010.0001.0001 This attribute defines the index (one based) of the
13711associated chassis."
13712    ::= { clusterTableEntry 1 }
13713clusterIndex                                    OBJECT-TYPE
13714    SYNTAX      DellObjectRange
13715    ACCESS      read-only
13716    STATUS      mandatory
13717    DESCRIPTION
13718"1800.0010.0001.0002 This attribute defines the index (one based) of the
13719cluster."
13720    ::= { clusterTableEntry 2 }
13721clusterStateCapabilities                        OBJECT-TYPE
13722    SYNTAX      DellStateCapabilities
13723    ACCESS      read-only
13724    STATUS      mandatory
13725    DESCRIPTION
13726"1800.0010.0001.0003 This attribute defines the state capabilities of the
13727cluster."
13728    ::= { clusterTableEntry 3 }
13729clusterStateSettings                            OBJECT-TYPE
13730    SYNTAX      DellStateSettings
13731    ACCESS      read-only
13732    STATUS      mandatory
13733    DESCRIPTION
13734"1800.0010.0001.0004 This attribute defines the state settings of the
13735 cluster."
13736    ::= { clusterTableEntry 4 }
13737clusterStatus                                   OBJECT-TYPE
13738    SYNTAX      DellStatus
13739    ACCESS      read-only
13740    STATUS      mandatory
13741    DESCRIPTION
13742"1800.0010.0001.0005 This attribute defines the status of the cluster."
13743    ::= { clusterTableEntry 5 }
13744clusterType                                     OBJECT-TYPE
13745    SYNTAX      DellClusterType
13746    ACCESS      read-only
13747    STATUS      mandatory
13748    DESCRIPTION
13749"1800.0010.0001.0006 This attribute defines the type of the cluster."
13750    ::= { clusterTableEntry 6 }
13751clusterTypeDescriptionName                      OBJECT-TYPE
13752    SYNTAX      DellString
13753    ACCESS      read-only
13754    STATUS      mandatory
13755    DESCRIPTION
13756"1800.0010.0001.0007 This attribute defines the description name for the
13757type of the cluster."
13758    ::= { clusterTableEntry 7 }
13759clusterName                                     OBJECT-TYPE
13760    SYNTAX      DellString
13761    ACCESS      read-only
13762    STATUS      mandatory
13763    DESCRIPTION
13764"1800.0010.0001.0008 This attribute defines the name of the cluster."
13765    ::= { clusterTableEntry 8 }
13766
13767
13768-------------------------------------------------------------------------------
13769-- Baseboard Management Controller (BMC) Group
13770--
13771-- OID Format: 1.3.6.1.4.1.674.10892.1.1900
13772-------------------------------------------------------------------------------
13773
13774
13775-------------------------------------------------------------------------------
13776-- Baseboard Management Controller (BMC) Table
13777--
13778-- OID Format: 1.3.6.1.4.1.674.10892.1.1900.10.1.<a>.<i1>.<i2>
13779-------------------------------------------------------------------------------
13780
13781DellManagementControllerType                            ::= INTEGER {
13782    -- legacyBMC(0),                                     -  type is legacy Baseboard Management Controller
13783    iDRAC(8),                                            -- type is Integrated Dell Remote Access Controller
13784    iDRAC6(10),                                          -- type is Integrated Dell Remote Access Controller 6
13785    iDRAC6Modular(11),                                   -- type is Integrated Dell Remote Access Controller 6 (Modular)
13786    iDRAC6BMC(13),                                       -- type is Integrated Dell Remote Access Controller 6 (BMC mode)
13787    iDRAC7(16),                                          -- type is Integrated Dell Remote Access Controller 7
13788    iDRAC7Modular(17),                                   -- type is Integrated Dell Remote Access Controller 7 (Modular)
13789	vrtxCMC(18),                                         -- type is VRTX CMC
13790	fx2CMC(19),                                          -- type is FX2 Family CMC
13791	iDRAC8(32),                                          -- type is iDRAC8 Monolithic
13792	iDRAC8Modular(33)                                    -- type is iDRAC8 Modular
13793}
13794
13795DellBladeFormFactorType                                 ::= INTEGER {
13796    formFactorTypeIsSingleWidthHalfHeight(1),            -- Form Factor Type is singleWidthHalfHeight
13797    formFactorTypeIsDualWidthHalfHeight(2),              -- Form Factor Type is DualWidthHalfHeight
13798    formFactorTypeIsSingleWidthFullHeight(3),	         -- Form Factor Type is SingleWidthFullHeight
13799    formFactorTypeIsDualWidthFullHeight(4),	             -- Form Factor Type is DualWidthFullHeight
13800    formFactorTypeIsSingleWidthQuarterHeight(5),	     -- Form Factor Type is SingleWidthQuarterHeight
13801    formFactorTypeIs1UHalfWidth(6),	                     -- Form Factor Type is 1UHalfWidth
13802    formFactorTypeIs1UQuarterWidth(7),	                 -- Form Factor Type is 1UQuarterWidth
13803    formFactorTypeIs1UFullWidth(8),	                     -- Form Factor Type is 1UFullWidth
13804    notApplicable(256)	                                 -- Form Factor Type is Not Applicable for the system
13805
13806}
13807
13808
13809BmcTableEntry                                   ::= SEQUENCE {
13810    bmcChassisIndex                             DellObjectRange,
13811    bmcIndex                                    DellObjectRange,
13812    bmcStateCapabilities                        DellStateCapabilities,
13813    bmcStateSettings                            DellStateSettings,
13814    bmcStatus                                   DellStatus,
13815    bmcDisplayName                              DellString,
13816    bmcDescriptionName                          DisplayString (SIZE (0..255)),
13817    bmcIPMIVersionName                          DellString,
13818    bmcGUID                                     OCTET STRING (SIZE(16)),
13819    bmcType                                     DellManagementControllerType,
13820    bmcModuleName                               DellString,
13821    bmcIPv4URLName                              DisplayString (SIZE (0..1024)),
13822    bmcIPv6URLName                              DisplayString (SIZE (0..1024)),
13823	bmcBladeFormFactorName                      DellBladeFormFactorType
13824}
13825
13826bmcTable                                        OBJECT-TYPE
13827    SYNTAX      SEQUENCE OF BmcTableEntry
13828    ACCESS      not-accessible
13829    STATUS      mandatory
13830    DESCRIPTION
13831"1900.0010 This object defines the Baseboard Management Controller (BMC)
13832Table."
13833    ::= { bmcGroup 10 }
13834bmcTableEntry                                   OBJECT-TYPE
13835    SYNTAX      BmcTableEntry
13836    ACCESS      not-accessible
13837    STATUS      mandatory
13838    DESCRIPTION
13839"1900.0010.0001 This object defines the Baseboard Management Controller (BMC)
13840Table Entry."
13841    INDEX       { bmcChassisIndex,
13842                  bmcIndex }
13843    ::= { bmcTable 1 }
13844
13845bmcChassisIndex                                 OBJECT-TYPE
13846    SYNTAX      DellObjectRange
13847    ACCESS      read-only
13848    STATUS      mandatory
13849    DESCRIPTION
13850"1900.0010.0001.0001 This attribute defines the index (one based) of the
13851associated chassis."
13852    ::= { bmcTableEntry 1 }
13853bmcIndex                                        OBJECT-TYPE
13854    SYNTAX      DellObjectRange
13855    ACCESS      read-only
13856    STATUS      mandatory
13857    DESCRIPTION
13858"1900.0010.0001.0002 This attribute defines the index (one based) of the BMC."
13859    ::= { bmcTableEntry 2 }
13860bmcStateCapabilities                            OBJECT-TYPE
13861    SYNTAX      DellStateCapabilities
13862    ACCESS      read-only
13863    STATUS      mandatory
13864    DESCRIPTION
13865"1900.0010.0001.0003 This attribute defines the state capabilities of the BMC."
13866    ::= { bmcTableEntry 3 }
13867bmcStateSettings                                OBJECT-TYPE
13868    SYNTAX      DellStateSettings
13869    ACCESS      read-only
13870    STATUS      mandatory
13871    DESCRIPTION
13872"1900.0010.0001.0004 This attribute defines the state settings of the BMC."
13873    ::= { bmcTableEntry 4 }
13874bmcStatus                                       OBJECT-TYPE
13875    SYNTAX      DellStatus
13876    ACCESS      read-only
13877    STATUS      mandatory
13878    DESCRIPTION
13879"1900.0010.0001.0005 This attribute defines the status of the BMC."
13880    ::= { bmcTableEntry 5 }
13881bmcDisplayName                                  OBJECT-TYPE
13882    SYNTAX      DellString
13883    ACCESS      read-only
13884    STATUS      mandatory
13885    DESCRIPTION
13886"1900.0010.0001.0006 This attribute defines the display name of the BMC."
13887    ::= { bmcTableEntry 6 }
13888bmcDescriptionName                              OBJECT-TYPE
13889    SYNTAX      DisplayString (SIZE (0..255))
13890    ACCESS      read-only
13891    STATUS      mandatory
13892    DESCRIPTION
13893"1900.0010.0001.0007 This attribute defines the description of the BMC."
13894    ::= { bmcTableEntry 7 }
13895bmcIPMIVersionName                              OBJECT-TYPE
13896    SYNTAX      DellString
13897    ACCESS      read-only
13898    STATUS      mandatory
13899    DESCRIPTION
13900"1900.0010.0001.0008 This attribute defines the version of the
13901Intelligent Platform Management Interface (IPMI) specification
13902that the BMC supports."
13903    ::= { bmcTableEntry 8 }
13904bmcGUID                                         OBJECT-TYPE
13905    SYNTAX      OCTET STRING (SIZE(16))
13906    ACCESS      read-only
13907    STATUS      mandatory
13908    DESCRIPTION
13909"1900.0010.0001.0009 This attribute defines the Globally Unique ID (GUID)
13910of the BMC."
13911    ::= { bmcTableEntry 9 }
13912bmcType                                         OBJECT-TYPE
13913    SYNTAX      DellManagementControllerType
13914    ACCESS      read-only
13915    STATUS      mandatory
13916    DESCRIPTION
13917"1900.0010.0001.00010 This attribute defines the type of the BMC."
13918    ::= { bmcTableEntry 10 }
13919bmcModuleName                                   OBJECT-TYPE
13920    SYNTAX      DellString
13921    ACCESS      read-only
13922    STATUS      mandatory
13923    DESCRIPTION
13924"1900.0010.0001.0011 This attribute defines the module name for the BMC.
13925The module name is present only on certain systems such as blade systems."
13926    ::= { bmcTableEntry 11 }
13927bmcIPv4URLName                                  OBJECT-TYPE
13928    SYNTAX      DisplayString (SIZE (0..1024))
13929    ACCESS      read-only
13930    STATUS      mandatory
13931    DESCRIPTION
13932"1900.0010.0001.0012 This attribute defines the IPv4 URL for the BMC.
13933The URL is not present on all systems."
13934    ::= { bmcTableEntry 12 }
13935bmcIPv6URLName                                  OBJECT-TYPE
13936    SYNTAX      DisplayString (SIZE (0..1024))
13937    ACCESS      read-only
13938    STATUS      mandatory
13939    DESCRIPTION
13940"1900.0010.0001.0013 This attribute defines the IPv6 URL for the BMC.
13941The URL is not present on all systems."
13942    ::= { bmcTableEntry 13 }
13943bmcBladeFormFactorName                                  OBJECT-TYPE
13944    SYNTAX      DellBladeFormFactorType
13945    ACCESS      read-only
13946    STATUS      mandatory
13947    DESCRIPTION
13948"1900.0010.0001.0014 This attribute defines Blade FormFactor."
13949    ::= { bmcTableEntry 14 }
13950
13951
13952
13953
13954-------------------------------------------------------------------------------
13955-- Baseboard Management Controller (BMC) Serial Interface Table
13956--
13957-- OID Format: 1.3.6.1.4.1.674.10892.1.1900.20.1.<a>.<i1>.<i2>.<i3>
13958-------------------------------------------------------------------------------
13959
13960DellBMCSerialConnectionModeCapabilities         ::= INTEGER {
13961    -- Note: These values are bit masks, so combination values are possible.
13962    -- none(0),                                 -  no mode capabilities
13963    modemBasic(1),                              -- Modem Basic mode capable
13964    modemPPP(2),                                -- Modem PPP mode capable
13965    modemTerminal(4),                           -- Modem Terminal mode capable
13966    directBasic(8),                             -- Direct Basic mode capable
13967    directPPP(16),                              -- Direct PPP mode capable
13968    directTerminal(32)                          -- Direct Terminal mode capable
13969}
13970DellBMCSerialConnectionModeSettings             ::= INTEGER {
13971    -- Note: These values are bit masks, so combination values are possible.
13972    -- none(0),                                 -  no modes enabled
13973    modemBasic(1),                              -- Modem Basic mode enabled
13974    modemPPP(2),                                -- Modem PPP mode enabled
13975    modemTerminal(4),                           -- Modem Terminal mode enabled
13976    directBasic(8),                             -- Direct Basic mode enabled
13977    directPPP(16),                              -- Direct PPP mode enabled
13978    directTerminal(32)                          -- Direct Terminal mode enabled
13979}
13980DellBMCSerialFlowControlType                    ::= INTEGER {
13981    -- none(0),                                 -  no flow control used
13982    rtsCts(1),                                  -- RTS/CTS (hardware) flow control
13983    xonXoff(2)                                  -- XON/XOFF flow control
13984}
13985DellBMCSerialBitRateType                        ::= INTEGER {
13986    bps9600(6),                                 -- 9600 bps (bits per second)
13987    bps19200(7),                                -- 19200 bps
13988    bps38400(8),                                -- 38400 bps
13989    bps57600(9),                                -- 57600 bps
13990    bps115200(10)                               -- 115200 bps
13991}
13992
13993BmcSerialInterfaceTableEntry                    ::= SEQUENCE {
13994    bmcSerialInterfaceChassisIndex              DellObjectRange,
13995    bmcSerialInterfaceBMCIndex                  DellObjectRange,
13996    bmcSerialInterfaceIndex                     DellObjectRange,
13997    bmcSerialInterfaceStateCapabilities         DellStateCapabilities,
13998    bmcSerialInterfaceStateSettings             DellStateSettings,
13999    bmcSerialInterfaceStatus                    DellStatus,
14000    bmcSerialInterfaceChannelNumber             DellUnsigned8BitRange,
14001    bmcSerialInterfaceConnectionModeCapabilities DellBMCSerialConnectionModeCapabilities,
14002    bmcSerialInterfaceConnectionModeSettings    DellBMCSerialConnectionModeSettings,
14003    bmcSerialInterfaceFlowControl               DellBMCSerialFlowControlType,
14004    bmcSerialInterfaceBitRate                   DellBMCSerialBitRateType
14005}
14006
14007bmcSerialInterfaceTable                         OBJECT-TYPE
14008    SYNTAX      SEQUENCE OF BmcSerialInterfaceTableEntry
14009    ACCESS      not-accessible
14010    STATUS      mandatory
14011    DESCRIPTION
14012"1900.0020 This object defines the Baseboard Management Controller (BMC)
14013Serial Interface Table."
14014    ::= { bmcGroup 20 }
14015bmcSerialInterfaceTableEntry                    OBJECT-TYPE
14016    SYNTAX      BmcSerialInterfaceTableEntry
14017    ACCESS      not-accessible
14018    STATUS      mandatory
14019    DESCRIPTION
14020"1900.0020.0001 This object defines the Baseboard Management Controller (BMC)
14021Serial Interface Table Entry."
14022    INDEX       { bmcSerialInterfaceChassisIndex,
14023                  bmcSerialInterfaceBMCIndex,
14024                  bmcSerialInterfaceIndex }
14025    ::= { bmcSerialInterfaceTable 1 }
14026
14027bmcSerialInterfaceChassisIndex                  OBJECT-TYPE
14028    SYNTAX      DellObjectRange
14029    ACCESS      read-only
14030    STATUS      mandatory
14031    DESCRIPTION
14032"1900.0020.0001.0001 This attribute defines the index (one based) of the
14033associated chassis."
14034    ::= { bmcSerialInterfaceTableEntry 1 }
14035bmcSerialInterfaceBMCIndex                      OBJECT-TYPE
14036    SYNTAX      DellObjectRange
14037    ACCESS      read-only
14038    STATUS      mandatory
14039    DESCRIPTION
14040"1900.0020.0001.0002 This attribute defines the index (one based) of the
14041assoiciated BMC."
14042    ::= { bmcSerialInterfaceTableEntry 2 }
14043bmcSerialInterfaceIndex                         OBJECT-TYPE
14044    SYNTAX      DellObjectRange
14045    ACCESS      read-only
14046    STATUS      mandatory
14047    DESCRIPTION
14048"1900.0020.0001.0003 This attribute defines the index (one based) of the
14049BMC serial interface."
14050    ::= { bmcSerialInterfaceTableEntry 3 }
14051bmcSerialInterfaceStateCapabilities             OBJECT-TYPE
14052    SYNTAX      DellStateCapabilities
14053    ACCESS      read-only
14054    STATUS      mandatory
14055    DESCRIPTION
14056"1900.0020.0001.0004 This attribute defines the state capabilities of the
14057BMC serial interface."
14058    ::= { bmcSerialInterfaceTableEntry 4 }
14059bmcSerialInterfaceStateSettings                 OBJECT-TYPE
14060    SYNTAX      DellStateSettings
14061    ACCESS      read-only
14062    STATUS      mandatory
14063    DESCRIPTION
14064"1900.0020.0001.0005 This attribute defines the state settings of the
14065BMC serial interface."
14066    ::= { bmcSerialInterfaceTableEntry 5 }
14067bmcSerialInterfaceStatus                        OBJECT-TYPE
14068    SYNTAX      DellStatus
14069    ACCESS      read-only
14070    STATUS      mandatory
14071    DESCRIPTION
14072"1900.0020.0001.0006 This attribute defines the status of the
14073BMC serial interface."
14074    ::= { bmcSerialInterfaceTableEntry 6 }
14075bmcSerialInterfaceChannelNumber                 OBJECT-TYPE
14076    SYNTAX      DellUnsigned8BitRange
14077    ACCESS      read-only
14078    STATUS      mandatory
14079    DESCRIPTION
14080"1900.0020.0001.0007 This attribute defines the BMC channel number of the
14081BMC serial interface."
14082    ::= { bmcSerialInterfaceTableEntry 7 }
14083bmcSerialInterfaceConnectionModeCapabilities    OBJECT-TYPE
14084    SYNTAX      DellBMCSerialConnectionModeCapabilities
14085    ACCESS      read-only
14086    STATUS      mandatory
14087    DESCRIPTION
14088"1900.0020.0001.0008 This attribute defines the connection mode capabilities
14089of the BMC serial interface."
14090    ::= { bmcSerialInterfaceTableEntry 8 }
14091bmcSerialInterfaceConnectionModeSettings        OBJECT-TYPE
14092    SYNTAX      DellBMCSerialConnectionModeSettings
14093    ACCESS      read-only
14094    STATUS      mandatory
14095    DESCRIPTION
14096"1900.0020.0001.0009 This attribute defines the connection mode settings
14097of the BMC serial interface."
14098    ::= { bmcSerialInterfaceTableEntry 9 }
14099bmcSerialInterfaceFlowControl                   OBJECT-TYPE
14100    SYNTAX      DellBMCSerialFlowControlType
14101    ACCESS      read-only
14102    STATUS      mandatory
14103    DESCRIPTION
14104"1900.0020.0001.0010 This attribute defines the flow control type of the
14105BMC serial interface."
14106    ::= { bmcSerialInterfaceTableEntry 10 }
14107bmcSerialInterfaceBitRate                       OBJECT-TYPE
14108    SYNTAX      DellBMCSerialBitRateType
14109    ACCESS      read-only
14110    STATUS      mandatory
14111    DESCRIPTION
14112"1900.0020.0001.0011 This attribute defines the bit rate of the
14113BMC serial interface."
14114    ::= { bmcSerialInterfaceTableEntry 11 }
14115
14116
14117-------------------------------------------------------------------------------
14118-- Baseboard Management Controller (BMC) LAN Interface Table
14119--
14120-- OID Format: 1.3.6.1.4.1.674.10892.1.1900.30.1.<a>.<i1>.<i2>.<i3>
14121-------------------------------------------------------------------------------
14122
14123DellBMCLANIPAddressSourceType                   ::= INTEGER {
14124    -- unspecified(0),                          -  source is unspecified
14125    static(1),                                  -- static IP address
14126    dhcp(2),                                    -- DHCP used to obtain IP address
14127    biosOrSystemSoftware(3),                    -- BIOS or system software provided IP Address
14128    other(4)                                    -- other protocol used to obtain IP address
14129}
14130
14131BmcLANInterfaceTableEntry                       ::= SEQUENCE {
14132    bmcLANInterfaceChassisIndex                 DellObjectRange,
14133    bmcLANInterfaceBMCIndex                     DellObjectRange,
14134    bmcLANInterfaceIndex                        DellObjectRange,
14135    bmcLANInterfaceStateCapabilities            DellStateCapabilities,
14136    bmcLANInterfaceStateSettings                DellStateSettings,
14137    bmcLANInterfaceStatus                       DellStatus,
14138    bmcLANInterfaceChannelNumber                DellUnsigned8BitRange,
14139    bmcLANInterfaceIPAddressSource              DellBMCLANIPAddressSourceType,
14140    bmcLANInterfaceIPAddress                    IpAddress,
14141    bmcLANInterfaceSubnetMaskAddress            IpAddress,
14142    bmcLANInterfaceDefaultGatewayAddress        IpAddress,
14143    bmcLANInterfaceMACAddress                   DellMACAddress,
14144    bmcLANInterfaceAlertCommunityName           DisplayString (SIZE (0..32))
14145}
14146
14147bmcLANInterfaceTable                            OBJECT-TYPE
14148    SYNTAX      SEQUENCE OF BmcLANInterfaceTableEntry
14149    ACCESS      not-accessible
14150    STATUS      mandatory
14151    DESCRIPTION
14152"1900.0030 This object defines the Baseboard Management Controller (BMC)
14153LAN Interface Table."
14154    ::= { bmcGroup 30 }
14155bmcLANInterfaceTableEntry                       OBJECT-TYPE
14156    SYNTAX      BmcLANInterfaceTableEntry
14157    ACCESS      not-accessible
14158    STATUS      mandatory
14159    DESCRIPTION
14160"1900.0030.0001 This object defines the Baseboard Management Controller (BMC)
14161LAN Interface Table Entry."
14162    INDEX       { bmcLANInterfaceChassisIndex,
14163                  bmcLANInterfaceBMCIndex,
14164                  bmcLANInterfaceIndex }
14165    ::= { bmcLANInterfaceTable 1 }
14166
14167bmcLANInterfaceChassisIndex                     OBJECT-TYPE
14168    SYNTAX      DellObjectRange
14169    ACCESS      read-only
14170    STATUS      mandatory
14171    DESCRIPTION
14172"1900.0030.0001.0001 This attribute defines the index (one based) of the
14173associated chassis."
14174    ::= { bmcLANInterfaceTableEntry 1 }
14175bmcLANInterfaceBMCIndex                         OBJECT-TYPE
14176    SYNTAX      DellObjectRange
14177    ACCESS      read-only
14178    STATUS      mandatory
14179    DESCRIPTION
14180"1900.0030.0001.0002 This attribute defines the index (one based) of the
14181assoiciated BMC."
14182    ::= { bmcLANInterfaceTableEntry 2 }
14183bmcLANInterfaceIndex                            OBJECT-TYPE
14184    SYNTAX      DellObjectRange
14185    ACCESS      read-only
14186    STATUS      mandatory
14187    DESCRIPTION
14188"1900.0030.0001.0003 This attribute defines the index (one based) of the
14189BMC LAN interface."
14190    ::= { bmcLANInterfaceTableEntry 3 }
14191bmcLANInterfaceStateCapabilities                OBJECT-TYPE
14192    SYNTAX      DellStateCapabilities
14193    ACCESS      read-only
14194    STATUS      mandatory
14195    DESCRIPTION
14196"1900.0030.0001.0004 This attribute defines the state capabilities of the
14197BMC LAN interface."
14198    ::= { bmcLANInterfaceTableEntry 4 }
14199bmcLANInterfaceStateSettings                    OBJECT-TYPE
14200    SYNTAX      DellStateSettings
14201    ACCESS      read-only
14202    STATUS      mandatory
14203    DESCRIPTION
14204"1900.0030.0001.0005 This attribute defines the state settings of the
14205BMC LAN interface."
14206    ::= { bmcLANInterfaceTableEntry 5 }
14207bmcLANInterfaceStatus                           OBJECT-TYPE
14208    SYNTAX      DellStatus
14209    ACCESS      read-only
14210    STATUS      mandatory
14211    DESCRIPTION
14212"1900.0030.0001.0006 This attribute defines the status of the
14213BMC LAN interface."
14214    ::= { bmcLANInterfaceTableEntry 6 }
14215bmcLANInterfaceChannelNumber                    OBJECT-TYPE
14216    SYNTAX      DellUnsigned8BitRange
14217    ACCESS      read-only
14218    STATUS      mandatory
14219    DESCRIPTION
14220"1900.0030.0001.0007 This attribute defines the BMC channel number of the
14221BMC LAN interface."
14222    ::= { bmcLANInterfaceTableEntry 7 }
14223bmcLANInterfaceIPAddressSource                  OBJECT-TYPE
14224    SYNTAX      DellBMCLANIPAddressSourceType
14225    ACCESS      read-only
14226    STATUS      mandatory
14227    DESCRIPTION
14228"1900.0030.0001.0008 This attribute defines the source type of the
14229IP address of the BMC LAN interface."
14230    ::= { bmcLANInterfaceTableEntry 8 }
14231bmcLANInterfaceIPAddress                        OBJECT-TYPE
14232    SYNTAX      IpAddress
14233    ACCESS      read-only
14234    STATUS      mandatory
14235    DESCRIPTION
14236"1900.0030.0001.0009 This attribute defines the IP address of the
14237BMC LAN interface."
14238    ::= { bmcLANInterfaceTableEntry 9 }
14239bmcLANInterfaceSubnetMaskAddress                OBJECT-TYPE
14240    SYNTAX      IpAddress
14241    ACCESS      read-only
14242    STATUS      mandatory
14243    DESCRIPTION
14244"1900.0030.0001.0010 This attribute defines the subnet mask of the
14245BMC LAN interface."
14246    ::= { bmcLANInterfaceTableEntry 10 }
14247bmcLANInterfaceDefaultGatewayAddress            OBJECT-TYPE
14248    SYNTAX      IpAddress
14249    ACCESS      read-only
14250    STATUS      mandatory
14251    DESCRIPTION
14252"1900.0030.0001.0011 This attribute defines the IP address of the
14253default gateway for the BMC LAN interface."
14254    ::= { bmcLANInterfaceTableEntry 11 }
14255bmcLANInterfaceMACAddress                       OBJECT-TYPE
14256    SYNTAX      DellMACAddress
14257    ACCESS      read-only
14258    STATUS      mandatory
14259    DESCRIPTION
14260"1900.0030.0001.0012 This attribute defines the MAC address of the
14261BMC LAN interface."
14262    ::= { bmcLANInterfaceTableEntry 12 }
14263bmcLANInterfaceAlertCommunityName               OBJECT-TYPE
14264    SYNTAX      DisplayString (SIZE (0..32))
14265    ACCESS      read-only
14266    STATUS      mandatory
14267    DESCRIPTION
14268"1900.0030.0001.0013 This attribute defines the SNMP community used for
14269BMC LAN alerts (traps) sent on the BMC LAN interface."
14270    ::= { bmcLANInterfaceTableEntry 13 }
14271
14272
14273-------------------------------------------------------------------------------
14274-- Alert Group
14275--
14276-- OID Format: 1.3.6.1.4.1.674.10892.1.5000
14277-------------------------------------------------------------------------------
14278
14279alertVariables                  OBJECT IDENTIFIER ::= { alertGroup     10    }
14280
14281-------------------------------------------------------------------------------
14282-- Alert Variables
14283--
14284-- OID Format: 1.3.6.1.4.1.674.10892.1.5000.10.<a>.0
14285-------------------------------------------------------------------------------
14286
14287alertSystem                                     OBJECT-TYPE
14288    SYNTAX      DisplayString (SIZE (0..255))
14289    ACCESS      read-only
14290    STATUS      mandatory
14291    DESCRIPTION
14292"5000.0010.0001 Name of the system generating the alert."
14293    ::= { alertVariables 1 }
14294alertTableIndexOID                              OBJECT-TYPE
14295    SYNTAX      OBJECT IDENTIFIER
14296    ACCESS      read-only
14297    STATUS      mandatory
14298    DESCRIPTION
14299"5000.0010.0002 OID for the index attribute in the table that contains the object
14300causing the alert.  This value can be used to uniquely identify the object
14301causing the alert and to correlate different alerts caused by an object.
14302If not applicable, the value will be 0.0."
14303    ::= { alertVariables 2 }
14304alertMessage                                    OBJECT-TYPE
14305    SYNTAX      DisplayString (SIZE (0..1024))
14306    ACCESS      read-only
14307    STATUS      mandatory
14308    DESCRIPTION
14309"5000.0010.0003 Message describing the alert."
14310    ::= { alertVariables 3 }
14311alertCurrentStatus                              OBJECT-TYPE
14312    SYNTAX      DellStatus
14313    ACCESS      read-only
14314    STATUS      mandatory
14315    DESCRIPTION
14316"5000.0010.0004 Current status of object causing the alert."
14317    ::= { alertVariables 4 }
14318alertPreviousStatus                             OBJECT-TYPE
14319    SYNTAX      DellStatus
14320    ACCESS      read-only
14321    STATUS      mandatory
14322    DESCRIPTION
14323"5000.0010.0005 Previous status of object causing the alert."
14324    ::= { alertVariables 5 }
14325alertData                                       OBJECT-TYPE
14326    SYNTAX      OCTET STRING (SIZE (0..1024))
14327    ACCESS      read-only
14328    STATUS      mandatory
14329    DESCRIPTION
14330"5000.0010.0006 Alert data."
14331    ::= { alertVariables 6 }
14332alertMsgID                                      OBJECT-TYPE
14333    SYNTAX      DisplayString (SIZE (0..1024))
14334    ACCESS      read-only
14335    STATUS      mandatory
14336    DESCRIPTION
14337"5000.0010.0007 Alert message ID."
14338    ::= { alertVariables 7 }
14339alertSystemFQDN                                 OBJECT-TYPE
14340    SYNTAX      DisplayString (SIZE (0..1024))
14341    ACCESS      read-only
14342    STATUS      mandatory
14343    DESCRIPTION
14344"5000.0010.0008 Fully qualified domain name of the system generating the alert."
14345    ::= { alertVariables 8 }
14346alertServiceTag                                 OBJECT-TYPE
14347    SYNTAX      DisplayString (SIZE (0..1024))
14348    ACCESS      read-only
14349    STATUS      mandatory
14350    DESCRIPTION
14351"5000.0010.0009 Service tag of the system generating the alert."
14352    ::= { alertVariables 9 }
14353alertChassisServiceTag                          OBJECT-TYPE
14354    SYNTAX      DisplayString (SIZE (0..1024))
14355    ACCESS      read-only
14356    STATUS      mandatory
14357    DESCRIPTION
14358"5000.0010.0010 Chassis service tag of the system generating the alert."
14359    ::= { alertVariables 10 }
14360
14361-------------------------------------------------------------------------------
14362--
14363-- Legacy Traps
14364--
14365-------------------------------------------------------------------------------
14366
14367
14368-------------------------------------------------------------------------------
14369-- Miscellaneous Traps
14370-------------------------------------------------------------------------------
14371
14372alertSystemUp                                   TRAP-TYPE
14373    ENTERPRISE  baseboardGroup
14374    VARIABLES { alertSystem,
14375                alertTableIndexOID,
14376                alertMessage,
14377                alertCurrentStatus,
14378                alertPreviousStatus,
14379                alertData }
14380    DESCRIPTION
14381"Server Administrator has completed its initialization."
14382
14383    --Novell NMS trap annotation
14384    --#TYPE       "Server Administrator Startup Complete"
14385    --#SUMMARY    "%s"
14386    --#ARGUMENTS  {2}
14387    --#SEVERITY   INFORMATIONAL
14388    --#TIMEINDEX  99
14389    --#STATE      OPERATIONAL
14390
14391    ::= 1001
14392
14393alertThermalShutdown                            TRAP-TYPE
14394    ENTERPRISE  baseboardGroup
14395    VARIABLES { alertSystem,
14396                alertTableIndexOID,
14397                alertMessage,
14398                alertCurrentStatus,
14399                alertPreviousStatus,
14400                alertData }
14401    DESCRIPTION
14402"Thermal shutdown protection has been initiated."
14403
14404    --Novell NMS trap annotation
14405    --#TYPE       "Server Thermal Shutdown"
14406    --#SUMMARY    "%s"
14407    --#ARGUMENTS  {2}
14408    --#SEVERITY   CRITICAL
14409    --#TIMEINDEX  99
14410    --#STATE      NONOPERATIONAL
14411
14412    ::= 1004
14413
14414alertAutomaticSystemRecovery                    TRAP-TYPE
14415    ENTERPRISE  baseboardGroup
14416    VARIABLES { alertSystem,
14417                alertTableIndexOID,
14418                alertMessage,
14419                alertCurrentStatus,
14420                alertPreviousStatus,
14421                alertData }
14422    DESCRIPTION
14423"Automatic system recovery (ASR) was performed."
14424
14425    --Novell NMS trap annotation
14426    --#TYPE       "Server Automatic System Recovery"
14427    --#SUMMARY    "%s"
14428    --#ARGUMENTS  {2}
14429    --#SEVERITY   CRITICAL
14430    --#TIMEINDEX  99
14431    --#STATE      OPERATIONAL
14432
14433    ::= 1006
14434
14435alertUserHostSystemReset                        TRAP-TYPE
14436    ENTERPRISE  baseboardGroup
14437    VARIABLES { alertSystem,
14438                alertTableIndexOID,
14439                alertMessage,
14440                alertCurrentStatus,
14441                alertPreviousStatus,
14442                alertData }
14443    DESCRIPTION
14444"User has initiated host system reset."
14445
14446    --Novell NMS trap annotation
14447    --#TYPE       "Server User Host System Reset"
14448    --#SUMMARY    "%s"
14449    --#ARGUMENTS  {2}
14450    --#SEVERITY   INFORMATIONAL
14451    --#TIMEINDEX  99
14452    --#STATE      OPERATIONAL
14453
14454    ::= 1007
14455
14456alertSystemPeakPowerNewPeak                     TRAP-TYPE
14457    ENTERPRISE  baseboardGroup
14458    VARIABLES { alertSystem,
14459                alertTableIndexOID,
14460                alertMessage,
14461                alertCurrentStatus,
14462                alertPreviousStatus,
14463                alertData }
14464    DESCRIPTION
14465"System peak power sensor has detected a new peak value."
14466
14467    --Novell NMS trap annotation
14468    --#TYPE       "Server System Peak Power New Peak"
14469    --#SUMMARY    "%s"
14470    --#ARGUMENTS  {2}
14471    --#SEVERITY   INFORMATIONAL
14472    --#TIMEINDEX  99
14473    --#STATE      OPERATIONAL
14474
14475    ::= 1013
14476
14477alertSystemSoftwareEvent                        TRAP-TYPE
14478    ENTERPRISE  baseboardGroup
14479    VARIABLES { alertSystem,
14480                alertTableIndexOID,
14481                alertMessage,
14482                alertCurrentStatus,
14483                alertPreviousStatus,
14484                alertData }
14485    DESCRIPTION
14486"System software event has occurred."
14487
14488    --Novell NMS trap annotation
14489    --#TYPE       "Server System Software Event"
14490    --#SUMMARY    "%s"
14491    --#ARGUMENTS  {2}
14492    --#SEVERITY   MINOR
14493    --#TIMEINDEX  99
14494    --#STATE      OPERATIONAL
14495
14496    ::= 1014
14497
14498-------------------------------------------------------------------------------
14499-- Temperature Probe Traps
14500-------------------------------------------------------------------------------
14501
14502alertTemperatureProbeNormal                     TRAP-TYPE
14503    ENTERPRISE  baseboardGroup
14504    VARIABLES { alertSystem,
14505                alertTableIndexOID,
14506                alertMessage,
14507                alertCurrentStatus,
14508                alertPreviousStatus,
14509                alertData }
14510    DESCRIPTION
14511"Temperature probe has returned to a normal value."
14512
14513    --Novell NMS trap annotation
14514    --#TYPE       "Server Temperature Normal"
14515    --#SUMMARY    "%s"
14516    --#ARGUMENTS  {2}
14517    --#SEVERITY   INFORMATIONAL
14518    --#TIMEINDEX  99
14519    --#STATE      OPERATIONAL
14520
14521    ::= 1052
14522
14523alertTemperatureProbeWarning                    TRAP-TYPE
14524    ENTERPRISE  baseboardGroup
14525    VARIABLES { alertSystem,
14526                alertTableIndexOID,
14527                alertMessage,
14528                alertCurrentStatus,
14529                alertPreviousStatus,
14530                alertData }
14531    DESCRIPTION
14532"Temperature probe has detected a warning value."
14533
14534    --Novell NMS trap annotation
14535    --#TYPE       "Server Temperature Warning"
14536    --#SUMMARY    "%s"
14537    --#ARGUMENTS  {2}
14538    --#SEVERITY   MINOR
14539    --#TIMEINDEX  99
14540    --#STATE      DEGRADED
14541
14542    ::= 1053
14543
14544alertTemperatureProbeFailure                    TRAP-TYPE
14545    ENTERPRISE  baseboardGroup
14546    VARIABLES { alertSystem,
14547                alertTableIndexOID,
14548                alertMessage,
14549                alertCurrentStatus,
14550                alertPreviousStatus,
14551                alertData }
14552    DESCRIPTION
14553"Temperature probe has detected a failure value."
14554
14555    --Novell NMS trap annotation
14556    --#TYPE       "Server Temperature Failure"
14557    --#SUMMARY    "%s"
14558    --#ARGUMENTS  {2}
14559    --#SEVERITY   CRITICAL
14560    --#TIMEINDEX  99
14561    --#STATE      DEGRADED
14562
14563    ::= 1054
14564
14565alertTemperatureProbeNonRecoverable             TRAP-TYPE
14566    ENTERPRISE  baseboardGroup
14567    VARIABLES { alertSystem,
14568                alertTableIndexOID,
14569                alertMessage,
14570                alertCurrentStatus,
14571                alertPreviousStatus,
14572                alertData }
14573    DESCRIPTION
14574"Temperature probe has detected a non-recoverable value."
14575
14576    --Novell NMS trap annotation
14577    --#TYPE       "Server Temperature Nonrecoverable"
14578    --#SUMMARY    "%s"
14579    --#ARGUMENTS  {2}
14580    --#SEVERITY   CRITICAL
14581    --#TIMEINDEX  99
14582    --#STATE      DEGRADED
14583
14584    ::= 1055
14585
14586-------------------------------------------------------------------------------
14587-- Cooling Device Traps
14588-------------------------------------------------------------------------------
14589
14590alertCoolingDeviceNormal                        TRAP-TYPE
14591    ENTERPRISE  baseboardGroup
14592    VARIABLES { alertSystem,
14593                alertTableIndexOID,
14594                alertMessage,
14595                alertCurrentStatus,
14596                alertPreviousStatus,
14597                alertData }
14598    DESCRIPTION
14599"Cooling device sensor has returned to a normal value."
14600
14601    --Novell NMS trap annotation
14602    --#TYPE       "Server Cooling Device Normal"
14603    --#SUMMARY    "%s"
14604    --#ARGUMENTS  {2}
14605    --#SEVERITY   INFORMATIONAL
14606    --#TIMEINDEX  99
14607    --#STATE      OPERATIONAL
14608
14609    ::= 1102
14610
14611alertCoolingDeviceWarning                       TRAP-TYPE
14612    ENTERPRISE  baseboardGroup
14613    VARIABLES { alertSystem,
14614                alertTableIndexOID,
14615                alertMessage,
14616                alertCurrentStatus,
14617                alertPreviousStatus,
14618                alertData }
14619    DESCRIPTION
14620"Cooling device sensor has detected a warning value."
14621
14622    --Novell NMS trap annotation
14623    --#TYPE       "Server Cooling Device Warning"
14624    --#SUMMARY    "%s"
14625    --#ARGUMENTS  {2}
14626    --#SEVERITY   MINOR
14627    --#TIMEINDEX  99
14628    --#STATE      DEGRADED
14629
14630    ::= 1103
14631
14632alertCoolingDeviceFailure                       TRAP-TYPE
14633    ENTERPRISE  baseboardGroup
14634    VARIABLES { alertSystem,
14635                alertTableIndexOID,
14636                alertMessage,
14637                alertCurrentStatus,
14638                alertPreviousStatus,
14639                alertData }
14640    DESCRIPTION
14641"Cooling device sensor has detected a failure value."
14642
14643    --Novell NMS trap annotation
14644    --#TYPE       "Server Cooling Device Failure"
14645    --#SUMMARY    "%s"
14646    --#ARGUMENTS  {2}
14647    --#SEVERITY   CRITICAL
14648    --#TIMEINDEX  99
14649    --#STATE      DEGRADED
14650
14651    ::= 1104
14652
14653alertCoolingDeviceNonRecoverable                TRAP-TYPE
14654    ENTERPRISE  baseboardGroup
14655    VARIABLES { alertSystem,
14656                alertTableIndexOID,
14657                alertMessage,
14658                alertCurrentStatus,
14659                alertPreviousStatus,
14660                alertData }
14661    DESCRIPTION
14662"Cooling device sensor has detected a non-recoverable value."
14663
14664    --Novell NMS trap annotation
14665    --#TYPE       "Server Cooling Device Nonrecoverable"
14666    --#SUMMARY    "%s"
14667    --#ARGUMENTS  {2}
14668    --#SEVERITY   CRITICAL
14669    --#TIMEINDEX  99
14670    --#STATE      DEGRADED
14671
14672    ::= 1105
14673
14674-------------------------------------------------------------------------------
14675-- Voltage Probe Traps
14676-------------------------------------------------------------------------------
14677
14678alertVoltageProbeNormal                         TRAP-TYPE
14679    ENTERPRISE  baseboardGroup
14680    VARIABLES { alertSystem,
14681                alertTableIndexOID,
14682                alertMessage,
14683                alertCurrentStatus,
14684                alertPreviousStatus,
14685                alertData }
14686    DESCRIPTION
14687"Voltage probe has returned to a normal value."
14688
14689    --Novell NMS trap annotation
14690    --#TYPE       "Server Voltage Normal"
14691    --#SUMMARY    "%s"
14692    --#ARGUMENTS  {2}
14693    --#SEVERITY   INFORMATIONAL
14694    --#TIMEINDEX  99
14695    --#STATE      OPERATIONAL
14696
14697    ::= 1152
14698
14699alertVoltageProbeWarning                        TRAP-TYPE
14700    ENTERPRISE  baseboardGroup
14701    VARIABLES { alertSystem,
14702                alertTableIndexOID,
14703                alertMessage,
14704                alertCurrentStatus,
14705                alertPreviousStatus,
14706                alertData }
14707    DESCRIPTION
14708"Voltage probe has detected a warning value."
14709
14710    --Novell NMS trap annotation
14711    --#TYPE       "Server Voltage Warning"
14712    --#SUMMARY    "%s"
14713    --#ARGUMENTS  {2}
14714    --#SEVERITY   MINOR
14715    --#TIMEINDEX  99
14716    --#STATE      DEGRADED
14717
14718    ::= 1153
14719
14720alertVoltageProbeFailure                        TRAP-TYPE
14721    ENTERPRISE  baseboardGroup
14722    VARIABLES { alertSystem,
14723                alertTableIndexOID,
14724                alertMessage,
14725                alertCurrentStatus,
14726                alertPreviousStatus,
14727                alertData }
14728    DESCRIPTION
14729"Voltage probe has detected a failure value."
14730
14731    --Novell NMS trap annotation
14732    --#TYPE       "Server Voltage Failure"
14733    --#SUMMARY    "%s"
14734    --#ARGUMENTS  {2}
14735    --#SEVERITY   CRITICAL
14736    --#TIMEINDEX  99
14737    --#STATE      DEGRADED
14738
14739    ::= 1154
14740
14741alertVoltageProbeNonRecoverable                 TRAP-TYPE
14742    ENTERPRISE  baseboardGroup
14743    VARIABLES { alertSystem,
14744                alertTableIndexOID,
14745                alertMessage,
14746                alertCurrentStatus,
14747                alertPreviousStatus,
14748                alertData }
14749    DESCRIPTION
14750"Voltage probe has detected a non-recoverable value."
14751
14752    --Novell NMS trap annotation
14753    --#TYPE       "Server Voltage Nonrecoverable"
14754    --#SUMMARY    "%s"
14755    --#ARGUMENTS  {2}
14756    --#SEVERITY   CRITICAL
14757    --#TIMEINDEX  99
14758    --#STATE      DEGRADED
14759
14760    ::= 1155
14761
14762-------------------------------------------------------------------------------
14763-- Amperage Probe Traps
14764-------------------------------------------------------------------------------
14765
14766alertAmperageProbeNormal                        TRAP-TYPE
14767    ENTERPRISE  baseboardGroup
14768    VARIABLES { alertSystem,
14769                alertTableIndexOID,
14770                alertMessage,
14771                alertCurrentStatus,
14772                alertPreviousStatus,
14773                alertData }
14774    DESCRIPTION
14775"Amperage probe has returned to a normal value."
14776
14777    --Novell NMS trap annotation
14778    --#TYPE       "Server Amperage Normal"
14779    --#SUMMARY    "%s"
14780    --#ARGUMENTS  {2}
14781    --#SEVERITY   INFORMATIONAL
14782    --#TIMEINDEX  99
14783    --#STATE      OPERATIONAL
14784
14785    ::= 1202
14786
14787alertAmperageProbeWarning                       TRAP-TYPE
14788    ENTERPRISE  baseboardGroup
14789    VARIABLES { alertSystem,
14790                alertTableIndexOID,
14791                alertMessage,
14792                alertCurrentStatus,
14793                alertPreviousStatus,
14794                alertData }
14795    DESCRIPTION
14796"Amperage probe has detected a warning value."
14797
14798    --Novell NMS trap annotation
14799    --#TYPE       "Server Amperage Warning"
14800    --#SUMMARY    "%s"
14801    --#ARGUMENTS  {2}
14802    --#SEVERITY   MINOR
14803    --#TIMEINDEX  99
14804    --#STATE      DEGRADED
14805
14806    ::= 1203
14807
14808alertAmperageProbeFailure                       TRAP-TYPE
14809    ENTERPRISE  baseboardGroup
14810    VARIABLES { alertSystem,
14811                alertTableIndexOID,
14812                alertMessage,
14813                alertCurrentStatus,
14814                alertPreviousStatus,
14815                alertData }
14816    DESCRIPTION
14817"Amperage probe has detected a failure value."
14818
14819    --Novell NMS trap annotation
14820    --#TYPE       "Server Amperage Failure"
14821    --#SUMMARY    "%s"
14822    --#ARGUMENTS  {2}
14823    --#SEVERITY   CRITICAL
14824    --#TIMEINDEX  99
14825    --#STATE      DEGRADED
14826
14827    ::= 1204
14828
14829alertAmperageProbeNonRecoverable                TRAP-TYPE
14830    ENTERPRISE  baseboardGroup
14831    VARIABLES { alertSystem,
14832                alertTableIndexOID,
14833                alertMessage,
14834                alertCurrentStatus,
14835                alertPreviousStatus,
14836                alertData }
14837    DESCRIPTION
14838"Amperage probe has detected a non-recoverable value."
14839
14840    --Novell NMS trap annotation
14841    --#TYPE       "Server Amperage Nonrecoverable"
14842    --#SUMMARY    "%s"
14843    --#ARGUMENTS  {2}
14844    --#SEVERITY   CRITICAL
14845    --#TIMEINDEX  99
14846    --#STATE      DEGRADED
14847
14848    ::= 1205
14849
14850-------------------------------------------------------------------------------
14851-- Chassis Intrusion Traps
14852-------------------------------------------------------------------------------
14853
14854alertChassisIntrusionNormal                     TRAP-TYPE
14855    ENTERPRISE  baseboardGroup
14856    VARIABLES { alertSystem,
14857                alertTableIndexOID,
14858                alertMessage,
14859                alertCurrentStatus,
14860                alertPreviousStatus,
14861                alertData }
14862    DESCRIPTION
14863"Chassis intrusion has returned to normal."
14864
14865    --Novell NMS trap annotation
14866    --#TYPE       "Server Chassis Intrusion Normal"
14867    --#SUMMARY    "%s"
14868    --#ARGUMENTS  {2}
14869    --#SEVERITY   INFORMATIONAL
14870    --#TIMEINDEX  99
14871    --#STATE      OPERATIONAL
14872
14873    ::= 1252
14874
14875alertChassisIntrusionDetected                   TRAP-TYPE
14876    ENTERPRISE  baseboardGroup
14877    VARIABLES { alertSystem,
14878                alertTableIndexOID,
14879                alertMessage,
14880                alertCurrentStatus,
14881                alertPreviousStatus,
14882                alertData }
14883    DESCRIPTION
14884"Chassis intrusion has been detected."
14885
14886    --Novell NMS trap annotation
14887    --#TYPE       "Server Chassis Intrusion Detected"
14888    --#SUMMARY    "%s"
14889    --#ARGUMENTS  {2}
14890    --#SEVERITY   CRITICAL
14891    --#TIMEINDEX  99
14892    --#STATE      OPERATIONAL
14893
14894    ::= 1254
14895
14896-------------------------------------------------------------------------------
14897-- Redundancy Traps
14898-------------------------------------------------------------------------------
14899
14900alertRedundancyNormal                           TRAP-TYPE
14901    ENTERPRISE  baseboardGroup
14902    VARIABLES { alertSystem,
14903                alertTableIndexOID,
14904                alertMessage,
14905                alertCurrentStatus,
14906                alertPreviousStatus,
14907                alertData }
14908    DESCRIPTION
14909"Redundancy has returned to normal."
14910
14911    --Novell NMS trap annotation
14912    --#TYPE       "Server Redundancy Normal"
14913    --#SUMMARY    "%s"
14914    --#ARGUMENTS  {2}
14915    --#SEVERITY   INFORMATIONAL
14916    --#TIMEINDEX  99
14917    --#STATE      OPERATIONAL
14918
14919    ::= 1304
14920
14921alertRedundancyDegraded                         TRAP-TYPE
14922    ENTERPRISE  baseboardGroup
14923    VARIABLES { alertSystem,
14924                alertTableIndexOID,
14925                alertMessage,
14926                alertCurrentStatus,
14927                alertPreviousStatus,
14928                alertData }
14929    DESCRIPTION
14930"Redundancy has been degraded."
14931
14932    --Novell NMS trap annotation
14933    --#TYPE       "Server Redundancy Degraded"
14934    --#SUMMARY    "%s"
14935    --#ARGUMENTS  {2}
14936    --#SEVERITY   MINOR
14937    --#TIMEINDEX  99
14938    --#STATE      DEGRADED
14939
14940    ::= 1305
14941
14942alertRedundancyLost                             TRAP-TYPE
14943    ENTERPRISE  baseboardGroup
14944    VARIABLES { alertSystem,
14945                alertTableIndexOID,
14946                alertMessage,
14947                alertCurrentStatus,
14948                alertPreviousStatus,
14949                alertData }
14950    DESCRIPTION
14951"Redundancy has been lost."
14952
14953    --Novell NMS trap annotation
14954    --#TYPE       "Server Redundancy Lost"
14955    --#SUMMARY    "%s"
14956    --#ARGUMENTS  {2}
14957    --#SEVERITY   MAJOR
14958    --#TIMEINDEX  99
14959    --#STATE      DEGRADED
14960
14961    ::= 1306
14962
14963-------------------------------------------------------------------------------
14964-- Power Supply Traps
14965-------------------------------------------------------------------------------
14966
14967alertPowerSupplyNormal                          TRAP-TYPE
14968    ENTERPRISE  baseboardGroup
14969    VARIABLES { alertSystem,
14970                alertTableIndexOID,
14971                alertMessage,
14972                alertCurrentStatus,
14973                alertPreviousStatus,
14974                alertData }
14975    DESCRIPTION
14976"Power supply has returned to normal."
14977
14978    --Novell NMS trap annotation
14979    --#TYPE       "Server Power Supply Normal"
14980    --#SUMMARY    "%s"
14981    --#ARGUMENTS  {2}
14982    --#SEVERITY   INFORMATIONAL
14983    --#TIMEINDEX  99
14984    --#STATE      OPERATIONAL
14985
14986    ::= 1352
14987
14988alertPowerSupplyWarning                         TRAP-TYPE
14989    ENTERPRISE  baseboardGroup
14990    VARIABLES { alertSystem,
14991                alertTableIndexOID,
14992                alertMessage,
14993                alertCurrentStatus,
14994                alertPreviousStatus,
14995                alertData }
14996    DESCRIPTION
14997"Power supply has detected a warning."
14998
14999    --Novell NMS trap annotation
15000    --#TYPE       "Server Power Supply Warning"
15001    --#SUMMARY    "%s"
15002    --#ARGUMENTS  {2}
15003    --#SEVERITY   MINOR
15004    --#TIMEINDEX  99
15005    --#STATE      DEGRADED
15006
15007    ::= 1353
15008
15009alertPowerSupplyFailure                         TRAP-TYPE
15010    ENTERPRISE  baseboardGroup
15011    VARIABLES { alertSystem,
15012                alertTableIndexOID,
15013                alertMessage,
15014                alertCurrentStatus,
15015                alertPreviousStatus,
15016                alertData }
15017    DESCRIPTION
15018"Power supply has detected a failure."
15019
15020    --Novell NMS trap annotation
15021    --#TYPE       "Server Power Supply Failure"
15022    --#SUMMARY    "%s"
15023    --#ARGUMENTS  {2}
15024    --#SEVERITY   CRITICAL
15025    --#TIMEINDEX  99
15026    --#STATE      DEGRADED
15027
15028    ::= 1354
15029
15030-------------------------------------------------------------------------------
15031-- Memory Device Traps
15032-------------------------------------------------------------------------------
15033
15034alertMemoryDeviceNormal                        TRAP-TYPE
15035    ENTERPRISE  baseboardGroup
15036    VARIABLES { alertSystem,
15037                alertTableIndexOID,
15038                alertMessage,
15039                alertCurrentStatus,
15040                alertPreviousStatus,
15041                alertData }
15042    DESCRIPTION
15043"Memory device status is normal."
15044
15045    --Novell NMS trap annotation
15046    --#TYPE       "Server Memory Device Normal"
15047    --#SUMMARY    "%s"
15048    --#ARGUMENTS  {2}
15049    --#SEVERITY   INFORMATIONAL
15050    --#TIMEINDEX  99
15051    --#STATE      OPERATIONAL
15052
15053    ::= 1402
15054
15055alertMemoryDeviceWarning                        TRAP-TYPE
15056    ENTERPRISE  baseboardGroup
15057    VARIABLES { alertSystem,
15058                alertTableIndexOID,
15059                alertMessage,
15060                alertCurrentStatus,
15061                alertPreviousStatus,
15062                alertData }
15063    DESCRIPTION
15064"Memory device status is noncritical."
15065
15066    --Novell NMS trap annotation
15067    --#TYPE       "Server Memory Device Noncritical"
15068    --#SUMMARY    "%s"
15069    --#ARGUMENTS  {2}
15070    --#SEVERITY   MINOR
15071    --#TIMEINDEX  99
15072    --#STATE      DEGRADED
15073
15074    ::= 1403
15075
15076alertMemoryDeviceFailure                        TRAP-TYPE
15077    ENTERPRISE  baseboardGroup
15078    VARIABLES { alertSystem,
15079                alertTableIndexOID,
15080                alertMessage,
15081                alertCurrentStatus,
15082                alertPreviousStatus,
15083                alertData }
15084    DESCRIPTION
15085"Memory device status is critical."
15086
15087    --Novell NMS trap annotation
15088    --#TYPE       "Server Memory Device Critical"
15089    --#SUMMARY    "%s"
15090    --#ARGUMENTS  {2}
15091    --#SEVERITY   CRITICAL
15092    --#TIMEINDEX  99
15093    --#STATE      DEGRADED
15094
15095    ::= 1404
15096
15097alertMemoryDeviceNonRecoverable                 TRAP-TYPE
15098    ENTERPRISE  baseboardGroup
15099    VARIABLES { alertSystem,
15100                alertTableIndexOID,
15101                alertMessage,
15102                alertCurrentStatus,
15103                alertPreviousStatus,
15104                alertData }
15105    DESCRIPTION
15106"Memory device status is non-recoverable."
15107
15108    --Novell NMS trap annotation
15109    --#TYPE       "Server Memory Device Nonrecoverable"
15110    --#SUMMARY    "%s"
15111    --#ARGUMENTS  {2}
15112    --#SEVERITY   CRITICAL
15113    --#TIMEINDEX  99
15114    --#STATE      DEGRADED
15115
15116    ::= 1405
15117
15118-------------------------------------------------------------------------------
15119-- Fan Enclosure Traps
15120-------------------------------------------------------------------------------
15121
15122alertFanEnclosureInsertion                      TRAP-TYPE
15123    ENTERPRISE  baseboardGroup
15124    VARIABLES { alertSystem,
15125                alertTableIndexOID,
15126                alertMessage,
15127                alertCurrentStatus,
15128                alertPreviousStatus,
15129                alertData }
15130    DESCRIPTION
15131"Fan enclosure has been inserted into system."
15132
15133    --Novell NMS trap annotation
15134    --#TYPE       "Server Fan Enclosure Insertion"
15135    --#SUMMARY    "%s"
15136    --#ARGUMENTS  {2}
15137    --#SEVERITY   INFORMATIONAL
15138    --#TIMEINDEX  99
15139    --#STATE      OPERATIONAL
15140
15141    ::= 1452
15142
15143alertFanEnclosureRemoval                        TRAP-TYPE
15144    ENTERPRISE  baseboardGroup
15145    VARIABLES { alertSystem,
15146                alertTableIndexOID,
15147                alertMessage,
15148                alertCurrentStatus,
15149                alertPreviousStatus,
15150                alertData }
15151    DESCRIPTION
15152"Fan enclosure has been removed from system."
15153
15154    --Novell NMS trap annotation
15155    --#TYPE       "Server Fan Enclosure Removal"
15156    --#SUMMARY    "%s"
15157    --#ARGUMENTS  {2}
15158    --#SEVERITY   MINOR
15159    --#TIMEINDEX  99
15160    --#STATE      DEGRADED
15161
15162    ::= 1453
15163
15164alertFanEnclosureExtendedRemoval                TRAP-TYPE
15165    ENTERPRISE  baseboardGroup
15166    VARIABLES { alertSystem,
15167                alertTableIndexOID,
15168                alertMessage,
15169                alertCurrentStatus,
15170                alertPreviousStatus,
15171                alertData }
15172    DESCRIPTION
15173"Fan enclosure has been removed from system for an extended amount of time."
15174
15175    --Novell NMS trap annotation
15176    --#TYPE       "Server Fan Enclosure Extended Removal"
15177    --#SUMMARY    "%s"
15178    --#ARGUMENTS  {2}
15179    --#SEVERITY   CRITICAL
15180    --#TIMEINDEX  99
15181    --#STATE      DEGRADED
15182
15183    ::= 1454
15184
15185-------------------------------------------------------------------------------
15186-- AC Power Cord Traps
15187-------------------------------------------------------------------------------
15188
15189alertACPowerCordNoPowerNonRedundant             TRAP-TYPE
15190    ENTERPRISE  baseboardGroup
15191    VARIABLES { alertSystem,
15192                alertTableIndexOID,
15193                alertMessage,
15194                alertCurrentStatus,
15195                alertPreviousStatus,
15196                alertData }
15197    DESCRIPTION
15198"AC power cord does not have power, and the reduncancy mode
15199for its AC power switch has been set to non-redundant."
15200
15201    --Novell NMS trap annotation
15202    --#TYPE       "Server AC Cord No Power Non-redundant"
15203    --#SUMMARY    "%s"
15204    --#ARGUMENTS  {2}
15205    --#SEVERITY   INFORMATIONAL
15206    --#TIMEINDEX  99
15207    --#STATE      OPERATIONAL
15208
15209    ::= 1501
15210
15211alertACPowerCordNormal                          TRAP-TYPE
15212    ENTERPRISE  baseboardGroup
15213    VARIABLES { alertSystem,
15214                alertTableIndexOID,
15215                alertMessage,
15216                alertCurrentStatus,
15217                alertPreviousStatus,
15218                alertData }
15219    DESCRIPTION
15220"AC power cord has regained power."
15221
15222    --Novell NMS trap annotation
15223    --#TYPE       "Server AC Cord Normal"
15224    --#SUMMARY    "%s"
15225    --#ARGUMENTS  {2}
15226    --#SEVERITY   INFORMATIONAL
15227    --#TIMEINDEX  99
15228    --#STATE      OPERATIONAL
15229
15230    ::= 1502
15231
15232alertACPowerCordFailure                         TRAP-TYPE
15233    ENTERPRISE  baseboardGroup
15234    VARIABLES { alertSystem,
15235                alertTableIndexOID,
15236                alertMessage,
15237                alertCurrentStatus,
15238                alertPreviousStatus,
15239                alertData }
15240    DESCRIPTION
15241"AC power cord has lost power."
15242
15243    --Novell NMS trap annotation
15244    --#TYPE       "Server AC Cord Failure"
15245    --#SUMMARY    "%s"
15246    --#ARGUMENTS  {2}
15247    --#SEVERITY   CRITICAL
15248    --#TIMEINDEX  99
15249    --#STATE      DEGRADED
15250
15251    ::= 1504
15252
15253-------------------------------------------------------------------------------
15254-- Hardware Log Traps
15255-------------------------------------------------------------------------------
15256
15257alertLogNormal                                  TRAP-TYPE
15258    ENTERPRISE  baseboardGroup
15259    VARIABLES { alertSystem,
15260                alertTableIndexOID,
15261                alertMessage,
15262                alertCurrentStatus,
15263                alertPreviousStatus,
15264                alertData }
15265    DESCRIPTION
15266"Log size is no longer near or at capacity."
15267
15268    --Novell NMS trap annotation
15269    --#TYPE       "Server Hardware Log Normal"
15270    --#SUMMARY    "%s"
15271    --#ARGUMENTS  {2}
15272    --#SEVERITY   INFORMATIONAL
15273    --#TIMEINDEX  99
15274    --#STATE      OPERATIONAL
15275
15276    ::= 1552
15277
15278alertLogWarning                                 TRAP-TYPE
15279    ENTERPRISE  baseboardGroup
15280    VARIABLES { alertSystem,
15281                alertTableIndexOID,
15282                alertMessage,
15283                alertCurrentStatus,
15284                alertPreviousStatus,
15285                alertData }
15286    DESCRIPTION
15287"Log size is near capacity."
15288
15289    --Novell NMS trap annotation
15290    --#TYPE       "Server Hardware Log Warning"
15291    --#SUMMARY    "%s"
15292    --#ARGUMENTS  {2}
15293    --#SEVERITY   MINOR
15294    --#TIMEINDEX  99
15295    --#STATE      OPERATIONAL
15296
15297    ::= 1553
15298
15299alertLogFull                                    TRAP-TYPE
15300    ENTERPRISE  baseboardGroup
15301    VARIABLES { alertSystem,
15302                alertTableIndexOID,
15303                alertMessage,
15304                alertCurrentStatus,
15305                alertPreviousStatus,
15306                alertData }
15307    DESCRIPTION
15308"Log size is at capacity."
15309
15310    --Novell NMS trap annotation
15311    --#TYPE       "Server Hardware Log Full"
15312    --#SUMMARY    "%s"
15313    --#ARGUMENTS  {2}
15314    --#SEVERITY   CRITICAL
15315    --#TIMEINDEX  99
15316    --#STATE      DEGRADED
15317
15318    ::= 1554
15319
15320-------------------------------------------------------------------------------
15321-- Processor Device Status Traps
15322-------------------------------------------------------------------------------
15323
15324alertProcessorDeviceStatusNormal                TRAP-TYPE
15325    ENTERPRISE  baseboardGroup
15326    VARIABLES { alertSystem,
15327                alertTableIndexOID,
15328                alertMessage,
15329                alertCurrentStatus,
15330                alertPreviousStatus,
15331                alertData }
15332    DESCRIPTION
15333"Processor device status has returned to normal."
15334
15335    --Novell NMS trap annotation
15336    --#TYPE       "Server Processor Device Status Normal"
15337    --#SUMMARY    "%s"
15338    --#ARGUMENTS  {2}
15339    --#SEVERITY   INFORMATIONAL
15340    --#TIMEINDEX  99
15341    --#STATE      OPERATIONAL
15342
15343    ::= 1602
15344
15345alertProcessorDeviceStatusWarning               TRAP-TYPE
15346    ENTERPRISE  baseboardGroup
15347    VARIABLES { alertSystem,
15348                alertTableIndexOID,
15349                alertMessage,
15350                alertCurrentStatus,
15351                alertPreviousStatus,
15352                alertData }
15353    DESCRIPTION
15354"Processor device status has detected a warning."
15355
15356    --Novell NMS trap annotation
15357    --#TYPE       "Server Processor Device Status Warning"
15358    --#SUMMARY    "%s"
15359    --#ARGUMENTS  {2}
15360    --#SEVERITY   MINOR
15361    --#TIMEINDEX  99
15362    --#STATE      DEGRADED
15363
15364    ::= 1603
15365
15366alertProcessorDeviceStatusFailure               TRAP-TYPE
15367    ENTERPRISE  baseboardGroup
15368    VARIABLES { alertSystem,
15369                alertTableIndexOID,
15370                alertMessage,
15371                alertCurrentStatus,
15372                alertPreviousStatus,
15373                alertData }
15374    DESCRIPTION
15375"Processor device status has detected a failure."
15376
15377    --Novell NMS trap annotation
15378    --#TYPE       "Server Processor Device Status Failure"
15379    --#SUMMARY    "%s"
15380    --#ARGUMENTS  {2}
15381    --#SEVERITY   CRITICAL
15382    --#TIMEINDEX  99
15383    --#STATE      DEGRADED
15384
15385    ::= 1604
15386
15387-------------------------------------------------------------------------------
15388-- Device Traps
15389-------------------------------------------------------------------------------
15390
15391alertDeviceAdd                                  TRAP-TYPE
15392    ENTERPRISE  baseboardGroup
15393    VARIABLES { alertSystem,
15394                alertTableIndexOID,
15395                alertMessage,
15396                alertCurrentStatus,
15397                alertPreviousStatus,
15398                alertData }
15399    DESCRIPTION
15400"Device added to system."
15401
15402    --Novell NMS trap annotation
15403    --#TYPE       "Server Device Add"
15404    --#SUMMARY    "%s"
15405    --#ARGUMENTS  {2}
15406    --#SEVERITY   INFORMATIONAL
15407    --#TIMEINDEX  99
15408    --#STATE      OPERATIONAL
15409
15410    ::= 1651
15411
15412alertDeviceRemove                               TRAP-TYPE
15413    ENTERPRISE  baseboardGroup
15414    VARIABLES { alertSystem,
15415                alertTableIndexOID,
15416                alertMessage,
15417                alertCurrentStatus,
15418                alertPreviousStatus,
15419                alertData }
15420    DESCRIPTION
15421"Device removed from system."
15422
15423    --Novell NMS trap annotation
15424    --#TYPE       "Server Device Remove"
15425    --#SUMMARY    "%s"
15426    --#ARGUMENTS  {2}
15427    --#SEVERITY   INFORMATIONAL
15428    --#TIMEINDEX  99
15429    --#STATE      OPERATIONAL
15430
15431    ::= 1652
15432
15433alertDeviceConfigError                          TRAP-TYPE
15434    ENTERPRISE  baseboardGroup
15435    VARIABLES { alertSystem,
15436                alertTableIndexOID,
15437                alertMessage,
15438                alertCurrentStatus,
15439                alertPreviousStatus,
15440                alertData }
15441    DESCRIPTION
15442"Device configuration error detected."
15443
15444    --Novell NMS trap annotation
15445    --#TYPE       "Server Device Config Error"
15446    --#SUMMARY    "%s"
15447    --#ARGUMENTS  {2}
15448    --#SEVERITY   CRITICAL
15449    --#TIMEINDEX  99
15450    --#STATE      DEGRADED
15451
15452    ::= 1653
15453
15454-------------------------------------------------------------------------------
15455-- Battery Traps
15456-------------------------------------------------------------------------------
15457
15458alertBatteryNormal                              TRAP-TYPE
15459    ENTERPRISE  baseboardGroup
15460    VARIABLES { alertSystem,
15461                alertTableIndexOID,
15462                alertMessage,
15463                alertCurrentStatus,
15464                alertPreviousStatus,
15465                alertData }
15466    DESCRIPTION
15467"Battery has returned to normal."
15468
15469    --Novell NMS trap annotation
15470    --#TYPE       "Server Battery Normal"
15471    --#SUMMARY    "%s"
15472    --#ARGUMENTS  {2}
15473    --#SEVERITY   INFORMATIONAL
15474    --#TIMEINDEX  99
15475    --#STATE      OPERATIONAL
15476
15477    ::= 1702
15478
15479alertBatteryWarning                             TRAP-TYPE
15480    ENTERPRISE  baseboardGroup
15481    VARIABLES { alertSystem,
15482                alertTableIndexOID,
15483                alertMessage,
15484                alertCurrentStatus,
15485                alertPreviousStatus,
15486                alertData }
15487    DESCRIPTION
15488"Battery has detected a warning."
15489
15490    --Novell NMS trap annotation
15491    --#TYPE       "Server Battery Warning"
15492    --#SUMMARY    "%s"
15493    --#ARGUMENTS  {2}
15494    --#SEVERITY   MINOR
15495    --#TIMEINDEX  99
15496    --#STATE      DEGRADED
15497
15498    ::= 1703
15499
15500alertBatteryFailure                             TRAP-TYPE
15501    ENTERPRISE  baseboardGroup
15502    VARIABLES { alertSystem,
15503                alertTableIndexOID,
15504                alertMessage,
15505                alertCurrentStatus,
15506                alertPreviousStatus,
15507                alertData }
15508    DESCRIPTION
15509"Battery has detected a failure."
15510
15511    --Novell NMS trap annotation
15512    --#TYPE       "Server Battery Failure"
15513    --#SUMMARY    "%s"
15514    --#ARGUMENTS  {2}
15515    --#SEVERITY   CRITICAL
15516    --#TIMEINDEX  99
15517    --#STATE      DEGRADED
15518
15519    ::= 1704
15520
15521-------------------------------------------------------------------------------
15522-- SD Card Device Traps
15523-------------------------------------------------------------------------------
15524
15525alertSDCardDeviceWarning                        TRAP-TYPE
15526    ENTERPRISE  baseboardGroup
15527    VARIABLES { alertSystem,
15528                alertTableIndexOID,
15529                alertMessage,
15530                alertCurrentStatus,
15531                alertPreviousStatus,
15532                alertData }
15533    DESCRIPTION
15534"SD card device has detected a warning."
15535
15536    --Novell NMS trap annotation
15537    --#TYPE       "Server SD Card Device Warning"
15538    --#SUMMARY    "%s"
15539    --#ARGUMENTS  {2}
15540    --#SEVERITY   MINOR
15541    --#TIMEINDEX  99
15542    --#STATE      DEGRADED
15543
15544    ::= 1753
15545
15546alertSDCardDeviceFailure                        TRAP-TYPE
15547    ENTERPRISE  baseboardGroup
15548    VARIABLES { alertSystem,
15549                alertTableIndexOID,
15550                alertMessage,
15551                alertCurrentStatus,
15552                alertPreviousStatus,
15553                alertData }
15554    DESCRIPTION
15555"SD card device has detected a failure."
15556
15557    --Novell NMS trap annotation
15558    --#TYPE       "Server SD Card Device Failure"
15559    --#SUMMARY    "%s"
15560    --#ARGUMENTS  {2}
15561    --#SEVERITY   CRITICAL
15562    --#TIMEINDEX  99
15563    --#STATE      DEGRADED
15564
15565    ::= 1754
15566
15567-------------------------------------------------------------------------------
15568--
15569-- Enhanced Traps
15570--
15571-------------------------------------------------------------------------------
15572
15573
15574-------------------------------------------------------------------------------
15575-- Miscellaneous Traps
15576-------------------------------------------------------------------------------
15577
15578enhancedAlertSystemUp                                   TRAP-TYPE
15579    ENTERPRISE  baseboardGroup
15580    VARIABLES { alertSystem,
15581                alertTableIndexOID,
15582                alertMessage,
15583                alertCurrentStatus,
15584                alertPreviousStatus,
15585                alertData,
15586                alertMsgID,
15587                alertSystemFQDN,
15588                alertServiceTag,
15589                alertChassisServiceTag }
15590    DESCRIPTION
15591"Server Administrator has completed its initialization."
15592
15593    --Novell NMS trap annotation
15594    --#TYPE       "Server Administrator Startup Complete"
15595    --#SUMMARY    "%s"
15596    --#ARGUMENTS  {2}
15597    --#SEVERITY   INFORMATIONAL
15598    --#TIMEINDEX  99
15599    --#STATE      OPERATIONAL
15600
15601    ::= 5001
15602
15603enhancedAlertThermalShutdown                            TRAP-TYPE
15604    ENTERPRISE  baseboardGroup
15605    VARIABLES { alertSystem,
15606                alertTableIndexOID,
15607                alertMessage,
15608                alertCurrentStatus,
15609                alertPreviousStatus,
15610                alertData,
15611                alertMsgID,
15612                alertSystemFQDN,
15613                alertServiceTag,
15614                alertChassisServiceTag }
15615    DESCRIPTION
15616"Thermal shutdown protection has been initiated."
15617
15618    --Novell NMS trap annotation
15619    --#TYPE       "Server Thermal Shutdown"
15620    --#SUMMARY    "%s"
15621    --#ARGUMENTS  {2}
15622    --#SEVERITY   CRITICAL
15623    --#TIMEINDEX  99
15624    --#STATE      NONOPERATIONAL
15625
15626    ::= 5004
15627
15628enhancedAlertAutomaticSystemRecovery                    TRAP-TYPE
15629    ENTERPRISE  baseboardGroup
15630    VARIABLES { alertSystem,
15631                alertTableIndexOID,
15632                alertMessage,
15633                alertCurrentStatus,
15634                alertPreviousStatus,
15635                alertData,
15636                alertMsgID,
15637                alertSystemFQDN,
15638                alertServiceTag,
15639                alertChassisServiceTag }
15640    DESCRIPTION
15641"Automatic system recovery (ASR) was performed."
15642
15643    --Novell NMS trap annotation
15644    --#TYPE       "Server Automatic System Recovery"
15645    --#SUMMARY    "%s"
15646    --#ARGUMENTS  {2}
15647    --#SEVERITY   CRITICAL
15648    --#TIMEINDEX  99
15649    --#STATE      OPERATIONAL
15650
15651    ::= 5006
15652
15653enhancedAlertUserHostSystemReset                        TRAP-TYPE
15654    ENTERPRISE  baseboardGroup
15655    VARIABLES { alertSystem,
15656                alertTableIndexOID,
15657                alertMessage,
15658                alertCurrentStatus,
15659                alertPreviousStatus,
15660                alertData,
15661                alertMsgID,
15662                alertSystemFQDN,
15663                alertServiceTag,
15664                alertChassisServiceTag }
15665    DESCRIPTION
15666"User has initiated host system reset."
15667
15668    --Novell NMS trap annotation
15669    --#TYPE       "Server User Host System Reset"
15670    --#SUMMARY    "%s"
15671    --#ARGUMENTS  {2}
15672    --#SEVERITY   INFORMATIONAL
15673    --#TIMEINDEX  99
15674    --#STATE      OPERATIONAL
15675
15676    ::= 5007
15677
15678enhancedAlertSystemPeakPowerNewPeak                     TRAP-TYPE
15679    ENTERPRISE  baseboardGroup
15680    VARIABLES { alertSystem,
15681                alertTableIndexOID,
15682                alertMessage,
15683                alertCurrentStatus,
15684                alertPreviousStatus,
15685                alertData,
15686                alertMsgID,
15687                alertSystemFQDN,
15688                alertServiceTag,
15689                alertChassisServiceTag }
15690    DESCRIPTION
15691"System peak power sensor has detected a new peak value."
15692
15693    --Novell NMS trap annotation
15694    --#TYPE       "Server System Peak Power New Peak"
15695    --#SUMMARY    "%s"
15696    --#ARGUMENTS  {2}
15697    --#SEVERITY   INFORMATIONAL
15698    --#TIMEINDEX  99
15699    --#STATE      OPERATIONAL
15700
15701    ::= 5013
15702
15703enhancedAlertSystemSoftwareEvent                        TRAP-TYPE
15704    ENTERPRISE  baseboardGroup
15705    VARIABLES { alertSystem,
15706                alertTableIndexOID,
15707                alertMessage,
15708                alertCurrentStatus,
15709                alertPreviousStatus,
15710                alertData,
15711                alertMsgID,
15712                alertSystemFQDN,
15713                alertServiceTag,
15714                alertChassisServiceTag }
15715    DESCRIPTION
15716"System software event has occurred."
15717
15718    --Novell NMS trap annotation
15719    --#TYPE       "Server System Software Event"
15720    --#SUMMARY    "%s"
15721    --#ARGUMENTS  {2}
15722    --#SEVERITY   MINOR
15723    --#TIMEINDEX  99
15724    --#STATE      OPERATIONAL
15725
15726    ::= 5014
15727
15728-------------------------------------------------------------------------------
15729-- Temperature Probe Traps
15730-------------------------------------------------------------------------------
15731
15732enhancedAlertTemperatureProbeNormal                     TRAP-TYPE
15733    ENTERPRISE  baseboardGroup
15734    VARIABLES { alertSystem,
15735                alertTableIndexOID,
15736                alertMessage,
15737                alertCurrentStatus,
15738                alertPreviousStatus,
15739                alertData,
15740                alertMsgID,
15741                alertSystemFQDN,
15742                alertServiceTag,
15743                alertChassisServiceTag }
15744    DESCRIPTION
15745"Temperature probe has returned to a normal value."
15746
15747    --Novell NMS trap annotation
15748    --#TYPE       "Server Temperature Normal"
15749    --#SUMMARY    "%s"
15750    --#ARGUMENTS  {2}
15751    --#SEVERITY   INFORMATIONAL
15752    --#TIMEINDEX  99
15753    --#STATE      OPERATIONAL
15754
15755    ::= 5052
15756
15757enhancedAlertTemperatureProbeWarning                    TRAP-TYPE
15758    ENTERPRISE  baseboardGroup
15759    VARIABLES { alertSystem,
15760                alertTableIndexOID,
15761                alertMessage,
15762                alertCurrentStatus,
15763                alertPreviousStatus,
15764                alertData,
15765                alertMsgID,
15766                alertSystemFQDN,
15767                alertServiceTag,
15768                alertChassisServiceTag }
15769    DESCRIPTION
15770"Temperature probe has detected a warning value."
15771
15772    --Novell NMS trap annotation
15773    --#TYPE       "Server Temperature Warning"
15774    --#SUMMARY    "%s"
15775    --#ARGUMENTS  {2}
15776    --#SEVERITY   MINOR
15777    --#TIMEINDEX  99
15778    --#STATE      DEGRADED
15779
15780    ::= 5053
15781
15782enhancedAlertTemperatureProbeFailure                    TRAP-TYPE
15783    ENTERPRISE  baseboardGroup
15784    VARIABLES { alertSystem,
15785                alertTableIndexOID,
15786                alertMessage,
15787                alertCurrentStatus,
15788                alertPreviousStatus,
15789                alertData,
15790                alertMsgID,
15791                alertSystemFQDN,
15792                alertServiceTag,
15793                alertChassisServiceTag }
15794    DESCRIPTION
15795"Temperature probe has detected a failure value."
15796
15797    --Novell NMS trap annotation
15798    --#TYPE       "Server Temperature Failure"
15799    --#SUMMARY    "%s"
15800    --#ARGUMENTS  {2}
15801    --#SEVERITY   CRITICAL
15802    --#TIMEINDEX  99
15803    --#STATE      DEGRADED
15804
15805    ::= 5054
15806
15807enhancedAlertTemperatureProbeNonRecoverable             TRAP-TYPE
15808    ENTERPRISE  baseboardGroup
15809    VARIABLES { alertSystem,
15810                alertTableIndexOID,
15811                alertMessage,
15812                alertCurrentStatus,
15813                alertPreviousStatus,
15814                alertData,
15815                alertMsgID,
15816                alertSystemFQDN,
15817                alertServiceTag,
15818                alertChassisServiceTag }
15819    DESCRIPTION
15820"Temperature probe has detected a non-recoverable value."
15821
15822    --Novell NMS trap annotation
15823    --#TYPE       "Server Temperature Nonrecoverable"
15824    --#SUMMARY    "%s"
15825    --#ARGUMENTS  {2}
15826    --#SEVERITY   CRITICAL
15827    --#TIMEINDEX  99
15828    --#STATE      DEGRADED
15829
15830    ::= 5055
15831
15832-------------------------------------------------------------------------------
15833-- Cooling Device Traps
15834-------------------------------------------------------------------------------
15835
15836enhancedAlertCoolingDeviceNormal                        TRAP-TYPE
15837    ENTERPRISE  baseboardGroup
15838    VARIABLES { alertSystem,
15839                alertTableIndexOID,
15840                alertMessage,
15841                alertCurrentStatus,
15842                alertPreviousStatus,
15843                alertData,
15844                alertMsgID,
15845                alertSystemFQDN,
15846                alertServiceTag,
15847                alertChassisServiceTag }
15848    DESCRIPTION
15849"Cooling device sensor has returned to a normal value."
15850
15851    --Novell NMS trap annotation
15852    --#TYPE       "Server Cooling Device Normal"
15853    --#SUMMARY    "%s"
15854    --#ARGUMENTS  {2}
15855    --#SEVERITY   INFORMATIONAL
15856    --#TIMEINDEX  99
15857    --#STATE      OPERATIONAL
15858
15859    ::= 5102
15860
15861enhancedAlertCoolingDeviceWarning                       TRAP-TYPE
15862    ENTERPRISE  baseboardGroup
15863    VARIABLES { alertSystem,
15864                alertTableIndexOID,
15865                alertMessage,
15866                alertCurrentStatus,
15867                alertPreviousStatus,
15868                alertData,
15869                alertMsgID,
15870                alertSystemFQDN,
15871                alertServiceTag,
15872                alertChassisServiceTag }
15873    DESCRIPTION
15874"Cooling device sensor has detected a warning value."
15875
15876    --Novell NMS trap annotation
15877    --#TYPE       "Server Cooling Device Warning"
15878    --#SUMMARY    "%s"
15879    --#ARGUMENTS  {2}
15880    --#SEVERITY   MINOR
15881    --#TIMEINDEX  99
15882    --#STATE      DEGRADED
15883
15884    ::= 5103
15885
15886enhancedAlertCoolingDeviceFailure                       TRAP-TYPE
15887    ENTERPRISE  baseboardGroup
15888    VARIABLES { alertSystem,
15889                alertTableIndexOID,
15890                alertMessage,
15891                alertCurrentStatus,
15892                alertPreviousStatus,
15893                alertData,
15894                alertMsgID,
15895                alertSystemFQDN,
15896                alertServiceTag,
15897                alertChassisServiceTag }
15898    DESCRIPTION
15899"Cooling device sensor has detected a failure value."
15900
15901    --Novell NMS trap annotation
15902    --#TYPE       "Server Cooling Device Failure"
15903    --#SUMMARY    "%s"
15904    --#ARGUMENTS  {2}
15905    --#SEVERITY   CRITICAL
15906    --#TIMEINDEX  99
15907    --#STATE      DEGRADED
15908
15909    ::= 5104
15910
15911enhancedAlertCoolingDeviceNonRecoverable                TRAP-TYPE
15912    ENTERPRISE  baseboardGroup
15913    VARIABLES { alertSystem,
15914                alertTableIndexOID,
15915                alertMessage,
15916                alertCurrentStatus,
15917                alertPreviousStatus,
15918                alertData,
15919                alertMsgID,
15920                alertSystemFQDN,
15921                alertServiceTag,
15922                alertChassisServiceTag }
15923    DESCRIPTION
15924"Cooling device sensor has detected a non-recoverable value."
15925
15926    --Novell NMS trap annotation
15927    --#TYPE       "Server Cooling Device Nonrecoverable"
15928    --#SUMMARY    "%s"
15929    --#ARGUMENTS  {2}
15930    --#SEVERITY   CRITICAL
15931    --#TIMEINDEX  99
15932    --#STATE      DEGRADED
15933
15934    ::= 5105
15935
15936-------------------------------------------------------------------------------
15937-- Voltage Probe Traps
15938-------------------------------------------------------------------------------
15939
15940enhancedAlertVoltageProbeNormal                         TRAP-TYPE
15941    ENTERPRISE  baseboardGroup
15942    VARIABLES { alertSystem,
15943                alertTableIndexOID,
15944                alertMessage,
15945                alertCurrentStatus,
15946                alertPreviousStatus,
15947                alertData,
15948                alertMsgID,
15949                alertSystemFQDN,
15950                alertServiceTag,
15951                alertChassisServiceTag }
15952    DESCRIPTION
15953"Voltage probe has returned to a normal value."
15954
15955    --Novell NMS trap annotation
15956    --#TYPE       "Server Voltage Normal"
15957    --#SUMMARY    "%s"
15958    --#ARGUMENTS  {2}
15959    --#SEVERITY   INFORMATIONAL
15960    --#TIMEINDEX  99
15961    --#STATE      OPERATIONAL
15962
15963    ::= 5152
15964
15965enhancedAlertVoltageProbeWarning                        TRAP-TYPE
15966    ENTERPRISE  baseboardGroup
15967    VARIABLES { alertSystem,
15968                alertTableIndexOID,
15969                alertMessage,
15970                alertCurrentStatus,
15971                alertPreviousStatus,
15972                alertData,
15973                alertMsgID,
15974                alertSystemFQDN,
15975                alertServiceTag,
15976                alertChassisServiceTag }
15977    DESCRIPTION
15978"Voltage probe has detected a warning value."
15979
15980    --Novell NMS trap annotation
15981    --#TYPE       "Server Voltage Warning"
15982    --#SUMMARY    "%s"
15983    --#ARGUMENTS  {2}
15984    --#SEVERITY   MINOR
15985    --#TIMEINDEX  99
15986    --#STATE      DEGRADED
15987
15988    ::= 5153
15989
15990enhancedAlertVoltageProbeFailure                        TRAP-TYPE
15991    ENTERPRISE  baseboardGroup
15992    VARIABLES { alertSystem,
15993                alertTableIndexOID,
15994                alertMessage,
15995                alertCurrentStatus,
15996                alertPreviousStatus,
15997                alertData,
15998                alertMsgID,
15999                alertSystemFQDN,
16000                alertServiceTag,
16001                alertChassisServiceTag }
16002    DESCRIPTION
16003"Voltage probe has detected a failure value."
16004
16005    --Novell NMS trap annotation
16006    --#TYPE       "Server Voltage Failure"
16007    --#SUMMARY    "%s"
16008    --#ARGUMENTS  {2}
16009    --#SEVERITY   CRITICAL
16010    --#TIMEINDEX  99
16011    --#STATE      DEGRADED
16012
16013    ::= 5154
16014
16015enhancedAlertVoltageProbeNonRecoverable                 TRAP-TYPE
16016    ENTERPRISE  baseboardGroup
16017    VARIABLES { alertSystem,
16018                alertTableIndexOID,
16019                alertMessage,
16020                alertCurrentStatus,
16021                alertPreviousStatus,
16022                alertData,
16023                alertMsgID,
16024                alertSystemFQDN,
16025                alertServiceTag,
16026                alertChassisServiceTag }
16027    DESCRIPTION
16028"Voltage probe has detected a non-recoverable value."
16029
16030    --Novell NMS trap annotation
16031    --#TYPE       "Server Voltage Nonrecoverable"
16032    --#SUMMARY    "%s"
16033    --#ARGUMENTS  {2}
16034    --#SEVERITY   CRITICAL
16035    --#TIMEINDEX  99
16036    --#STATE      DEGRADED
16037
16038    ::= 5155
16039
16040-------------------------------------------------------------------------------
16041-- Amperage Probe Traps
16042-------------------------------------------------------------------------------
16043
16044enhancedAlertAmperageProbeNormal                        TRAP-TYPE
16045    ENTERPRISE  baseboardGroup
16046    VARIABLES { alertSystem,
16047                alertTableIndexOID,
16048                alertMessage,
16049                alertCurrentStatus,
16050                alertPreviousStatus,
16051                alertData,
16052                alertMsgID,
16053                alertSystemFQDN,
16054                alertServiceTag,
16055                alertChassisServiceTag }
16056    DESCRIPTION
16057"Amperage probe has returned to a normal value."
16058
16059    --Novell NMS trap annotation
16060    --#TYPE       "Server Amperage Normal"
16061    --#SUMMARY    "%s"
16062    --#ARGUMENTS  {2}
16063    --#SEVERITY   INFORMATIONAL
16064    --#TIMEINDEX  99
16065    --#STATE      OPERATIONAL
16066
16067    ::= 5202
16068
16069enhancedAlertAmperageProbeWarning                       TRAP-TYPE
16070    ENTERPRISE  baseboardGroup
16071    VARIABLES { alertSystem,
16072                alertTableIndexOID,
16073                alertMessage,
16074                alertCurrentStatus,
16075                alertPreviousStatus,
16076                alertData,
16077                alertMsgID,
16078                alertSystemFQDN,
16079                alertServiceTag,
16080                alertChassisServiceTag }
16081    DESCRIPTION
16082"Amperage probe has detected a warning value."
16083
16084    --Novell NMS trap annotation
16085    --#TYPE       "Server Amperage Warning"
16086    --#SUMMARY    "%s"
16087    --#ARGUMENTS  {2}
16088    --#SEVERITY   MINOR
16089    --#TIMEINDEX  99
16090    --#STATE      DEGRADED
16091
16092    ::= 5203
16093
16094enhancedAlertAmperageProbeFailure                       TRAP-TYPE
16095    ENTERPRISE  baseboardGroup
16096    VARIABLES { alertSystem,
16097                alertTableIndexOID,
16098                alertMessage,
16099                alertCurrentStatus,
16100                alertPreviousStatus,
16101                alertData,
16102                alertMsgID,
16103                alertSystemFQDN,
16104                alertServiceTag,
16105                alertChassisServiceTag }
16106    DESCRIPTION
16107"Amperage probe has detected a failure value."
16108
16109    --Novell NMS trap annotation
16110    --#TYPE       "Server Amperage Failure"
16111    --#SUMMARY    "%s"
16112    --#ARGUMENTS  {2}
16113    --#SEVERITY   CRITICAL
16114    --#TIMEINDEX  99
16115    --#STATE      DEGRADED
16116
16117    ::= 5204
16118
16119enhancedAlertAmperageProbeNonRecoverable                TRAP-TYPE
16120    ENTERPRISE  baseboardGroup
16121    VARIABLES { alertSystem,
16122                alertTableIndexOID,
16123                alertMessage,
16124                alertCurrentStatus,
16125                alertPreviousStatus,
16126                alertData,
16127                alertMsgID,
16128                alertSystemFQDN,
16129                alertServiceTag,
16130                alertChassisServiceTag }
16131    DESCRIPTION
16132"Amperage probe has detected a non-recoverable value."
16133
16134    --Novell NMS trap annotation
16135    --#TYPE       "Server Amperage Nonrecoverable"
16136    --#SUMMARY    "%s"
16137    --#ARGUMENTS  {2}
16138    --#SEVERITY   CRITICAL
16139    --#TIMEINDEX  99
16140    --#STATE      DEGRADED
16141
16142    ::= 5205
16143
16144-------------------------------------------------------------------------------
16145-- Chassis Intrusion Traps
16146-------------------------------------------------------------------------------
16147
16148enhancedAlertChassisIntrusionNormal                     TRAP-TYPE
16149    ENTERPRISE  baseboardGroup
16150    VARIABLES { alertSystem,
16151                alertTableIndexOID,
16152                alertMessage,
16153                alertCurrentStatus,
16154                alertPreviousStatus,
16155                alertData,
16156                alertMsgID,
16157                alertSystemFQDN,
16158                alertServiceTag,
16159                alertChassisServiceTag }
16160    DESCRIPTION
16161"Chassis intrusion has returned to normal."
16162
16163    --Novell NMS trap annotation
16164    --#TYPE       "Server Chassis Intrusion Normal"
16165    --#SUMMARY    "%s"
16166    --#ARGUMENTS  {2}
16167    --#SEVERITY   INFORMATIONAL
16168    --#TIMEINDEX  99
16169    --#STATE      OPERATIONAL
16170
16171    ::= 5252
16172
16173enhancedAlertChassisIntrusionDetected                   TRAP-TYPE
16174    ENTERPRISE  baseboardGroup
16175    VARIABLES { alertSystem,
16176                alertTableIndexOID,
16177                alertMessage,
16178                alertCurrentStatus,
16179                alertPreviousStatus,
16180                alertData,
16181                alertMsgID,
16182                alertSystemFQDN,
16183                alertServiceTag,
16184                alertChassisServiceTag }
16185    DESCRIPTION
16186"Chassis intrusion has been detected."
16187
16188    --Novell NMS trap annotation
16189    --#TYPE       "Server Chassis Intrusion Detected"
16190    --#SUMMARY    "%s"
16191    --#ARGUMENTS  {2}
16192    --#SEVERITY   CRITICAL
16193    --#TIMEINDEX  99
16194    --#STATE      OPERATIONAL
16195
16196    ::= 5254
16197
16198-------------------------------------------------------------------------------
16199-- Redundancy Traps
16200-------------------------------------------------------------------------------
16201
16202enhancedAlertRedundancyNormal                           TRAP-TYPE
16203    ENTERPRISE  baseboardGroup
16204    VARIABLES { alertSystem,
16205                alertTableIndexOID,
16206                alertMessage,
16207                alertCurrentStatus,
16208                alertPreviousStatus,
16209                alertData,
16210                alertMsgID,
16211                alertSystemFQDN,
16212                alertServiceTag,
16213                alertChassisServiceTag }
16214    DESCRIPTION
16215"Redundancy has returned to normal."
16216
16217    --Novell NMS trap annotation
16218    --#TYPE       "Server Redundancy Normal"
16219    --#SUMMARY    "%s"
16220    --#ARGUMENTS  {2}
16221    --#SEVERITY   INFORMATIONAL
16222    --#TIMEINDEX  99
16223    --#STATE      OPERATIONAL
16224
16225    ::= 5304
16226
16227enhancedAlertRedundancyDegraded                         TRAP-TYPE
16228    ENTERPRISE  baseboardGroup
16229    VARIABLES { alertSystem,
16230                alertTableIndexOID,
16231                alertMessage,
16232                alertCurrentStatus,
16233                alertPreviousStatus,
16234                alertData,
16235                alertMsgID,
16236                alertSystemFQDN,
16237                alertServiceTag,
16238                alertChassisServiceTag }
16239    DESCRIPTION
16240"Redundancy has been degraded."
16241
16242    --Novell NMS trap annotation
16243    --#TYPE       "Server Redundancy Degraded"
16244    --#SUMMARY    "%s"
16245    --#ARGUMENTS  {2}
16246    --#SEVERITY   MINOR
16247    --#TIMEINDEX  99
16248    --#STATE      DEGRADED
16249
16250    ::= 5305
16251
16252enhancedAlertRedundancyLost                             TRAP-TYPE
16253    ENTERPRISE  baseboardGroup
16254    VARIABLES { alertSystem,
16255                alertTableIndexOID,
16256                alertMessage,
16257                alertCurrentStatus,
16258                alertPreviousStatus,
16259                alertData,
16260                alertMsgID,
16261                alertSystemFQDN,
16262                alertServiceTag,
16263                alertChassisServiceTag }
16264    DESCRIPTION
16265"Redundancy has been lost."
16266
16267    --Novell NMS trap annotation
16268    --#TYPE       "Server Redundancy Lost"
16269    --#SUMMARY    "%s"
16270    --#ARGUMENTS  {2}
16271    --#SEVERITY   MAJOR
16272    --#TIMEINDEX  99
16273    --#STATE      DEGRADED
16274
16275    ::= 5306
16276
16277-------------------------------------------------------------------------------
16278-- Power Supply Traps
16279-------------------------------------------------------------------------------
16280
16281enhancedAlertPowerSupplyNormal                          TRAP-TYPE
16282    ENTERPRISE  baseboardGroup
16283    VARIABLES { alertSystem,
16284                alertTableIndexOID,
16285                alertMessage,
16286                alertCurrentStatus,
16287                alertPreviousStatus,
16288                alertData,
16289                alertMsgID,
16290                alertSystemFQDN,
16291                alertServiceTag,
16292                alertChassisServiceTag }
16293    DESCRIPTION
16294"Power supply has returned to normal."
16295
16296    --Novell NMS trap annotation
16297    --#TYPE       "Server Power Supply Normal"
16298    --#SUMMARY    "%s"
16299    --#ARGUMENTS  {2}
16300    --#SEVERITY   INFORMATIONAL
16301    --#TIMEINDEX  99
16302    --#STATE      OPERATIONAL
16303
16304    ::= 5352
16305
16306enhancedAlertPowerSupplyWarning                         TRAP-TYPE
16307    ENTERPRISE  baseboardGroup
16308    VARIABLES { alertSystem,
16309                alertTableIndexOID,
16310                alertMessage,
16311                alertCurrentStatus,
16312                alertPreviousStatus,
16313                alertData,
16314                alertMsgID,
16315                alertSystemFQDN,
16316                alertServiceTag,
16317                alertChassisServiceTag }
16318    DESCRIPTION
16319"Power supply has detected a warning."
16320
16321    --Novell NMS trap annotation
16322    --#TYPE       "Server Power Supply Warning"
16323    --#SUMMARY    "%s"
16324    --#ARGUMENTS  {2}
16325    --#SEVERITY   MINOR
16326    --#TIMEINDEX  99
16327    --#STATE      DEGRADED
16328
16329    ::= 5353
16330
16331enhancedAlertPowerSupplyFailure                         TRAP-TYPE
16332    ENTERPRISE  baseboardGroup
16333    VARIABLES { alertSystem,
16334                alertTableIndexOID,
16335                alertMessage,
16336                alertCurrentStatus,
16337                alertPreviousStatus,
16338                alertData,
16339                alertMsgID,
16340                alertSystemFQDN,
16341                alertServiceTag,
16342                alertChassisServiceTag }
16343    DESCRIPTION
16344"Power supply has detected a failure."
16345
16346    --Novell NMS trap annotation
16347    --#TYPE       "Server Power Supply Failure"
16348    --#SUMMARY    "%s"
16349    --#ARGUMENTS  {2}
16350    --#SEVERITY   CRITICAL
16351    --#TIMEINDEX  99
16352    --#STATE      DEGRADED
16353
16354    ::= 5354
16355
16356-------------------------------------------------------------------------------
16357-- Memory Device Traps
16358-------------------------------------------------------------------------------
16359
16360enhancedAlertMemoryDeviceNormal                        TRAP-TYPE
16361    ENTERPRISE  baseboardGroup
16362    VARIABLES { alertSystem,
16363                alertTableIndexOID,
16364                alertMessage,
16365                alertCurrentStatus,
16366                alertPreviousStatus,
16367                alertData,
16368                alertMsgID,
16369                alertSystemFQDN,
16370                alertServiceTag,
16371                alertChassisServiceTag }
16372    DESCRIPTION
16373"Memory device status is normal."
16374
16375    --Novell NMS trap annotation
16376    --#TYPE       "Server Memory Device Normal"
16377    --#SUMMARY    "%s"
16378    --#ARGUMENTS  {2}
16379    --#SEVERITY   INFORMATIONAL
16380    --#TIMEINDEX  99
16381    --#STATE      OPERATIONAL
16382
16383    ::= 5402
16384
16385enhancedAlertMemoryDeviceWarning                        TRAP-TYPE
16386    ENTERPRISE  baseboardGroup
16387    VARIABLES { alertSystem,
16388                alertTableIndexOID,
16389                alertMessage,
16390                alertCurrentStatus,
16391                alertPreviousStatus,
16392                alertData,
16393                alertMsgID,
16394                alertSystemFQDN,
16395                alertServiceTag,
16396                alertChassisServiceTag }
16397    DESCRIPTION
16398"Memory device status is noncritical."
16399
16400    --Novell NMS trap annotation
16401    --#TYPE       "Server Memory Device Noncritical"
16402    --#SUMMARY    "%s"
16403    --#ARGUMENTS  {2}
16404    --#SEVERITY   MINOR
16405    --#TIMEINDEX  99
16406    --#STATE      DEGRADED
16407
16408    ::= 5403
16409
16410enhancedAlertMemoryDeviceFailure                        TRAP-TYPE
16411    ENTERPRISE  baseboardGroup
16412    VARIABLES { alertSystem,
16413                alertTableIndexOID,
16414                alertMessage,
16415                alertCurrentStatus,
16416                alertPreviousStatus,
16417                alertData,
16418                alertMsgID,
16419                alertSystemFQDN,
16420                alertServiceTag,
16421                alertChassisServiceTag }
16422    DESCRIPTION
16423"Memory device status is critical."
16424
16425    --Novell NMS trap annotation
16426    --#TYPE       "Server Memory Device Critical"
16427    --#SUMMARY    "%s"
16428    --#ARGUMENTS  {2}
16429    --#SEVERITY   CRITICAL
16430    --#TIMEINDEX  99
16431    --#STATE      DEGRADED
16432
16433    ::= 5404
16434
16435enhancedAlertMemoryDeviceNonRecoverable                 TRAP-TYPE
16436    ENTERPRISE  baseboardGroup
16437    VARIABLES { alertSystem,
16438                alertTableIndexOID,
16439                alertMessage,
16440                alertCurrentStatus,
16441                alertPreviousStatus,
16442                alertData,
16443                alertMsgID,
16444                alertSystemFQDN,
16445                alertServiceTag,
16446                alertChassisServiceTag }
16447    DESCRIPTION
16448"Memory device status is non-recoverable."
16449
16450    --Novell NMS trap annotation
16451    --#TYPE       "Server Memory Device Nonrecoverable"
16452    --#SUMMARY    "%s"
16453    --#ARGUMENTS  {2}
16454    --#SEVERITY   CRITICAL
16455    --#TIMEINDEX  99
16456    --#STATE      DEGRADED
16457
16458    ::= 5405
16459
16460-------------------------------------------------------------------------------
16461-- Fan Enclosure Traps
16462-------------------------------------------------------------------------------
16463
16464enhancedAlertFanEnclosureInsertion                      TRAP-TYPE
16465    ENTERPRISE  baseboardGroup
16466    VARIABLES { alertSystem,
16467                alertTableIndexOID,
16468                alertMessage,
16469                alertCurrentStatus,
16470                alertPreviousStatus,
16471                alertData,
16472                alertMsgID,
16473                alertSystemFQDN,
16474                alertServiceTag,
16475                alertChassisServiceTag }
16476    DESCRIPTION
16477"Fan enclosure has been inserted into system."
16478
16479    --Novell NMS trap annotation
16480    --#TYPE       "Server Fan Enclosure Insertion"
16481    --#SUMMARY    "%s"
16482    --#ARGUMENTS  {2}
16483    --#SEVERITY   INFORMATIONAL
16484    --#TIMEINDEX  99
16485    --#STATE      OPERATIONAL
16486
16487    ::= 5452
16488
16489enhancedAlertFanEnclosureRemoval                        TRAP-TYPE
16490    ENTERPRISE  baseboardGroup
16491    VARIABLES { alertSystem,
16492                alertTableIndexOID,
16493                alertMessage,
16494                alertCurrentStatus,
16495                alertPreviousStatus,
16496                alertData,
16497                alertMsgID,
16498                alertSystemFQDN,
16499                alertServiceTag,
16500                alertChassisServiceTag }
16501    DESCRIPTION
16502"Fan enclosure has been removed from system."
16503
16504    --Novell NMS trap annotation
16505    --#TYPE       "Server Fan Enclosure Removal"
16506    --#SUMMARY    "%s"
16507    --#ARGUMENTS  {2}
16508    --#SEVERITY   MINOR
16509    --#TIMEINDEX  99
16510    --#STATE      DEGRADED
16511
16512    ::= 5453
16513
16514enhancedAlertFanEnclosureExtendedRemoval                TRAP-TYPE
16515    ENTERPRISE  baseboardGroup
16516    VARIABLES { alertSystem,
16517                alertTableIndexOID,
16518                alertMessage,
16519                alertCurrentStatus,
16520                alertPreviousStatus,
16521                alertData,
16522                alertMsgID,
16523                alertSystemFQDN,
16524                alertServiceTag,
16525                alertChassisServiceTag }
16526    DESCRIPTION
16527"Fan enclosure has been removed from system for an extended amount of time."
16528
16529    --Novell NMS trap annotation
16530    --#TYPE       "Server Fan Enclosure Extended Removal"
16531    --#SUMMARY    "%s"
16532    --#ARGUMENTS  {2}
16533    --#SEVERITY   CRITICAL
16534    --#TIMEINDEX  99
16535    --#STATE      DEGRADED
16536
16537    ::= 5454
16538
16539-------------------------------------------------------------------------------
16540-- AC Power Cord Traps
16541-------------------------------------------------------------------------------
16542
16543enhancedAlertACPowerCordNoPowerNonRedundant             TRAP-TYPE
16544    ENTERPRISE  baseboardGroup
16545    VARIABLES { alertSystem,
16546                alertTableIndexOID,
16547                alertMessage,
16548                alertCurrentStatus,
16549                alertPreviousStatus,
16550                alertData,
16551                alertMsgID,
16552                alertSystemFQDN,
16553                alertServiceTag,
16554                alertChassisServiceTag }
16555    DESCRIPTION
16556"AC power cord does not have power, and the reduncancy mode
16557for its AC power switch has been set to non-redundant."
16558
16559    --Novell NMS trap annotation
16560    --#TYPE       "Server AC Cord No Power Non-redundant"
16561    --#SUMMARY    "%s"
16562    --#ARGUMENTS  {2}
16563    --#SEVERITY   INFORMATIONAL
16564    --#TIMEINDEX  99
16565    --#STATE      OPERATIONAL
16566
16567    ::= 5501
16568
16569enhancedAlertACPowerCordNormal                          TRAP-TYPE
16570    ENTERPRISE  baseboardGroup
16571    VARIABLES { alertSystem,
16572                alertTableIndexOID,
16573                alertMessage,
16574                alertCurrentStatus,
16575                alertPreviousStatus,
16576                alertData,
16577                alertMsgID,
16578                alertSystemFQDN,
16579                alertServiceTag,
16580                alertChassisServiceTag }
16581    DESCRIPTION
16582"AC power cord has regained power."
16583
16584    --Novell NMS trap annotation
16585    --#TYPE       "Server AC Cord Normal"
16586    --#SUMMARY    "%s"
16587    --#ARGUMENTS  {2}
16588    --#SEVERITY   INFORMATIONAL
16589    --#TIMEINDEX  99
16590    --#STATE      OPERATIONAL
16591
16592    ::= 5502
16593
16594enhancedAlertACPowerCordFailure                         TRAP-TYPE
16595    ENTERPRISE  baseboardGroup
16596    VARIABLES { alertSystem,
16597                alertTableIndexOID,
16598                alertMessage,
16599                alertCurrentStatus,
16600                alertPreviousStatus,
16601                alertData,
16602                alertMsgID,
16603                alertSystemFQDN,
16604                alertServiceTag,
16605                alertChassisServiceTag }
16606    DESCRIPTION
16607"AC power cord has lost power."
16608
16609    --Novell NMS trap annotation
16610    --#TYPE       "Server AC Cord Failure"
16611    --#SUMMARY    "%s"
16612    --#ARGUMENTS  {2}
16613    --#SEVERITY   CRITICAL
16614    --#TIMEINDEX  99
16615    --#STATE      DEGRADED
16616
16617    ::= 5504
16618
16619-------------------------------------------------------------------------------
16620-- Hardware Log Traps
16621-------------------------------------------------------------------------------
16622
16623enhancedAlertLogNormal                                  TRAP-TYPE
16624    ENTERPRISE  baseboardGroup
16625    VARIABLES { alertSystem,
16626                alertTableIndexOID,
16627                alertMessage,
16628                alertCurrentStatus,
16629                alertPreviousStatus,
16630                alertData,
16631                alertMsgID,
16632                alertSystemFQDN,
16633                alertServiceTag,
16634                alertChassisServiceTag }
16635    DESCRIPTION
16636"Log size is no longer near or at capacity."
16637
16638    --Novell NMS trap annotation
16639    --#TYPE       "Server Hardware Log Normal"
16640    --#SUMMARY    "%s"
16641    --#ARGUMENTS  {2}
16642    --#SEVERITY   INFORMATIONAL
16643    --#TIMEINDEX  99
16644    --#STATE      OPERATIONAL
16645
16646    ::= 5552
16647
16648enhancedAlertLogWarning                                 TRAP-TYPE
16649    ENTERPRISE  baseboardGroup
16650    VARIABLES { alertSystem,
16651                alertTableIndexOID,
16652                alertMessage,
16653                alertCurrentStatus,
16654                alertPreviousStatus,
16655                alertData,
16656                alertMsgID,
16657                alertSystemFQDN,
16658                alertServiceTag,
16659                alertChassisServiceTag }
16660    DESCRIPTION
16661"Log size is near capacity."
16662
16663    --Novell NMS trap annotation
16664    --#TYPE       "Server Hardware Log Warning"
16665    --#SUMMARY    "%s"
16666    --#ARGUMENTS  {2}
16667    --#SEVERITY   MINOR
16668    --#TIMEINDEX  99
16669    --#STATE      OPERATIONAL
16670
16671    ::= 5553
16672
16673enhancedAlertLogFull                                    TRAP-TYPE
16674    ENTERPRISE  baseboardGroup
16675    VARIABLES { alertSystem,
16676                alertTableIndexOID,
16677                alertMessage,
16678                alertCurrentStatus,
16679                alertPreviousStatus,
16680                alertData,
16681                alertMsgID,
16682                alertSystemFQDN,
16683                alertServiceTag,
16684                alertChassisServiceTag }
16685    DESCRIPTION
16686"Log size is at capacity."
16687
16688    --Novell NMS trap annotation
16689    --#TYPE       "Server Hardware Log Full"
16690    --#SUMMARY    "%s"
16691    --#ARGUMENTS  {2}
16692    --#SEVERITY   CRITICAL
16693    --#TIMEINDEX  99
16694    --#STATE      DEGRADED
16695
16696    ::= 5554
16697
16698-------------------------------------------------------------------------------
16699-- Processor Device Status Traps
16700-------------------------------------------------------------------------------
16701
16702enhancedAlertProcessorDeviceStatusNormal                TRAP-TYPE
16703    ENTERPRISE  baseboardGroup
16704    VARIABLES { alertSystem,
16705                alertTableIndexOID,
16706                alertMessage,
16707                alertCurrentStatus,
16708                alertPreviousStatus,
16709                alertData,
16710                alertMsgID,
16711                alertSystemFQDN,
16712                alertServiceTag,
16713                alertChassisServiceTag }
16714    DESCRIPTION
16715"Processor device status has returned to normal."
16716
16717    --Novell NMS trap annotation
16718    --#TYPE       "Server Processor Device Status Normal"
16719    --#SUMMARY    "%s"
16720    --#ARGUMENTS  {2}
16721    --#SEVERITY   INFORMATIONAL
16722    --#TIMEINDEX  99
16723    --#STATE      OPERATIONAL
16724
16725    ::= 5602
16726
16727enhancedAlertProcessorDeviceStatusWarning               TRAP-TYPE
16728    ENTERPRISE  baseboardGroup
16729    VARIABLES { alertSystem,
16730                alertTableIndexOID,
16731                alertMessage,
16732                alertCurrentStatus,
16733                alertPreviousStatus,
16734                alertData,
16735                alertMsgID,
16736                alertSystemFQDN,
16737                alertServiceTag,
16738                alertChassisServiceTag }
16739    DESCRIPTION
16740"Processor device status has detected a warning."
16741
16742    --Novell NMS trap annotation
16743    --#TYPE       "Server Processor Device Status Warning"
16744    --#SUMMARY    "%s"
16745    --#ARGUMENTS  {2}
16746    --#SEVERITY   MINOR
16747    --#TIMEINDEX  99
16748    --#STATE      DEGRADED
16749
16750    ::= 5603
16751
16752enhancedAlertProcessorDeviceStatusFailure               TRAP-TYPE
16753    ENTERPRISE  baseboardGroup
16754    VARIABLES { alertSystem,
16755                alertTableIndexOID,
16756                alertMessage,
16757                alertCurrentStatus,
16758                alertPreviousStatus,
16759                alertData,
16760                alertMsgID,
16761                alertSystemFQDN,
16762                alertServiceTag,
16763                alertChassisServiceTag }
16764    DESCRIPTION
16765"Processor device status has detected a failure."
16766
16767    --Novell NMS trap annotation
16768    --#TYPE       "Server Processor Device Status Failure"
16769    --#SUMMARY    "%s"
16770    --#ARGUMENTS  {2}
16771    --#SEVERITY   CRITICAL
16772    --#TIMEINDEX  99
16773    --#STATE      DEGRADED
16774
16775    ::= 5604
16776
16777-------------------------------------------------------------------------------
16778-- Device Traps
16779-------------------------------------------------------------------------------
16780
16781enhancedAlertDeviceAdd                                  TRAP-TYPE
16782    ENTERPRISE  baseboardGroup
16783    VARIABLES { alertSystem,
16784                alertTableIndexOID,
16785                alertMessage,
16786                alertCurrentStatus,
16787                alertPreviousStatus,
16788                alertData,
16789                alertMsgID,
16790                alertSystemFQDN,
16791                alertServiceTag,
16792                alertChassisServiceTag }
16793    DESCRIPTION
16794"Device added to system."
16795
16796    --Novell NMS trap annotation
16797    --#TYPE       "Server Device Add"
16798    --#SUMMARY    "%s"
16799    --#ARGUMENTS  {2}
16800    --#SEVERITY   INFORMATIONAL
16801    --#TIMEINDEX  99
16802    --#STATE      OPERATIONAL
16803
16804    ::= 5651
16805
16806enhancedAlertDeviceRemove                               TRAP-TYPE
16807    ENTERPRISE  baseboardGroup
16808    VARIABLES { alertSystem,
16809                alertTableIndexOID,
16810                alertMessage,
16811                alertCurrentStatus,
16812                alertPreviousStatus,
16813                alertData,
16814                alertMsgID,
16815                alertSystemFQDN,
16816                alertServiceTag,
16817                alertChassisServiceTag }
16818    DESCRIPTION
16819"Device removed from system."
16820
16821    --Novell NMS trap annotation
16822    --#TYPE       "Server Device Remove"
16823    --#SUMMARY    "%s"
16824    --#ARGUMENTS  {2}
16825    --#SEVERITY   INFORMATIONAL
16826    --#TIMEINDEX  99
16827    --#STATE      OPERATIONAL
16828
16829    ::= 5652
16830
16831enhancedAlertDeviceConfigError                          TRAP-TYPE
16832    ENTERPRISE  baseboardGroup
16833    VARIABLES { alertSystem,
16834                alertTableIndexOID,
16835                alertMessage,
16836                alertCurrentStatus,
16837                alertPreviousStatus,
16838                alertData,
16839                alertMsgID,
16840                alertSystemFQDN,
16841                alertServiceTag,
16842                alertChassisServiceTag }
16843    DESCRIPTION
16844"Device configuration error detected."
16845
16846    --Novell NMS trap annotation
16847    --#TYPE       "Server Device Config Error"
16848    --#SUMMARY    "%s"
16849    --#ARGUMENTS  {2}
16850    --#SEVERITY   CRITICAL
16851    --#TIMEINDEX  99
16852    --#STATE      DEGRADED
16853
16854    ::= 5653
16855
16856-------------------------------------------------------------------------------
16857-- Battery Traps
16858-------------------------------------------------------------------------------
16859
16860enhancedAlertBatteryNormal                              TRAP-TYPE
16861    ENTERPRISE  baseboardGroup
16862    VARIABLES { alertSystem,
16863                alertTableIndexOID,
16864                alertMessage,
16865                alertCurrentStatus,
16866                alertPreviousStatus,
16867                alertData,
16868                alertMsgID,
16869                alertSystemFQDN,
16870                alertServiceTag,
16871                alertChassisServiceTag }
16872    DESCRIPTION
16873"Battery has returned to normal."
16874
16875    --Novell NMS trap annotation
16876    --#TYPE       "Server Battery Normal"
16877    --#SUMMARY    "%s"
16878    --#ARGUMENTS  {2}
16879    --#SEVERITY   INFORMATIONAL
16880    --#TIMEINDEX  99
16881    --#STATE      OPERATIONAL
16882
16883    ::= 5702
16884
16885enhancedAlertBatteryWarning                             TRAP-TYPE
16886    ENTERPRISE  baseboardGroup
16887    VARIABLES { alertSystem,
16888                alertTableIndexOID,
16889                alertMessage,
16890                alertCurrentStatus,
16891                alertPreviousStatus,
16892                alertData,
16893                alertMsgID,
16894                alertSystemFQDN,
16895                alertServiceTag,
16896                alertChassisServiceTag }
16897    DESCRIPTION
16898"Battery has detected a warning."
16899
16900    --Novell NMS trap annotation
16901    --#TYPE       "Server Battery Warning"
16902    --#SUMMARY    "%s"
16903    --#ARGUMENTS  {2}
16904    --#SEVERITY   MINOR
16905    --#TIMEINDEX  99
16906    --#STATE      DEGRADED
16907
16908    ::= 5703
16909
16910enhancedAlertBatteryFailure                             TRAP-TYPE
16911    ENTERPRISE  baseboardGroup
16912    VARIABLES { alertSystem,
16913                alertTableIndexOID,
16914                alertMessage,
16915                alertCurrentStatus,
16916                alertPreviousStatus,
16917                alertData,
16918                alertMsgID,
16919                alertSystemFQDN,
16920                alertServiceTag,
16921                alertChassisServiceTag }
16922    DESCRIPTION
16923"Battery has detected a failure."
16924
16925    --Novell NMS trap annotation
16926    --#TYPE       "Server Battery Failure"
16927    --#SUMMARY    "%s"
16928    --#ARGUMENTS  {2}
16929    --#SEVERITY   CRITICAL
16930    --#TIMEINDEX  99
16931    --#STATE      DEGRADED
16932
16933    ::= 5704
16934
16935-------------------------------------------------------------------------------
16936-- SD Card Device Traps
16937-------------------------------------------------------------------------------
16938
16939enhancedAlertSDCardDeviceWarning                        TRAP-TYPE
16940    ENTERPRISE  baseboardGroup
16941    VARIABLES { alertSystem,
16942                alertTableIndexOID,
16943                alertMessage,
16944                alertCurrentStatus,
16945                alertPreviousStatus,
16946                alertData,
16947                alertMsgID,
16948                alertSystemFQDN,
16949                alertServiceTag,
16950                alertChassisServiceTag }
16951    DESCRIPTION
16952"SD card device has detected a warning."
16953
16954    --Novell NMS trap annotation
16955    --#TYPE       "Server SD Card Device Warning"
16956    --#SUMMARY    "%s"
16957    --#ARGUMENTS  {2}
16958    --#SEVERITY   MINOR
16959    --#TIMEINDEX  99
16960    --#STATE      DEGRADED
16961
16962    ::= 5753
16963
16964enhancedAlertSDCardDeviceFailure                        TRAP-TYPE
16965    ENTERPRISE  baseboardGroup
16966    VARIABLES { alertSystem,
16967                alertTableIndexOID,
16968                alertMessage,
16969                alertCurrentStatus,
16970                alertPreviousStatus,
16971                alertData,
16972                alertMsgID,
16973                alertSystemFQDN,
16974                alertServiceTag,
16975                alertChassisServiceTag }
16976    DESCRIPTION
16977"SD card device has detected a failure."
16978
16979    --Novell NMS trap annotation
16980    --#TYPE       "Server SD Card Device Failure"
16981    --#SUMMARY    "%s"
16982    --#ARGUMENTS  {2}
16983    --#SEVERITY   CRITICAL
16984    --#TIMEINDEX  99
16985    --#STATE      DEGRADED
16986
16987    ::= 5754
16988
16989
16990END
16991
16992-------------------------------------------------------------------------------
16993-- End MIB
16994-------------------------------------------------------------------------------
16995
16996