15977 lines
424 KiB
INI

#-MIBFILE: dell10892.mib
MIB-Dell-10892 DEFINITIONS ::= BEGIN
DisplayString ::=
OCTET STRING
PhysAddress ::=
OCTET STRING
DellString ::=
DisplayString (SIZE(0..64))
DellSecurityString ::=
DisplayString (SIZE(0..255))
DellCostofOwnershipString ::=
DisplayString (SIZE(0..64))
DellMACAddress ::=
OCTET STRING (SIZE(6))
DellObjectRange ::=
INTEGER (1..128)
DellUnsigned8BitRange ::=
INTEGER (0..255)
DellUnsigned16BitRange ::=
INTEGER (0..65535)
DellUnsigned32BitRange ::=
INTEGER (0..4294967295)
DellSigned32BitRange ::=
INTEGER (-2147483647..2147483647)
DellBoolean ::=
INTEGER (0..1)
DellUnsigned64BitRange ::=
OCTET STRING (SIZE(8))
DellDateName ::=
DisplayString (SIZE(25))
DellStateCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
DellStateSettings ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
DellProbeCapabilities ::=
INTEGER {
upperNonCriticalThresholdSetCapable(1),
lowerNonCriticalThresholdSetCapable(2),
upperNonCriticalThresholdDefaultCapable(4),
lowerNonCriticalThresholdDefaultCapable(8)
}
DellStatus ::=
INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
DellStatusRedundancy ::=
INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
DellStatusProbe ::=
INTEGER {
other(1),
unknown(2),
ok(3),
nonCriticalUpper(4),
criticalUpper(5),
nonRecoverableUpper(6),
nonCriticalLower(7),
criticalLower(8),
nonRecoverableLower(9),
failed(10)
}
SMSSupportedTypes ::=
INTEGER {
supportsSNMP(1),
supportsDMI(2),
supportsSNMPandDMI(3),
supportsCIMOM(4),
supportsSNMPandCIMOM(5),
supportsSNMPandDMIandCIMOM(7)
}
SMSFeatureFlags ::=
INTEGER {
webOneToOneManagementPreferred(1)
}
SMSSNMPAgentFeatureFlags ::=
INTEGER {
supportsSparseTables(1)
}
DellStateCapabilitiesLogUnique ::=
INTEGER {
unknown(1),
onlineCapable(2),
notReadyCapable(4),
resetCapable(8)
}
DellStateSettingsLogUnique ::=
INTEGER {
unknown(1),
online(2),
notReady(4),
reset(8)
}
DellLogFormat ::=
INTEGER {
raw(1),
ascii(2),
uniCode(3)
}
DellChassisType ::=
INTEGER {
other(1),
unknown(2),
desktop(3),
lowProfileDesktop(4),
pizzaBox(5),
miniTower(6),
tower(7),
portable(8),
lapTop(9),
noteBook(10),
handHeld(11),
dockingStation(12),
allInOne(13),
subNoteBook(14),
spaceSaving(15),
lunchBox(16),
mainSystemChassis(17),
expansionChassis(18),
subChassis(19),
busExpansionChassis(20),
peripheralChassis(21),
raidChassis(22),
rackMountChassis(23),
sealedCasePC(24),
multiSystemChassis(25)
}
DellChassisSystemClass ::=
INTEGER {
other(1),
unknown(2),
workstationClass(3),
serverClass(4),
desktopClass(5),
portableClass(6),
netPCClass(7),
storageClass(8)
}
DellConnectionStatus ::=
INTEGER {
unknown(2),
ok(3),
failure(4)
}
DellFanControlCapabilities ::=
INTEGER {
unknown(1),
lowSpeedCapable(2),
highSpeedCapable(4),
lowOrHighSpeedCapable(6)
}
DellFanControlSettings ::=
INTEGER {
unknown(1),
lowSpeed(2),
highSpeed(4)
}
DellLEDControlCapabilities ::=
INTEGER {
unknown(1),
alertOnErrorCapable(2),
alertOnWarningAndErrorCapable(4),
alertOnWarningOrErrorCapable(6)
}
DellLEDControlSettings ::=
INTEGER {
unknown(1),
alertOnError(2),
alertOnWarningAndError(4)
}
DellHDFaultLEDControlCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
resetCapable(8)
}
DellHDFaultLEDControlSettings ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
reset(8),
resetAndEnable(10)
}
DellChassisIdentifyControlCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
identifyCapable(8)
}
DellChassisIdentifyControlSettings ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
identifyChassis(8),
identifyChassisAndEnable(10)
}
DellHostControlCapabilities ::=
INTEGER {
manualRebootCapable(1),
manualPowerOFFCapable(2),
manualPowerCycleCapable(4),
manualAllExceptOperatingSystemShutdownCapable(7),
manualOperatingSystemShutdownCapable(8),
manualFullyCapable(15)
}
DellHostControlSettings ::=
INTEGER {
manualReboot(1),
manualPowerOFF(2),
manualPowerCycle(4),
manualOperatingSystemShutdown(8),
manualOperatingSystemShutdownThenReboot(9),
manualOperatingSystemShutdownThenPowerOFF(10),
manualOperatingSystemShutdownThenPowerCycle(12)
}
DellWatchDogControlCapabilities ::=
INTEGER {
automaticRebootCapable(1),
automaticPowerCycleCapable(2),
automaticNotificationCapable(4),
automaticWatchDogTimerCapable(8),
automaticPowerOffCapable(16),
automaticAllExceptNotificationCapable(27),
automaticFullyCapable(31)
}
DellWatchControlSettings ::=
INTEGER {
automaticRebootEnabled(1),
automaticPowerCycleEnabled(2),
automaticNotificationEnabled(4),
automaticPowerOffEnabled(8)
}
DellWatchDogTimerCapabilities ::=
INTEGER {
type1Capable(1),
type2Capable(2),
type3Capable(4)
}
DellPowerButtonControlCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
DellPowerButtonControlSettings ::=
INTEGER {
unknown(1),
enabled(2),
disabled(4)
}
DellNMIButtonControlCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
DellNMIButtonControlSettings ::=
INTEGER {
unknown(1),
enabled(2),
disabled(4)
}
DellUUIDType ::=
INTEGER {
other(1),
unknown(2),
motherBoard(3),
systemBackPlane(4),
powerSupplyParallelingBoard(5),
peripheralBayBackPlane(6),
secondaryBackPlane(7)
}
DellFirmwareType ::=
INTEGER {
other(1),
unknown(2),
systemBIOS(3),
embeddedSystemManagementController(4),
powerSupplyParallelingBoard(5),
systemBackPlane(6),
powerVault2XXSKernel(7),
powerVault2XXSApplication(8),
frontPanel(9),
baseboardManagementController(10),
hotPlugPCI(11),
sensorData(12),
peripheralBay(13),
secondaryBackPlane(14),
secondaryBackPlaneESM3And4(15),
rac4(16)
}
DellIntrusionReading ::=
INTEGER {
chassisNotBreached(1),
chassisBreached(2),
chassisBreachedPrior(3),
chassisBreachSensorFailure(4)
}
DellIntrusionType ::=
INTEGER {
chassisBreachDetectionWhenPowerON(1),
chassisBreachDetectionWhenPowerOFF(2)
}
DellBaseBoardType ::=
INTEGER {
unknown(1),
other(2),
serverBlade(3),
connectivitySwitch(4),
systemManagementModule(5),
processorModule(6),
ioModule(7),
memoryModule(8),
daughterBoard(9),
motherboard(10),
processorMemoryModule(11),
processorIOModule(12),
interconnectBoard(13)
}
DellBaseBoardFeatureFlags ::=
INTEGER {
boardIsHostingBoard(1),
boardRequiresDaughterBoard(2),
boardIsRemovable(4),
boardIsReplaceable(8),
boardIsHotSwappable(16)
}
DellSystemResourceMapType ::=
INTEGER {
other(1),
unknown(2),
typeOne(3)
}
DellResourceOwnerInterfaceType ::=
INTEGER {
typeIsOther(1),
typeIsUnknown(2),
typeIsInternal(3),
typeIsISA(4),
typeIsEISA(5),
typeIsMCA(6),
typeIsTurboChannel(7),
typeIsPCI(8)
}
DellResourceShareDisposition ::=
INTEGER {
shareIsOther(1),
shareIsUnknown(2),
shareIsDeviceExclusive(3),
shareIsDriverExclusive(4),
shareIsShared(5)
}
DellResourceMemoryFlags ::=
INTEGER {
memoryIsReadOnly(1),
memoryIsWriteOnly(2),
memoryIsReadAndWrite(3),
memoryIsPreFetchable(4),
memoryIsCombinedWritable(8),
memoryIsF24(16)
}
DellResourceInterruptType ::=
INTEGER {
interruptIsLevelSensitive(1),
interruptIsLatched(2)
}
DellResourceInterruptTrigger ::=
INTEGER {
interruptIsActiveWhenLow(1),
interruptIsActiveWhenHigh(2)
}
DellResourceDMATransferWidth ::=
INTEGER {
dmaTransferWidthIsOther(1),
dmaTransferWidthIsunknown(2),
dmaTransferWidthIs8Bits(3),
dmaTransferWidthIs16Bits(4),
dmaTransferWidthIs32Bits(5),
dmaTransferWidthIs64Bits(6),
dmaTransferWidthIs128Bits(7)
}
DellResourceDMABusMaster ::=
INTEGER {
dmaIsOther(1),
dmaIsUnknown(2),
dmaIsNotABusmaster(3),
dmaIsABusmaster(4)
}
DellPowerSupplyStateCapabilitiesUnique ::=
INTEGER {
unknown(1),
onlineCapable(2),
notReadyCapable(4)
}
DellPowerSupplyStateSettingsUnique ::=
INTEGER {
unknown(1),
onLine(2),
notReady(4),
fanFailure(8),
onlineAndFanFailure(10),
powerSupplyIsON(16),
powerSupplyIsOK(32),
acSwitchIsON(64),
onlineandAcSwitchIsON(66),
acPowerIsON(128),
onlineAndAcPowerIsON(130),
onlineAndPredictiveFailure(210),
acPowerAndSwitchAreOnPowerSupplyIsOnIsOkAndOnline(242)
}
DellPowerSupplyType ::=
INTEGER {
powerSupplyTypeIsOther(1),
powerSupplyTypeIsUnknown(2),
powerSupplyTypeIsLinear(3),
powerSupplyTypeIsSwitching(4),
powerSupplyTypeIsBattery(5),
powerSupplyTypeIsUPS(6),
powerSupplyTypeIsConverter(7),
powerSupplyTypeIsRegulator(8),
powerSupplyTypeIsAC(9),
powerSupplyTypeIsDC(10),
powerSupplyTypeIsVRM(11)
}
DellPowerSupplySensorState ::=
INTEGER {
presenceDetected(1),
psFailureDetected(2),
predictiveFailure(4),
psACLost(8),
acLostOrOutOfRange(16),
acOutOfRangeButPresent(32),
configurationError(64)
}
DellPowerSupplyConfigurationErrorType ::=
INTEGER {
vendorMismatch(1),
revisionMismatch(2),
processorMissing(3)
}
DellVoltageType ::=
INTEGER {
voltageProbeTypeIsOther(1),
voltageProbeTypeIsUnknown(2),
voltageProbeTypeIs1Point5Volt(3),
voltageProbeTypeIs3Point3Volt(4),
voltageProbeTypeIs5Volt(5),
voltageProbeTypeIsMinus5Volt(6),
voltageProbeTypeIs12Volt(7),
voltageProbeTypeIsMinus12Volt(8),
voltageProbeTypeIsIO(9),
voltageProbeTypeIsCore(10),
voltageProbeTypeIsFLEA(11),
voltageProbeTypeIsBattery(12),
voltageProbeTypeIsTerminator(13),
voltageProbeTypeIs2Point5Volt(14),
voltageProbeTypeIsGTL(15),
voltageProbeTypeIsDiscrete(16)
}
DellVoltageDiscreteReading ::=
INTEGER {
voltageIsGood(1),
voltageIsBad(2)
}
DellAmperageProbeType ::=
INTEGER {
amperageProbeTypeIsOther(1),
amperageProbeTypeIsUnknown(2),
amperageProbeTypeIs1Point5Volt(3),
amperageProbeTypeIs3Point3volt(4),
amperageProbeTypeIs5Volt(5),
amperageProbeTypeIsMinus5Volt(6),
amperageProbeTypeIs12Volt(7),
amperageProbeTypeIsMinus12Volt(8),
amperageProbeTypeIsIO(9),
amperageProbeTypeIsCore(10),
amperageProbeTypeIsFLEA(11),
amperageProbeTypeIsBattery(12),
amperageProbeTypeIsTerminator(13),
amperageProbeTypeIs2Point5Volt(14),
amperageProbeTypeIsGTL(15),
amperageProbeTypeIsDiscrete(16)
}
DellAmperageDiscreteReading ::=
INTEGER {
amperageIsGood(1),
amperageIsBad(2)
}
DellACPowerSwitchCapabilities ::=
INTEGER {
unknownCapabilities(1),
inputSourceCord1NoReturnCapable(2),
inputSourceCord1ReturnCapable(4),
inputSourceCord2NoReturnCapable(8),
inputSourceCord1NoReturnCord1ReturnAndCord2NoReturnCapable(14),
inputSourceCord2ReturnCapable(16),
inputSourceAllExceptSharedCapable(30),
inputSourceSharedCapable(32),
inputSourceAllCapable(62)
}
DellACPowerSwitchSettings ::=
INTEGER {
unknown(1),
inputSourceCord1NoReturn(2),
inputSourceCord1Return(4),
inputSourceCord2NoReturn(8),
inputSourceCord2Return(16),
inputSourceShared(32)
}
DellACPowerSwitchRedundancyMode ::=
INTEGER {
nonRedundant(1),
redundant(2)
}
DellACPowerCordStateCapabilities ::=
INTEGER {
unknown(1),
enableCapable(2),
notReadyCapable(4)
}
DellACPowerCordStateSettings ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
acPowerCordHasPower(8),
acPowerCordIsEnabledAndHasPower(10),
acPowerCordIsActiveSource(16),
acPowerCordIsEnabledHasPowerAndIsActiveSource(26)
}
DellCoolingDeviceType ::=
INTEGER {
coolingDeviceTypeIsOther(1),
coolingDeviceTypeIsUnknown(2),
coolingDeviceTypeIsAFan(3),
coolingDeviceTypeIsABlower(4),
coolingDeviceTypeIsAChipFan(5),
coolingDeviceTypeIsACabinetFan(6),
coolingDeviceTypeIsAPowerSupplyFan(7),
coolingDeviceTypeIsAHeatPipe(8),
coolingDeviceTypeIsRefrigeration(9),
coolingDeviceTypeIsActiveCooling(10),
coolingDeviceTypeIsPassiveCooling(11)
}
DellCoolingDeviceSubType ::=
INTEGER {
coolingDeviceSubTypeIsOther(1),
coolingDeviceSubTypeIsUnknown(2),
coolingDeviceSubTypeIsAFanThatReadsInRPM(3),
coolingDeviceSubTypeIsAFanReadsONorOFF(4),
coolingDeviceSubTypeIsAPowerSupplyFanThatReadsinRPM(5),
coolingDeviceSubTypeIsAPowerSupplyFanThatReadsONorOFF(6),
coolingDeviceSubTypeIsDiscrete(16)
}
DellCoolingDeviceDiscreteReading ::=
INTEGER {
coolingDeviceIsGood(1),
coolingDeviceIsBad(2)
}
DellTemperatureProbeType ::=
INTEGER {
temperatureProbeTypeIsOther(1),
temperatureProbeTypeIsUnknown(2),
temperatureProbeTypeIsAmbientESM(3),
temperatureProbeTypeIsDiscrete(16)
}
DellTemperatureDiscreteReading ::=
INTEGER {
temperatureIsGood(1),
temperatureIsBad(2)
}
DellRemoteFlashBIOSStateCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
notReadyCapable(4),
cancelCapable(8),
enableAndCancelCapable(10)
}
DellRemoteFlashBIOSStateSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
canceled(8),
pending(16),
other(32)
}
DellRemoteFlashBIOSCompletionCode ::=
INTEGER {
completionCodeIsOther(1),
completionCodeIsUnknown(2),
completionCodeIsOK(3),
completionCodeIsBadImage(4),
completionCodeIsNoFileAccess(5),
completionCodeIsNotReady(6),
completionCodeIsDisabled(7),
completionCodeIsNoBattery(8),
completionCodeIsNoChargedBattery(9),
completionCodeIsNoExternalPower(10),
completionCodeIsNo12VoltSet(11),
completionCodeIsNo12VoltRemoval(12),
completionCodeIsFlashMemoryFailed(13),
completionCodeIsGeneralFailure(14),
completionCodeIsDataMiscompare(15),
completionCodeIsNoImageFound(16),
completionCodeIsNoUpdatePerformed(17)
}
DellGenericPortConnectorType ::=
INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
DellPortSecurityState ::=
INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
DellPointingPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsSerial(3),
connectorPortTypeIsPS2(4),
connectorPortTypeIsInfrared(5),
connectorPortTypeIsHPHIL(6),
connectorPortTypeIsBusMouse(7),
connectorPortTypeIsADB(8),
connectorPortTypeIsDB9(9),
connectorPortTypeIsMicroDIN(10),
connectorPortTypeIsAccessBusUSB(11),
connectorPortTypeIsPC98(12)
}
DellKeyboardPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsMiniDIN(3),
connectorPortTypeIsMicroDIN(4),
connectorPortTypeIsPS2(5),
connectorPortTypeIsInfrared(6),
connectorPortTypeIsHPHIL(7),
connectorPortTypeIsDB9(8),
connectorPortTypeIsAccessBusUSB(9),
connectorPortTypeIsPC98(10)
}
DellProcessorPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDaughterdBoard(3),
connectorPortTypeIsZIFSocket(4),
connectorPortTypeIsAPiggyBackBoard(5),
connectorPortTypeIsNone(6),
connectorPortTypeIsLIFSocket(7),
connectorPortTypeIsSlot1(8),
connectorPortTypeIsSlot2(9),
connectorPortTypeIs370PinSocket(10)
}
DellMemoryDevicePortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsSIMM(3),
connectorPortTypeIsSIP(4),
connectorPortTypeIsAChip(5),
connectorPortTypeIsDIP(6),
connectorPortTypeIsZIP(7),
connectorPortTypeIsAProprietaryCard(8),
connectorPortTypeIsDIMM(9),
connectorPortTypeIsTSOP(10),
connectorPortTypeIsARowOfChips(11),
connectorPortTypeIsRIMM(12),
connectorPortTypeIsSODIMM(13),
connectorPortTypeIsSRIMM(14)
}
DellMonitorPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB15PinMale(3),
connectorPortTypeIsDB15PinFemale(4)
}
DellSCSIPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDIN25pin(3),
connectorPortTypeIsDIN50pin(4),
connectorPortTypeIsDIN68pin(5)
}
DellParallelPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB25PinFemale(3),
connectorPortTypeIsDB25PinMale(4),
connectorPortTypeIsCentronics(5),
connectorPortTypeIsMiniCentronics(6),
connectorPortTypeIsProprietary(7),
connectorPortTypeIsCentronics14(8),
connectorPortTypeIsDB36PinFemale(9),
connectorPortTypeIsMiniCentronics20(10)
}
DellParallelPortConnectorPinout ::=
INTEGER {
connectorPortPinoutIsOther(1),
connectorPortPinoutIsUnknown(2),
connectorPortPinoutIsXTorAT(3),
connectorPortPinoutIsPS2(4),
connectorPortPinoutIsIEEE1284(5),
connectorPortPinoutIsProprietary(6),
connectorPortPinoutIsPC98(7),
connectorPortPinoutIsPC98Hireso(8),
connectorPortPinoutIsPC98Note(9),
connectorPortPinoutIsPC98Full(10)
}
DellParallelPortCapabilitiesUnique ::=
INTEGER {
unknown(1),
atCapable(2),
ps2Capable(4),
ecpCapable(8),
eppCapable(16),
atOrPS2OrECPOrEPPCapable(30),
pc98Capable(32),
pc98HiresoCapable(64),
pc98HCapable(128)
}
DellSerialPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB9PinMale(3),
connectorPortTypeIsDB9PinFemale(4),
connectorPortTypeIsDB25PinMale(5),
connectorPortTypeIsDB25PinFemale(6),
connectorPortTypeIsRJ11(7),
connectorPortTypeIsRJ45(8),
connectorPortTypeIsProprietary(9),
connectorPortTypeIsCirdin8Male(10),
connectorPortTypeIsCirdin8Female(11),
connectorPortTypeIsMiniCentronics14(12),
connectorPortTypeIsMiniCentronics26(13)
}
DellSerialPortCapabilitiesUnique ::=
INTEGER {
other(1),
unknown(2),
xtorATCapable(4),
c16450Capable(8),
c16550Capable(16),
c16550aCapable(32),
c8251Capable(64),
c8251FIFOCapable(128)
}
DellUSBPortConnectorType ::=
INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsUSB(3)
}
DellPointingDeviceType ::=
INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsAMouse(3),
deviceTypeIsATrackBall(4),
deviceTypeIsATrackPoint(5),
deviceTypeIsAGlidePoint(6),
deviceTypeIsATouchPad(7)
}
DellProcessorDeviceType ::=
INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsCPU(3),
deviceTypeIsMathProcessor(4),
deviceTypeIsDSP(5),
deviceTypeIsAVideoProcessor(6)
}
DellProcessorDeviceFamily ::=
INTEGER {
deviceFamilyIsOther(1),
deviceFamilyIsUnknown(2),
deviceFamilyIs8086(3),
deviceFamilyIs80286(4),
deviceFamilyIs80386(5),
deviceFamilyIs80486(6),
deviceFamilyIs8087(7),
deviceFamilyIs80287(8),
deviceFamilyIs80387(9),
deviceFamilyIs80487(10),
deviceFamilyIsPentium(11),
deviceFamilyIsPentiumPro(12),
deviceFamilyIsPentium2(13),
deviceFamilyIsPentiumMMX(14),
deviceFamilyIsCeleron(15),
deviceFamilyIsXeon(16),
deviceFamilyIsPentium3(17),
deviceFamilyIsPentium3Xeon(18),
deviceFamilyIsPentium3Step(19),
deviceFamilyIsPentiumItanium(20),
deviceFamilyIsIntelXeon(21),
deviceFamilyIsPentium4(22),
deviceFamilyIsIntelXeonMP(23),
deviceFamilyIsIntelItanium2(24)
}
DellProcessorDeviceStatusState ::=
INTEGER {
other(1),
unknown(2),
enabled(3),
userDisabled(4),
biosDisabled(5),
idle(6)
}
DellProcessorUpgradeInformation ::=
INTEGER {
processorUpgradeIsOther(1),
processorUpgradeIsUnknown(2),
processorUpgradeIsByDaughterBoard(3),
processorUpgradeIsByZIFSocket(4),
processorUpgradeIsByReplacement(5),
processorUpgradeIsNone(6),
processorUpgradeIsByLIFSocket(7),
processorUpgradeIsBySlot1(8),
processorUpgradeIsBySlot2(9),
processorUpgradeIsBy370PinSocket(10)
}
DellProcessorDeviceStatusReading ::=
INTEGER {
internalError(1),
thermalTrip(2),
configurationError(32),
processorPresent(128),
processorDisabled(256),
terminatorPresent(512),
processorThrottled(1024)
}
DellCacheDeviceType ::=
INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsInstruction(3),
deviceTypeIsData(4),
deviceTypeIsUnified(5)
}
DellCacheDeviceLevel ::=
INTEGER {
deviceLevelIsOther(1),
deviceLevelIsUnknown(2),
deviceLevelIsPrimary(3),
deviceLevelIsSecondary(4),
deviceLevelIsTertiary(5)
}
DellCacheDeviceWritePolicy ::=
INTEGER {
deviceWritePolicyIsOther(1),
deviceWritePolicyIsUnknown(2),
deviceWritePolicyIsWriteBack(3),
deviceWritePolicyIsWriteThrough(4),
deviceWritePolicyIsVariesByAddress(5),
deviceWritePolicyIsDeterminedByIO(6)
}
DellCacheDeviceStatusState ::=
INTEGER {
other(1),
unknown(2),
enabled(3),
userDisabled(4),
biosDisabled(5)
}
DellCacheDeviceECCType ::=
INTEGER {
deviceECCTypeIsOther(1),
deviceECCTypeIsUnknown(2),
deviceECCTypeIsNone(3),
deviceECCTypeIsParity(4),
deviceECCTypeIsSingleBitECC(5),
deviceECCTypeIsMultiBitECC(6),
deviceECCTypeIsCRC(7)
}
DellCacheDeviceAssociativity ::=
INTEGER {
deviceAssociativityIsOther(1),
deviceAssociativityIsUnknown(2),
deviceAssociativityIsDirectMapped(3),
deviceAssociativityIsTwoWaySetAssociative(4),
deviceAssociativityIsFourWaySetAssociative(5),
deviceAssociativityIsFullyAssociative(6),
deviceAssociativityIsEightWaySetAssociative(7),
deviceAssociativityIsSixteenWaySetAssociative(8)
}
DellCacheDeviceLocation ::=
INTEGER {
deviceLocationIsOther(1),
deviceLocationIsUnknown(2),
deviceLocationIsInternal(3),
deviceLocationIsExternal(4)
}
DellCacheDeviceSRAMType ::=
INTEGER {
deviceSRAMTypeIsOther(1),
deviceSRAMTypeIsUnknown(2),
deviceSRAMTypeIsNonBurst(3),
deviceSRAMTypeIsBurst(4),
deviceSRAMTypeIsPipeBurst(5),
deviceSRAMTypeIsSynchronous(6),
deviceSRAMTypeIsAsynchronous(7)
}
DellMemoryDeviceFormFactor ::=
INTEGER {
deviceFormFactorIsOther(1),
deviceFormFactorIsUnknown(2),
deviceFormFactorIsSIMM(3),
deviceFormFactorIsSIP(4),
deviceFormFactorIsAChip(5),
deviceFormFactorIsDIP(6),
deviceFormFactorIsZIP(7),
deviceFormFactorIsAProprietaryCard(8),
deviceFormFactorIsDIMM(9),
deviceFormFactorIsTSOP(10),
deviceFormFactorIsARowOfChips(11),
deviceFormFactorIsRIMM(12),
deviceFormFactorIsSODIMM(13),
deviceFormFactorIsSRIMM(14)
}
DellMemoryDeviceType ::=
INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsDRAM(3),
deviceTypeIsEDRAM(4),
deviceTypeIsVRAM(5),
deviceTypeIsSRAM(6),
deviceTypeIsRAM(7),
deviceTypeIsROM(8),
deviceTypeIsFLASH(9),
deviceTypeIsEEPROM(10),
deviceTypeIsFEPROM(11),
deviceTypeIsEPROM(12),
deviceTypeIsCDRAM(13),
deviceTypeIs3DRAM(14),
deviceTypeIsSDRAM(15),
deviceTypeIsSGRAM(16),
deviceTypeIsRDRAM(17),
deviceTypeIsDDR(18),
deviceTypeIsDDR2(19)
}
DellMemoryDeviceTypeDetails ::=
INTEGER {
deviceTypeDetailIsOther(1),
deviceTypeDetailIsUnknown(2),
deviceTypeDetailIsFastPaged(3),
deviceTypeDetailIsStaticColumn(4),
deviceTypeDetailIsPseudoStatic(5),
deviceTypeDetailIsRAMBUS(6),
deviceTypeDetailIsSynchronous(7),
deviceTypeDetailIsCMOS(8),
deviceTypeDetailIsEDO(9),
deviceTypeDetailIsWindowDRAM(10),
deviceTypeDetailIsCacheDRAM(11),
deviceTypeDetailIsNonVolatile(12)
}
DellMemoryDeviceFailureModes ::=
INTEGER {
eccSingleBitCorrectionWarningRate(1),
eccSingleBitCorrectionFailureRate(2),
eccMultiBitFault(4),
eccSingleBitCorrectionLoggingDisabled(8),
deviceDisabledBySpareBank(16)
}
DellGenericDeviceType ::=
INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsAVideoDevice(3),
deviceTypeIsASCSIController(4),
deviceTypeIsAnEthernetDevice(5),
deviceTypeIsTokenRingDevice(6),
deviceTypeIsASoundDevice(7)
}
DellSystemSlotStateCapabilities ::=
INTEGER {
systemSlotHotPlugIsUnknown(1),
systemSlotHotPlugIsHotPluggableCapable(2),
systemSlotHotPlugCanBePoweredOn(4),
systemSlotHotPlugCanSignalAttention(8),
systemSlotHotPlugCanSignalPowerFault(16),
systemSlotHotPlugCanSignalAdapterPresent(32),
systemSlotHotPlugCanSignalPowerButtonPressed(64),
canSupportAllHotPlugCapabilities(126),
systemSlotCanProvide5Volts(128),
systemSlotCanProvide3Point3Volts(256),
systemSlotCanSignalIfShared(512),
systemSlotCanSupportCard16(1024),
systemSlotCanSupportCardBus(2048),
systemSlotCanSupportZoomVideo(4096),
systemSlotCanSupportModemRingResume(8192),
systemSlotCanSupportPMESignal(16384),
canSupportAllSlotCapabilities(32640),
canSupportAllSlotAndAllHotPlugCapabilities(32766)
}
DellSystemSlotStateSettings ::=
INTEGER {
systemSlotHotPlugIsUnknown(1),
systemSlotHotPlugIsHotPluggable(2),
systemSlotHotPlugIsPoweredOn(4),
systemSlotHotPlugIsAtAttention(8),
systemSlotHotPlugHasPowerFaulted(16),
systemSlotHotPlugAdapterIsPresent(32),
systemSlotHotPlugAdapterPresentAndPoweredOn(36),
systemSlotHotPlugPowerButtonPressed(64),
systemSlotProvides5Volts(128),
systemSlotProvides3Point3Volts(256),
systemSlotIsShared(512),
systemSlotSupportsCard16(1024),
systemSlotSupportsCardBus(2048),
systemSlotSupportsZoomVideo(4096),
systemSlotSupportsModemRingResume(8192),
systemSlotSupportsPMESignal(16384),
supportsPMEand3P3Vand5VandHotPluggable(16770),
supportsPMEand3P3Vand5VhasAdapterOn(16804),
supportsPMEand3P3Vand5VhasAdapterOnandisHotPluggable(16806),
supportsPMEand3P3VIsSharedand5VhasAdapterOnandHotPlugable(17316)
}
DellSystemSlotType ::=
INTEGER {
systemSlotIsOther(1),
systemSlotIsUnknown(2),
systemSlotIsISA(3),
systemSlotIsMCA(4),
systemSlotIsEISA(5),
systemSlotIsPCI(6),
systemSlotIsPCMCIA(7),
systemSlotIsVLVESA(8),
systemSlotIsProprietary(9),
systemSlotIsProcessorCard(10),
systemSlotIsProprietaryMemory(11),
systemSlotIsIORiserCard(12),
systemSlotIsNuBUS(13),
systemSlotIsPCI66MHz(14),
systemSlotIsAGP(15),
systemSlotIsAGP2X(16),
systemSlotIsAGP4X(17),
systemSlotIsPC98C20(18),
systemSlotIsPC98C24(19),
systemSlotIsPC98E(20),
systemSlotIsPC98LocalBus(21),
systemSlotIsPC98Card(22),
systemSlotIsPCIX(23),
systemSlotIsPCIExpress(24),
systemSlotIsAGP8X(25)
}
DellSystemSlotUsage ::=
INTEGER {
systemSlotUsageIsOther(1),
systemSlotUsageIsUnknown(2),
systemSlotUsageIsAvailable(3),
systemSlotUsageIsInUse(4)
}
DellSystemSlotLength ::=
INTEGER {
systemSlotLengthIsOther(1),
systemSlotLengthIsUnknown(2),
systemSlotLengthIsShort(3),
systemSlotLengthIsLong(4)
}
DellSystemSlotCategory ::=
INTEGER {
systemSlotCategoryIsOther(1),
systemSlotCategoryIsUnknown(2),
systemSlotCategoryIsBusConnector(3),
systemSlotCategoryIsPCMCIA(4),
systemSlotCategoryIsMotherboard(5)
}
DellSystemSlotHotPlugBusWidth ::=
INTEGER {
busWidthIsOther(1),
busWidthIsUnknown(2),
busWidthIs8bits(3),
busWidthIs16bits(4),
busWidthIs32bits(5),
busWidthIs64bits(6),
busWidthIs128bits(7),
busWidthIs1xOrx1(8),
busWidthIs2xOrx2(9),
busWidthIs4xOrx4(10),
busWidthIs8xOrx8(11),
busWidthIs12xOrx12(12),
busWidthIs16xOrx16(13),
busWidthIs32xOrx32(14)
}
DellPhysicalMemoryArrayLocation ::=
INTEGER {
memoryArrayLocationIsOther(1),
memoryArrayLocationIsUnknown(2),
memoryArrayLocationIsSystemOrMotherboard(3),
memoryArrayLocationIsISA(4),
memoryArrayLocationIsEISA(5),
memoryArrayLocationIsPCI(6),
memoryArrayLocationIsMCA(7),
memoryArrayLocationIsPCMCIA(8),
memoryArrayLocationIsProprietary(9),
memoryArrayLocationIsNUBUS(10),
memoryArrayLocationIsPC98C20(11),
memoryArrayLocationIsPC98C24(12),
memoryArrayLocationIsPC98E(13),
memoryArrayLocationIsPC98LocalBus(14),
memoryArrayLocationIsPC98Card(15)
}
DellPhysicalMemoryArrayUse ::=
INTEGER {
memoryArrayUseIsOther(1),
memoryArrayUseIsUnknown(2),
memoryArrayUseIsSystemMemory(3),
memoryArrayUseIsVideoMemory(4),
memoryArrayUseIsFLASHMemory(5),
memoryArrayUseIsNonVolatileRAMMemory(6),
memoryArrayUseIsCacheMemory(7)
}
DellPhysicalMemoryArrayECCType ::=
INTEGER {
memoryArrayECCTypeIsOther(1),
memoryArrayECCTypeIsUnknown(2),
memoryArrayECCTypeIsNone(3),
memoryArrayECCTypeIsParity(4),
memoryArrayECCTypeIsSingleBitECC(5),
memoryArrayECCTypeIsMultiBitECC(6),
memoryArrayECCTypeIsCRC(7)
}
DellPhysicalMemoryConfigStateCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4)
}
DellPhysicalMemoryConfigStateSettings ::=
INTEGER {
unknown(1),
enabled(2),
notReady(4),
redundantMemoryIsActive(8),
enabledAndRedundantMemoryIsActive(10)
}
DellPhysicalMemoryConfigRedundantCapabilities ::=
INTEGER {
unknownCapabilities(1),
spareBankCapable(2),
mirrorCapable(4),
spareBankAndMirrorCapable(6)
}
DellPhysicalMemoryConfigRedundantSettings ::=
INTEGER {
unknown(1),
spareBankEnabled(2),
mirrorEnabled(4)
}
DellPhysicalMemoryLoggingCapabilities ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
DellPhysicalMemoryLoggingSettings ::=
INTEGER {
unknown(1),
enabled(2)
}
DellSpeakerControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
lowCapable(4),
mediumCapable(8),
highCapable(16),
allVolumeCapable(30)
}
DellSpeakerControlSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
low(4),
medium(8),
high(16)
}
DellNIFwakeonLanControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
addInCardCapable(4),
onBoardCapable(8),
bothCapable(14)
}
DellNIFwakeonLanControlSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
addInCard(4),
onBoard(8),
addInCardOrOnBoard(12)
}
DellBootSequenceControlCapabilitiesUnique ::=
INTEGER {
bootSequenceUnknown(1),
bootFromDisketteFirstCapable(2),
bootFromHardDriveFirstCapable(4),
bootFromDisketteORHardDriveFirstCapable(6),
bootFromDeviceListCapable(8),
bootFromCDROMFirstCapable(16),
allFirstCapable(30)
}
DellBootSequenceControlSettingsUnique ::=
INTEGER {
bootSequenceUnknown(1),
bootFromDisketteFirst(2),
bootFromHardDriveFirst(4),
bootFromDeviceList(8),
bootFromCDROMFirst(16)
}
DellBIOSPasswordControlCapabilitiesUnique ::=
INTEGER {
passwordControlCapabilitiesUnknown(1),
passwordControlEnableCapable(2),
passwordControlJumperDisableCapable(4),
passwordControlEnableAndJumperDisableCapable(6)
}
DellBIOSPasswordControlSettingsUnique ::=
INTEGER {
passwordControlSettingsUnknown(1),
passwordControlEnabled(2),
passwordControlJumperDisabled(4)
}
DellParallelPortControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
lpt1Capable(4),
lpt1andEnableCapable(6),
lpt2Capable(8),
lpt2andEnableCapable(10),
lpt3Capable(16),
lpt3andEnableCapable(18),
allParallelPortCapable(30)
}
DellParallelPortControlSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
lpt1(4),
lpt1Enabled(6),
lpt2(8),
lpt2Enabled(10),
lpt3(16),
lpt3Enabled(18)
}
DellParallelPortControlModeCapabilitiesUnique ::=
INTEGER {
unknown(1),
atCapable(2),
ps2Capable(4),
atAndPS2Capable(6),
ecpCapable(8),
eppCapable(16),
allModeCapable(30)
}
DellParallelPortControlModeSettingsUnique ::=
INTEGER {
unknown(1),
atModeEnabled(2),
ps2ModeEnabled(4),
ecpModeEnabled(8),
eppModeEnabled(16)
}
DellSerialPortControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
com1Capable(4),
enableAndCom1Capable(6),
com2Capable(8),
enableAndCom2Capable(10),
com3Capable(16),
enableAndCom3Capable(18),
com4Capable(32),
enableAndCom4Capable(34),
autoConfigCapable(64),
com1OrCom3CapableAndAutoConfigCapable(86),
com2OrCom4CapableAndAutoConfigCapable(106),
allcomCapable(126)
}
DellSerialPortControlSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
com1(4),
com1Enabled(6),
com2(8),
com2Enabled(10),
com3(16),
com3Enabled(18),
com4(32),
com4Enabled(34),
comPortsAutoConfig(64),
enabledAndAutoConfig(66)
}
DellideControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
ideControlAutoConfigOrEnableCapable(2)
}
DellideControlSettingsUnique ::=
INTEGER {
unknown(1),
ideControlAutoConfigEnabledOrEnabled(2)
}
DellDisketteControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
disketteAutoConfigOrEnableCapable(2),
disketteReadOnlyCapable(4),
disketteAutoConfigOrEnableCapableandReadOnlyCapable(6)
}
DellDisketteControlSettingsUnique ::=
INTEGER {
unknown(1),
disketteAutoConfigEnabledOrEnabled(2),
disketteisReadOnly(4)
}
DellNetworkInterfaceControlCapabilitiesUnique ::=
INTEGER {
unknown(1),
enableCapable(2),
enableWithoutPXECapable(4)
}
DellNetworkInterfaceControlSettingsUnique ::=
INTEGER {
unknown(1),
enabled(2),
enabledWithoutPXE(4)
}
DellLocalResponseAgentCapabilitiesUnique ::=
INTEGER {
speakerControlCapable(1),
consoleAlertCapable(2),
broadcastMessageCapable(4),
osShutDownCapable(8),
rebootCapable(16),
powerCycleCapable(32),
powerOFFCapable(64),
executeApplicationCapable(256),
lraFullyCapable(383)
}
DellLRAThermalShutdownCapabilitiesUnique ::=
INTEGER {
unknownCapabilities(1),
enableCapable(2),
warningCapable(4),
enableOnWarningCapable(6),
failureCapable(8),
enableOnFailureCapable(10),
enableOnWarningOrFailureCapable(14)
}
DellLRAThermalShutdownStateSettingsUnique ::=
INTEGER {
unknown(1),
activatedOnWarning(6),
activatedOnFailure(10)
}
DellLocalResponseAgentSettingsUnique ::=
INTEGER {
speakerControl(1),
consoleAlert(2),
broadcastMessage(4),
osShutDown(8),
reboot(16),
powerCycle(32),
powerOFF(64),
executeApplication(256),
allLRASettingsUnique(383)
}
DellCooOwnershipCodes ::=
INTEGER {
other(1),
unknown(2),
owned(3),
leased(4),
rented(5),
offOfLease(6),
transfer(7)
}
DellCooHourDayDurationType ::=
INTEGER {
unknown(1),
hours(2),
days(3)
}
DellCooDayMonthDurationType ::=
INTEGER {
unknown(1),
days(3),
months(4)
}
DellCooMonthYearDurationType ::=
INTEGER {
unknown(1),
months(4),
years(5)
}
DellClusterType ::=
INTEGER {
unknown(1),
highAvailabilityCluster(2)
}
DellBMCSerialConnectionModeCapabilities ::=
INTEGER {
modemBasic(1),
modemPPP(2),
modemTerminal(4),
directBasic(8),
directPPP(16),
directTerminal(32)
}
DellBMCSerialConnectionModeSettings ::=
INTEGER {
modemBasic(1),
modemPPP(2),
modemTerminal(4),
directBasic(8),
directPPP(16),
directTerminal(32)
}
DellBMCSerialFlowControlType ::=
INTEGER {
rtsCts(1),
xonXoff(2)
}
DellBMCSerialBitRateType ::=
INTEGER {
bps9600(6),
bps19200(7),
bps38400(8),
bps57600(9),
bps115200(10)
}
DellBMCLANIPAddressSourceType ::=
INTEGER {
static(1),
dhcp(2),
biosOrSystemSoftware(3),
other(4)
}
dell OBJECT IDENTIFIER ::= { enterprises 674 }
server3 OBJECT IDENTIFIER ::= { dell 10892 }
baseboardGroup OBJECT IDENTIFIER ::= { server3 1 }
mIBVersionGroup OBJECT IDENTIFIER ::= { baseboardGroup 1 }
systemManagementSoftwareGroup OBJECT IDENTIFIER ::= { baseboardGroup 100 }
systemStateGroup OBJECT IDENTIFIER ::= { baseboardGroup 200 }
chassisInformationGroup OBJECT IDENTIFIER ::= { baseboardGroup 300 }
operatingSystemGroup OBJECT IDENTIFIER ::= { baseboardGroup 400 }
systemResourceGroup OBJECT IDENTIFIER ::= { baseboardGroup 500 }
powerGroup OBJECT IDENTIFIER ::= { baseboardGroup 600 }
thermalGroup OBJECT IDENTIFIER ::= { baseboardGroup 700 }
userSecurityGroup OBJECT IDENTIFIER ::= { baseboardGroup 800 }
remoteFlashBIOSGroup OBJECT IDENTIFIER ::= { baseboardGroup 900 }
portGroup OBJECT IDENTIFIER ::= { baseboardGroup 1000 }
deviceGroup OBJECT IDENTIFIER ::= { baseboardGroup 1100 }
slotGroup OBJECT IDENTIFIER ::= { baseboardGroup 1200 }
memoryGroup OBJECT IDENTIFIER ::= { baseboardGroup 1300 }
biosSetUpControlGroup OBJECT IDENTIFIER ::= { baseboardGroup 1400 }
lraGroup OBJECT IDENTIFIER ::= { baseboardGroup 1500 }
cooGroup OBJECT IDENTIFIER ::= { baseboardGroup 1600 }
clusterGroup OBJECT IDENTIFIER ::= { baseboardGroup 1800 }
bmcGroup OBJECT IDENTIFIER ::= { baseboardGroup 1900 }
alertGroup OBJECT IDENTIFIER ::= { baseboardGroup 5000 }
mIBMajorVersionNumber OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0001.0001 This attribute defines the major version number for the version
of this MIB supported by the systems management software."
::= { mIBVersionGroup 1 }
mIBMinorVersionNumber OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0001.0002 This attribute defines the minor version number for the version
of this MIB supported by the systems management software."
::= { mIBVersionGroup 2 }
mIBMaintenanceVersionNumber OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0001.0003 This attribute defines the maintenance version number for the
version of this MIB supported by the systems management software."
::= { mIBVersionGroup 3 }
systemManagementSoftwareName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0001 This attribute defines the product name of the
systems management software."
::= { systemManagementSoftwareGroup 1 }
systemManagementSoftwareVersionNumberName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0002 This attribute defines the version number of the
instrumentation component of the systems management software."
::= { systemManagementSoftwareGroup 2 }
systemManagementSoftwareBuildNumber OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0003 This attribute defines the build number of the
instrumentation component of the systems management software."
::= { systemManagementSoftwareGroup 3 }
systemManagementSoftwareDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0004 This attribute defines the description of the
systems management software."
::= { systemManagementSoftwareGroup 4 }
systemManagementSoftwareSupportedProtocol OBJECT-TYPE
SYNTAX INTEGER {
supportsSNMP(1),
supportsDMI(2),
supportsSNMPandDMI(3),
supportsCIMOM(4),
supportsSNMPandCIMOM(5),
supportsSNMPandDMIandCIMOM(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0005 This attribute defines the protocols supported by the
instrumentation component of the systems management software."
::= { systemManagementSoftwareGroup 5 }
systemManagementSoftwarePreferredProtocol OBJECT-TYPE
SYNTAX INTEGER {
supportsSNMP(1),
supportsDMI(2),
supportsSNMPandDMI(3),
supportsCIMOM(4),
supportsSNMPandCIMOM(5),
supportsSNMPandDMIandCIMOM(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0006 This attribute defines the protocol preferred by the
instrumentation component of the systems management software."
::= { systemManagementSoftwareGroup 6 }
systemManagementSoftwareUpdateLevelName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0007 This attribute defines the update level of the
instrumentation component of the systems management software."
::= { systemManagementSoftwareGroup 7 }
systemManagementSoftwareURLName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0008 This attribute defines the Universal Resource Locator (URL)
of the systems management software."
::= { systemManagementSoftwareGroup 8 }
systemManagementSoftwareLanguageName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0009 This attribute defines the language of the
systems management software."
::= { systemManagementSoftwareGroup 9 }
systemManagementSoftwareGlobalVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0010 This attribute defines the global version of the
systems management software."
::= { systemManagementSoftwareGroup 10 }
systemManagementSoftwareFeatureFlags OBJECT-TYPE
SYNTAX INTEGER {
webOneToOneManagementPreferred(1)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0011 This attribute defines the features of the systems management
software. If the value is zero, none of the features are enabled.
Note: This attribute is a bit field, so the value returned may be
a combination of the bit masks defined in SMSFeatureFlags."
::= { systemManagementSoftwareGroup 11 }
systemManagementSoftwareSNMPAgentFeatureFlags OBJECT-TYPE
SYNTAX INTEGER {
supportsSparseTables(1)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0100.0012 This attribute defines the features of the SNMP agent
software provided by the operating system. If the value is zero,
none of the features are enabled. Note: This attribute is a bit field,
so the value returned may be a combination of the bit masks defined
in SMSSNMPAgentFeatureFlags."
::= { systemManagementSoftwareGroup 12 }
systemManagementSoftwareSNMPAgentFeatureFlags ::=
SEQUENCE {
systemStatechassisIndex DellObjectRange,
systemStateGlobalSystemStatus DellStatus,
systemStateChassisState DellStateSettings,
systemStateChassisStatus DellStatus,
systemStatePowerUnitStateDetails OCTET STRING,
systemStatePowerUnitStatusRedundancy DellStatusRedundancy,
systemStatePowerUnitStatusDetails OCTET STRING,
systemStatePowerSupplyStateDetails OCTET STRING,
systemStatePowerSupplyStatusCombined DellStatus,
systemStatePowerSupplyStatusDetails OCTET STRING,
systemStateVoltageStateDetails OCTET STRING,
systemStateVoltageStatusCombined DellStatus,
systemStateVoltageStatusDetails OCTET STRING,
systemStateAmperageStateDetails OCTET STRING,
systemStateAmperageStatusCombined DellStatus,
systemStateAmperageStatusDetails OCTET STRING,
systemStateCoolingUnitStateDetails OCTET STRING,
systemStateCoolingUnitStatusRedundancy DellStatusRedundancy,
systemStateCoolingUnitStatusDetails OCTET STRING,
systemStateCoolingDeviceStateDetails OCTET STRING,
systemStateCoolingDeviceStatusCombined DellStatus,
systemStateCoolingDeviceStatusDetails OCTET STRING,
systemStateTemperatureStateDetails OCTET STRING,
systemStateTemperatureStatusCombined DellStatus,
systemStateTemperatureStatusDetails OCTET STRING,
systemStateMemoryDeviceStateDetails OCTET STRING,
systemStateMemoryDeviceStatusCombined DellStatus,
systemStateMemoryDeviceStatusDetails OCTET STRING,
systemStateChassisIntrusionStateDetails OCTET STRING,
systemStateChassisIntrusionStatusCombined DellStatus,
systemStateChassisIntrusionStatusDetails OCTET STRING,
systemStateACPowerSwitchStateDetails OCTET STRING,
systemStateACPowerSwitchStatusRedundancy DellStatusRedundancy,
systemStateACPowerSwitchStatusDetails OCTET STRING,
systemStateACPowerCordStateDetails OCTET STRING,
systemStateACPowerCordStatusCombined DellStatus,
systemStateACPowerCordStatusDetails OCTET STRING,
systemStateRedundantMemoryUnitStateDetails OCTET STRING,
systemStateRedundantMemoryUnitStatusRedundancy DellStatusRedundancy,
systemStateRedundantMemoryUnitStatusDetails OCTET STRING,
systemStateEventLogStatus DellStatus,
systemStatePowerUnitStatusCombined DellStatus,
systemStatePowerUnitStatusList OCTET STRING,
systemStateCoolingUnitStatusCombined DellStatus,
systemStateCoolingUnitStatusList OCTET STRING,
systemStateACPowerSwitchStatusCombined DellStatus,
systemStateACPowerSwitchStatusList OCTET STRING,
systemStateRedundantMemoryUnitStatusCombined DellStatus,
systemStateRedundantMemoryUnitStatusList OCTET STRING,
systemStateProcessorDeviceStatusCombined DellStatus,
systemStateProcessorDeviceStatusList OCTET STRING
}
systemStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemStateTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010 This object defines the System State Table."
::= { systemStateGroup 10 }
systemStateTableEntry OBJECT-TYPE
SYNTAX SystemStateTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001 This object defines the System State Table Entry."
INDEX { systemStatechassisIndex }
::= { systemStateTable 1 }
systemStatechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0001 This attribute defines the index (one based) of this
chassis."
::= { systemStateTableEntry 1 }
systemStateGlobalSystemStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0002 This attribute defines the global system status
of all chassis being monitored by the systems management software."
::= { systemStateTableEntry 2 }
systemStateChassisState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0003 This attribute defines the state settings of this
chassis."
::= { systemStateTableEntry 3 }
systemStateChassisStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0004 This attribute defines the status of this chassis."
::= { systemStateTableEntry 4 }
systemStatePowerUnitStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0005 This attribute lists the state settings of each
power unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a power unit. The first byte returned represents the state settings
of the first power unit, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 5 }
systemStatePowerUnitStatusRedundancy OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0006 This attribute defines the combined redundancy status
of all power units of this chassis."
::= { systemStateTableEntry 6 }
systemStatePowerUnitStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0007 This attribute lists the redundancy status of each
power unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the redundancy status
of a power unit. The first byte returned represents the redundancy status
of the first power unit, etc. The bytes have the same definition type as
DellStatusRedundancy."
::= { systemStateTableEntry 7 }
systemStatePowerSupplyStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0008 This attribute lists the state settings of each
power supply of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a power supply. The first byte returned represents the state settings
of the first power supply, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 8 }
systemStatePowerSupplyStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0009 This attribute defines the combined status of all
power supplies of this chassis."
::= { systemStateTableEntry 9 }
systemStatePowerSupplyStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0010 This attribute lists the status of each power supply
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a power supply.
The first byte returned represents the status of the first power supply,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 10 }
systemStateVoltageStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0011 This attribute lists the state settings of each
voltage probe of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a voltage probe. The first byte returned represents the state settings
of the first voltage probe, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 11 }
systemStateVoltageStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0012 This attribute defines the combined status of all
voltage probes of this chassis."
::= { systemStateTableEntry 12 }
systemStateVoltageStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0013 This attribute lists the status of each voltage probe
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a voltage probe.
The first byte returned represents the status of the first voltage probe,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 13 }
systemStateAmperageStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0014 This attribute lists the state settings of each
amperage probe of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of an amperage probe. The first byte returned represents the state settings
of the first amperage probe, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 14 }
systemStateAmperageStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0015 This attribute defines the combined status of all
amperage probes of this chassis."
::= { systemStateTableEntry 15 }
systemStateAmperageStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0016 This attribute lists the status of each amperage probe
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of an amperage probe.
The first byte returned represents the status of the first amperage probe,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 16 }
systemStateCoolingUnitStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0017 This attribute lists the state settings of each
cooling unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a cooling unit. The first byte returned represents the state settings
of the first cooling unit, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 17 }
systemStateCoolingUnitStatusRedundancy OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0018 This attribute defines the combined redundancy status
of all cooling units of this chassis."
::= { systemStateTableEntry 18 }
systemStateCoolingUnitStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0019 This attribute lists the redundancy status of each
cooling unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the redundancy status
of a cooling unit. The first byte returned represents the redundancy status
of the first cooling unit, etc. The bytes have the same definition type as
DellStatusRedundancy."
::= { systemStateTableEntry 19 }
systemStateCoolingDeviceStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0020 This attribute lists the state settings of each
cooling device of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a cooling device. The first byte returned represents the state settings
of the first cooling device, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 20 }
systemStateCoolingDeviceStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0021 This attribute defines the combined status of all
cooling devices of this chassis."
::= { systemStateTableEntry 21 }
systemStateCoolingDeviceStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0022 This attribute lists the status of each cooling device
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a cooling device.
The first byte returned represents the status of the first cooling device,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 22 }
systemStateTemperatureStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0023 This attribute lists the state settings of each
temperature probe of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a temperature probe. The first byte returned represents the state settings
of the first temperature probe, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 23 }
systemStateTemperatureStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0024 This attribute defines the combined status of all
temperature probes of this chassis."
::= { systemStateTableEntry 24 }
systemStateTemperatureStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0025 This attribute lists the status of each temperature probe
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a temperature probe.
The first byte returned represents the status of the first temperature probe,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 25 }
systemStateMemoryDeviceStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0026 This attribute lists the state settings of each
memory device of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of a memory device. The first byte returned represents the state settings
of the first memory device, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 26 }
systemStateMemoryDeviceStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0027 This attribute defines the combined status of all
memory devices of this chassis."
::= { systemStateTableEntry 27 }
systemStateMemoryDeviceStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0028 This attribute lists the status of each memory device
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a memory device.
The first byte returned represents the status of the first memory device,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 28 }
systemStateChassisIntrusionStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0029 This attribute lists the state settings of each
intrusion detection device of this chassis. The results are returned as
a binary octet string where each byte of the octet string represents the
state settings of an intrusion detection device. The first byte returned
represents the state settings of the first intrusion detection device, etc.
The bytes have the same definition type as DellStateSettings."
::= { systemStateTableEntry 29 }
systemStateChassisIntrusionStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0030 This attribute defines the combined status of all
intrusion detection devices of this chassis."
::= { systemStateTableEntry 30 }
systemStateChassisIntrusionStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0031 This attribute lists the status of each intrusion
detection device of this chassis. The results are returned as a binary
octet string where each byte of the octet string represents the status
of an intrusion detection device. The first byte returned represents the
status of the first intrusion detection device, etc. The bytes have the
same definition type as DellStatus."
::= { systemStateTableEntry 31 }
systemStateACPowerSwitchStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0032 This attribute lists the state settings of each
AC power switch of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the state settings
of an AC power switch. The first byte returned represents the state settings
of the first AC power switch, etc. The bytes have the same definition type
as DellStateSettings."
::= { systemStateTableEntry 32 }
systemStateACPowerSwitchStatusRedundancy OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0033 This attribute defines the combined redundancy status
of all AC power switches of this chassis."
::= { systemStateTableEntry 33 }
systemStateACPowerSwitchStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0034 This attribute lists the redundancy status of each
AC power switch of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the redundancy status
of an AC power switch. The first byte returned represents the redundancy
status of the first AC power switch, etc. The bytes have the same definition
type as DellStatusRedundancy."
::= { systemStateTableEntry 34 }
systemStateACPowerCordStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0035 This attribute lists the state settings of each
AC power cord associated with an AC power switch of this chassis.
The results are returned as a binary octet string where each byte of
the octet string represents the state settings of an AC power cord.
The first byte returned represents the state settings of the first
AC power cord, etc. The bytes have the same definition type as
DellStateSettings."
::= { systemStateTableEntry 35 }
systemStateACPowerCordStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0036 This attribute defines the combined status of all
AC power cords for any AC power switches of this chassis."
::= { systemStateTableEntry 36 }
systemStateACPowerCordStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0037 This attribute lists the status of each AC power cord
associated with an AC power switch of this chassis. The results are returned
as a binary octet string where each byte of the octet string represents
the status of an AC power cord. The first byte returned represents the status
of the first AC power cord, etc. The bytes have the same definition type
as DellStatus."
::= { systemStateTableEntry 37 }
systemStateRedundantMemoryUnitStateDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0038 This attribute lists the state settings of each
redundant memory unit of this chassis. The results are returned as
a binary octet string where each byte of the octet string represents
the state settings of a redundant memory unit. The first byte returned
represents the state settings of the first redundant memory unit, etc.
The bytes have the same definition type as DellStateSettings."
::= { systemStateTableEntry 38 }
systemStateRedundantMemoryUnitStatusRedundancy OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0039 This attribute defines the combined redundancy status
of all redundant memory units of this chassis."
::= { systemStateTableEntry 39 }
systemStateRedundantMemoryUnitStatusDetails OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0040 This attribute lists the redundancy status of each
redundant memory unit of this chassis. The results are returned as a binary
octet string where each byte of the octet string represents the redundancy
status of a redundant memory unit. The first byte returned represents the
redundancy status of the first redundant memory unit, etc. The bytes have
the same definition type as DellStatusRedundancy."
::= { systemStateTableEntry 40 }
systemStateEventLogStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0041 This attribute defines the overall status of the
(ESM) event log of this chassis."
::= { systemStateTableEntry 41 }
systemStatePowerUnitStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0042 This attribute defines the combined status
of all power units of this chassis."
::= { systemStateTableEntry 42 }
systemStatePowerUnitStatusList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0043 This attribute lists the status of each
power unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the status
of a power unit. The first byte returned represents the status
of the first power unit, etc. The bytes have the same definition type
as DellStatus."
::= { systemStateTableEntry 43 }
systemStateCoolingUnitStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0044 This attribute defines the combined status
of all cooling units of this chassis."
::= { systemStateTableEntry 44 }
systemStateCoolingUnitStatusList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0045 This attribute lists the status of each
cooling unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the status
of a cooling unit. The first byte returned represents the status
of the first cooling unit, etc. The bytes have the same definition type
as DellStatus."
::= { systemStateTableEntry 45 }
systemStateACPowerSwitchStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0046 This attribute defines the combined status
of all AC power switches of this chassis."
::= { systemStateTableEntry 46 }
systemStateACPowerSwitchStatusList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0047 This attribute lists the status of each
AC power switch of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the status
of an AC power switch. The first byte returned represents the status
of the first AC power switch, etc. The bytes have the same definition type
as DellStatus."
::= { systemStateTableEntry 47 }
systemStateRedundantMemoryUnitStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0048 This attribute defines the combined status
of all redundant memory units of this chassis."
::= { systemStateTableEntry 48 }
systemStateRedundantMemoryUnitStatusList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0049 This attribute lists the status of each
redundant memory unit of this chassis. The results are returned as a binary
octet string where each byte of the octet string represents the status
of a redundant memory unit. The first byte returned represents the status
of the first redundant memory unit, etc. The bytes have the same definition
type as DellStatus."
::= { systemStateTableEntry 49 }
systemStateProcessorDeviceStatusCombined OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0050 This attribute defines the combined status of all
processor devices of this chassis."
::= { systemStateTableEntry 50 }
systemStateProcessorDeviceStatusList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0200.0010.0001.0051 This attribute lists the status of each processor device
of this chassis. The results are returned as a binary octet string where
each byte of the octet string represents the status of a processor device.
The first byte returned represents the status of the first processor device,
etc. The bytes have the same definition type as DellStatus."
::= { systemStateTableEntry 51 }
systemStateProcessorDeviceStatusList ::=
SEQUENCE {
chassisIndexChassisInformation DellObjectRange,
chassisStateCapabilities DellStateCapabilities,
chassisStateSettings DellStateSettings,
chassisStatus DellStatus,
chassisparentIndexReference DellObjectRange,
chassisType DellChassisType,
chassisName DellString,
chassisManufacturerName DellString,
chassisModelName DellString,
chassisAssetTagName DisplayString,
chassisServiceTagName DisplayString,
chassisID DellUnsigned8BitRange,
chassisIDExtension DellUnsigned16BitRange,
chassisSystemClass DellChassisSystemClass,
chassisSystemName DellString,
chassisSystemBootDateName DellDateName,
chassisSystemDateName DellDateName,
chassisSystemLocationName DellString,
chassisSystemPrimaryUserName DellString,
chassisSystemUserPhoneNumberName DellString,
chassisConnectionStatusUnique DellConnectionStatus,
chassisFanControlCapabilitiesUnique DellFanControlCapabilities,
chassisFanControlSettingsUnique DellFanControlSettings,
chassisLEDControlCapabilitiesUnique DellLEDControlCapabilities,
chassisLEDControlSettingsUnique DellLEDControlSettings,
chassisHDFaultClearControlCapabilities DellHDFaultLEDControlCapabilities,
chassisHDFaultClearControlSettings DellHDFaultLEDControlSettings,
chassisIdentifyFlashControlCapabilities DellChassisIdentifyControlCapabilities,
chassisIdentifyFlashControlSettings DellChassisIdentifyControlSettings,
chassisLockPresent DellBoolean,
chassishostControlCapabilitiesUnique DellHostControlCapabilities,
chassishostControlSettingsUnique DellHostControlSettings,
chassiswatchDogControlCapabilitiesUnique DellWatchDogControlCapabilities,
chassiswatchDogControlSettingsUnique DellWatchControlSettings,
chassiswatchDogControlExpiryTimeCapabilitiesUnique DellWatchDogTimerCapabilities,
chassiswatchDogControlExpiryTime DellUnsigned16BitRange,
chassisallowSETCommandsfromSNMP DellBoolean,
chassisPowerButtonControlCapabilitiesUnique DellPowerButtonControlCapabilities,
chassisPowerButtonControlSettingsUnique DellPowerButtonControlSettings,
chassisResellerName DisplayString,
chassisResellerContactInformationName DisplayString,
chassisResellerProductName DisplayString,
chassisResellerSystemID DellUnsigned16BitRange,
chassisNMIButtonControlCapabilitiesUnique DellNMIButtonControlCapabilities,
chassisNMIButtonControlSettingsUnique DellNMIButtonControlSettings
}
chassisInformationTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChassisInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010 This object defines the Chassis Information Table."
::= { chassisInformationGroup 10 }
chassisInformationTableEntry OBJECT-TYPE
SYNTAX ChassisInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001 This object defines the Chassis Information Table Entry."
INDEX { chassisIndexChassisInformation }
::= { chassisInformationTable 1 }
chassisIndexChassisInformation OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0001 This attribute defines the index (one based) of the
chassis."
::= { chassisInformationTableEntry 1 }
chassisStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0002 This attribute defines the state capabilities of the
chassis."
::= { chassisInformationTableEntry 2 }
chassisStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0003 This attribute defines the state settings of the
chassis."
::= { chassisInformationTableEntry 3 }
chassisStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0004 This attribute defines the status of the chassis."
::= { chassisInformationTableEntry 4 }
chassisparentIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0005 This attribute defines the index (one based) to the
parent chassis of this chassis, if any."
::= { chassisInformationTableEntry 5 }
chassisType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
desktop(3),
lowProfileDesktop(4),
pizzaBox(5),
miniTower(6),
tower(7),
portable(8),
lapTop(9),
noteBook(10),
handHeld(11),
dockingStation(12),
allInOne(13),
subNoteBook(14),
spaceSaving(15),
lunchBox(16),
mainSystemChassis(17),
expansionChassis(18),
subChassis(19),
busExpansionChassis(20),
peripheralChassis(21),
raidChassis(22),
rackMountChassis(23),
sealedCasePC(24),
multiSystemChassis(25)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0006 This attribute defines the chassis type of the chassis."
::= { chassisInformationTableEntry 6 }
chassisName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0007 This attribute defines the user-assigned name of the
chassis."
::= { chassisInformationTableEntry 7 }
chassisManufacturerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0008 This attribute defines the name of the manufacturer
of the chassis."
::= { chassisInformationTableEntry 8 }
chassisModelName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0009 This attribute defines the system model type of the
chassis."
::= { chassisInformationTableEntry 9 }
chassisAssetTagName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..10))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0010 This attribute defines the asset tag name of the
chassis."
::= { chassisInformationTableEntry 10 }
chassisServiceTagName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..7))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0011 This attribute defines the service tag name of the
chassis."
::= { chassisInformationTableEntry 11 }
chassisID OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0012 This attribute defines the system ID. If the value
is 254 (0xFE), the attribute chassisIDExtension provides the system ID."
::= { chassisInformationTableEntry 12 }
chassisIDExtension OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0013 This attribute defines the system ID extension."
::= { chassisInformationTableEntry 13 }
chassisSystemClass OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
workstationClass(3),
serverClass(4),
desktopClass(5),
portableClass(6),
netPCClass(7),
storageClass(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0014 This attribute defines the chassis class of the
chassis."
::= { chassisInformationTableEntry 14 }
chassisSystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0015 This attribute defines system name of the system."
::= { chassisInformationTableEntry 15 }
chassisSystemBootDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0016 This attribute defines boot time of the system.
Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes and ss are the seconds.
uuuuuu is the number of microseconds, and +fff or -fff is the offset from
UTC in minutes."
::= { chassisInformationTableEntry 16 }
chassisSystemDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0017 This attribute defines the current time of the system.
Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes and ss are the seconds.
uuuuuu is the number of microseconds, and +fff or -fff is the offset from
UTC in minutes."
::= { chassisInformationTableEntry 17 }
chassisSystemLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0018 This attribute defines the location of the system."
::= { chassisInformationTableEntry 18 }
chassisSystemPrimaryUserName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0019 This attribute defines the name of the primary user
of the system."
::= { chassisInformationTableEntry 19 }
chassisSystemUserPhoneNumberName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0020 This attribute defines the phone number of the primary
user of the system."
::= { chassisInformationTableEntry 20 }
chassisConnectionStatusUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(2),
ok(3),
failure(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0021 This attribute defines the status of the connection
of the chassis."
::= { chassisInformationTableEntry 21 }
chassisFanControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
lowSpeedCapable(2),
highSpeedCapable(4),
lowOrHighSpeedCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0022 This attribute defines the capabilities of the
fan control hardware in the chassis."
::= { chassisInformationTableEntry 22 }
chassisFanControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
lowSpeed(2),
highSpeed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0023 This attribute defines the reading and setting of the
fan control hardware in the chassis."
::= { chassisInformationTableEntry 23 }
chassisLEDControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
alertOnErrorCapable(2),
alertOnWarningAndErrorCapable(4),
alertOnWarningOrErrorCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0024 This attribute defines the capabilities of the
LED control hardware in the chassis."
::= { chassisInformationTableEntry 24 }
chassisLEDControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
alertOnError(2),
alertOnWarningAndError(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0025 This attribute defines the reading and setting of the
LED control hardware in the chassis."
::= { chassisInformationTableEntry 25 }
chassisHDFaultClearControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
resetCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0026 This attribute defines if the chassis allows reset
of the chassis hard disk drive fault LED."
::= { chassisInformationTableEntry 26 }
chassisHDFaultClearControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
reset(8),
resetAndEnable(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0027 This attribute allows reset of a chassis hard disk
drive fault LED."
::= { chassisInformationTableEntry 27 }
chassisIdentifyFlashControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
identifyCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0028 This attribute defines if the chassis allows setting
of the chassis front panel LED to flash."
::= { chassisInformationTableEntry 28 }
chassisIdentifyFlashControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
identifyChassis(8),
identifyChassisAndEnable(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0029 This attribute setting causes the chassis front panel
LED to flash."
::= { chassisInformationTableEntry 29 }
chassisLockPresent OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0030 If true, a chassis lock is present on the chassis."
::= { chassisInformationTableEntry 30 }
chassishostControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
manualRebootCapable(1),
manualPowerOFFCapable(2),
manualPowerCycleCapable(4),
manualAllExceptOperatingSystemShutdownCapable(7),
manualOperatingSystemShutdownCapable(8),
manualFullyCapable(15)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.031 This attribute defines the capabilities of the
host control function."
::= { chassisInformationTableEntry 31 }
chassishostControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
manualReboot(1),
manualPowerOFF(2),
manualPowerCycle(4),
manualOperatingSystemShutdown(8),
manualOperatingSystemShutdownThenReboot(9),
manualOperatingSystemShutdownThenPowerOFF(10),
manualOperatingSystemShutdownThenPowerCycle(12)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0032 This attribute defines the settings of the
host control function."
::= { chassisInformationTableEntry 32 }
chassiswatchDogControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
automaticRebootCapable(1),
automaticPowerCycleCapable(2),
automaticNotificationCapable(4),
automaticWatchDogTimerCapable(8),
automaticPowerOffCapable(16),
automaticAllExceptNotificationCapable(27),
automaticFullyCapable(31)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0033 This attribute defines the capabilities of the
watchdog control function."
::= { chassisInformationTableEntry 33 }
chassiswatchDogControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
automaticRebootEnabled(1),
automaticPowerCycleEnabled(2),
automaticNotificationEnabled(4),
automaticPowerOffEnabled(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0034 This attribute defines the settings of the
watchdog control function."
::= { chassisInformationTableEntry 34 }
chassiswatchDogControlExpiryTimeCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
type1Capable(1),
type2Capable(2),
type3Capable(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0035 This attribute defines the capabilities of the
watchdog control expiry timer function."
::= { chassisInformationTableEntry 35 }
chassiswatchDogControlExpiryTime OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0036 This attribute defines the current watchdog timer
value in seconds."
::= { chassisInformationTableEntry 36 }
chassisallowSETCommandsfromSNMP OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0037 This attribute defines if SNMP SET type commands
are allowed or not."
::= { chassisInformationTableEntry 37 }
chassisPowerButtonControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0038 This attribute defines the capabilities of the
power button control hardware in the chassis."
::= { chassisInformationTableEntry 38 }
chassisPowerButtonControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
disabled(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0039 This attribute defines the reading and setting of
the power button control hardware in the chassis."
::= { chassisInformationTableEntry 39 }
chassisResellerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0040 This attribute defines the name of the system reseller."
::= { chassisInformationTableEntry 40 }
chassisResellerContactInformationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0041 This attribute defines the contact information
for the system reseller."
::= { chassisInformationTableEntry 41 }
chassisResellerProductName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0042 This attribute defines the reseller's product name
for the system."
::= { chassisInformationTableEntry 42 }
chassisResellerSystemID OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0043 This attribute defines the reseller's system ID
for the system."
::= { chassisInformationTableEntry 43 }
chassisNMIButtonControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0044 This attribute defines the capabilities of the
NMI button control hardware in the chassis."
::= { chassisInformationTableEntry 44 }
chassisNMIButtonControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
disabled(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0010.0001.0045 This attribute defines the reading and setting of
the NMI button control hardware in the chassis."
::= { chassisInformationTableEntry 45 }
chassisNMIButtonControlSettingsUnique ::=
SEQUENCE {
uUIDchassisIndex DellObjectRange,
uUIDIndex DellObjectRange,
uUIDType DellUUIDType,
uUIDValue OCTET STRING
}
uUIDTable OBJECT-TYPE
SYNTAX SEQUENCE OF UUIDTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020 This object defines the Universal Unique ID (UUID) Table."
::= { chassisInformationGroup 20 }
uUIDTableEntry OBJECT-TYPE
SYNTAX UUIDTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020.0001 This object defines the UUID Table Entry."
INDEX { uUIDchassisIndex , uUIDIndex }
::= { uUIDTable 1 }
uUIDchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { uUIDTableEntry 1 }
uUIDIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020.0001.0002 This attribute defines the index (one based) of the UUID."
::= { uUIDTableEntry 2 }
uUIDType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
motherBoard(3),
systemBackPlane(4),
powerSupplyParallelingBoard(5),
peripheralBayBackPlane(6),
secondaryBackPlane(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020.0001.0003 This attribute defines the type of the UUID."
::= { uUIDTableEntry 3 }
uUIDValue OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(16))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0020.0001.0004 This attribute defines the value of the UUID."
::= { uUIDTableEntry 4 }
uUIDValue ::=
SEQUENCE {
postLogchassisIndex DellObjectRange,
postLogRecordIndex DellUnsigned32BitRange,
postLogStateCapabilitiesUnique DellStateCapabilitiesLogUnique,
postLogStateSettingsUnique DellStateSettingsLogUnique,
postLogRecord DisplayString,
postLogFormat DellLogFormat
}
postLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF PostLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030 This object defines the Power On Self Test (POST) Log Table."
::= { chassisInformationGroup 30 }
postLogTableEntry OBJECT-TYPE
SYNTAX PostLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001 This object defines the POST Log Table Entry."
INDEX { postLogchassisIndex , postLogRecordIndex }
::= { postLogTable 1 }
postLogchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { postLogTableEntry 1 }
postLogRecordIndex OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0002 This attribute defines the index (one based) of the
POST log record."
::= { postLogTableEntry 2 }
postLogStateCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
onlineCapable(2),
notReadyCapable(4),
resetCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0003 This attribute defines the state capabilities of the
object that is writing the POST log."
::= { postLogTableEntry 3 }
postLogStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
online(2),
notReady(4),
reset(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0004 This attribute defines the state settings of the
object that is writing the POST log."
::= { postLogTableEntry 4 }
postLogRecord OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..1024))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0005 This attribute defines the data of the POST log record."
::= { postLogTableEntry 5 }
postLogFormat OBJECT-TYPE
SYNTAX INTEGER {
raw(1),
ascii(2),
uniCode(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0030.0001.0006 This attribute defines the format of the POST log record."
::= { postLogTableEntry 6 }
postLogFormat ::=
SEQUENCE {
eventLogchassisIndex DellObjectRange,
eventLogRecordIndex DellUnsigned32BitRange,
eventLogStateCapabilitiesUnique DellStateCapabilitiesLogUnique,
eventLogStateSettingsUnique DellStateSettingsLogUnique,
eventLogRecord DisplayString,
eventLogFormat DellLogFormat,
eventLogSeverityStatus DellStatus,
eventLogDateName DellDateName
}
eventLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF EventLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040 This object defines the Event (ESM) Log Table."
::= { chassisInformationGroup 40 }
eventLogTableEntry OBJECT-TYPE
SYNTAX EventLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001 This object defines the Event (ESM) Log Table Entry."
INDEX { eventLogchassisIndex , eventLogRecordIndex }
::= { eventLogTable 1 }
eventLogchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { eventLogTableEntry 1 }
eventLogRecordIndex OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0002 This attribute defines the index (one based) of the
event log record."
::= { eventLogTableEntry 2 }
eventLogStateCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
onlineCapable(2),
notReadyCapable(4),
resetCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0003 This attribute defines the state capabilities of the
object that is writing the event log."
::= { eventLogTableEntry 3 }
eventLogStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
online(2),
notReady(4),
reset(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0004 This attribute defines the state settings of the
object that is writing the event log."
::= { eventLogTableEntry 4 }
eventLogRecord OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..1024))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0005 This attribute defines the data of the event log record."
::= { eventLogTableEntry 5 }
eventLogFormat OBJECT-TYPE
SYNTAX INTEGER {
raw(1),
ascii(2),
uniCode(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0006 This attribute defines the format of the event log record."
::= { eventLogTableEntry 6 }
eventLogSeverityStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0007 This attribute defines the severity of the
event log record."
::= { eventLogTableEntry 7 }
eventLogDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0040.0001.0008 This attribute defines the date and time of the
event log record."
::= { eventLogTableEntry 8 }
eventLogDateName ::=
SEQUENCE {
systemBIOSchassisIndex DellObjectRange,
systemBIOSIndex DellObjectRange,
systemBIOSStateCapabilities DellStateCapabilities,
systemBIOSStateSettings DellStateSettings,
systemBIOSStatus DellStatus,
systemBIOSSize DellUnsigned32BitRange,
systemBIOSReleaseDateName DellDateName,
systemBIOSVersionName DellString,
systemBIOSStartingAddress DellUnsigned64BitRange,
systemBIOSEndingAddress DellUnsigned64BitRange,
systemBIOSManufacturerName DellString,
systemBIOSCharacteristics DellUnsigned64BitRange,
systemBIOSCharacteristicsExt1 DellUnsigned8BitRange,
systemBIOSCharacteristicsExt2 DellUnsigned8BitRange
}
systemBIOSTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemBIOSTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050 This object defines the System BIOS Table."
::= { chassisInformationGroup 50 }
systemBIOSTableEntry OBJECT-TYPE
SYNTAX SystemBIOSTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001 This object defines the System BIOS Table Entry."
INDEX { systemBIOSchassisIndex , systemBIOSIndex }
::= { systemBIOSTable 1 }
systemBIOSchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemBIOSTableEntry 1 }
systemBIOSIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0002 This attribute defines the index (one based) of the
system BIOS."
::= { systemBIOSTableEntry 2 }
systemBIOSStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0003 This attribute defines the state capabilities of the
system BIOS."
::= { systemBIOSTableEntry 3 }
systemBIOSStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0004 This attribute defines the state settings of the
system BIOS."
::= { systemBIOSTableEntry 4 }
systemBIOSStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0005 This attribute defines the status of the system BIOS."
::= { systemBIOSTableEntry 5 }
systemBIOSSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0006 This attribute defines the image size of the
system BIOS in KBytes. Zero indicates size is unknown."
::= { systemBIOSTableEntry 6 }
systemBIOSReleaseDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0007 This attribute defines the release date name of the
system BIOS."
::= { systemBIOSTableEntry 7 }
systemBIOSVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0008 This attribute defines the version name of the
system BIOS."
::= { systemBIOSTableEntry 8 }
systemBIOSStartingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0009 This attribute defines the starting address of the
system BIOS. Zero indicates the starting address is unknown."
::= { systemBIOSTableEntry 9 }
systemBIOSEndingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0010 This attribute defines the ending address of the
system BIOS. Zero indicates the starting address is unknown."
::= { systemBIOSTableEntry 10 }
systemBIOSManufacturerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0011 This attribute defines the name of the manufacturer
of the system BIOS."
::= { systemBIOSTableEntry 11 }
systemBIOSCharacteristics OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0012 This attribute defines characteristics of the
system BIOS. This attribute is a bit field where a bit has the meaning
defined below when set to 1 (one). Bit 63 is the first bit in the value,
and bit 0 is the last bit in the value. See the description of
DellUnsigned64BitRange at the beginning of this file for more information
on the format of the value.
NOTE: Bits 48-63 need to be examined in the context of the system ID.
The system ID is available in the attribute chassisID. If the value
for chassisID is non-zero, bits 48-63 have the meaning defined below.
Bit
Position Meaning if Set
-------- --------------
Bit 0 Reserved
Bit 1 Reserved
Bit 2 Unknown
Bit 3 BIOS Characteristics Not Supported
Bit 4 ISA is supported
Bit 5 MCA is supported
Bit 6 EISA is supported
Bit 7 PCI is supported
Bit 8 PC Card (PCMCIA) is supported
Bit 9 Plug and Play is supported
Bit 10 APM is supported
Bit 11 BIOS is Upgradeable (Flash)
Bit 12 BIOS shadowing is allowed
Bit 13 VL-VESA is supported
Bit 14 ESCD support is available
Bit 15 Boot from CD is supported
Bit 16 Selectable Boot is supported
Bit 17 BIOS ROM is socketed
Bit 18 Boot From PC Card (PCMCIA) is supported
Bit 19 EDD (Enhanced Disk Drive) Specification is supported
Bit 20 Int 13h - Japanese Floppy for NEC 9800 1.2mb (3.5 in, 1k Bytes/Sector, 360 RPM) is supported
Bit 21 Int 13h - Japanese Floppy for Toshiba 1.2mb (3.5 in, 360 RPM) is supported
Bit 22 Int 13h - 5.25 in / 360 KB Floppy Services are supported
Bit 23 Int 13h - 5.25 in /1.2MB Floppy Services are supported
Bit 24 Int 13h - 3.5 in / 720 KB Floppy Services are supported
Bit 25 Int 13h - 3.5 in / 2.88 MB Floppy Services are supported
Bit 26 Int 5h, Print Screen Service is supported
Bit 27 Int 9h, 8042 Keyboard services are supported
Bit 28 Int 14h, Serial Services are supported
Bit 29 Int 17h, Printer Services are supported
Bit 30 Int 10h, CGA/Mono Video Services are supported
Bit 31 NEC PC-98
Bit 32-47 Reserved
Bit 48 Built-in NIC supports Magic Packet
Bit 49 System supports Wake-on-LAN
Bit 50 System supports chassis intrusion
Bit 51 Built-in NIC supports pattern-matching
Bit 52 System BIOS supports a 7-character service tag
Bit 53-63 Reserved"
::= { systemBIOSTableEntry 12 }
systemBIOSCharacteristicsExt1 OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0013 This attribute defines additional characteristics of the
system BIOS. This attribute is a bit field where a bit has the meaning
defined below when set to 1 (one).
Bit
Position Meaning if Set
-------- --------------
Bit 0 ACPI supported
Bit 1 USB Legacy is supported
Bit 2 AGP is supported
Bit 3 I2O boot is supported
Bit 4 LS-120 boot is supported
Bit 5 ATAPI ZIP Drive boot is supported
Bit 6 1394 boot is supported
Bit 7 Smart Battery supported"
::= { systemBIOSTableEntry 13 }
systemBIOSCharacteristicsExt2 OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0050.0001.0014 This attribute defines additional characteristics of the
system BIOS. This attribute is a bit field where a bit has the meaning
defined below when set to 1 (one).
Bit
Position Meaning if Set
-------- --------------
Bit 0 BIOS Boot Specification supported
Bit 1 Function key-initiated Network Service boot supported
Bit 2 Targeted Content Distribution supported
Bit 3-7 Reserved"
::= { systemBIOSTableEntry 14 }
systemBIOSCharacteristicsExt2 ::=
SEQUENCE {
firmwarechassisIndex DellObjectRange,
firmwareIndex DellObjectRange,
firmwareStateCapabilities DellStateCapabilities,
firmwareStateSettings DellStateSettings,
firmwareStatus DellStatus,
firmwareSize DellUnsigned16BitRange,
firmwareType DellFirmwareType,
firmwareTypeName DellString,
firmwareUpdateCapabilities DellUnsigned16BitRange,
firmwareDateName OCTET STRING,
firmwareVersionName DellString
}
firmwareTable OBJECT-TYPE
SYNTAX SEQUENCE OF FirmwareTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060 This object defines the Firmware Table."
::= { chassisInformationGroup 60 }
firmwareTableEntry OBJECT-TYPE
SYNTAX FirmwareTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001 This object defines the Firmware Table Entry."
INDEX { firmwarechassisIndex , firmwareIndex }
::= { firmwareTable 1 }
firmwarechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { firmwareTableEntry 1 }
firmwareIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0002 This attribute defines the index (one based) of the
firmware."
::= { firmwareTableEntry 2 }
firmwareStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0003 This attribute defines the state capabilities of the
firmware."
::= { firmwareTableEntry 3 }
firmwareStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0004 This attribute defines the state settings of the
firmware."
::= { firmwareTableEntry 4 }
firmwareStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0005 This attribute defines the status of the firmware."
::= { firmwareTableEntry 5 }
firmwareSize OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0006 This attribute defines the image size of the firmware
in KBytes. Zero indicates size is unknown."
::= { firmwareTableEntry 6 }
firmwareType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
systemBIOS(3),
embeddedSystemManagementController(4),
powerSupplyParallelingBoard(5),
systemBackPlane(6),
powerVault2XXSKernel(7),
powerVault2XXSApplication(8),
frontPanel(9),
baseboardManagementController(10),
hotPlugPCI(11),
sensorData(12),
peripheralBay(13),
secondaryBackPlane(14),
secondaryBackPlaneESM3And4(15),
rac4(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0007 This attribute defines the type of firmware."
::= { firmwareTableEntry 7 }
firmwareTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0008 This attribute defines the type name of the firmware."
::= { firmwareTableEntry 8 }
firmwareUpdateCapabilities OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0009 This attribute defines the bitmap of supported methods
for firmware update."
::= { firmwareTableEntry 9 }
firmwareDateName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0010 This attribute defines the release date of the firmware."
::= { firmwareTableEntry 10 }
firmwareVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0060.0001.0011 This attribute defines the version of the firmware."
::= { firmwareTableEntry 11 }
firmwareVersionName ::=
SEQUENCE {
intrusionchassisIndex DellObjectRange,
intrusionIndex DellObjectRange,
intrusionStateCapabilities DellStateCapabilities,
intrusionStateSettings DellStateSettings,
intrusionStatus DellStatus,
intrusionReading DellIntrusionReading,
intrusionType DellIntrusionType,
intrusionLocationName DellString
}
intrusionTable OBJECT-TYPE
SYNTAX SEQUENCE OF IntrusionTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070 This object defines the Intrusion Table."
::= { chassisInformationGroup 70 }
intrusionTableEntry OBJECT-TYPE
SYNTAX IntrusionTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001 This object defines the Intrusion Table Entry."
INDEX { intrusionchassisIndex , intrusionIndex }
::= { intrusionTable 1 }
intrusionchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { intrusionTableEntry 1 }
intrusionIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0002 This attribute defines the index (one based) of the
intrusion sensor."
::= { intrusionTableEntry 2 }
intrusionStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0003 This attribute defines the state capabilities of the
intrusion sensor."
::= { intrusionTableEntry 3 }
intrusionStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0004 This attribute defines the state settings of the
intrusion sensor."
::= { intrusionTableEntry 4 }
intrusionStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0005 This attribute defines the status of the
intrusion sensor."
::= { intrusionTableEntry 5 }
intrusionReading OBJECT-TYPE
SYNTAX INTEGER {
chassisNotBreached(1),
chassisBreached(2),
chassisBreachedPrior(3),
chassisBreachSensorFailure(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0006 This attribute defines the reading of the
intrusion sensor."
::= { intrusionTableEntry 6 }
intrusionType OBJECT-TYPE
SYNTAX INTEGER {
chassisBreachDetectionWhenPowerON(1),
chassisBreachDetectionWhenPowerOFF(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0007 This attribute defines the type of the
intrusion sensor."
::= { intrusionTableEntry 7 }
intrusionLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0070.0001.0008 This attribute defines the location of the
intrusion sensor."
::= { intrusionTableEntry 8 }
intrusionLocationName ::=
SEQUENCE {
baseBoardChassisIndex DellObjectRange,
baseBoardIndex DellObjectRange,
baseBoardStateCapabilities DellStateCapabilities,
baseBoardStateSettings DellStateSettings,
baseBoardStatus DellStatus,
baseBoardFeatureFlags DellBaseBoardFeatureFlags,
baseBoardType DellBaseBoardType,
baseBoardTypeName DellString,
baseBoardLocationName DellString,
baseBoardManufacturerName DellString,
baseBoardProductName DellString,
baseBoardVersionName DellString,
baseBoardServiceTagName DellString,
baseBoardPiecePartIDName DellString,
baseBoardAssetTagName DellString
}
baseBoardTable OBJECT-TYPE
SYNTAX SEQUENCE OF BaseBoardTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080 This object defines the Base Board Table."
::= { chassisInformationGroup 80 }
baseBoardTableEntry OBJECT-TYPE
SYNTAX BaseBoardTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001 This object defines the Base Board Table Entry."
INDEX { baseBoardChassisIndex , baseBoardIndex }
::= { baseBoardTable 1 }
baseBoardChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { baseBoardTableEntry 1 }
baseBoardIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0002 This attribute defines the index (one based) of the
base board."
::= { baseBoardTableEntry 2 }
baseBoardStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0003 This attribute defines the state capabilities of the
base board."
::= { baseBoardTableEntry 3 }
baseBoardStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0004 This attribute defines the state settings of the
base board."
::= { baseBoardTableEntry 4 }
baseBoardStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0005 This attribute defines the status of the base board."
::= { baseBoardTableEntry 5 }
baseBoardFeatureFlags OBJECT-TYPE
SYNTAX INTEGER {
boardIsHostingBoard(1),
boardRequiresDaughterBoard(2),
boardIsRemovable(4),
boardIsReplaceable(8),
boardIsHotSwappable(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0006 This attribute defines the features of the base board."
::= { baseBoardTableEntry 6 }
baseBoardType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
other(2),
serverBlade(3),
connectivitySwitch(4),
systemManagementModule(5),
processorModule(6),
ioModule(7),
memoryModule(8),
daughterBoard(9),
motherboard(10),
processorMemoryModule(11),
processorIOModule(12),
interconnectBoard(13)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0007 This attribute defines the type of the base board."
::= { baseBoardTableEntry 7 }
baseBoardTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0008 This attribute defines the type name of the base board."
::= { baseBoardTableEntry 8 }
baseBoardLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0009 This attribute defines the location of the base board."
::= { baseBoardTableEntry 9 }
baseBoardManufacturerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0010 This attribute defines the name of the manufacturer
of the base board."
::= { baseBoardTableEntry 10 }
baseBoardProductName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0011 This attribute defines the product name of the
base board."
::= { baseBoardTableEntry 11 }
baseBoardVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0012 This attribute defines the version of the base board."
::= { baseBoardTableEntry 12 }
baseBoardServiceTagName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0013 This attribute defines the service tag of the base board."
::= { baseBoardTableEntry 13 }
baseBoardPiecePartIDName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0014 This attribute defines the Piece Part ID (PPID) of the
base board."
::= { baseBoardTableEntry 14 }
baseBoardAssetTagName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0300.0080.0001.0015 This attribute defines the asset tag of the base board."
::= { baseBoardTableEntry 15 }
baseBoardAssetTagName ::=
SEQUENCE {
operatingSystemchassisIndex DellObjectRange,
operatingSystemStateCapabilities DellStateCapabilities,
operatingSystemStateSettings DellStateSettings,
operatingSystemStatus DellStatus,
operatingSystemIsPrimary DellBoolean,
operatingSystemOperatingSystemName DellString,
operatingSystemOperatingSystemVersionName DellString
}
operatingSystemTable OBJECT-TYPE
SYNTAX SEQUENCE OF OperatingSystemTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010 This object defines the Operating System Table."
::= { operatingSystemGroup 10 }
operatingSystemTableEntry OBJECT-TYPE
SYNTAX OperatingSystemTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001 This object defines the Operating System Table Entry."
INDEX { operatingSystemchassisIndex }
::= { operatingSystemTable 1 }
operatingSystemchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { operatingSystemTableEntry 1 }
operatingSystemStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0002 This attribute defines the state capabilities of the
operating system."
::= { operatingSystemTableEntry 2 }
operatingSystemStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0003 This attribute defines the state settings of the
operating system."
::= { operatingSystemTableEntry 3 }
operatingSystemStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0004 This attribute defines the status of the
operating system."
::= { operatingSystemTableEntry 4 }
operatingSystemIsPrimary OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0005 This attribute defines if this operating system is the
primary operating system or not."
::= { operatingSystemTableEntry 5 }
operatingSystemOperatingSystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0006 This attribute defines the name of the operating system."
::= { operatingSystemTableEntry 6 }
operatingSystemOperatingSystemVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0010.0001.0007 This attribute defines the version of the operating system."
::= { operatingSystemTableEntry 7 }
operatingSystemOperatingSystemVersionName ::=
SEQUENCE {
operatingSystemMemorychassisIndex DellObjectRange,
operatingSystemMemoryStateCapabilities DellStateCapabilities,
operatingSystemMemoryStateSettings DellStateSettings,
operatingSystemMemoryStatus DellStatus,
operatingSystemMemoryTotalPhysicalSize DellUnsigned32BitRange,
operatingSystemMemoryAvailablePhysicalSize DellUnsigned32BitRange,
operatingSystemMemoryTotalPageFileSize DellUnsigned32BitRange,
operatingSystemMemoryAvailablePageFileSize DellUnsigned32BitRange,
operatingSystemMemoryTotalVirtualSize DellUnsigned32BitRange,
operatingSystemMemoryAvailableVirtualSize DellUnsigned32BitRange
}
operatingSystemMemoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF OperatingSystemMemoryTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020 This object defines the Operating System Memory Table."
::= { operatingSystemGroup 20 }
operatingSystemMemoryTableEntry OBJECT-TYPE
SYNTAX OperatingSystemMemoryTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001 This object defines the Operating System Memory Table Entry."
INDEX { operatingSystemMemorychassisIndex }
::= { operatingSystemMemoryTable 1 }
operatingSystemMemorychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { operatingSystemMemoryTableEntry 1 }
operatingSystemMemoryStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0002 This attribute defines the state capabilities of the
operating system memory."
::= { operatingSystemMemoryTableEntry 2 }
operatingSystemMemoryStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0003 This attribute defines the state settings of the
operating system memory."
::= { operatingSystemMemoryTableEntry 3 }
operatingSystemMemoryStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0004 This attribute defines the status of the
operating system memory."
::= { operatingSystemMemoryTableEntry 4 }
operatingSystemMemoryTotalPhysicalSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0005 This attribute defines the total physical memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 5 }
operatingSystemMemoryAvailablePhysicalSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0006 This attribute defines the available physical memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 6 }
operatingSystemMemoryTotalPageFileSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0007 This attribute defines the total page file memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 7 }
operatingSystemMemoryAvailablePageFileSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0008 This attribute defines the available page file memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 8 }
operatingSystemMemoryTotalVirtualSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0009 This attribute defines the total virtual memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 9 }
operatingSystemMemoryAvailableVirtualSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0400.0020.0001.0010 This attribute defines the available virtual memory
for the operating system memory in KBytes."
::= { operatingSystemMemoryTableEntry 10 }
operatingSystemMemoryAvailableVirtualSize ::=
SEQUENCE {
systemResourceMapchassisIndex DellObjectRange,
systemResourceMapIndex DellObjectRange,
systemResourceMapStateCapabilities DellStateCapabilities,
systemResourceMapStateSettings DellStateSettings,
systemResourceMapStatus DellStatus,
systemResourceMapType DellSystemResourceMapType
}
systemResourceMapTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceMapTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010 This object defines the System Resource Map Table."
::= { systemResourceGroup 10 }
systemResourceMapTableEntry OBJECT-TYPE
SYNTAX SystemResourceMapTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001 This object defines the System Resource Map Table Entry."
INDEX { systemResourceMapchassisIndex , systemResourceMapIndex }
::= { systemResourceMapTable 1 }
systemResourceMapchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceMapTableEntry 1 }
systemResourceMapIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0002 This attribute defines the index (one based) of the
system resource map."
::= { systemResourceMapTableEntry 2 }
systemResourceMapStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0003 This attribute defines the state capabilities of the
system resource map."
::= { systemResourceMapTableEntry 3 }
systemResourceMapStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0004 This attribute defines the state settings of the
system resource map."
::= { systemResourceMapTableEntry 4 }
systemResourceMapStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0005 This attribute defines the status of the
system resource map."
::= { systemResourceMapTableEntry 5 }
systemResourceMapType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
typeOne(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0010.0001.0006 This attribute defines the type of the system resource map."
::= { systemResourceMapTableEntry 6 }
systemResourceMapType ::=
SEQUENCE {
systemResourceOwnerchassisIndex DellObjectRange,
systemResourceOwnerIndex DellObjectRange,
systemResourceOwnerStateCapabilities DellStateCapabilities,
systemResourceOwnerStateSettings DellStateSettings,
systemResourceOwnerStatus DellStatus,
systemResourceOwnerInterfaceType DellResourceOwnerInterfaceType,
systemResourceMapIndexReference DellObjectRange,
systemResourceOwnerDescriptionName DellString,
systemResourceOwnerInterfaceInstance DellObjectRange
}
systemResourceOwnerTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceOwnerTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020 This object defines the System Resource Owner Table."
::= { systemResourceGroup 20 }
systemResourceOwnerTableEntry OBJECT-TYPE
SYNTAX SystemResourceOwnerTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001 This object defines the System Resource Owner Table Entry."
INDEX { systemResourceOwnerchassisIndex , systemResourceOwnerIndex }
::= { systemResourceOwnerTable 1 }
systemResourceOwnerchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceOwnerTableEntry 1 }
systemResourceOwnerIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0002 This attribute defines the index of (one based) of the
system resource owner."
::= { systemResourceOwnerTableEntry 2 }
systemResourceOwnerStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0003 This attribute defines the state capabilities of the
system resource owner."
::= { systemResourceOwnerTableEntry 3 }
systemResourceOwnerStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0004 This attribute defines the state settings of the
system resource owner."
::= { systemResourceOwnerTableEntry 4 }
systemResourceOwnerStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0005 This attribute defines the status of the
system resource owner."
::= { systemResourceOwnerTableEntry 5 }
systemResourceOwnerInterfaceType OBJECT-TYPE
SYNTAX INTEGER {
typeIsOther(1),
typeIsUnknown(2),
typeIsInternal(3),
typeIsISA(4),
typeIsEISA(5),
typeIsMCA(6),
typeIsTurboChannel(7),
typeIsPCI(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0006 This attribute defines the interface type of the
system resource owner."
::= { systemResourceOwnerTableEntry 6 }
systemResourceMapIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0007 This attribute defines the index to the associated
system resource map."
::= { systemResourceOwnerTableEntry 7 }
systemResourceOwnerDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0008 This attribute defines the description of the
system resource owner."
::= { systemResourceOwnerTableEntry 8 }
systemResourceOwnerInterfaceInstance OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0020.0001.0009 This attribute defines the index to the associated
system resource owner interface type."
::= { systemResourceOwnerTableEntry 9 }
systemResourceOwnerInterfaceInstance ::=
SEQUENCE {
systemResourceIOPortchassisIndex DellObjectRange,
systemResourceIOPortIndex DellObjectRange,
systemResourceIOPortStateCapabilities DellStateCapabilities,
systemResourceIOPortStateSettings DellStateSettings,
systemResourceIOPortStatus DellStatus,
systemResourceIOPortOwnerIndexReference DellObjectRange,
systemResourceIOPortShareDisposition DellResourceShareDisposition,
systemResourceIOPortStartingAddress DellUnsigned64BitRange,
systemResourceIOPortEndingAddress DellUnsigned64BitRange
}
systemResourceIOPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceIOPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030 This object defines the System Resource I/O Port Table."
::= { systemResourceGroup 30 }
systemResourceIOPortTableEntry OBJECT-TYPE
SYNTAX SystemResourceIOPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001 This object defines the System Resource I/O Port Table Entry."
INDEX { systemResourceIOPortchassisIndex , systemResourceIOPortIndex }
::= { systemResourceIOPortTable 1 }
systemResourceIOPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceIOPortTableEntry 1 }
systemResourceIOPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0002 This attribute defines the index (one based) of the
system resource I/O port."
::= { systemResourceIOPortTableEntry 2 }
systemResourceIOPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0003 This attribute defines the state capabilities of the
system resource I/O port."
::= { systemResourceIOPortTableEntry 3 }
systemResourceIOPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0004 This attribute defines the state settings of the
system resource I/O port."
::= { systemResourceIOPortTableEntry 4 }
systemResourceIOPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0005 This attribute defines the status of the
system resource I/O port."
::= { systemResourceIOPortTableEntry 5 }
systemResourceIOPortOwnerIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0006 This attribute defines the index to the associated
system resource owner for this system resource I/O port."
::= { systemResourceIOPortTableEntry 6 }
systemResourceIOPortShareDisposition OBJECT-TYPE
SYNTAX INTEGER {
shareIsOther(1),
shareIsUnknown(2),
shareIsDeviceExclusive(3),
shareIsDriverExclusive(4),
shareIsShared(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0007 This attribute defines the share disposition of the
system resource I/O port."
::= { systemResourceIOPortTableEntry 7 }
systemResourceIOPortStartingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0008 This attribute defines the 64-bit starting address
of the system resource I/O port."
::= { systemResourceIOPortTableEntry 8 }
systemResourceIOPortEndingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0030.0001.0009 This attribute defines the 64-bit ending address
of the system resource I/O port."
::= { systemResourceIOPortTableEntry 9 }
systemResourceIOPortEndingAddress ::=
SEQUENCE {
systemResourceMemorychassisIndex DellObjectRange,
systemResourceMemoryIndex DellObjectRange,
systemResourceMemoryStateCapabilities DellStateCapabilities,
systemResourceMemoryStateSettings DellStateSettings,
systemResourceMemoryStatus DellStatus,
systemResourceMemoryOwnerIndexReference DellObjectRange,
systemResourceMemoryShareDisposition DellResourceShareDisposition,
systemResourceMemoryStartingAddress DellUnsigned64BitRange,
systemResourceMemoryEndingAddress DellUnsigned64BitRange,
systemResourceMemoryFlags DellResourceMemoryFlags
}
systemResourceMemoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceMemoryTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040 This object defines the System Resource Memory Table."
::= { systemResourceGroup 40 }
systemResourceMemoryTableEntry OBJECT-TYPE
SYNTAX SystemResourceMemoryTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001 This object defines the System Resource Memory Table Entry."
INDEX { systemResourceMemorychassisIndex , systemResourceMemoryIndex }
::= { systemResourceMemoryTable 1 }
systemResourceMemorychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceMemoryTableEntry 1 }
systemResourceMemoryIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0002 This attribute defines the index (one based) of the
system resource memory."
::= { systemResourceMemoryTableEntry 2 }
systemResourceMemoryStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0003 This attribute defines the state capabilities of the
system resource memory."
::= { systemResourceMemoryTableEntry 3 }
systemResourceMemoryStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0004 This attribute defines the state settings of the
system resource memory."
::= { systemResourceMemoryTableEntry 4 }
systemResourceMemoryStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0005 This attribute defines the status of the
system resource memory."
::= { systemResourceMemoryTableEntry 5 }
systemResourceMemoryOwnerIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0006 This attribute defines the index to the associated
system resource owner for this system resource memory."
::= { systemResourceMemoryTableEntry 6 }
systemResourceMemoryShareDisposition OBJECT-TYPE
SYNTAX INTEGER {
shareIsOther(1),
shareIsUnknown(2),
shareIsDeviceExclusive(3),
shareIsDriverExclusive(4),
shareIsShared(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0007 This attribute defines the share disposition of the
system resource memory."
::= { systemResourceMemoryTableEntry 7 }
systemResourceMemoryStartingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0008 This attribute defines the 64-bit starting address
of the system resource memory."
::= { systemResourceMemoryTableEntry 8 }
systemResourceMemoryEndingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0009 This attribute defines the 64-bit ending address
of the system resource memory."
::= { systemResourceMemoryTableEntry 9 }
systemResourceMemoryFlags OBJECT-TYPE
SYNTAX INTEGER {
memoryIsReadOnly(1),
memoryIsWriteOnly(2),
memoryIsReadAndWrite(3),
memoryIsPreFetchable(4),
memoryIsCombinedWritable(8),
memoryIsF24(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0040.0001.0010 This attribute defines the permission flags of the
system resource memory."
::= { systemResourceMemoryTableEntry 10 }
systemResourceMemoryFlags ::=
SEQUENCE {
systemResourceInterruptchassisIndex DellObjectRange,
systemResourceInterruptIndex DellObjectRange,
systemResourceInterruptStateCapabilities DellStateCapabilities,
systemResourceInterruptStateSettings DellStateSettings,
systemResourceInterruptStatus DellStatus,
systemResourceInterruptOwnerIndexReference DellObjectRange,
systemResourceInterruptShareDisposition DellResourceShareDisposition,
systemResourceInterruptLevel DellUnsigned32BitRange,
systemResourceInterruptType DellResourceInterruptType,
systemResourceInterruptTrigger DellResourceInterruptTrigger
}
systemResourceInterruptTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceInterruptTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050 This object defines the System Resource Interrupts Table."
::= { systemResourceGroup 50 }
systemResourceInterruptTableEntry OBJECT-TYPE
SYNTAX SystemResourceInterruptTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001 This object defines the System Resource Interrupts Table Entry."
INDEX { systemResourceInterruptchassisIndex , systemResourceInterruptIndex }
::= { systemResourceInterruptTable 1 }
systemResourceInterruptchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceInterruptTableEntry 1 }
systemResourceInterruptIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0002 This attribute defines the index (one based) of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 2 }
systemResourceInterruptStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0003 This attribute defines the state capabilities of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 3 }
systemResourceInterruptStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0004 This attribute defines the state settings of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 4 }
systemResourceInterruptStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0005 This attribute defines the status of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 5 }
systemResourceInterruptOwnerIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0006 This attribute defines the index to the associated
system resource owner for this system resource interrupt."
::= { systemResourceInterruptTableEntry 6 }
systemResourceInterruptShareDisposition OBJECT-TYPE
SYNTAX INTEGER {
shareIsOther(1),
shareIsUnknown(2),
shareIsDeviceExclusive(3),
shareIsDriverExclusive(4),
shareIsShared(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0007 This attribute defines the share disposition of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 7 }
systemResourceInterruptLevel OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0008 This attribute defines the interrupt request level (IRQ)
of the system resource interrupt."
::= { systemResourceInterruptTableEntry 8 }
systemResourceInterruptType OBJECT-TYPE
SYNTAX INTEGER {
interruptIsLevelSensitive(1),
interruptIsLatched(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0009 This attribute defines the interrupt type of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 9 }
systemResourceInterruptTrigger OBJECT-TYPE
SYNTAX INTEGER {
interruptIsActiveWhenLow(1),
interruptIsActiveWhenHigh(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0050.0001.0010 This attribute defines the interrupt trigger of the
system resource interrupt."
::= { systemResourceInterruptTableEntry 10 }
systemResourceInterruptTrigger ::=
SEQUENCE {
systemResourceDMAchassisIndex DellObjectRange,
systemResourceDMAIndex DellObjectRange,
systemResourceDMAStateCapabilities DellStateCapabilities,
systemResourceDMAStateSettings DellStateSettings,
systemResourceDMAStatus DellStatus,
systemResourceDMAOwnerIndexReference DellObjectRange,
systemResourceDMAShareDisposition DellResourceShareDisposition,
systemResourceDMAMaximumTransferSize DellUnsigned32BitRange,
systemResourceDMATransferWidth DellResourceDMATransferWidth,
systemResourceDMABusMaster DellResourceDMABusMaster
}
systemResourceDMATable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemResourceDMATableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060 This object defines the System Resource DMA Table."
::= { systemResourceGroup 60 }
systemResourceDMATableEntry OBJECT-TYPE
SYNTAX SystemResourceDMATableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001 This object defines the System Resource DMA Table Entry."
INDEX { systemResourceDMAchassisIndex , systemResourceDMAIndex }
::= { systemResourceDMATable 1 }
systemResourceDMAchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemResourceDMATableEntry 1 }
systemResourceDMAIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0002 This attribute defines the index (one based) of the
system resource DMA."
::= { systemResourceDMATableEntry 2 }
systemResourceDMAStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0003 This attribute defines the state capabilities of the
system resource DMA."
::= { systemResourceDMATableEntry 3 }
systemResourceDMAStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0004 This attribute defines the state settings of the
system resource DMA."
::= { systemResourceDMATableEntry 4 }
systemResourceDMAStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0005 This attribute defines the status of the
system resource DMA."
::= { systemResourceDMATableEntry 5 }
systemResourceDMAOwnerIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0006 This attribute defines the index to the associated
system resource owner for this system resource DMA."
::= { systemResourceDMATableEntry 6 }
systemResourceDMAShareDisposition OBJECT-TYPE
SYNTAX INTEGER {
shareIsOther(1),
shareIsUnknown(2),
shareIsDeviceExclusive(3),
shareIsDriverExclusive(4),
shareIsShared(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0007 This attribute defines the share disposition of the
system resource DMA."
::= { systemResourceDMATableEntry 7 }
systemResourceDMAMaximumTransferSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0008 This attribute defines the maximum size of a memory
transfer in bytes for the system resource DMA."
::= { systemResourceDMATableEntry 8 }
systemResourceDMATransferWidth OBJECT-TYPE
SYNTAX INTEGER {
dmaTransferWidthIsOther(1),
dmaTransferWidthIsunknown(2),
dmaTransferWidthIs8Bits(3),
dmaTransferWidthIs16Bits(4),
dmaTransferWidthIs32Bits(5),
dmaTransferWidthIs64Bits(6),
dmaTransferWidthIs128Bits(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0009 This attribute defines the tranfer width of the
system resource DMA."
::= { systemResourceDMATableEntry 9 }
systemResourceDMABusMaster OBJECT-TYPE
SYNTAX INTEGER {
dmaIsOther(1),
dmaIsUnknown(2),
dmaIsNotABusmaster(3),
dmaIsABusmaster(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0500.0060.0001.0010 This attribute defines the bus master capabilities
of the system resource DMA."
::= { systemResourceDMATableEntry 10 }
systemResourceDMABusMaster ::=
SEQUENCE {
powerUnitchassisIndex DellObjectRange,
powerUnitIndex DellObjectRange,
powerUnitStateCapabilities DellStateCapabilities,
powerUnitStateSettings DellStateSettings,
powerUnitRedundancyStatus DellStatusRedundancy,
powerSupplyCountForRedundancy DellObjectRange,
powerUnitName DellString,
powerUnitStatus DellStatus
}
powerUnitTable OBJECT-TYPE
SYNTAX SEQUENCE OF PowerUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010 This object defines the Power Unit Table."
::= { powerGroup 10 }
powerUnitTableEntry OBJECT-TYPE
SYNTAX PowerUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001 This object defines the Power Unit Table Entry."
INDEX { powerUnitchassisIndex , powerUnitIndex }
::= { powerUnitTable 1 }
powerUnitchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0001 This attribute defines the index (one based) of the
chassis."
::= { powerUnitTableEntry 1 }
powerUnitIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0002 This attribute defines the index (one based) of the
power unit."
::= { powerUnitTableEntry 2 }
powerUnitStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0003 This attribute defines the state capabilities of the
power unit."
::= { powerUnitTableEntry 3 }
powerUnitStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0004 This attribute defines the state settings of the
power unit."
::= { powerUnitTableEntry 4 }
powerUnitRedundancyStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0005 This attribute defines the redundancy status of the
power unit."
::= { powerUnitTableEntry 5 }
powerSupplyCountForRedundancy OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0006 This attribute defines the total number of power supplies
required for this power unit to have full redundancy."
::= { powerUnitTableEntry 6 }
powerUnitName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0007 This attribute defines the name of the power unit."
::= { powerUnitTableEntry 7 }
powerUnitStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0010.0001.0008 This attribute defines the status of the power unit."
::= { powerUnitTableEntry 8 }
powerUnitStatus ::=
SEQUENCE {
powerSupplychassisIndex DellObjectRange,
powerSupplyIndex DellObjectRange,
powerSupplyStateCapabilitiesUnique DellPowerSupplyStateCapabilitiesUnique,
powerSupplyStateSettingsUnique DellPowerSupplyStateSettingsUnique,
powerSupplyStatus DellStatus,
powerSupplyOutputWatts DellSigned32BitRange,
powerSupplyType DellPowerSupplyType,
powerSupplyLocationName DellString,
powerSupplyInputVoltage DellSigned32BitRange,
powerSupplypowerUnitIndexReference DellObjectRange,
powerSupplySensorState DellPowerSupplySensorState,
powerSupplyConfigurationErrorType DellPowerSupplyConfigurationErrorType
}
powerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF PowerSupplyTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012 This object defines the Power Supply Table."
::= { powerGroup 12 }
powerSupplyTableEntry OBJECT-TYPE
SYNTAX PowerSupplyTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001 This object defines the Power Supply Table Entry."
INDEX { powerSupplychassisIndex , powerSupplyIndex }
::= { powerSupplyTable 1 }
powerSupplychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0001 This attribute defines the index (one based) of the
chassis."
::= { powerSupplyTableEntry 1 }
powerSupplyIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0002 This attribute defines the index (one based) of the
power supply."
::= { powerSupplyTableEntry 2 }
powerSupplyStateCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
onlineCapable(2),
notReadyCapable(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0003 This attribute defines the state capabilities of the
power supply."
::= { powerSupplyTableEntry 3 }
powerSupplyStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
onLine(2),
notReady(4),
fanFailure(8),
onlineAndFanFailure(10),
powerSupplyIsON(16),
powerSupplyIsOK(32),
acSwitchIsON(64),
onlineandAcSwitchIsON(66),
acPowerIsON(128),
onlineAndAcPowerIsON(130),
onlineAndPredictiveFailure(210),
acPowerAndSwitchAreOnPowerSupplyIsOnIsOkAndOnline(242)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0004 This attribute defines the state settings of the
power supply."
::= { powerSupplyTableEntry 4 }
powerSupplyStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0005 This attribute defines the status of the power supply."
::= { powerSupplyTableEntry 5 }
powerSupplyOutputWatts OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0006 This attribute defines the maximum sustained output
wattage of the power supply, in tenths of watts."
::= { powerSupplyTableEntry 6 }
powerSupplyType OBJECT-TYPE
SYNTAX INTEGER {
powerSupplyTypeIsOther(1),
powerSupplyTypeIsUnknown(2),
powerSupplyTypeIsLinear(3),
powerSupplyTypeIsSwitching(4),
powerSupplyTypeIsBattery(5),
powerSupplyTypeIsUPS(6),
powerSupplyTypeIsConverter(7),
powerSupplyTypeIsRegulator(8),
powerSupplyTypeIsAC(9),
powerSupplyTypeIsDC(10),
powerSupplyTypeIsVRM(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0007 This attribute defines the type of the power supply."
::= { powerSupplyTableEntry 7 }
powerSupplyLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0008 This attribute defines the location of the power supply."
::= { powerSupplyTableEntry 8 }
powerSupplyInputVoltage OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0009 This attribute defines the input voltage to the power
supply, in volts."
::= { powerSupplyTableEntry 9 }
powerSupplypowerUnitIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0010 This attribute defines the index to the associated
power unit if the power supply is part of a power unit."
::= { powerSupplyTableEntry 10 }
powerSupplySensorState OBJECT-TYPE
SYNTAX INTEGER {
presenceDetected(1),
psFailureDetected(2),
predictiveFailure(4),
psACLost(8),
acLostOrOutOfRange(16),
acOutOfRangeButPresent(32),
configurationError(64)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0011 This attribute defines the state reported by the
power supply sensor. This attribute supplements the attribute
powerSupplyStateSettingsUnique."
::= { powerSupplyTableEntry 11 }
powerSupplyConfigurationErrorType OBJECT-TYPE
SYNTAX INTEGER {
vendorMismatch(1),
revisionMismatch(2),
processorMissing(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0012.0001.0012 This attribute defines the type of configuration error
reported by the power supply sensor. When the configurationError bit is on
in the value for the attribute powerSupplySensorState, a value is returned
for this attribute; otherwise, a value is not returned for this attribute."
::= { powerSupplyTableEntry 12 }
powerSupplyConfigurationErrorType ::=
SEQUENCE {
voltageProbechassisIndex DellObjectRange,
voltageProbeIndex DellObjectRange,
voltageProbeStateCapabilities DellStateCapabilities,
voltageProbeStateSettings DellStateSettings,
voltageProbeStatus DellStatusProbe,
voltageProbeReading DellSigned32BitRange,
voltageProbeType DellVoltageType,
voltageProbeLocationName DellString,
voltageProbeUpperNonRecoverableThreshold DellSigned32BitRange,
voltageProbeUpperCriticalThreshold DellSigned32BitRange,
voltageProbeUpperNonCriticalThreshold DellSigned32BitRange,
voltageProbeLowerNonCriticalThreshold DellSigned32BitRange,
voltageProbeLowerCriticalThreshold DellSigned32BitRange,
voltageProbeLowerNonRecoverableThreshold DellSigned32BitRange,
voltageProbeProbeCapabilities DellProbeCapabilities,
voltageProbeDiscreteReading DellVoltageDiscreteReading
}
voltageProbeTable OBJECT-TYPE
SYNTAX SEQUENCE OF VoltageProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020 This object defines the Voltage Probe Table."
::= { powerGroup 20 }
voltageProbeTableEntry OBJECT-TYPE
SYNTAX VoltageProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.001 This object defines the Voltage Probe Table Entry."
INDEX { voltageProbechassisIndex , voltageProbeIndex }
::= { voltageProbeTable 1 }
voltageProbechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0001 This attribute defines the index (one based) of the
chassis."
::= { voltageProbeTableEntry 1 }
voltageProbeIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0002 This attribute defines the index (one based) of the
voltage probe."
::= { voltageProbeTableEntry 2 }
voltageProbeStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0003 This attribute defines the state capabilities of the
voltage probe."
::= { voltageProbeTableEntry 3 }
voltageProbeStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0004 This attribute defines the state settings of the
voltage probe."
::= { voltageProbeTableEntry 4 }
voltageProbeStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCriticalUpper(4),
criticalUpper(5),
nonRecoverableUpper(6),
nonCriticalLower(7),
criticalLower(8),
nonRecoverableLower(9),
failed(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0005 This attribute defines the probe status of the
voltage probe."
::= { voltageProbeTableEntry 5 }
voltageProbeReading OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0006 This attribute defines the reading for a voltage
probe of type other than voltageProbeTypeIsDiscrete. When the value
for voltageProbeType is other than voltageProbeTypeIsDiscrete, the value
returned for this attribute is the voltage that the probe is reading
in millivolts. When the value for voltageProbeType is
voltageProbeTypeIsDiscrete, a value is not returned for this attribute."
::= { voltageProbeTableEntry 6 }
voltageProbeType OBJECT-TYPE
SYNTAX INTEGER {
voltageProbeTypeIsOther(1),
voltageProbeTypeIsUnknown(2),
voltageProbeTypeIs1Point5Volt(3),
voltageProbeTypeIs3Point3Volt(4),
voltageProbeTypeIs5Volt(5),
voltageProbeTypeIsMinus5Volt(6),
voltageProbeTypeIs12Volt(7),
voltageProbeTypeIsMinus12Volt(8),
voltageProbeTypeIsIO(9),
voltageProbeTypeIsCore(10),
voltageProbeTypeIsFLEA(11),
voltageProbeTypeIsBattery(12),
voltageProbeTypeIsTerminator(13),
voltageProbeTypeIs2Point5Volt(14),
voltageProbeTypeIsGTL(15),
voltageProbeTypeIsDiscrete(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0007 This attribute defines the type of the voltage probe."
::= { voltageProbeTableEntry 7 }
voltageProbeLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0008 This attribute defines the location name of the
voltage probe."
::= { voltageProbeTableEntry 8 }
voltageProbeUpperNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0009 This attribute defines the upper nonrecoverable threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 9 }
voltageProbeUpperCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0010 This attribute defines the upper critical threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 10 }
voltageProbeUpperNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0011 This attribute defines the upper noncritical threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 11 }
voltageProbeLowerNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0012 This attribute defines the lower noncritical threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 12 }
voltageProbeLowerCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0013 This attribute defines the lower critical threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 13 }
voltageProbeLowerNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0014 This attribute defines the lower nonrecoverable threshold
of the voltage probe. The value is an integer representing the voltage
of the threshold in millivolts."
::= { voltageProbeTableEntry 14 }
voltageProbeProbeCapabilities OBJECT-TYPE
SYNTAX INTEGER {
upperNonCriticalThresholdSetCapable(1),
lowerNonCriticalThresholdSetCapable(2),
upperNonCriticalThresholdDefaultCapable(4),
lowerNonCriticalThresholdDefaultCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0015 This attribute defines the probe capabilities of the
voltage probe."
::= { voltageProbeTableEntry 15 }
voltageProbeDiscreteReading OBJECT-TYPE
SYNTAX INTEGER {
voltageIsGood(1),
voltageIsBad(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0020.0001.0016 This attribute defines the reading for a voltage
probe of type voltageProbeTypeIsDiscrete. When the value for voltageProbeType
is other than voltageProbeTypeIsDiscrete, a value is not returned for this
attribute. When the value for voltageProbeType is voltageProbeTypeIsDiscrete,
the value returned for this attribute is the discrete reading for the probe."
::= { voltageProbeTableEntry 16 }
voltageProbeDiscreteReading ::=
SEQUENCE {
amperageProbechassisIndex DellObjectRange,
amperageProbeIndex DellObjectRange,
amperageProbeStateCapabilities DellStateCapabilities,
amperageProbeStateSettings DellStateSettings,
amperageProbeStatus DellStatusProbe,
amperageProbeReading DellSigned32BitRange,
amperageProbeType DellAmperageProbeType,
amperageProbeLocationName DellString,
amperageProbeUpperNonRecoverableThreshold DellSigned32BitRange,
amperageProbeUpperCriticalThreshold DellSigned32BitRange,
amperageProbeUpperNonCriticalThreshold DellSigned32BitRange,
amperageProbeLowerNonCriticalThreshold DellSigned32BitRange,
amperageProbeLowerCriticalThreshold DellSigned32BitRange,
amperageProbeLowerNonRecoverableThreshold DellSigned32BitRange,
amperageProbeProbeCapabilities DellProbeCapabilities,
amperageProbeDiscreteReading DellAmperageDiscreteReading
}
amperageProbeTable OBJECT-TYPE
SYNTAX SEQUENCE OF AmperageProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030 This object defines the Amperage Probe Table."
::= { powerGroup 30 }
amperageProbeTableEntry OBJECT-TYPE
SYNTAX AmperageProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001 This object defines the Amperage Probe Table Entry."
INDEX { amperageProbechassisIndex , amperageProbeIndex }
::= { amperageProbeTable 1 }
amperageProbechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0001 This attribute defines the index (one based) of the
chassis."
::= { amperageProbeTableEntry 1 }
amperageProbeIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0002 This attribute defines the index (one based) of the
amperage probe."
::= { amperageProbeTableEntry 2 }
amperageProbeStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0003 This attribute defines the state capabilities of the
amperage probe."
::= { amperageProbeTableEntry 3 }
amperageProbeStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0004 This attribute defines the state settings of the
amperage probe."
::= { amperageProbeTableEntry 4 }
amperageProbeStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCriticalUpper(4),
criticalUpper(5),
nonRecoverableUpper(6),
nonCriticalLower(7),
criticalLower(8),
nonRecoverableLower(9),
failed(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0005 This attribute defines the probe status of the
amperage probe."
::= { amperageProbeTableEntry 5 }
amperageProbeReading OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0006 This attribute defines the reading for an amperage
probe of type other than amperageProbeTypeIsDiscrete. When the value
for amperageProbeType is other than amperageProbeTypeIsDiscrete, the value
returned for this attribute is the amperage that the probe is reading
in milliamps. When the value for amperageProbeType is
amperageProbeTypeIsDiscrete, a value is not returned for this attribute."
::= { amperageProbeTableEntry 6 }
amperageProbeType OBJECT-TYPE
SYNTAX INTEGER {
amperageProbeTypeIsOther(1),
amperageProbeTypeIsUnknown(2),
amperageProbeTypeIs1Point5Volt(3),
amperageProbeTypeIs3Point3volt(4),
amperageProbeTypeIs5Volt(5),
amperageProbeTypeIsMinus5Volt(6),
amperageProbeTypeIs12Volt(7),
amperageProbeTypeIsMinus12Volt(8),
amperageProbeTypeIsIO(9),
amperageProbeTypeIsCore(10),
amperageProbeTypeIsFLEA(11),
amperageProbeTypeIsBattery(12),
amperageProbeTypeIsTerminator(13),
amperageProbeTypeIs2Point5Volt(14),
amperageProbeTypeIsGTL(15),
amperageProbeTypeIsDiscrete(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0007 This attribute defines the type of the amperage probe."
::= { amperageProbeTableEntry 7 }
amperageProbeLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0008 This attribute defines the location of the amperage probe."
::= { amperageProbeTableEntry 8 }
amperageProbeUpperNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0009 This attribute defines the upper nonrecoverable threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 9 }
amperageProbeUpperCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0010 This attribute defines the upper critical threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 10 }
amperageProbeUpperNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0011 This attribute defines the upper noncritical threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 11 }
amperageProbeLowerNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0012 This attribute defines the lower noncritical threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 12 }
amperageProbeLowerCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0013 This attribute defines the lower critical threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 13 }
amperageProbeLowerNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0014 This attribute defines the lower nonrecoverable threshold
of the amperage probe. The value is an integer representing the amperage
of the threshold in milliamps."
::= { amperageProbeTableEntry 14 }
amperageProbeProbeCapabilities OBJECT-TYPE
SYNTAX INTEGER {
upperNonCriticalThresholdSetCapable(1),
lowerNonCriticalThresholdSetCapable(2),
upperNonCriticalThresholdDefaultCapable(4),
lowerNonCriticalThresholdDefaultCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0015 This attribute defines the probe capabilities of the
amperage probe."
::= { amperageProbeTableEntry 15 }
amperageProbeDiscreteReading OBJECT-TYPE
SYNTAX INTEGER {
amperageIsGood(1),
amperageIsBad(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0030.0001.0016 This attribute defines the reading for an amperage
probe of type amperageProbeTypeIsDiscrete. When the value for amperageProbeType
is other than amperageProbeTypeIsDiscrete, a value is not returned for this
attribute. When the value for amperageProbeType is amperageProbeTypeIsDiscrete,
the value returned for this attribute is the discrete reading for the probe."
::= { amperageProbeTableEntry 16 }
amperageProbeDiscreteReading ::=
SEQUENCE {
aCPowerSwitchchassisIndex DellObjectRange,
aCPowerSwitchIndex DellObjectRange,
aCPowerSwitchCapabilities DellACPowerSwitchCapabilities,
aCPowerSwitchSettings DellACPowerSwitchSettings,
aCPowerSwitchRedundancyStatus DellStatusRedundancy,
aCPowerCordCountForRedundancy DellObjectRange,
aCPowerSwitchName DellString,
aCPowerSwitchRedundancyMode DellACPowerSwitchRedundancyMode,
aCPowerSwitchStatus DellStatus
}
aCPowerSwitchTable OBJECT-TYPE
SYNTAX SEQUENCE OF ACPowerSwitchTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040 This object defines the AC Power Switch Table."
::= { powerGroup 40 }
aCPowerSwitchTableEntry OBJECT-TYPE
SYNTAX ACPowerSwitchTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001 This object defines the AC Power Switch Table Entry."
INDEX { aCPowerSwitchchassisIndex , aCPowerSwitchIndex }
::= { aCPowerSwitchTable 1 }
aCPowerSwitchchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { aCPowerSwitchTableEntry 1 }
aCPowerSwitchIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0002 This attribute defines the index (one based) of the
AC power switch."
::= { aCPowerSwitchTableEntry 2 }
aCPowerSwitchCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
inputSourceCord1NoReturnCapable(2),
inputSourceCord1ReturnCapable(4),
inputSourceCord2NoReturnCapable(8),
inputSourceCord1NoReturnCord1ReturnAndCord2NoReturnCapable(14),
inputSourceCord2ReturnCapable(16),
inputSourceAllExceptSharedCapable(30),
inputSourceSharedCapable(32),
inputSourceAllCapable(62)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0003 This attribute defines the capabilities of the
AC power switch."
::= { aCPowerSwitchTableEntry 3 }
aCPowerSwitchSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
inputSourceCord1NoReturn(2),
inputSourceCord1Return(4),
inputSourceCord2NoReturn(8),
inputSourceCord2Return(16),
inputSourceShared(32)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0004 This attribute defines the settings of the
AC power switch."
::= { aCPowerSwitchTableEntry 4 }
aCPowerSwitchRedundancyStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0005 This attribute defines the redundancy status of the
AC power switch."
::= { aCPowerSwitchTableEntry 5 }
aCPowerCordCountForRedundancy OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0006 This attribute defines the total number of AC power
cords required for this AC power switch to have full redundancy."
::= { aCPowerSwitchTableEntry 6 }
aCPowerSwitchName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0007 This attribute defines the name of the AC power switch."
::= { aCPowerSwitchTableEntry 7 }
aCPowerSwitchRedundancyMode OBJECT-TYPE
SYNTAX INTEGER {
nonRedundant(1),
redundant(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0008 This attribute defines the redundancy mode of the
AC power switch."
::= { aCPowerSwitchTableEntry 8 }
aCPowerSwitchStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0040.0001.0009 This attribute defines the status of the AC power switch."
::= { aCPowerSwitchTableEntry 9 }
aCPowerSwitchStatus ::=
SEQUENCE {
aCPowerCordchassisIndex DellObjectRange,
aCPowerCordIndex DellObjectRange,
aCPowerCordStateCapabilities DellACPowerCordStateCapabilities,
aCPowerCordStateSettings DellACPowerCordStateSettings,
aCPowerCordStatus DellStatus,
aCPowerCordaCPowerSwitchIndexReference DellObjectRange,
aCPowerCordLocationName DellString
}
aCPowerCordTable OBJECT-TYPE
SYNTAX SEQUENCE OF ACPowerCordTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042 This object defines the AC Power Cord Table."
::= { powerGroup 42 }
aCPowerCordTableEntry OBJECT-TYPE
SYNTAX ACPowerCordTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001 This object defines the AC Power Cord Table Entry."
INDEX { aCPowerCordchassisIndex , aCPowerCordIndex }
::= { aCPowerCordTable 1 }
aCPowerCordchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { aCPowerCordTableEntry 1 }
aCPowerCordIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0002 This attribute defines the index (one based) of the
AC power cord."
::= { aCPowerCordTableEntry 2 }
aCPowerCordStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
notReadyCapable(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0003 This attribute defines the state capabilities of the
AC power cord."
::= { aCPowerCordTableEntry 3 }
aCPowerCordStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
acPowerCordHasPower(8),
acPowerCordIsEnabledAndHasPower(10),
acPowerCordIsActiveSource(16),
acPowerCordIsEnabledHasPowerAndIsActiveSource(26)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0004 This attribute defines the state settings of the
AC power cord."
::= { aCPowerCordTableEntry 4 }
aCPowerCordStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0005 This attribute defines the status of the AC power cord."
::= { aCPowerCordTableEntry 5 }
aCPowerCordaCPowerSwitchIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0006 This attribute defines the index (one based) to the
associated AC power switch for this AC power cord."
::= { aCPowerCordTableEntry 6 }
aCPowerCordLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0600.0042.0001.0007 This attribute defines the location of the
AC power cord."
::= { aCPowerCordTableEntry 7 }
aCPowerCordLocationName ::=
SEQUENCE {
coolingUnitchassisIndex DellObjectRange,
coolingUnitIndex DellObjectRange,
coolingUnitStateCapabilties DellStateCapabilities,
coolingUnitStateSettings DellStateSettings,
coolingUnitRedundancyStatus DellStatusRedundancy,
coolingDeviceCountForRedundancy DellObjectRange,
coolingUnitName DellString,
coolingUnitStatus DellStatus
}
coolingUnitTable OBJECT-TYPE
SYNTAX SEQUENCE OF CoolingUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010 This object defines the Cooling Unit Table."
::= { thermalGroup 10 }
coolingUnitTableEntry OBJECT-TYPE
SYNTAX CoolingUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001 This object defines the Cooling Unit Table Entry."
INDEX { coolingUnitchassisIndex , coolingUnitIndex }
::= { coolingUnitTable 1 }
coolingUnitchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0001 This attribute defines the index (one based) of the
assoicated chassis."
::= { coolingUnitTableEntry 1 }
coolingUnitIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0002 This attribute defines the index (one based) of the
cooling unit."
::= { coolingUnitTableEntry 2 }
coolingUnitStateCapabilties OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0003 This attribute defines the state capabilities of the
cooling unit."
::= { coolingUnitTableEntry 3 }
coolingUnitStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0004 This attribute defines the state settings of the
cooling unit."
::= { coolingUnitTableEntry 4 }
coolingUnitRedundancyStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0005 This attribute defines the redundancy status of the
cooling unit."
::= { coolingUnitTableEntry 5 }
coolingDeviceCountForRedundancy OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0006 This attribute defines the total number of cooling devices
required for this cooling unit to have full redundancy."
::= { coolingUnitTableEntry 6 }
coolingUnitName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0007 This attribute defines the name of the cooling unit."
::= { coolingUnitTableEntry 7 }
coolingUnitStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0010.0001.0008 This attribute defines the status of the cooling unit."
::= { coolingUnitTableEntry 8 }
coolingUnitStatus ::=
SEQUENCE {
coolingDevicechassisIndex DellObjectRange,
coolingDeviceIndex DellObjectRange,
coolingDeviceStateCapabilities DellStateCapabilities,
coolingDeviceStateSettings DellStateSettings,
coolingDeviceStatus DellStatusProbe,
coolingDeviceReading DellSigned32BitRange,
coolingDeviceType DellCoolingDeviceType,
coolingDeviceLocationName DellString,
coolingDeviceUpperNonRecoverableThreshold DellSigned32BitRange,
coolingDeviceUpperCriticalThreshold DellSigned32BitRange,
coolingDeviceUpperNonCriticalThreshold DellSigned32BitRange,
coolingDeviceLowerNonCriticalThreshold DellSigned32BitRange,
coolingDeviceLowerCriticalThreshold DellSigned32BitRange,
coolingDeviceLowerNonRecoverableThreshold DellSigned32BitRange,
coolingDevicecoolingUnitIndexReference DellObjectRange,
coolingDeviceSubType DellCoolingDeviceSubType,
coolingDeviceProbeCapabilities DellProbeCapabilities,
coolingDeviceDiscreteReading DellCoolingDeviceDiscreteReading
}
coolingDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CoolingDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012 This object defines the Cooling Device Table."
::= { thermalGroup 12 }
coolingDeviceTableEntry OBJECT-TYPE
SYNTAX CoolingDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001 This object defines the Cooling Device Table Entry."
INDEX { coolingDevicechassisIndex , coolingDeviceIndex }
::= { coolingDeviceTable 1 }
coolingDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { coolingDeviceTableEntry 1 }
coolingDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0002 This attribute defines the index (one based) of the
cooling device."
::= { coolingDeviceTableEntry 2 }
coolingDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0003 This attribute defines the state capabilities of the
cooling device."
::= { coolingDeviceTableEntry 3 }
coolingDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0004 This attribute defines the state settings of the
cooling device."
::= { coolingDeviceTableEntry 4 }
coolingDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCriticalUpper(4),
criticalUpper(5),
nonRecoverableUpper(6),
nonCriticalLower(7),
criticalLower(8),
nonRecoverableLower(9),
failed(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0005 This attribute defines the probe status of the
cooling device."
::= { coolingDeviceTableEntry 5 }
coolingDeviceReading OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0006 This attribute defines the reading for a cooling device
of subtype other than coolingDeviceSubTypeIsDiscrete. When the value
for coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the
value returned for this attribute is the speed in RPM or the OFF/ON value
of the cooling device. When the value for coolingDeviceSubType is
coolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute."
::= { coolingDeviceTableEntry 6 }
coolingDeviceType OBJECT-TYPE
SYNTAX INTEGER {
coolingDeviceTypeIsOther(1),
coolingDeviceTypeIsUnknown(2),
coolingDeviceTypeIsAFan(3),
coolingDeviceTypeIsABlower(4),
coolingDeviceTypeIsAChipFan(5),
coolingDeviceTypeIsACabinetFan(6),
coolingDeviceTypeIsAPowerSupplyFan(7),
coolingDeviceTypeIsAHeatPipe(8),
coolingDeviceTypeIsRefrigeration(9),
coolingDeviceTypeIsActiveCooling(10),
coolingDeviceTypeIsPassiveCooling(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0007 This attribute defines the type of the cooling device."
::= { coolingDeviceTableEntry 7 }
coolingDeviceLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0008 This attribute defines the location name of the
cooling device."
::= { coolingDeviceTableEntry 8 }
coolingDeviceUpperNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0009 This attribute defines the upper nonrecoverable threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 9 }
coolingDeviceUpperCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0010 This attribute defines the upper critical threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 10 }
coolingDeviceUpperNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0011 This attribute defines the upper noncritical threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 11 }
coolingDeviceLowerNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0012 This attribute defines the lower noncritical threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 12 }
coolingDeviceLowerCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0013 This attribute defines the lower critical threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 13 }
coolingDeviceLowerNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0014 This attribute defines the lower nonrecoverable threshold
of the cooling device. The value is an integer representing fan speed
in revolutions per minute (RPM). It is not applicable to OFF/ON type
cooling devices or non-cooling device types."
::= { coolingDeviceTableEntry 14 }
coolingDevicecoolingUnitIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0015 This attribute defines the index to the associated
cooling unit."
::= { coolingDeviceTableEntry 15 }
coolingDeviceSubType OBJECT-TYPE
SYNTAX INTEGER {
coolingDeviceSubTypeIsOther(1),
coolingDeviceSubTypeIsUnknown(2),
coolingDeviceSubTypeIsAFanThatReadsInRPM(3),
coolingDeviceSubTypeIsAFanReadsONorOFF(4),
coolingDeviceSubTypeIsAPowerSupplyFanThatReadsinRPM(5),
coolingDeviceSubTypeIsAPowerSupplyFanThatReadsONorOFF(6),
coolingDeviceSubTypeIsDiscrete(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0016 This attribute defines the subtype of the cooling device."
::= { coolingDeviceTableEntry 16 }
coolingDeviceProbeCapabilities OBJECT-TYPE
SYNTAX INTEGER {
upperNonCriticalThresholdSetCapable(1),
lowerNonCriticalThresholdSetCapable(2),
upperNonCriticalThresholdDefaultCapable(4),
lowerNonCriticalThresholdDefaultCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0017 This attribute defines the probe capabilities of the
cooling device."
::= { coolingDeviceTableEntry 17 }
coolingDeviceDiscreteReading OBJECT-TYPE
SYNTAX INTEGER {
coolingDeviceIsGood(1),
coolingDeviceIsBad(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0012.0001.0018 This attribute defines the reading for a cooling device
of type coolingDeviceSubTypeIsDiscrete. When the value for
coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, a value
is not returned for this attribute. When the value for coolingDeviceSubType
is coolingDeviceSubTypeIsDiscrete, the value returned for this attribute
is the discrete reading for the cooling device."
::= { coolingDeviceTableEntry 18 }
coolingDeviceDiscreteReading ::=
SEQUENCE {
temperatureProbechassisIndex DellObjectRange,
temperatureProbeIndex DellObjectRange,
temperatureProbeStateCapabilities DellStateCapabilities,
temperatureProbeStateSettings DellStateSettings,
temperatureProbeStatus DellStatusProbe,
temperatureProbeReading DellSigned32BitRange,
temperatureProbeType DellTemperatureProbeType,
temperatureProbeLocationName DellString,
temperatureProbeUpperNonRecoverableThreshold DellSigned32BitRange,
temperatureProbeUpperCriticalThreshold DellSigned32BitRange,
temperatureProbeUpperNonCriticalThreshold DellSigned32BitRange,
temperatureProbeLowerNonCriticalThreshold DellSigned32BitRange,
temperatureProbeLowerCriticalThreshold DellSigned32BitRange,
temperatureProbeLowerNonRecoverableThreshold DellSigned32BitRange,
temperatureProbeProbeCapabilities DellProbeCapabilities,
temperatureProbeDiscreteReading DellTemperatureDiscreteReading
}
temperatureProbeTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020 This object defines the Temperature Probe Table."
::= { thermalGroup 20 }
temperatureProbeTableEntry OBJECT-TYPE
SYNTAX TemperatureProbeTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001 This object defines the Temperature Probe Table Entry."
INDEX { temperatureProbechassisIndex , temperatureProbeIndex }
::= { temperatureProbeTable 1 }
temperatureProbechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { temperatureProbeTableEntry 1 }
temperatureProbeIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0002 This attribute defines the index (one based) of the
temperature probe."
::= { temperatureProbeTableEntry 2 }
temperatureProbeStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0003 This attribute defines the state capabilities of the
temperature probe."
::= { temperatureProbeTableEntry 3 }
temperatureProbeStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0004 This attribute defines the state settings of the
temperature probe."
::= { temperatureProbeTableEntry 4 }
temperatureProbeStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCriticalUpper(4),
criticalUpper(5),
nonRecoverableUpper(6),
nonCriticalLower(7),
criticalLower(8),
nonRecoverableLower(9),
failed(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0005 This attribute defines the probe status of the
temperature probe."
::= { temperatureProbeTableEntry 5 }
temperatureProbeReading OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0006 This attribute defines the reading for a temperature
probe of type other than temperatureProbeTypeIsDiscrete. When the value
for temperatureProbeType is other than temperatureProbeTypeIsDiscrete,
the value returned for this attribute is the temperature that the probe
is reading in tenths of degrees Centigrade. When the value for
temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not
returned for this attribute."
::= { temperatureProbeTableEntry 6 }
temperatureProbeType OBJECT-TYPE
SYNTAX INTEGER {
temperatureProbeTypeIsOther(1),
temperatureProbeTypeIsUnknown(2),
temperatureProbeTypeIsAmbientESM(3),
temperatureProbeTypeIsDiscrete(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0007 This attribute defines the type of the temperature probe."
::= { temperatureProbeTableEntry 7 }
temperatureProbeLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0008 This attribute defines the location name of the
temperature probe."
::= { temperatureProbeTableEntry 8 }
temperatureProbeUpperNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0009 This attribute defines the upper nonrecoverable threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 9 }
temperatureProbeUpperCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0010 This attribute defines the upper critical threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 10 }
temperatureProbeUpperNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0011 This attribute defines the upper noncritical threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 11 }
temperatureProbeLowerNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0012 This attribute defines the lower noncritical threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 12 }
temperatureProbeLowerCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0013 This attribute defines the lower critical threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 13 }
temperatureProbeLowerNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0014 This attribute defines the lower nonrecoverable threshold
of the temperature probe. The value is an integer representing the temperature
of the threshold in tenths of degrees Centigrade."
::= { temperatureProbeTableEntry 14 }
temperatureProbeProbeCapabilities OBJECT-TYPE
SYNTAX INTEGER {
upperNonCriticalThresholdSetCapable(1),
lowerNonCriticalThresholdSetCapable(2),
upperNonCriticalThresholdDefaultCapable(4),
lowerNonCriticalThresholdDefaultCapable(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0015 This attribute defines the probe capabilities of the
temperature probe."
::= { temperatureProbeTableEntry 15 }
temperatureProbeDiscreteReading OBJECT-TYPE
SYNTAX INTEGER {
temperatureIsGood(1),
temperatureIsBad(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0700.0020.0001.0016 This attribute defines the reading for a temperature
probe of type temperatureProbeTypeIsDiscrete. When the value for
temperatureProbeType is other than temperatureProbeTypeIsDiscrete, a value
is not returned for this attribute. When the value for temperatureProbeType
is temperatureProbeTypeIsDiscrete, the value returned for this attribute
is the discrete reading for the probe."
::= { temperatureProbeTableEntry 16 }
temperatureProbeDiscreteReading ::=
SEQUENCE {
userSecuritychassisIndex DellObjectRange,
userSecurityIndex DellObjectRange,
userSecurityUserName DellSecurityString,
userSecurityControlName DellSecurityString,
userSecurityRequestName DellSecurityString
}
userSecurityTable OBJECT-TYPE
SYNTAX SEQUENCE OF UserSecurityTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010 This object defines the User Security Table."
::= { userSecurityGroup 10 }
userSecurityTableEntry OBJECT-TYPE
SYNTAX UserSecurityTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001 This object defines the User Security Table Entry."
INDEX { userSecuritychassisIndex , userSecurityIndex }
::= { userSecurityTable 1 }
userSecuritychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001.0001 This attribute defines the index (one based) of the
assoicated chassis."
::= { userSecurityTableEntry 1 }
userSecurityIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001.0002 This attribute defines the index (one based) of the
user."
::= { userSecurityTableEntry 2 }
userSecurityUserName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001.0003 This attribute defines the name of the user
that is authorized to perform Set operations on this system."
::= { userSecurityTableEntry 3 }
userSecurityControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001.0004 This attribute defines the control string
that is used for managing users in this table."
::= { userSecurityTableEntry 4 }
userSecurityRequestName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0800.0010.0001.0005 This attribute defines the request string
that is used for Set requests on this system."
::= { userSecurityTableEntry 5 }
userSecurityRequestName ::=
SEQUENCE {
remoteFlashBIOSchassisIndex DellObjectRange,
remoteFlashBIOSIndex DellObjectRange,
remoteFlashBIOSStateCapabilitiesUnique DellRemoteFlashBIOSStateCapabilitiesUnique,
remoteFlashBIOSStateSettingsUnique DellRemoteFlashBIOSStateSettingsUnique,
remoteFlashBIOSStatus DellStatus,
remoteFlashBIOSLastBIOSDateName DellDateName,
remoteFlashBIOSCompletionCode DellRemoteFlashBIOSCompletionCode,
remoteFlashBIOSMinimumContiguousMemory DellUnsigned32BitRange
}
remoteFlashBIOSTable OBJECT-TYPE
SYNTAX SEQUENCE OF RemoteFlashBIOSTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010 This object defines the Remote Flash BIOS Table."
::= { remoteFlashBIOSGroup 10 }
remoteFlashBIOSTableEntry OBJECT-TYPE
SYNTAX RemoteFlashBIOSTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001 This object defines the Remote Flash BIOS Table Entry."
INDEX { remoteFlashBIOSchassisIndex , remoteFlashBIOSIndex }
::= { remoteFlashBIOSTable 1 }
remoteFlashBIOSchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { remoteFlashBIOSTableEntry 1 }
remoteFlashBIOSIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0002 This attribute defines the index (one based) of the
remote flash BIOS function."
::= { remoteFlashBIOSTableEntry 2 }
remoteFlashBIOSStateCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
notReadyCapable(4),
cancelCapable(8),
enableAndCancelCapable(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0003 This attribute defines the state capabilities of the
remote flash BIOS function."
::= { remoteFlashBIOSTableEntry 3 }
remoteFlashBIOSStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
canceled(8),
pending(16),
other(32)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0004 This attribute defines the state settings of the
remote flash BIOS function."
::= { remoteFlashBIOSTableEntry 4 }
remoteFlashBIOSStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0005 This attribute defines the status of the
remote flash BIOS function."
::= { remoteFlashBIOSTableEntry 5 }
remoteFlashBIOSLastBIOSDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0006 This attribute defines the date of last BIOS update.
Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes and ss are the seconds.
uuuuuu is the number of microseconds, and +fff or -fff is the offset from
UTC in minutes."
::= { remoteFlashBIOSTableEntry 6 }
remoteFlashBIOSCompletionCode OBJECT-TYPE
SYNTAX INTEGER {
completionCodeIsOther(1),
completionCodeIsUnknown(2),
completionCodeIsOK(3),
completionCodeIsBadImage(4),
completionCodeIsNoFileAccess(5),
completionCodeIsNotReady(6),
completionCodeIsDisabled(7),
completionCodeIsNoBattery(8),
completionCodeIsNoChargedBattery(9),
completionCodeIsNoExternalPower(10),
completionCodeIsNo12VoltSet(11),
completionCodeIsNo12VoltRemoval(12),
completionCodeIsFlashMemoryFailed(13),
completionCodeIsGeneralFailure(14),
completionCodeIsDataMiscompare(15),
completionCodeIsNoImageFound(16),
completionCodeIsNoUpdatePerformed(17)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0007 This attribute defines the completion code of the
last BIOS update."
::= { remoteFlashBIOSTableEntry 7 }
remoteFlashBIOSMinimumContiguousMemory OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "0900.0010.0001.0008 This attribute defines the minimum size of contiguous
memory required for the remote flash BIOS function in KBbytes."
::= { remoteFlashBIOSTableEntry 8 }
remoteFlashBIOSMinimumContiguousMemory ::=
SEQUENCE {
pointingPortchassisIndex DellObjectRange,
pointingPortIndex DellObjectRange,
pointingPortStateCapabilities DellStateCapabilities,
pointingPortStateSettings DellStateSettings,
pointingPortStatus DellStatus,
pointingPortSecurityState DellPortSecurityState,
pointingPortConnectorType DellPointingPortConnectorType,
pointingPortName DellString,
pointingPortBIOSConnectorType DellGenericPortConnectorType
}
pointingPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PointingPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010 This object defines the Pointing Port Table."
::= { portGroup 10 }
pointingPortTableEntry OBJECT-TYPE
SYNTAX PointingPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001 This object defines the Pointing Port Table Entry."
INDEX { pointingPortchassisIndex , pointingPortIndex }
::= { pointingPortTable 1 }
pointingPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { pointingPortTableEntry 1 }
pointingPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0002 This attribute defines the index (one based) of the
pointing port."
::= { pointingPortTableEntry 2 }
pointingPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0003 This attribute defines the state capabilities of the
pointing port."
::= { pointingPortTableEntry 3 }
pointingPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0004 This attribute defines the state settings of the
pointing port."
::= { pointingPortTableEntry 4 }
pointingPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0005 This attribute defines the status of the
pointing port."
::= { pointingPortTableEntry 5 }
pointingPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0006 This attribute defines the security state of the
pointing port."
::= { pointingPortTableEntry 6 }
pointingPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsSerial(3),
connectorPortTypeIsPS2(4),
connectorPortTypeIsInfrared(5),
connectorPortTypeIsHPHIL(6),
connectorPortTypeIsBusMouse(7),
connectorPortTypeIsADB(8),
connectorPortTypeIsDB9(9),
connectorPortTypeIsMicroDIN(10),
connectorPortTypeIsAccessBusUSB(11),
connectorPortTypeIsPC98(12)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0007 This attribute defines the connector type of the
pointing port."
::= { pointingPortTableEntry 7 }
pointingPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0008 This attribute defines name of the pointing port."
::= { pointingPortTableEntry 8 }
pointingPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0010.0001.0009 This attribute defines the BIOS connector type of the
pointing port."
::= { pointingPortTableEntry 9 }
pointingPortBIOSConnectorType ::=
SEQUENCE {
keyboardPortchassisIndex DellObjectRange,
keyboardPortIndex DellObjectRange,
keyboardPortStateCapabilities DellStateCapabilities,
keyboardPortStateSettings DellStateSettings,
keyboardPortStatus DellStatus,
keyboardPortSecurityState DellPortSecurityState,
keyboardPortConnectorType DellKeyboardPortConnectorType,
keyboardPortName DellString,
keyboardPortBIOSConnectorType DellGenericPortConnectorType
}
keyboardPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF KeyboardPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020 This object defines the Keyboard Port Table."
::= { portGroup 20 }
keyboardPortTableEntry OBJECT-TYPE
SYNTAX KeyboardPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001 This object defines the Keyboard Port Table Entry."
INDEX { keyboardPortchassisIndex , keyboardPortIndex }
::= { keyboardPortTable 1 }
keyboardPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { keyboardPortTableEntry 1 }
keyboardPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0002 This attribute defines the index (one based) of the
keyboard port."
::= { keyboardPortTableEntry 2 }
keyboardPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0003 This attribute defines the state capabilities of the
keyboard port."
::= { keyboardPortTableEntry 3 }
keyboardPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0004 This attribute defines the state settings of the
keyboard port."
::= { keyboardPortTableEntry 4 }
keyboardPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0005 This attribute defines the status of the
keyboard port."
::= { keyboardPortTableEntry 5 }
keyboardPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0006 This attribute defines the security state of the
keyboard port."
::= { keyboardPortTableEntry 6 }
keyboardPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsMiniDIN(3),
connectorPortTypeIsMicroDIN(4),
connectorPortTypeIsPS2(5),
connectorPortTypeIsInfrared(6),
connectorPortTypeIsHPHIL(7),
connectorPortTypeIsDB9(8),
connectorPortTypeIsAccessBusUSB(9),
connectorPortTypeIsPC98(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0007 This attribute defines the connector type of the
keyboard port."
::= { keyboardPortTableEntry 7 }
keyboardPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0008 This attribute defines name of the keyboard port."
::= { keyboardPortTableEntry 8 }
keyboardPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0020.0001.0009 This attribute defines the BIOS connector type of the
keyboard port."
::= { keyboardPortTableEntry 9 }
keyboardPortBIOSConnectorType ::=
SEQUENCE {
processorPortchassisIndex DellObjectRange,
processorPortIndex DellObjectRange,
processorPortStateCapabilities DellStateCapabilities,
processorPortStateSettings DellStateSettings,
processorPortStatus DellStatus,
processorPortSecurityState DellPortSecurityState,
processorPortConnectorType DellProcessorPortConnectorType,
processorPortName DellString,
processorPortBIOSConnectorType DellGenericPortConnectorType
}
processorPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF ProcessorPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030 This object defines the Processor Port Table."
::= { portGroup 30 }
processorPortTableEntry OBJECT-TYPE
SYNTAX ProcessorPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001 This object defines the Processor Port Table Entry."
INDEX { processorPortchassisIndex , processorPortIndex }
::= { processorPortTable 1 }
processorPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { processorPortTableEntry 1 }
processorPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0002 This attribute defines the index (one based) of the
processor port."
::= { processorPortTableEntry 2 }
processorPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0003 This attribute defines the state capabilities of the
processor port."
::= { processorPortTableEntry 3 }
processorPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0004 This attribute defines the state settings of the
processor port."
::= { processorPortTableEntry 4 }
processorPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0005 This attribute defines the status of the
processor port."
::= { processorPortTableEntry 5 }
processorPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0006 This attribute defines the security state of the
processor port."
::= { processorPortTableEntry 6 }
processorPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDaughterdBoard(3),
connectorPortTypeIsZIFSocket(4),
connectorPortTypeIsAPiggyBackBoard(5),
connectorPortTypeIsNone(6),
connectorPortTypeIsLIFSocket(7),
connectorPortTypeIsSlot1(8),
connectorPortTypeIsSlot2(9),
connectorPortTypeIs370PinSocket(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0007 This attribute defines the connector type of the
processor port."
::= { processorPortTableEntry 7 }
processorPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0008 This attribute defines name of the processor port."
::= { processorPortTableEntry 8 }
processorPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0030.0001.0009 This attribute defines the BIOS connector type of the
processor port."
::= { processorPortTableEntry 9 }
processorPortBIOSConnectorType ::=
SEQUENCE {
memoryDevicePortchassisIndex DellObjectRange,
memoryDevicePortIndex DellObjectRange,
memoryDevicePortStateCapabilities DellStateCapabilities,
memoryDevicePortStateSettings DellStateSettings,
memoryDevicePortStatus DellStatus,
memoryDevicePortSecurityState DellPortSecurityState,
memoryDevicePortConnectorType DellMemoryDevicePortConnectorType,
memoryDevicePortName DellString,
memoryDevicePortBIOSConnectorType DellGenericPortConnectorType,
memoryDevicePortPhysicalMemoryArrayIndexReference DellUnsigned32BitRange
}
memoryDevicePortTable OBJECT-TYPE
SYNTAX SEQUENCE OF MemoryDevicePortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040 This object defines the Memory Device Port Table."
::= { portGroup 40 }
memoryDevicePortTableEntry OBJECT-TYPE
SYNTAX MemoryDevicePortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001 This object defines the Memory Device Port Table Entry."
INDEX { memoryDevicePortchassisIndex , memoryDevicePortIndex }
::= { memoryDevicePortTable 1 }
memoryDevicePortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { memoryDevicePortTableEntry 1 }
memoryDevicePortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0002 This attribute defines the index (one based) of the
memory device port."
::= { memoryDevicePortTableEntry 2 }
memoryDevicePortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0003 This attribute defines the state capabilities of the
memory device port."
::= { memoryDevicePortTableEntry 3 }
memoryDevicePortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0004 This attribute defines the state settings of the
memory device port."
::= { memoryDevicePortTableEntry 4 }
memoryDevicePortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0005 This attribute defines the status of the
memory device port."
::= { memoryDevicePortTableEntry 5 }
memoryDevicePortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0006 This attribute defines the security state of the
memory device port."
::= { memoryDevicePortTableEntry 6 }
memoryDevicePortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsSIMM(3),
connectorPortTypeIsSIP(4),
connectorPortTypeIsAChip(5),
connectorPortTypeIsDIP(6),
connectorPortTypeIsZIP(7),
connectorPortTypeIsAProprietaryCard(8),
connectorPortTypeIsDIMM(9),
connectorPortTypeIsTSOP(10),
connectorPortTypeIsARowOfChips(11),
connectorPortTypeIsRIMM(12),
connectorPortTypeIsSODIMM(13),
connectorPortTypeIsSRIMM(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0007 This attribute defines the connector type of the
memory device port."
::= { memoryDevicePortTableEntry 7 }
memoryDevicePortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0008 This attribute defines name of the memory device port."
::= { memoryDevicePortTableEntry 8 }
memoryDevicePortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0009 This attribute defines the BIOS connector type of the
memory device port."
::= { memoryDevicePortTableEntry 9 }
memoryDevicePortPhysicalMemoryArrayIndexReference OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0040.0001.0010 This attribute defines the index value of the Physical
Memory Array that this memory device port is associated with."
::= { memoryDevicePortTableEntry 10 }
memoryDevicePortPhysicalMemoryArrayIndexReference ::=
SEQUENCE {
monitorPortchassisIndex DellObjectRange,
monitorPortIndex DellObjectRange,
monitorPortStateCapabilities DellStateCapabilities,
monitorPortStateSettings DellStateSettings,
monitorPortStatus DellStatus,
monitorPortSecurityState DellPortSecurityState,
monitorPortConnectorType DellMonitorPortConnectorType,
monitorPortName DellString,
monitorPortBIOSConnectorType DellGenericPortConnectorType
}
monitorPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF MonitorPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050 This object defines the Monitor Port Table."
::= { portGroup 50 }
monitorPortTableEntry OBJECT-TYPE
SYNTAX MonitorPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001 This object defines the Monitor Port Table Entry."
INDEX { monitorPortchassisIndex , monitorPortIndex }
::= { monitorPortTable 1 }
monitorPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { monitorPortTableEntry 1 }
monitorPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0002 This attribute defines the index (one based) of the
monitor port."
::= { monitorPortTableEntry 2 }
monitorPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0003 This attribute defines the state capabilities of the
monitor port."
::= { monitorPortTableEntry 3 }
monitorPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0004 This attribute defines the state settings of the
monitor port."
::= { monitorPortTableEntry 4 }
monitorPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0005 This attribute defines the status of the
monitor port."
::= { monitorPortTableEntry 5 }
monitorPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0006 This attribute defines the security state of the
monitor port."
::= { monitorPortTableEntry 6 }
monitorPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB15PinMale(3),
connectorPortTypeIsDB15PinFemale(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0007 This attribute defines the connector type of the
monitor port."
::= { monitorPortTableEntry 7 }
monitorPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0008 This attribute defines name of the monitor port."
::= { monitorPortTableEntry 8 }
monitorPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0050.0001.0009 This attribute defines the BIOS connector type of the
monitor port."
::= { monitorPortTableEntry 9 }
monitorPortBIOSConnectorType ::=
SEQUENCE {
sCSIPortchassisIndex DellObjectRange,
sCSIPortIndex DellObjectRange,
sCSIPortStateCapabilities DellStateCapabilities,
sCSIPortStateSettings DellStateSettings,
sCSIPortStatus DellStatus,
sCSIPortSecurityState DellPortSecurityState,
sCSIPortConnectorType DellSCSIPortConnectorType,
sCSIPortName DellString,
sCSIPortBIOSConnectorType DellGenericPortConnectorType
}
sCSIPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF SCSIPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060 This object defines the Small Computer Systems Interface (SCSI)
Port Table."
::= { portGroup 60 }
sCSIPortTableEntry OBJECT-TYPE
SYNTAX SCSIPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001 This object defines the Small Computer Systems Interface (SCSI)
Port Table Entry."
INDEX { sCSIPortchassisIndex , sCSIPortIndex }
::= { sCSIPortTable 1 }
sCSIPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { sCSIPortTableEntry 1 }
sCSIPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0002 This attribute defines the index (one based) of the
SCSI port."
::= { sCSIPortTableEntry 2 }
sCSIPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0003 This attribute defines the state capabilities of the
SCSI port."
::= { sCSIPortTableEntry 3 }
sCSIPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0004 This attribute defines the state settings of the
SCSI port."
::= { sCSIPortTableEntry 4 }
sCSIPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0005 This attribute defines the status of the
SCSI port."
::= { sCSIPortTableEntry 5 }
sCSIPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0006 This attribute defines the security state of the
SCSI port."
::= { sCSIPortTableEntry 6 }
sCSIPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDIN25pin(3),
connectorPortTypeIsDIN50pin(4),
connectorPortTypeIsDIN68pin(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0007 This attribute defines the connector type of the
SCSI port."
::= { sCSIPortTableEntry 7 }
sCSIPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0008 This attribute defines name of the SCSI port."
::= { sCSIPortTableEntry 8 }
sCSIPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0060.0001.0009 This attribute defines the BIOS connector type of the
SCSI port."
::= { sCSIPortTableEntry 9 }
sCSIPortBIOSConnectorType ::=
SEQUENCE {
parallelPortchassisIndex DellObjectRange,
parallelPortIndex DellObjectRange,
parallelPortStateCapabilities DellStateCapabilities,
parallelPortStateSettings DellStateSettings,
parallelPortStatus DellStatus,
parallelPortSecurityState DellPortSecurityState,
parallelPortConnectorType DellParallelPortConnectorType,
parallelPortName DellString,
parallelPortConnectorPinOut DellParallelPortConnectorPinout,
parallelPortCapabilitiesUnique DellParallelPortCapabilitiesUnique,
parallelPortBaseIOAddress DellUnsigned64BitRange,
parallelPortIRQLevel DellUnsigned8BitRange,
parallelPortDMASupport DellBoolean
}
parallelPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF ParallelPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070 This object defines the Parallel Port Table."
::= { portGroup 70 }
parallelPortTableEntry OBJECT-TYPE
SYNTAX ParallelPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001 This object defines the Parallel Port Table Entry."
INDEX { parallelPortchassisIndex , parallelPortIndex }
::= { parallelPortTable 1 }
parallelPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { parallelPortTableEntry 1 }
parallelPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0002 This attribute defines the index (one based) of the
parallel port."
::= { parallelPortTableEntry 2 }
parallelPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0003 This attribute defines the state capabilities of the
parallel port."
::= { parallelPortTableEntry 3 }
parallelPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0004 This attribute defines the state settings of the
parallel port."
::= { parallelPortTableEntry 4 }
parallelPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0005 This attribute defines the status of the
parallel port."
::= { parallelPortTableEntry 5 }
parallelPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0006 This attribute defines the security state of the
parallel port."
::= { parallelPortTableEntry 6 }
parallelPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB25PinFemale(3),
connectorPortTypeIsDB25PinMale(4),
connectorPortTypeIsCentronics(5),
connectorPortTypeIsMiniCentronics(6),
connectorPortTypeIsProprietary(7),
connectorPortTypeIsCentronics14(8),
connectorPortTypeIsDB36PinFemale(9),
connectorPortTypeIsMiniCentronics20(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0007 This attribute defines the connector type of the
parallel port."
::= { parallelPortTableEntry 7 }
parallelPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0008 This attribute defines the name of the
parallel port."
::= { parallelPortTableEntry 8 }
parallelPortConnectorPinOut OBJECT-TYPE
SYNTAX INTEGER {
connectorPortPinoutIsOther(1),
connectorPortPinoutIsUnknown(2),
connectorPortPinoutIsXTorAT(3),
connectorPortPinoutIsPS2(4),
connectorPortPinoutIsIEEE1284(5),
connectorPortPinoutIsProprietary(6),
connectorPortPinoutIsPC98(7),
connectorPortPinoutIsPC98Hireso(8),
connectorPortPinoutIsPC98Note(9),
connectorPortPinoutIsPC98Full(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0009 This attribute defines the pinout of the
parallel port."
::= { parallelPortTableEntry 9 }
parallelPortCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
atCapable(2),
ps2Capable(4),
ecpCapable(8),
eppCapable(16),
atOrPS2OrECPOrEPPCapable(30),
pc98Capable(32),
pc98HiresoCapable(64),
pc98HCapable(128)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0010 This attribute defines the mode capabilities of the
parallel port."
::= { parallelPortTableEntry 10 }
parallelPortBaseIOAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0011 This attribute defines the base Input/Output address of
the parallel port."
::= { parallelPortTableEntry 11 }
parallelPortIRQLevel OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0012 This attribute defines the Interrupt Request Level of
the parallel port."
::= { parallelPortTableEntry 12 }
parallelPortDMASupport OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0070.0001.0013 This attribute defines if DMA is supported by the
parallel port."
::= { parallelPortTableEntry 13 }
parallelPortDMASupport ::=
SEQUENCE {
serialPortchassisIndex DellObjectRange,
serialPortIndex DellObjectRange,
serialPortStateCapabilities DellStateCapabilities,
serialPortStateSettings DellStateSettings,
serialPortStatus DellStatus,
serialPortSecurityState DellPortSecurityState,
serialPortConnectorType DellSerialPortConnectorType,
serialPortName DellString,
serialPortMaximumSpeed DellUnsigned32BitRange,
serialPortCapabilitiesUnique DellSerialPortCapabilitiesUnique,
serialPortBaseIOAddress DellUnsigned64BitRange,
serialPortIRQLevel DellUnsigned8BitRange
}
serialPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF SerialPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080 This object defines the Serial Port Table."
::= { portGroup 80 }
serialPortTableEntry OBJECT-TYPE
SYNTAX SerialPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001 This object defines the Serial Port Table Entry."
INDEX { serialPortchassisIndex , serialPortIndex }
::= { serialPortTable 1 }
serialPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { serialPortTableEntry 1 }
serialPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0002 This attribute defines the index (one based) of the
serial port."
::= { serialPortTableEntry 2 }
serialPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0003 This attribute defines the state capabilities of the
serial port."
::= { serialPortTableEntry 3 }
serialPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0004 This attribute defines the state settings of the
serial port."
::= { serialPortTableEntry 4 }
serialPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0005 This attribute defines the status of the
serial port."
::= { serialPortTableEntry 5 }
serialPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0006 This attribute defines the security state of the
serial port."
::= { serialPortTableEntry 6 }
serialPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsDB9PinMale(3),
connectorPortTypeIsDB9PinFemale(4),
connectorPortTypeIsDB25PinMale(5),
connectorPortTypeIsDB25PinFemale(6),
connectorPortTypeIsRJ11(7),
connectorPortTypeIsRJ45(8),
connectorPortTypeIsProprietary(9),
connectorPortTypeIsCirdin8Male(10),
connectorPortTypeIsCirdin8Female(11),
connectorPortTypeIsMiniCentronics14(12),
connectorPortTypeIsMiniCentronics26(13)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0007 This attribute defines the connector type of the
serial port."
::= { serialPortTableEntry 7 }
serialPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0008 This attribute defines the name of the
serial port."
::= { serialPortTableEntry 8 }
serialPortMaximumSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0009 This attribute defines the maximum speed the serial
port can support in bits per second. 0 (zero) indicates maximum speed
is unknown."
::= { serialPortTableEntry 9 }
serialPortCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
xtorATCapable(4),
c16450Capable(8),
c16550Capable(16),
c16550aCapable(32),
c8251Capable(64),
c8251FIFOCapable(128)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0010 This attribute defines the mode capabilities of the
serial port."
::= { serialPortTableEntry 10 }
serialPortBaseIOAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0011 This attribute defines the base Input/Output address of
the serial port."
::= { serialPortTableEntry 11 }
serialPortIRQLevel OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0080.0001.0012 This attribute defines the Interrupt Request Level of
the serial port."
::= { serialPortTableEntry 12 }
serialPortIRQLevel ::=
SEQUENCE {
uSBPortchassisIndex DellObjectRange,
uSBPortIndex DellObjectRange,
uSBPortStateCapabilities DellStateCapabilities,
uSBPortStateSettings DellStateSettings,
uSBPortStatus DellStatus,
uSBPortSecurityState DellPortSecurityState,
uSBPortConnectorType DellUSBPortConnectorType,
uSBPortName DellString,
uSBPortBIOSConnectorType DellGenericPortConnectorType
}
uSBPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF USBPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090 This object defines the Universal Serial Bus (USB) Port Table."
::= { portGroup 90 }
uSBPortTableEntry OBJECT-TYPE
SYNTAX USBPortTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001 This object defines the USB Port Table Entry."
INDEX { uSBPortchassisIndex , uSBPortIndex }
::= { uSBPortTable 1 }
uSBPortchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { uSBPortTableEntry 1 }
uSBPortIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0002 This attribute defines the index (one based) of the
USB port."
::= { uSBPortTableEntry 2 }
uSBPortStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0003 This attribute defines the state capabilities of the
USB port."
::= { uSBPortTableEntry 3 }
uSBPortStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0004 This attribute defines the state settings of the
USB port."
::= { uSBPortTableEntry 4 }
uSBPortStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0005 This attribute defines the status of the USB port."
::= { uSBPortTableEntry 5 }
uSBPortSecurityState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
none(3),
externalIsDisabled(4),
externalIsEnabled(5),
bootByPass(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0006 This attribute defines the security state of the
USB port."
::= { uSBPortTableEntry 6 }
uSBPortConnectorType OBJECT-TYPE
SYNTAX INTEGER {
connectorPortTypeIsOther(1),
connectorPortTypeIsUnknown(2),
connectorPortTypeIsUSB(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0007 This attribute defines the connector type of the
USB port."
::= { uSBPortTableEntry 7 }
uSBPortName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0008 This attribute defines name of the USB port."
::= { uSBPortTableEntry 8 }
uSBPortBIOSConnectorType OBJECT-TYPE
SYNTAX INTEGER {
portConnectorTypeIsOther(1),
portConnectorTypeIsNone(2),
portConnectorTypeIsCentronics(3),
portConnectorTypeIsMiniCentronics(4),
portConnectorTypeIsProprietary(5),
portConnectorTypeIsDB25Male(6),
portConnectorTypeIsDB25Female(7),
portConnectorTypeIsDB15Male(8),
portConnectorTypeIsDB15Female(9),
portConnectorTypeIsDB9Male(10),
portConnectorTypeIsDB9Female(11),
portConnectorTypeIsRJ11(12),
portConnectorTypeIsRJ45(13),
portConnectorTypeIsMiniSCSI50Pin(14),
portConnectorTypeIsMiniDIN(15),
portConnectorTypeIsMicroDIN(16),
portConnectorTypeIsPS2(17),
portConnectorTypeIsInfrared(18),
portConnectorTypeIsHPHIL(19),
portConnectorTypeIsAccessBussUSB(20),
portConnectorTypeISSASCSI(21),
portConnectorTypeIsCirdin8Male(22),
portConnectorTypeIsCirdin8Female(23),
portConnectorTypeIsIDE(24),
portConnectorTypeIsFloppy(25),
portConnectorTypeIsDIN9Pin(26),
portConnectorTypeIsDIN25Pin(27),
portConnectorTypeIsDIN50Pin(28),
portConnectorTypeIsDIN68Pin(29),
portConnectorTypeIsCDROMLineOut(30),
portConnectorTypeIsMiniCentronics14(31),
portConnectorTypeIsMiniCentronics26(32),
portConnectorTypeIsMiniJack(33),
portConnectorTypeIsBNC(34),
portConnectorTypeIs1394(35),
portConnectorTypeIsPC98(36),
portConnectorTypeIsPC98Hireso(37),
portConnectorTypeIsPCH98(38),
portConnectorTypeIsPC98Note(39),
portConnectorTypeIsPC98Full(40)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1000.0090.0001.0009 This attribute defines the BIOS connector type of the
USB port."
::= { uSBPortTableEntry 9 }
uSBPortBIOSConnectorType ::=
SEQUENCE {
pointingDevicechassisIndex DellObjectRange,
pointingDeviceIndex DellObjectRange,
pointingDeviceStateCapabilities DellStateCapabilities,
pointingDeviceStateSettings DellStateSettings,
pointingDeviceStatus DellStatus,
pointingPortIndexReference DellObjectRange,
pointingDeviceType DellPointingDeviceType,
pointingDeviceNumberofButtons DellUnsigned8BitRange
}
pointingDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF PointingDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010 This object defines the Pointing Device Table."
::= { deviceGroup 10 }
pointingDeviceTableEntry OBJECT-TYPE
SYNTAX PointingDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001 This object defines the Pointing Device Table Entry."
INDEX { pointingDevicechassisIndex , pointingDeviceIndex }
::= { pointingDeviceTable 1 }
pointingDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { pointingDeviceTableEntry 1 }
pointingDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0002 This attribute defines the index (one based) of the
pointing device."
::= { pointingDeviceTableEntry 2 }
pointingDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0003 This attribute defines the state capabilities of the
pointing device."
::= { pointingDeviceTableEntry 3 }
pointingDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0004 This attribute defines the state settings of the
pointing device."
::= { pointingDeviceTableEntry 4 }
pointingDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0005 This attribute defines the status of the pointing device."
::= { pointingDeviceTableEntry 5 }
pointingPortIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0006 This attribute defines the index (one based) of the
associated pointing port in the same chassis."
::= { pointingDeviceTableEntry 6 }
pointingDeviceType OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsAMouse(3),
deviceTypeIsATrackBall(4),
deviceTypeIsATrackPoint(5),
deviceTypeIsAGlidePoint(6),
deviceTypeIsATouchPad(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0007 This attribute defines the type of the pointing device."
::= { pointingDeviceTableEntry 7 }
pointingDeviceNumberofButtons OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0010.0001.0008 This attribute defines the number of buttons on the
pointing device."
::= { pointingDeviceTableEntry 8 }
pointingDeviceNumberofButtons ::=
SEQUENCE {
keyboardDevicechassisIndex DellObjectRange,
keyboardDeviceIndex DellObjectRange,
keyboardDeviceStateCapabilities DellStateCapabilities,
keyboardDeviceStateSettings DellStateSettings,
keyboardDeviceStatus DellStatus,
keyboardPortIndexReference DellObjectRange,
keyboardDeviceTypeName DellString,
keyboardDeviceLayoutName DellString
}
keyboardDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF KeyboardDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020 This object defines the Keyboard Device Table."
::= { deviceGroup 20 }
keyboardDeviceTableEntry OBJECT-TYPE
SYNTAX KeyboardDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001 This object defines the Keyboard Device Table Entry."
INDEX { keyboardDevicechassisIndex , keyboardDeviceIndex }
::= { keyboardDeviceTable 1 }
keyboardDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { keyboardDeviceTableEntry 1 }
keyboardDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0002 This attribute defines the index (one based) of the
keyboard device."
::= { keyboardDeviceTableEntry 2 }
keyboardDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0003 This attribute defines the state capabilities of the
keyboard device."
::= { keyboardDeviceTableEntry 3 }
keyboardDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0004 This attribute defines the state settings of the
keyboard device."
::= { keyboardDeviceTableEntry 4 }
keyboardDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0005 This attribute defines the status of the keyboard device."
::= { keyboardDeviceTableEntry 5 }
keyboardPortIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0006 This attribute defines the index (one based) of the
associated keyboard device in the same chassis."
::= { keyboardDeviceTableEntry 6 }
keyboardDeviceTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0007 This attribute defines the name of the keyboard device
type."
::= { keyboardDeviceTableEntry 7 }
keyboardDeviceLayoutName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0020.0001.0008 This attribute defines the name of the keyboard device
layout."
::= { keyboardDeviceTableEntry 8 }
keyboardDeviceLayoutName ::=
SEQUENCE {
processorDevicechassisIndex DellObjectRange,
processorDeviceIndex DellObjectRange,
processorDeviceStateCapabilities DellStateCapabilities,
processorDeviceStateSettings DellStateSettings,
processorDeviceStatus DellStatus,
processorPortIndexReference DellObjectRange,
processorDeviceType DellProcessorDeviceType,
processorDeviceManufacturerName DellString,
processorDeviceStatusState DellProcessorDeviceStatusState,
processorDeviceFamily DellProcessorDeviceFamily,
processorDeviceMaximumSpeed DellUnsigned32BitRange,
processorDeviceCurrentSpeed DellUnsigned32BitRange,
processorDeviceExternalClockSpeed DellUnsigned32BitRange,
processorDeviceVoltage DellSigned32BitRange,
processorDeviceUpgradeInformation DellProcessorUpgradeInformation,
processorDeviceVersionName DellString
}
processorDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF ProcessorDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030 This object defines the Processor Device Table."
::= { deviceGroup 30 }
processorDeviceTableEntry OBJECT-TYPE
SYNTAX ProcessorDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001 This object defines the Processor Device Table Entry."
INDEX { processorDevicechassisIndex , processorDeviceIndex }
::= { processorDeviceTable 1 }
processorDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { processorDeviceTableEntry 1 }
processorDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0002 This attribute defines the index (one based) of the
processor device."
::= { processorDeviceTableEntry 2 }
processorDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0003 This attribute defines the state capabilities of the
processor device."
::= { processorDeviceTableEntry 3 }
processorDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0004 This attribute defines the state settings of the
processor device."
::= { processorDeviceTableEntry 4 }
processorDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0005 This attribute defines the status of the
processor device."
::= { processorDeviceTableEntry 5 }
processorPortIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0006 This attribute defines the index (one based) of the
associated processor port in the same chassis."
::= { processorDeviceTableEntry 6 }
processorDeviceType OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsCPU(3),
deviceTypeIsMathProcessor(4),
deviceTypeIsDSP(5),
deviceTypeIsAVideoProcessor(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0007 This attribute defines the type of the processor device."
::= { processorDeviceTableEntry 7 }
processorDeviceManufacturerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0008 This attribute defines the name of the manufacturer
of the processor device."
::= { processorDeviceTableEntry 8 }
processorDeviceStatusState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
enabled(3),
userDisabled(4),
biosDisabled(5),
idle(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0009 This attribute defines the status state of the
processor device."
::= { processorDeviceTableEntry 9 }
processorDeviceFamily OBJECT-TYPE
SYNTAX INTEGER {
deviceFamilyIsOther(1),
deviceFamilyIsUnknown(2),
deviceFamilyIs8086(3),
deviceFamilyIs80286(4),
deviceFamilyIs80386(5),
deviceFamilyIs80486(6),
deviceFamilyIs8087(7),
deviceFamilyIs80287(8),
deviceFamilyIs80387(9),
deviceFamilyIs80487(10),
deviceFamilyIsPentium(11),
deviceFamilyIsPentiumPro(12),
deviceFamilyIsPentium2(13),
deviceFamilyIsPentiumMMX(14),
deviceFamilyIsCeleron(15),
deviceFamilyIsXeon(16),
deviceFamilyIsPentium3(17),
deviceFamilyIsPentium3Xeon(18),
deviceFamilyIsPentium3Step(19),
deviceFamilyIsPentiumItanium(20),
deviceFamilyIsIntelXeon(21),
deviceFamilyIsPentium4(22),
deviceFamilyIsIntelXeonMP(23),
deviceFamilyIsIntelItanium2(24)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0010 This attribute defines the family of the
processor device."
::= { processorDeviceTableEntry 10 }
processorDeviceMaximumSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0011 This attribute defines the maximum speed of the
processor device in MHz. Zero indicates the maximum speed is unknown."
::= { processorDeviceTableEntry 11 }
processorDeviceCurrentSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0012 This attribute defines the current speed of the
processor device in MHz. Zero indicates the current speed is unknown."
::= { processorDeviceTableEntry 12 }
processorDeviceExternalClockSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0013 This attribute defines the speed of the
external clock for the processor device in MHz. Zero indicates
the external clock speed is unknown."
::= { processorDeviceTableEntry 13 }
processorDeviceVoltage OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0014 This attribute defines the voltage powering the
processor device in millivolts. Zero indicates the voltage is unknown."
::= { processorDeviceTableEntry 14 }
processorDeviceUpgradeInformation OBJECT-TYPE
SYNTAX INTEGER {
processorUpgradeIsOther(1),
processorUpgradeIsUnknown(2),
processorUpgradeIsByDaughterBoard(3),
processorUpgradeIsByZIFSocket(4),
processorUpgradeIsByReplacement(5),
processorUpgradeIsNone(6),
processorUpgradeIsByLIFSocket(7),
processorUpgradeIsBySlot1(8),
processorUpgradeIsBySlot2(9),
processorUpgradeIsBy370PinSocket(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0015 This attribute defines the processor upgrade
information for the processor device."
::= { processorDeviceTableEntry 15 }
processorDeviceVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0030.0001.0016 This attribute defines the version of the
processor device."
::= { processorDeviceTableEntry 16 }
processorDeviceVersionName ::=
SEQUENCE {
processorDeviceStatusChassisIndex DellObjectRange,
processorDeviceStatusIndex DellObjectRange,
processorDeviceStatusStateCapabilities DellStateCapabilities,
processorDeviceStatusStateSettings DellStateSettings,
processorDeviceStatusStatus DellStatus,
processorDeviceStatusReading DellProcessorDeviceStatusReading,
processorDeviceStatusLocationName DellString,
processorDeviceStatusPortIndexReference DellObjectRange
}
processorDeviceStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF ProcessorDeviceStatusTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032 This object defines the Processor Device Status Table."
::= { deviceGroup 32 }
processorDeviceStatusTableEntry OBJECT-TYPE
SYNTAX ProcessorDeviceStatusTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001 This object defines the Processor Device Status Table Entry."
INDEX { processorDeviceStatusChassisIndex , processorDeviceStatusIndex }
::= { processorDeviceStatusTable 1 }
processorDeviceStatusChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { processorDeviceStatusTableEntry 1 }
processorDeviceStatusIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0002 This attribute defines the index (one based) of the
processor device status probe."
::= { processorDeviceStatusTableEntry 2 }
processorDeviceStatusStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0003 This attribute defines the state capabilities of the
processor device status probe."
::= { processorDeviceStatusTableEntry 3 }
processorDeviceStatusStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0004 This attribute defines the state settings of the
processor device status probe."
::= { processorDeviceStatusTableEntry 4 }
processorDeviceStatusStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0005 This attribute defines the status of the
processor device status probe. This status will be joined into
the processorDeviceStatus attribute."
::= { processorDeviceStatusTableEntry 5 }
processorDeviceStatusReading OBJECT-TYPE
SYNTAX INTEGER {
internalError(1),
thermalTrip(2),
configurationError(32),
processorPresent(128),
processorDisabled(256),
terminatorPresent(512),
processorThrottled(1024)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0006 This attribute defines the reading of the
processor device status probe."
::= { processorDeviceStatusTableEntry 6 }
processorDeviceStatusLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0007 This attribute defines the location name of the
processor device status probe."
::= { processorDeviceStatusTableEntry 7 }
processorDeviceStatusPortIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0032.0001.0008 This attribute defines the index (one based) of the
associated processor port in the same chassis."
::= { processorDeviceStatusTableEntry 8 }
processorDeviceStatusPortIndexReference ::=
SEQUENCE {
cacheDevicechassisIndex DellObjectRange,
cacheDeviceIndex DellObjectRange,
cacheDeviceStateCapabilities DellStateCapabilities,
cacheDeviceStateSettings DellStateSettings,
cacheDeviceStatus DellStatus,
cacheDeviceprocessorDeviceIndexReference DellObjectRange,
cacheDeviceType DellCacheDeviceType,
cacheDeviceLocation DellCacheDeviceLocation,
cacheDeviceStatusState DellCacheDeviceStatusState,
cacheDeviceExternalSocketName DellString,
cacheDeviceLevel DellCacheDeviceLevel,
cacheDeviceMaximumSize DellUnsigned32BitRange,
cacheDeviceCurrentSize DellUnsigned32BitRange,
cacheDeviceSpeed DellUnsigned32BitRange,
cacheDeviceWritePolicy DellCacheDeviceWritePolicy,
cacheDeviceIsSocketed DellBoolean,
cacheDeviceECCType DellCacheDeviceECCType,
cacheDeviceAssociativity DellCacheDeviceAssociativity,
cacheDeviceSupportedType DellCacheDeviceSRAMType,
cacheDeviceCurrentType DellCacheDeviceSRAMType
}
cacheDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CacheDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040 This object defines the Cache Device Table."
::= { deviceGroup 40 }
cacheDeviceTableEntry OBJECT-TYPE
SYNTAX CacheDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001 This object defines the Cache Device Table Entry."
INDEX { cacheDevicechassisIndex , cacheDeviceIndex }
::= { cacheDeviceTable 1 }
cacheDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cacheDeviceTableEntry 1 }
cacheDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0002 This attribute defines the index (one based) of the
cache device."
::= { cacheDeviceTableEntry 2 }
cacheDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0003 This attribute defines the state capabilities of the
cache device."
::= { cacheDeviceTableEntry 3 }
cacheDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0004 This attribute defines the state settings of the
cache device."
::= { cacheDeviceTableEntry 4 }
cacheDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0005 This attribute defines the status of the cache device."
::= { cacheDeviceTableEntry 5 }
cacheDeviceprocessorDeviceIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0006 This attribute defines the index (one based) of the
processor device associated with the cache device."
::= { cacheDeviceTableEntry 6 }
cacheDeviceType OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsInstruction(3),
deviceTypeIsData(4),
deviceTypeIsUnified(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0007 This attribute defines the type of cache device."
::= { cacheDeviceTableEntry 7 }
cacheDeviceLocation OBJECT-TYPE
SYNTAX INTEGER {
deviceLocationIsOther(1),
deviceLocationIsUnknown(2),
deviceLocationIsInternal(3),
deviceLocationIsExternal(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0008 This attribute defines the location of the cache device."
::= { cacheDeviceTableEntry 8 }
cacheDeviceStatusState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
enabled(3),
userDisabled(4),
biosDisabled(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0009 This attribute defines the status state of the
cache device."
::= { cacheDeviceTableEntry 9 }
cacheDeviceExternalSocketName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0010 This attribute defines the name of the external socket
name of the cache device if the cache device is socketed."
::= { cacheDeviceTableEntry 10 }
cacheDeviceLevel OBJECT-TYPE
SYNTAX INTEGER {
deviceLevelIsOther(1),
deviceLevelIsUnknown(2),
deviceLevelIsPrimary(3),
deviceLevelIsSecondary(4),
deviceLevelIsTertiary(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0011 This attribute defines the level of the cache device."
::= { cacheDeviceTableEntry 11 }
cacheDeviceMaximumSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0012 This attribute defines the maximum size of the
cache device in KBytes. Zero indicates the maximum size is unknown."
::= { cacheDeviceTableEntry 12 }
cacheDeviceCurrentSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0013 This attribute defines the current size of the
cache device in KBytes. Zero indicates the current size is unknown."
::= { cacheDeviceTableEntry 13 }
cacheDeviceSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0014 This attribute defines the speed of the
cache device in nanoseconds. Zero indicates the speed is unknown."
::= { cacheDeviceTableEntry 14 }
cacheDeviceWritePolicy OBJECT-TYPE
SYNTAX INTEGER {
deviceWritePolicyIsOther(1),
deviceWritePolicyIsUnknown(2),
deviceWritePolicyIsWriteBack(3),
deviceWritePolicyIsWriteThrough(4),
deviceWritePolicyIsVariesByAddress(5),
deviceWritePolicyIsDeterminedByIO(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0015 This attribute defines the write policy of the
cache device."
::= { cacheDeviceTableEntry 15 }
cacheDeviceIsSocketed OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0016 This attribute defines if the cache device is
socketed or not."
::= { cacheDeviceTableEntry 16 }
cacheDeviceECCType OBJECT-TYPE
SYNTAX INTEGER {
deviceECCTypeIsOther(1),
deviceECCTypeIsUnknown(2),
deviceECCTypeIsNone(3),
deviceECCTypeIsParity(4),
deviceECCTypeIsSingleBitECC(5),
deviceECCTypeIsMultiBitECC(6),
deviceECCTypeIsCRC(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0017 This attribute defines the type of error correction
in use by the cache device."
::= { cacheDeviceTableEntry 17 }
cacheDeviceAssociativity OBJECT-TYPE
SYNTAX INTEGER {
deviceAssociativityIsOther(1),
deviceAssociativityIsUnknown(2),
deviceAssociativityIsDirectMapped(3),
deviceAssociativityIsTwoWaySetAssociative(4),
deviceAssociativityIsFourWaySetAssociative(5),
deviceAssociativityIsFullyAssociative(6),
deviceAssociativityIsEightWaySetAssociative(7),
deviceAssociativityIsSixteenWaySetAssociative(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0018 This attribute defines the type of associativity
in use by the cache device."
::= { cacheDeviceTableEntry 18 }
cacheDeviceSupportedType OBJECT-TYPE
SYNTAX INTEGER {
deviceSRAMTypeIsOther(1),
deviceSRAMTypeIsUnknown(2),
deviceSRAMTypeIsNonBurst(3),
deviceSRAMTypeIsBurst(4),
deviceSRAMTypeIsPipeBurst(5),
deviceSRAMTypeIsSynchronous(6),
deviceSRAMTypeIsAsynchronous(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0019 This attribute defines the supported SRAM type of the
cache device."
::= { cacheDeviceTableEntry 19 }
cacheDeviceCurrentType OBJECT-TYPE
SYNTAX INTEGER {
deviceSRAMTypeIsOther(1),
deviceSRAMTypeIsUnknown(2),
deviceSRAMTypeIsNonBurst(3),
deviceSRAMTypeIsBurst(4),
deviceSRAMTypeIsPipeBurst(5),
deviceSRAMTypeIsSynchronous(6),
deviceSRAMTypeIsAsynchronous(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0040.0001.0020 This attribute defines the current SRAM type of the
cache device."
::= { cacheDeviceTableEntry 20 }
cacheDeviceCurrentType ::=
SEQUENCE {
memoryDevicechassisIndex DellObjectRange,
memoryDeviceIndex DellObjectRange,
memoryDeviceStateCapabilities DellStateCapabilities,
memoryDeviceStateSettings DellStateSettings,
memoryDeviceStatus DellStatus,
memoryDeviceMemoryPortIndexReference DellObjectRange,
memoryDeviceType DellMemoryDeviceType,
memoryDeviceLocationName DellString,
memoryDeviceErrorCount DellSigned32BitRange,
memoryDeviceBankLocationName DellString,
memoryDeviceTypeDetails DellMemoryDeviceTypeDetails,
memoryDeviceFormFactor DellMemoryDeviceFormFactor,
memoryDeviceSet DellUnsigned32BitRange,
memoryDeviceSize DellUnsigned32BitRange,
memoryDeviceSpeed DellUnsigned32BitRange,
memoryDeviceTotalBusWidth DellUnsigned32BitRange,
memoryDeviceTotalDataBusWidth DellUnsigned32BitRange,
memoryDeviceSingleBitErrorCount DellSigned32BitRange,
memoryDeviceMultiBitErrorCount DellSigned32BitRange,
memoryDeviceFailureModes DellMemoryDeviceFailureModes
}
memoryDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF MemoryDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050 This object defines the Memory Device Table."
::= { deviceGroup 50 }
memoryDeviceTableEntry OBJECT-TYPE
SYNTAX MemoryDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001 This object defines the Memory Device Table Entry."
INDEX { memoryDevicechassisIndex , memoryDeviceIndex }
::= { memoryDeviceTable 1 }
memoryDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { memoryDeviceTableEntry 1 }
memoryDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0002 This attribute defines the index (one based) of the
memory device."
::= { memoryDeviceTableEntry 2 }
memoryDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0003 This attribute defines the state capabilities of the
memory device."
::= { memoryDeviceTableEntry 3 }
memoryDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0004 This attribute defines the state settings of the
memory device."
::= { memoryDeviceTableEntry 4 }
memoryDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0005 This attribute defines the status of the memory device."
::= { memoryDeviceTableEntry 5 }
memoryDeviceMemoryPortIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0006 This attribute defines the index (one based) of the
memory port that this memory device is part of."
::= { memoryDeviceTableEntry 6 }
memoryDeviceType OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsDRAM(3),
deviceTypeIsEDRAM(4),
deviceTypeIsVRAM(5),
deviceTypeIsSRAM(6),
deviceTypeIsRAM(7),
deviceTypeIsROM(8),
deviceTypeIsFLASH(9),
deviceTypeIsEEPROM(10),
deviceTypeIsFEPROM(11),
deviceTypeIsEPROM(12),
deviceTypeIsCDRAM(13),
deviceTypeIs3DRAM(14),
deviceTypeIsSDRAM(15),
deviceTypeIsSGRAM(16),
deviceTypeIsRDRAM(17),
deviceTypeIsDDR(18),
deviceTypeIsDDR2(19)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0007 This attribute defines the type of the memory device."
::= { memoryDeviceTableEntry 7 }
memoryDeviceLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0008 This attribute defines the location of the memory device."
::= { memoryDeviceTableEntry 8 }
memoryDeviceErrorCount OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS optional
DESCRIPTION "1100.0050.0001.0009 This attribute defines the total number of ECC corrections
for the memory device. Writing a 0 (zero) to this variable will reset
the error counts for the device.
**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
The value will always be zero. Writing a 0 (zero) has no effect."
::= { memoryDeviceTableEntry 9 }
memoryDeviceBankLocationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0010 This attribute defines the location of the bank for the
memory device."
::= { memoryDeviceTableEntry 10 }
memoryDeviceTypeDetails OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeDetailIsOther(1),
deviceTypeDetailIsUnknown(2),
deviceTypeDetailIsFastPaged(3),
deviceTypeDetailIsStaticColumn(4),
deviceTypeDetailIsPseudoStatic(5),
deviceTypeDetailIsRAMBUS(6),
deviceTypeDetailIsSynchronous(7),
deviceTypeDetailIsCMOS(8),
deviceTypeDetailIsEDO(9),
deviceTypeDetailIsWindowDRAM(10),
deviceTypeDetailIsCacheDRAM(11),
deviceTypeDetailIsNonVolatile(12)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0011 This attribute defines the detailed type of the
memory device."
::= { memoryDeviceTableEntry 11 }
memoryDeviceFormFactor OBJECT-TYPE
SYNTAX INTEGER {
deviceFormFactorIsOther(1),
deviceFormFactorIsUnknown(2),
deviceFormFactorIsSIMM(3),
deviceFormFactorIsSIP(4),
deviceFormFactorIsAChip(5),
deviceFormFactorIsDIP(6),
deviceFormFactorIsZIP(7),
deviceFormFactorIsAProprietaryCard(8),
deviceFormFactorIsDIMM(9),
deviceFormFactorIsTSOP(10),
deviceFormFactorIsARowOfChips(11),
deviceFormFactorIsRIMM(12),
deviceFormFactorIsSODIMM(13),
deviceFormFactorIsSRIMM(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0012 This attribute defines the form factor of the
memory device."
::= { memoryDeviceTableEntry 12 }
memoryDeviceSet OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0013 This attribute defines if the memory device is a part
of a set. Zero indicates it is not part of a set; 2,147,483,647 indicates
it is unknown if it is a part of a set."
::= { memoryDeviceTableEntry 13 }
memoryDeviceSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0014 This attribute defines the size in KBytes of the
memory device. Zero indicates no memory installed; 2,147,483,647 indicates
an unknown memory size."
::= { memoryDeviceTableEntry 14 }
memoryDeviceSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0015 This attribute defines the speed in nanoseconds
of the memory device. Zero indicates an unknown speed."
::= { memoryDeviceTableEntry 15 }
memoryDeviceTotalBusWidth OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0016 This attribute defines the total number bits,
including ECC, used by the memory device. 2,147,483,647 indicates
an unknown number of bits."
::= { memoryDeviceTableEntry 16 }
memoryDeviceTotalDataBusWidth OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0017 This attribute defines the total number of data bits
used by the memory device. 2,147,483,647 indicates an unknown number of bits."
::= { memoryDeviceTableEntry 17 }
memoryDeviceSingleBitErrorCount OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS optional
DESCRIPTION "1100.0050.0001.0018 This attribute defines the total number of single bit
ECC corrections for the memory device.
**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
The value will always be zero."
::= { memoryDeviceTableEntry 18 }
memoryDeviceMultiBitErrorCount OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS optional
DESCRIPTION "1100.0050.0001.0019 This attribute defines the total number of multibit
ECC errors for the memory device.
**NOTE: This attribute is deprecated and replaced by memoryDeviceFailureModes.
The value will always be zero."
::= { memoryDeviceTableEntry 19 }
memoryDeviceFailureModes OBJECT-TYPE
SYNTAX INTEGER {
eccSingleBitCorrectionWarningRate(1),
eccSingleBitCorrectionFailureRate(2),
eccMultiBitFault(4),
eccSingleBitCorrectionLoggingDisabled(8),
deviceDisabledBySpareBank(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0050.0001.0020 This attribute defines the failure modes of the
memory device when the memoryDeviceStatus attribute is not ok(3). It is
a bit field that can be used to report more than one type of failure mode
by using a combination of the defined bit masks.
**NOTE: This attribute replaces the memory device error count attributes.
When the memoryDeviceStatus attribute is not ok(3), this attribute should be
used to determine the reason for that instead of the error count attributes."
::= { memoryDeviceTableEntry 20 }
memoryDeviceFailureModes ::=
SEQUENCE {
memoryDeviceMappedAddresschassisIndex DellObjectRange,
memoryDeviceMappedAddressIndex DellObjectRange,
memoryDeviceMappedAddressStateCapabilities DellStateCapabilities,
memoryDeviceMappedAddressStateSettings DellStateSettings,
memoryDeviceMappedAddressStatus DellStatus,
memoryDeviceIndexReference DellObjectRange,
memoryDeviceMappedAddressRowPosition DellUnsigned32BitRange,
memoryDeviceMappedAddressInterleavePosition DellUnsigned32BitRange,
memoryDeviceMappedAddressInterleaveDepth DellUnsigned32BitRange,
memoryDeviceMappedAddressStartingAddress DellUnsigned64BitRange,
memoryDeviceMappedAddressEndingAddress DellUnsigned64BitRange
}
memoryDeviceMappedAddressTable OBJECT-TYPE
SYNTAX SEQUENCE OF MemoryDeviceMappedAddressTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060 This object defines the Memory Device Mapped Address Table."
::= { deviceGroup 60 }
memoryDeviceMappedAddressTableEntry OBJECT-TYPE
SYNTAX MemoryDeviceMappedAddressTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001 This object defines the Memory Device Mapped Address
Table Entry."
INDEX { memoryDeviceMappedAddresschassisIndex , memoryDeviceMappedAddressIndex }
::= { memoryDeviceMappedAddressTable 1 }
memoryDeviceMappedAddresschassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { memoryDeviceMappedAddressTableEntry 1 }
memoryDeviceMappedAddressIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0002 This attribute defines the index (one based) of the
memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 2 }
memoryDeviceMappedAddressStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0003 This attribute defines the state capabilities of the
memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 3 }
memoryDeviceMappedAddressStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0004 This attribute defines the state settings of the
memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 4 }
memoryDeviceMappedAddressStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0005 This attribute defines the status of the
memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 5 }
memoryDeviceIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0006 This attribute defines the index (one based) of the
memory device associated with the memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 6 }
memoryDeviceMappedAddressRowPosition OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0007 This attribute defines the position of the referenced
memory in a row of the memory device mapped address.
2,147,483,647 indicates an unknown position."
::= { memoryDeviceMappedAddressTableEntry 7 }
memoryDeviceMappedAddressInterleavePosition OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0008 This attribute defines the position of the referenced
memory in an interleave of the memory device mapped address.
2,147,483,647 indicates an unknown position."
::= { memoryDeviceMappedAddressTableEntry 8 }
memoryDeviceMappedAddressInterleaveDepth OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0009 This attribute defines the maximum number of
consecutive rows from the referenced memory device that are accessed
in a single interleaved transfer in the memory device mapped address.
2,147,483,647 indicates an unknown number of rows."
::= { memoryDeviceMappedAddressTableEntry 9 }
memoryDeviceMappedAddressStartingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0010 This attribute defines the physical starting address
in KBytes of the memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 10 }
memoryDeviceMappedAddressEndingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0060.0001.0011 This attribute defines the physical ending address
in KBytes of the memory device mapped address."
::= { memoryDeviceMappedAddressTableEntry 11 }
memoryDeviceMappedAddressEndingAddress ::=
SEQUENCE {
genericDevicechassisIndex DellObjectRange,
genericDeviceIndex DellObjectRange,
genericDeviceStateCapabilities DellStateCapabilities,
genericDeviceStateSettings DellStateSettings,
genericDeviceStatus DellStatus,
genericDeviceSystemSlotIndexReference DellObjectRange,
genericDeviceType DellGenericDeviceType,
genericDeviceName DellString
}
genericDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF GenericDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070 This object defines the Generic Device Table."
::= { deviceGroup 70 }
genericDeviceTableEntry OBJECT-TYPE
SYNTAX GenericDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001 This object defines the Generic Device Table Entry."
INDEX { genericDevicechassisIndex , genericDeviceIndex }
::= { genericDeviceTable 1 }
genericDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { genericDeviceTableEntry 1 }
genericDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0002 This attribute defines the index (one based) of the
generic device."
::= { genericDeviceTableEntry 2 }
genericDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0003 This attribute defines the state capabilities of the
generic device."
::= { genericDeviceTableEntry 3 }
genericDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0004 This attribute defines the state settings of the
generic device."
::= { genericDeviceTableEntry 4 }
genericDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0005 This attribute defines the status of the
generic device."
::= { genericDeviceTableEntry 5 }
genericDeviceSystemSlotIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0006 This attribute defines the index (one based) of the
system slot that the generic device is in."
::= { genericDeviceTableEntry 6 }
genericDeviceType OBJECT-TYPE
SYNTAX INTEGER {
deviceTypeIsOther(1),
deviceTypeIsUnknown(2),
deviceTypeIsAVideoDevice(3),
deviceTypeIsASCSIController(4),
deviceTypeIsAnEthernetDevice(5),
deviceTypeIsTokenRingDevice(6),
deviceTypeIsASoundDevice(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0007 This attribute defines the type of the generic device."
::= { genericDeviceTableEntry 7 }
genericDeviceName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0070.0001.0008 This attribute defines the name of the generic device."
::= { genericDeviceTableEntry 8 }
genericDeviceName ::=
SEQUENCE {
pCIDevicechassisIndex DellObjectRange,
pCIDeviceIndex DellObjectRange,
pCIDeviceStateCapabilities DellStateCapabilities,
pCIDeviceStateSettings DellStateSettings,
pCIDeviceStatus DellStatus,
pCIDeviceSystemSlotIndexReference DellObjectRange,
pCIDeviceDataBusWidth DellUnsigned32BitRange,
pCIDeviceDescriptionName DellString,
pCIDeviceManufacturerName DellString,
pCIDeviceSpeed DellUnsigned32BitRange,
pCIDeviceAdapterFault DellBoolean
}
pCIDeviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF PCIDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080 This object defines the PCI Device Table."
::= { deviceGroup 80 }
pCIDeviceTableEntry OBJECT-TYPE
SYNTAX PCIDeviceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001 This object defines the PCI Device Table Entry."
INDEX { pCIDevicechassisIndex , pCIDeviceIndex }
::= { pCIDeviceTable 1 }
pCIDevicechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { pCIDeviceTableEntry 1 }
pCIDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0002 This attribute defines the index (one based) of the
PCI device."
::= { pCIDeviceTableEntry 2 }
pCIDeviceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0003 This attribute defines the state capabilities of the
PCI device."
::= { pCIDeviceTableEntry 3 }
pCIDeviceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0004 This attribute defines the state settings of the
PCI device."
::= { pCIDeviceTableEntry 4 }
pCIDeviceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0005 This attribute defines the status of the PCI device."
::= { pCIDeviceTableEntry 5 }
pCIDeviceSystemSlotIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0006 This attribute defines the index (one based) of the
system slot that the PCI Device is in."
::= { pCIDeviceTableEntry 6 }
pCIDeviceDataBusWidth OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0007 This attribute defines the width of the data bus
of the PCI device."
::= { pCIDeviceTableEntry 7 }
pCIDeviceManufacturerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0008 This attribute defines the name of the manufacturer
of the PCI device."
::= { pCIDeviceTableEntry 8 }
pCIDeviceDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0009 This attribute defines the description of the PCI device."
::= { pCIDeviceTableEntry 9 }
pCIDeviceSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0010 This attribute defines the bus speed in MHz of the
PCI device. Zero indicates the speed is unknown."
::= { pCIDeviceTableEntry 10 }
pCIDeviceAdapterFault OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0080.0001.0011 This attribute defines if the PCI device has detected
a fault or not."
::= { pCIDeviceTableEntry 11 }
pCIDeviceAdapterFault ::=
SEQUENCE {
pCIDeviceConfigurationSpacechassisIndex DellObjectRange,
pCIDeviceConfigurationSpaceIndex DellObjectRange,
pCIDeviceConfigurationSpaceStateCapabilities DellStateCapabilities,
pCIDeviceConfigurationSpaceStateSettings DellStateSettings,
pCIDeviceConfigurationSpaceStatus DellStatus,
pCIDeviceIndexReference DellObjectRange,
pCIDeviceConfigurationSpaceBusNumber DellUnsigned32BitRange,
pCIDeviceConfigurationSpaceDeviceNumber DellUnsigned32BitRange,
pCIDeviceConfigurationSpaceFunctionNumber DellUnsigned32BitRange,
pCIDeviceConfigurationSpaceHeader OCTET STRING(SIZE(0..1025))
}
pCIDeviceConfigurationSpaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF PCIDeviceConfigurationSpaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082 This object defines the PCI Device Configuration Space Table."
::= { deviceGroup 82 }
pCIDeviceConfigurationSpaceTableEntry OBJECT-TYPE
SYNTAX PCIDeviceConfigurationSpaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001 This object defines the PCI Device Configuration Table
Space Entry."
INDEX { pCIDeviceConfigurationSpacechassisIndex , pCIDeviceConfigurationSpaceIndex }
::= { pCIDeviceConfigurationSpaceTable 1 }
pCIDeviceConfigurationSpacechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { pCIDeviceConfigurationSpaceTableEntry 1 }
pCIDeviceConfigurationSpaceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0002 This attribute defines the index (one based) of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 2 }
pCIDeviceConfigurationSpaceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0003 This attribute defines the state capabilities of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 3 }
pCIDeviceConfigurationSpaceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0004 This attribute defines the state settings of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 4 }
pCIDeviceConfigurationSpaceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0005 This attribute defines the status of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 5 }
pCIDeviceIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0006 This attribute defines the index (one based) of the
PCI device that this PCI device configuration space applies to."
::= { pCIDeviceConfigurationSpaceTableEntry 6 }
pCIDeviceConfigurationSpaceBusNumber OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0007 This attribute defines the bus number of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 7 }
pCIDeviceConfigurationSpaceDeviceNumber OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0008 This attribute defines the device number of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 8 }
pCIDeviceConfigurationSpaceFunctionNumber OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0009 This attribute defines the function number of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 9 }
pCIDeviceConfigurationSpaceHeader OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..1025))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1100.0082.0001.0010 This attribute defines the header of the
PCI device configuration space."
::= { pCIDeviceConfigurationSpaceTableEntry 10 }
pCIDeviceConfigurationSpaceHeader ::=
SEQUENCE {
systemSlotchassisIndex DellObjectRange,
systemSlotIndex DellObjectRange,
systemSlotStateCapabilitiesUnique DellSystemSlotStateCapabilities,
systemSlotStateSettingsUnique DellSystemSlotStateSettings,
systemSlotStatus DellStatus,
systemSlotCurrentUsage DellSystemSlotUsage,
systemSlotType DellSystemSlotType,
systemSlotSlotExternalSlotName DellString,
systemSlotLength DellSystemSlotLength,
systemSlotSlotID DellUnsigned32BitRange,
systemSlotCategory DellSystemSlotCategory,
systemSlotHotPlugBusWidth DellSystemSlotHotPlugBusWidth,
systemSlotHotPlugSlotSpeed DellUnsigned32BitRange,
systemSlotHotPlugAdapterSpeed DellUnsigned32BitRange
}
systemSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF SystemSlotTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010 This object defines the System Slot Table."
::= { slotGroup 10 }
systemSlotTableEntry OBJECT-TYPE
SYNTAX SystemSlotTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001 This object defines the System Slot Table Entry."
INDEX { systemSlotchassisIndex , systemSlotIndex }
::= { systemSlotTable 1 }
systemSlotchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { systemSlotTableEntry 1 }
systemSlotIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0002 This attribute defines the index (one based) of the
system slot."
::= { systemSlotTableEntry 2 }
systemSlotStateCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
systemSlotHotPlugIsUnknown(1),
systemSlotHotPlugIsHotPluggableCapable(2),
systemSlotHotPlugCanBePoweredOn(4),
systemSlotHotPlugCanSignalAttention(8),
systemSlotHotPlugCanSignalPowerFault(16),
systemSlotHotPlugCanSignalAdapterPresent(32),
systemSlotHotPlugCanSignalPowerButtonPressed(64),
canSupportAllHotPlugCapabilities(126),
systemSlotCanProvide5Volts(128),
systemSlotCanProvide3Point3Volts(256),
systemSlotCanSignalIfShared(512),
systemSlotCanSupportCard16(1024),
systemSlotCanSupportCardBus(2048),
systemSlotCanSupportZoomVideo(4096),
systemSlotCanSupportModemRingResume(8192),
systemSlotCanSupportPMESignal(16384),
canSupportAllSlotCapabilities(32640),
canSupportAllSlotAndAllHotPlugCapabilities(32766)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0003 This attribute defines the state capabilities of the
system slot."
::= { systemSlotTableEntry 3 }
systemSlotStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
systemSlotHotPlugIsUnknown(1),
systemSlotHotPlugIsHotPluggable(2),
systemSlotHotPlugIsPoweredOn(4),
systemSlotHotPlugIsAtAttention(8),
systemSlotHotPlugHasPowerFaulted(16),
systemSlotHotPlugAdapterIsPresent(32),
systemSlotHotPlugAdapterPresentAndPoweredOn(36),
systemSlotHotPlugPowerButtonPressed(64),
systemSlotProvides5Volts(128),
systemSlotProvides3Point3Volts(256),
systemSlotIsShared(512),
systemSlotSupportsCard16(1024),
systemSlotSupportsCardBus(2048),
systemSlotSupportsZoomVideo(4096),
systemSlotSupportsModemRingResume(8192),
systemSlotSupportsPMESignal(16384),
supportsPMEand3P3Vand5VandHotPluggable(16770),
supportsPMEand3P3Vand5VhasAdapterOn(16804),
supportsPMEand3P3Vand5VhasAdapterOnandisHotPluggable(16806),
supportsPMEand3P3VIsSharedand5VhasAdapterOnandHotPlugable(17316)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0004 This attribute defines the state settings of the
system slot."
::= { systemSlotTableEntry 4 }
systemSlotStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0005 This attribute defines the status of the system slot."
::= { systemSlotTableEntry 5 }
systemSlotCurrentUsage OBJECT-TYPE
SYNTAX INTEGER {
systemSlotUsageIsOther(1),
systemSlotUsageIsUnknown(2),
systemSlotUsageIsAvailable(3),
systemSlotUsageIsInUse(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0006 This attribute defines the current usage of the
system slot."
::= { systemSlotTableEntry 6 }
systemSlotType OBJECT-TYPE
SYNTAX INTEGER {
systemSlotIsOther(1),
systemSlotIsUnknown(2),
systemSlotIsISA(3),
systemSlotIsMCA(4),
systemSlotIsEISA(5),
systemSlotIsPCI(6),
systemSlotIsPCMCIA(7),
systemSlotIsVLVESA(8),
systemSlotIsProprietary(9),
systemSlotIsProcessorCard(10),
systemSlotIsProprietaryMemory(11),
systemSlotIsIORiserCard(12),
systemSlotIsNuBUS(13),
systemSlotIsPCI66MHz(14),
systemSlotIsAGP(15),
systemSlotIsAGP2X(16),
systemSlotIsAGP4X(17),
systemSlotIsPC98C20(18),
systemSlotIsPC98C24(19),
systemSlotIsPC98E(20),
systemSlotIsPC98LocalBus(21),
systemSlotIsPC98Card(22),
systemSlotIsPCIX(23),
systemSlotIsPCIExpress(24),
systemSlotIsAGP8X(25)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0007 This attribute defines the type of the system slot."
::= { systemSlotTableEntry 7 }
systemSlotSlotExternalSlotName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0008 This attribute defines the name of the external
connector name of the system slot."
::= { systemSlotTableEntry 8 }
systemSlotLength OBJECT-TYPE
SYNTAX INTEGER {
systemSlotLengthIsOther(1),
systemSlotLengthIsUnknown(2),
systemSlotLengthIsShort(3),
systemSlotLengthIsLong(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0009 This attribute defines the length of the system slot."
::= { systemSlotTableEntry 9 }
systemSlotSlotID OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0010 This attribute defines the slot identification number
of the system slot."
::= { systemSlotTableEntry 10 }
systemSlotCategory OBJECT-TYPE
SYNTAX INTEGER {
systemSlotCategoryIsOther(1),
systemSlotCategoryIsUnknown(2),
systemSlotCategoryIsBusConnector(3),
systemSlotCategoryIsPCMCIA(4),
systemSlotCategoryIsMotherboard(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0011 This attribute defines the category of the system slot."
::= { systemSlotTableEntry 11 }
systemSlotHotPlugBusWidth OBJECT-TYPE
SYNTAX INTEGER {
busWidthIsOther(1),
busWidthIsUnknown(2),
busWidthIs8bits(3),
busWidthIs16bits(4),
busWidthIs32bits(5),
busWidthIs64bits(6),
busWidthIs128bits(7),
busWidthIs1xOrx1(8),
busWidthIs2xOrx2(9),
busWidthIs4xOrx4(10),
busWidthIs8xOrx8(11),
busWidthIs12xOrx12(12),
busWidthIs16xOrx16(13),
busWidthIs32xOrx32(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0012 This attribute defines the bus width of the hot plug
system slot."
::= { systemSlotTableEntry 12 }
systemSlotHotPlugSlotSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0013 This attribute defines the slot speed in MHz of the
hot plug system slot. Zero indicates the slot speed is unknown."
::= { systemSlotTableEntry 13 }
systemSlotHotPlugAdapterSpeed OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1200.0010.0001.0014 This attribute defines the adapter speed in MHz of the
hot plug system slot. Zero indicates the adapter speed is unknown."
::= { systemSlotTableEntry 14 }
systemSlotHotPlugAdapterSpeed ::=
SEQUENCE {
physicalMemoryArraychassisIndex DellObjectRange,
physicalMemoryArrayIndex DellObjectRange,
physicalMemoryArrayStateCapabilities DellStateCapabilities,
physicalMemoryArrayStateSettings DellStateSettings,
physicalMemoryArrayStatus DellStatus,
physicalMemoryArrayUse DellPhysicalMemoryArrayUse,
physicalMemoryArrayECCType DellPhysicalMemoryArrayECCType,
physicalMemoryArrayLocation DellPhysicalMemoryArrayLocation,
physicalMemoryArrayMaximumSize DellUnsigned32BitRange,
physicalMemoryArrayTotalNumberSockets DellUnsigned32BitRange,
physicalMemoryArrayInUseNumberSockets DellUnsigned32BitRange,
physicalMemoryArrayECCErrorNonRecoverableThreshold DellSigned32BitRange,
physicalMemoryArrayECCErrorCriticalThreshold DellSigned32BitRange,
physicalMemoryArrayECCErrorNonCriticalThreshold DellSigned32BitRange,
physicalMemoryArrayRedundantMemoryUnitIndexReference DellObjectRange
}
physicalMemoryArrayTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalMemoryArrayTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010 This object defines the Physical Memory Array Table."
::= { memoryGroup 10 }
physicalMemoryArrayTableEntry OBJECT-TYPE
SYNTAX PhysicalMemoryArrayTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001 This object defines the Physical Memory Array Table Entry."
INDEX { physicalMemoryArraychassisIndex , physicalMemoryArrayIndex }
::= { physicalMemoryArrayTable 1 }
physicalMemoryArraychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { physicalMemoryArrayTableEntry 1 }
physicalMemoryArrayIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0002 This attribute defines the index (one based) of the
physical memory array."
::= { physicalMemoryArrayTableEntry 2 }
physicalMemoryArrayStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0003 This attribute defines the state capabilities of the
physical memory array."
::= { physicalMemoryArrayTableEntry 3 }
physicalMemoryArrayStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0004 This attribute defines the state settings of the
physical memory array."
::= { physicalMemoryArrayTableEntry 4 }
physicalMemoryArrayStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0005 This attribute defines the status of the physical
memory array."
::= { physicalMemoryArrayTableEntry 5 }
physicalMemoryArrayUse OBJECT-TYPE
SYNTAX INTEGER {
memoryArrayUseIsOther(1),
memoryArrayUseIsUnknown(2),
memoryArrayUseIsSystemMemory(3),
memoryArrayUseIsVideoMemory(4),
memoryArrayUseIsFLASHMemory(5),
memoryArrayUseIsNonVolatileRAMMemory(6),
memoryArrayUseIsCacheMemory(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0006 This attribute defines the use of the physical
memory array."
::= { physicalMemoryArrayTableEntry 6 }
physicalMemoryArrayECCType OBJECT-TYPE
SYNTAX INTEGER {
memoryArrayECCTypeIsOther(1),
memoryArrayECCTypeIsUnknown(2),
memoryArrayECCTypeIsNone(3),
memoryArrayECCTypeIsParity(4),
memoryArrayECCTypeIsSingleBitECC(5),
memoryArrayECCTypeIsMultiBitECC(6),
memoryArrayECCTypeIsCRC(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0007 This attribute defines the error correction type used
by the physical memory array."
::= { physicalMemoryArrayTableEntry 7 }
physicalMemoryArrayLocation OBJECT-TYPE
SYNTAX INTEGER {
memoryArrayLocationIsOther(1),
memoryArrayLocationIsUnknown(2),
memoryArrayLocationIsSystemOrMotherboard(3),
memoryArrayLocationIsISA(4),
memoryArrayLocationIsEISA(5),
memoryArrayLocationIsPCI(6),
memoryArrayLocationIsMCA(7),
memoryArrayLocationIsPCMCIA(8),
memoryArrayLocationIsProprietary(9),
memoryArrayLocationIsNUBUS(10),
memoryArrayLocationIsPC98C20(11),
memoryArrayLocationIsPC98C24(12),
memoryArrayLocationIsPC98E(13),
memoryArrayLocationIsPC98LocalBus(14),
memoryArrayLocationIsPC98Card(15)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0008 This attribute defines the location of the physical
memory array."
::= { physicalMemoryArrayTableEntry 8 }
physicalMemoryArrayMaximumSize OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0009 This attribute defines the maximum size in KBytes
of the physical memory array. Zero inicates no memory is installed.
2,147,483,647 indicates an unknown maximum size."
::= { physicalMemoryArrayTableEntry 9 }
physicalMemoryArrayTotalNumberSockets OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0010 This attribute defines the total number of memory
sockets available for the physical memory array. 2,147,483,647 indicates
an unknown number of sockets."
::= { physicalMemoryArrayTableEntry 10 }
physicalMemoryArrayInUseNumberSockets OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0011 This attribute defines the total number of memory
sockets in use by the physical memory array. 2,147,483,647 indicates
an unknown number of sockets."
::= { physicalMemoryArrayTableEntry 11 }
physicalMemoryArrayECCErrorNonRecoverableThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0012 This attribute defines the value of the physical
memory array ECC error nonrecoverable threshold. The value is an integer
representing the number of errors detected."
::= { physicalMemoryArrayTableEntry 12 }
physicalMemoryArrayECCErrorCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.00013 This attribute defines the value of the physical
memory array ECC error critical threshold. The value is an integer
representing the number of errors detected."
::= { physicalMemoryArrayTableEntry 13 }
physicalMemoryArrayECCErrorNonCriticalThreshold OBJECT-TYPE
SYNTAX INTEGER (-2147483647..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.00014 This attribute defines the value of the physical
memory array ECC error noncritical threshold. The value is an integer
representing the number of errors detected."
::= { physicalMemoryArrayTableEntry 14 }
physicalMemoryArrayRedundantMemoryUnitIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0010.0001.0015 This attribute defines the index to the associated
redundant memory unit if this physical memory array is part of a redundant
memory unit."
::= { physicalMemoryArrayTableEntry 15 }
physicalMemoryArrayRedundantMemoryUnitIndexReference ::=
SEQUENCE {
physicalMemoryArrayMappedchassisIndex DellObjectRange,
physicalMemoryArrayMappedIndex DellObjectRange,
physicalMemoryArrayMappedStateCapabilities DellStateCapabilities,
physicalMemoryArrayMappedStateSettings DellStateSettings,
physicalMemoryArrayMappedStatus DellStatus,
physicalMemoryArrayIndexReference DellObjectRange,
physicalMemoryArrayMappedStartingAddress DellUnsigned64BitRange,
physicalMemoryArrayMappedEndingAddress DellUnsigned64BitRange,
physicalMemoryArrayMappedPartitionWidth DellUnsigned32BitRange
}
physicalMemoryArrayMappedTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalMemoryArrayMappedTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020 This object defines the Physical Memory Array Mapped Table."
::= { memoryGroup 20 }
physicalMemoryArrayMappedTableEntry OBJECT-TYPE
SYNTAX PhysicalMemoryArrayMappedTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001 This object defines the Physical Memory Array Mapped
Table Entry."
INDEX { physicalMemoryArrayMappedchassisIndex , physicalMemoryArrayMappedIndex }
::= { physicalMemoryArrayMappedTable 1 }
physicalMemoryArrayMappedchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { physicalMemoryArrayMappedTableEntry 1 }
physicalMemoryArrayMappedIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0002 This attribute defines the index (one based) of the
physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 2 }
physicalMemoryArrayMappedStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0003 This attribute defines the state capabilities of the
physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 3 }
physicalMemoryArrayMappedStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0004 This attribute defines the state settings of the
physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 4 }
physicalMemoryArrayMappedStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0005 This attribute defines the status of the
physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 5 }
physicalMemoryArrayIndexReference OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0006 This attribute defines the index (one based) of the
associated physical memory array."
::= { physicalMemoryArrayMappedTableEntry 6 }
physicalMemoryArrayMappedStartingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0007 This attribute defines the physical starting address
in KBytes of the physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 7 }
physicalMemoryArrayMappedEndingAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(8))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0008 This attribute defines the physical ending address
in KBytes of the physical memory array mapped address."
::= { physicalMemoryArrayMappedTableEntry 8 }
physicalMemoryArrayMappedPartitionWidth OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0020.0001.0009 This attribute defines the number of memory devices
that form a single row in the memory array mapped address. 2,147,483,647
indicates an unknown number of memory devices."
::= { physicalMemoryArrayMappedTableEntry 9 }
physicalMemoryArrayMappedPartitionWidth ::=
SEQUENCE {
physicalMemoryConfigChassisIndex DellObjectRange,
physicalMemoryConfigIndex DellObjectRange,
physicalMemoryConfigStateCapabilities DellPhysicalMemoryConfigStateCapabilities,
physicalMemoryConfigStateSettings DellPhysicalMemoryConfigStateSettings,
physicalMemoryConfigStatus DellStatus,
physicalMemoryConfigRedundantCapabilities DellPhysicalMemoryConfigRedundantCapabilities,
physicalMemoryConfigRedundantSettings DellPhysicalMemoryConfigRedundantSettings
}
physicalMemoryConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalMemoryConfigTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030 This object defines the Physical Memory Configuration Table."
::= { memoryGroup 30 }
physicalMemoryConfigTableEntry OBJECT-TYPE
SYNTAX PhysicalMemoryConfigTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001 This object defines the Physical Memory Configuration
Table Entry."
INDEX { physicalMemoryConfigChassisIndex , physicalMemoryConfigIndex }
::= { physicalMemoryConfigTable 1 }
physicalMemoryConfigChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { physicalMemoryConfigTableEntry 1 }
physicalMemoryConfigIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0002 This attribute defines the index (one based) of the
physical memory configuration."
::= { physicalMemoryConfigTableEntry 2 }
physicalMemoryConfigStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0003 This attribute defines the state capabilities of the
physical memory configuration."
::= { physicalMemoryConfigTableEntry 3 }
physicalMemoryConfigStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
redundantMemoryIsActive(8),
enabledAndRedundantMemoryIsActive(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0004 This attribute defines the state settings of the
physical memory configuration."
::= { physicalMemoryConfigTableEntry 4 }
physicalMemoryConfigStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0005 This attribute defines the status of the
physical memory configuration."
::= { physicalMemoryConfigTableEntry 5 }
physicalMemoryConfigRedundantCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
spareBankCapable(2),
mirrorCapable(4),
spareBankAndMirrorCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0006 This attribute defines the redundant capabilities of the
physical memory."
::= { physicalMemoryConfigTableEntry 6 }
physicalMemoryConfigRedundantSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
spareBankEnabled(2),
mirrorEnabled(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0030.0001.0007 This attribute defines the redundant settings of the
physical memory."
::= { physicalMemoryConfigTableEntry 7 }
physicalMemoryConfigRedundantSettings ::=
SEQUENCE {
physicalMemoryLoggingChassisIndex DellObjectRange,
physicalMemoryLoggingIndex DellObjectRange,
physicalMemoryLoggingCapabilities DellPhysicalMemoryLoggingCapabilities,
physicalMemoryLoggingSettings DellPhysicalMemoryLoggingSettings,
physicalMemoryLoggingStatus DellStatus
}
physicalMemoryLoggingTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalMemoryLoggingTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040 This object defines the Physical Memory Logging Table."
::= { memoryGroup 40 }
physicalMemoryLoggingTableEntry OBJECT-TYPE
SYNTAX PhysicalMemoryLoggingTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001 This object defines the Physical Memory Logging Table Entry."
INDEX { physicalMemoryLoggingChassisIndex , physicalMemoryLoggingIndex }
::= { physicalMemoryLoggingTable 1 }
physicalMemoryLoggingChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { physicalMemoryLoggingTableEntry 1 }
physicalMemoryLoggingIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001.0002 This attribute defines the index (one based) of the
physical memory logging."
::= { physicalMemoryLoggingTableEntry 2 }
physicalMemoryLoggingCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001.0003 This attribute defines the capabilities of the
physical memory logging."
::= { physicalMemoryLoggingTableEntry 3 }
physicalMemoryLoggingSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001.0004 This attribute defines the settings of the
physical memory logging."
::= { physicalMemoryLoggingTableEntry 4 }
physicalMemoryLoggingStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0040.0001.0005 This attribute defines the status of the
physical memory logging."
::= { physicalMemoryLoggingTableEntry 5 }
physicalMemoryLoggingStatus ::=
SEQUENCE {
redundantMemoryUnitChassisIndex DellObjectRange,
redundantMemoryUnitIndex DellObjectRange,
redundantMemoryUnitStateCapabilities DellStateCapabilities,
redundantMemoryUnitStateSettings DellStateSettings,
redundantMemoryUnitRedundancyStatus DellStatusRedundancy,
redundantMemoryUnitName DellString,
redundantMemoryUnitStatus DellStatus
}
redundantMemoryUnitTable OBJECT-TYPE
SYNTAX SEQUENCE OF RedundantMemoryUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050 This object defines the Redundant Memory Unit Table."
::= { memoryGroup 50 }
redundantMemoryUnitTableEntry OBJECT-TYPE
SYNTAX RedundantMemoryUnitTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001 This object defines the Redundant Memory Unit Table Entry."
INDEX { redundantMemoryUnitChassisIndex , redundantMemoryUnitIndex }
::= { redundantMemoryUnitTable 1 }
redundantMemoryUnitChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { redundantMemoryUnitTableEntry 1 }
redundantMemoryUnitIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0002 This attribute defines the index (one based) of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 2 }
redundantMemoryUnitStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0003 This attribute defines the state capabilities of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 3 }
redundantMemoryUnitStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0004 This attribute defines the state settings of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 4 }
redundantMemoryUnitRedundancyStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
full(3),
degraded(4),
lost(5),
notRedundant(6),
redundancyOffline(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0005 This attribute defines the redundancy status of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 5 }
redundantMemoryUnitName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0006 This attribute defines the name of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 6 }
redundantMemoryUnitStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1300.0050.0001.0007 This attribute defines the status of the
redundant memory unit."
::= { redundantMemoryUnitTableEntry 7 }
redundantMemoryUnitStatus ::=
SEQUENCE {
biosSetUpControlchassisIndex DellObjectRange,
bSUCpointingDeviceControlCapabilities DellStateCapabilities,
bSUCpointingDeviceControlSettings DellStateSettings,
bSUCpointingDeviceControlStatus DellStatus,
bSUCpointingDeviceControlName DellString,
bSUCnumLockControlCapabilities DellStateCapabilities,
bSUCnumLockControlSettings DellStateSettings,
bSUCnumLockControlStatus DellStatus,
bSUCnumLockControlName DellString,
bSUCprocessorSerialNumberControlCapabilities DellStateCapabilities,
bSUCprocessorSerialNumberControlSettings DellStateSettings,
bSUCprocessorSerialNumberControlStatus DellStatus,
bSUCprocessorSerialNumberControlName DellString,
bSUCspeakerControlCapabilitiesUnique DellSpeakerControlCapabilitiesUnique,
bSUCspeakerControlSettingsUnique DellSpeakerControlSettingsUnique,
bSUCspeakerControlStatus DellStatus,
bSUCspeakerControlName DellString,
bSUCnIFwakeonLanControlCapabilitiesUnique DellNIFwakeonLanControlCapabilitiesUnique,
bSUCnIFwakeonLanControlSettingsUnique DellNIFwakeonLanControlSettingsUnique,
bSUCnIFwakeonLanControlStatus DellStatus,
bSUCnIFwakeonLanControlName DellString,
bSUCbootSequenceControlCapabilitiesUnique DellBootSequenceControlCapabilitiesUnique,
bSUCbootSequenceControlSettingsUnique DellBootSequenceControlSettingsUnique,
bSUCbootSequenceControlStatus DellStatus,
bSUCbootSequenceControlName DellString,
bSUCadministratorPasswordControlCapabilitiesUnique DellBIOSPasswordControlCapabilitiesUnique,
bSUCadministratorPasswordControlSettingsUnique DellBIOSPasswordControlSettingsUnique,
bSUCadministratorPasswordControlStatus DellStatus,
bSUCadministratorPasswordPasswordVerifyName DellString,
bSUCadministratorPasswordNewPasswordName DellString,
bSUCuserPasswordControlCapabilitiesUnique DellBIOSPasswordControlCapabilitiesUnique,
bSUCuserPasswordControlSettingsUnique DellBIOSPasswordControlSettingsUnique,
bSUCuserPasswordControlStatus DellStatus,
bSUCuserPasswordPasswordVerifyName DellString,
bSUCuserPasswordNewPasswordName DellString
}
biosSetUpControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF BiosSetUpControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010 This object defines the BIOS Setup Control Table."
::= { biosSetUpControlGroup 10 }
biosSetUpControlTableEntry OBJECT-TYPE
SYNTAX BiosSetUpControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001 This object defines the BIOS Setup Control Table Entry."
INDEX { biosSetUpControlchassisIndex }
::= { biosSetUpControlTable 1 }
biosSetUpControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { biosSetUpControlTableEntry 1 }
bSUCpointingDeviceControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0002 This attribute defines the BIOS setup control capabilities
of the pointing Device."
::= { biosSetUpControlTableEntry 2 }
bSUCpointingDeviceControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0003 This attribute defines the BIOS setup control settings
of the pointing device."
::= { biosSetUpControlTableEntry 3 }
bSUCpointingDeviceControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0004 This attribute defines the BIOS setup control status
of the pointing device."
::= { biosSetUpControlTableEntry 4 }
bSUCpointingDeviceControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0005 This attribute defines the BIOS setup control name
of the pointing device."
::= { biosSetUpControlTableEntry 5 }
bSUCnumLockControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0006 This attribute defines the BIOS setup control capabilities
of the numeric lock."
::= { biosSetUpControlTableEntry 6 }
bSUCnumLockControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0007 This attribute defines the BIOS setup control settings
of the numeric lock."
::= { biosSetUpControlTableEntry 7 }
bSUCnumLockControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0008 This attribute defines the BIOS setup control status
of the numeric lock."
::= { biosSetUpControlTableEntry 8 }
bSUCnumLockControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0009 This attribute defines the BIOS setup control name
of the numeric lock."
::= { biosSetUpControlTableEntry 9 }
bSUCprocessorSerialNumberControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0010 This attribute defines the BIOS setup control capabilities
of the processor serial number."
::= { biosSetUpControlTableEntry 10 }
bSUCprocessorSerialNumberControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0011 This attribute defines the BIOS setup control settings
of the processor serial number."
::= { biosSetUpControlTableEntry 11 }
bSUCprocessorSerialNumberControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0012 This attribute defines the BIOS setup control status
of the processor serial number."
::= { biosSetUpControlTableEntry 12 }
bSUCprocessorSerialNumberControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0013 This attribute defines the BIOS setup control name
of the processor serial number."
::= { biosSetUpControlTableEntry 13 }
bSUCspeakerControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
lowCapable(4),
mediumCapable(8),
highCapable(16),
allVolumeCapable(30)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0014 This attribute defines the BIOS setup control capabilities
of the speaker."
::= { biosSetUpControlTableEntry 14 }
bSUCspeakerControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
low(4),
medium(8),
high(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0015 This attribute defines the BIOS setup control settings
of the speaker."
::= { biosSetUpControlTableEntry 15 }
bSUCspeakerControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0016 This attribute defines the BIOS setup control status
of the speaker."
::= { biosSetUpControlTableEntry 16 }
bSUCspeakerControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0017 This attribute defines the BIOS setup control name
of the speaker."
::= { biosSetUpControlTableEntry 17 }
bSUCnIFwakeonLanControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
addInCardCapable(4),
onBoardCapable(8),
bothCapable(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0018 This attribute defines the BIOS setup control capabilities
of the NIF wake on Lan."
::= { biosSetUpControlTableEntry 18 }
bSUCnIFwakeonLanControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
addInCard(4),
onBoard(8),
addInCardOrOnBoard(12)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0019 This attribute defines the BIOS setup control settings
of the NIF wake on Lan."
::= { biosSetUpControlTableEntry 19 }
bSUCnIFwakeonLanControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0020 This attribute defines the BIOS setup control status
of the NIF wake on Lan."
::= { biosSetUpControlTableEntry 20 }
bSUCnIFwakeonLanControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0021 This attribute defines the BIOS setup control name
of the NIF wake on Lan."
::= { biosSetUpControlTableEntry 21 }
bSUCbootSequenceControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
bootSequenceUnknown(1),
bootFromDisketteFirstCapable(2),
bootFromHardDriveFirstCapable(4),
bootFromDisketteORHardDriveFirstCapable(6),
bootFromDeviceListCapable(8),
bootFromCDROMFirstCapable(16),
allFirstCapable(30)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0022 This attribute defines the BIOS setup control capabilities
of the boot sequence."
::= { biosSetUpControlTableEntry 22 }
bSUCbootSequenceControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
bootSequenceUnknown(1),
bootFromDisketteFirst(2),
bootFromHardDriveFirst(4),
bootFromDeviceList(8),
bootFromCDROMFirst(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0023 This attribute defines the BIOS setup control settings
of the boot sequence."
::= { biosSetUpControlTableEntry 23 }
bSUCbootSequenceControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0024 This attribute defines the BIOS setup control status
of the boot sequence."
::= { biosSetUpControlTableEntry 24 }
bSUCbootSequenceControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0025 This attribute defines the BIOS setup control name
of the boot sequence."
::= { biosSetUpControlTableEntry 25 }
bSUCadministratorPasswordControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
passwordControlCapabilitiesUnknown(1),
passwordControlEnableCapable(2),
passwordControlJumperDisableCapable(4),
passwordControlEnableAndJumperDisableCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0026 This attribute defines the BIOS setup control capabilities
of the administrator password."
::= { biosSetUpControlTableEntry 26 }
bSUCadministratorPasswordControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
passwordControlSettingsUnknown(1),
passwordControlEnabled(2),
passwordControlJumperDisabled(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0027 This attribute defines the BIOS setup control settings
of the administrator password."
::= { biosSetUpControlTableEntry 27 }
bSUCadministratorPasswordControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0028 This attribute defines the BIOS setup control status
of the administrator password."
::= { biosSetUpControlTableEntry 28 }
bSUCadministratorPasswordPasswordVerifyName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0029 This attribute defines the BIOS setup control value
of the current administrator password."
::= { biosSetUpControlTableEntry 29 }
bSUCadministratorPasswordNewPasswordName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0030 This attribute defines the BIOS setup control value
of the new administrator password. To set a new administrator password,
a successful set of the current administrator password must have been
done immediately preceeding this set."
::= { biosSetUpControlTableEntry 30 }
bSUCuserPasswordControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
passwordControlCapabilitiesUnknown(1),
passwordControlEnableCapable(2),
passwordControlJumperDisableCapable(4),
passwordControlEnableAndJumperDisableCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0031 This attribute defines the BIOS setup control capabilities
of the user password."
::= { biosSetUpControlTableEntry 31 }
bSUCuserPasswordControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
passwordControlSettingsUnknown(1),
passwordControlEnabled(2),
passwordControlJumperDisabled(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0032 This attribute defines the BIOS setup control settings
of the user password."
::= { biosSetUpControlTableEntry 32 }
bSUCuserPasswordControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0033 This attribute defines the BIOS setup control status
of the user password."
::= { biosSetUpControlTableEntry 33 }
bSUCuserPasswordPasswordVerifyName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0034 This attribute defines the BIOS setup control value
of the current user password."
::= { biosSetUpControlTableEntry 34 }
bSUCuserPasswordNewPasswordName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0010.0001.0035 This attribute defines the BIOS setup control value
of the new user password. To set a new user password, a successful set of the
current user password must have been done immediately preceeding this set."
::= { biosSetUpControlTableEntry 35 }
bSUCuserPasswordNewPasswordName ::=
SEQUENCE {
sCSIControlchassisIndex DellObjectRange,
sCSIControlIndex DellObjectRange,
sCSIControlCapabilities DellStateCapabilities,
sCSIControlSettings DellStateSettings,
sCSIControlStatus DellStatus,
sCSIControlName DellString
}
sCSIControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF SCSIControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020 This object defines the Small Computer Systems Interface (SCSI)
Control Table."
::= { biosSetUpControlGroup 20 }
sCSIControlTableEntry OBJECT-TYPE
SYNTAX SCSIControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001 This object defines the Small Computer Systems Interface (SCSI)
Control Table Entry."
INDEX { sCSIControlchassisIndex , sCSIControlIndex }
::= { sCSIControlTable 1 }
sCSIControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0001 This attribute defines the index (one based) of the
assoicated chassis."
::= { sCSIControlTableEntry 1 }
sCSIControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0002 This attribute defines the index (one based) of the
SCSI control."
::= { sCSIControlTableEntry 2 }
sCSIControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0003 This attribute defines the state capabilities of the
SCSI control."
::= { sCSIControlTableEntry 3 }
sCSIControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0004 This attribute defines the state settings of the
SCSI control."
::= { sCSIControlTableEntry 4 }
sCSIControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0005 This attribute defines the status of the
SCSI control."
::= { sCSIControlTableEntry 5 }
sCSIControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0020.0001.0006 This attribute defines the BIOS setup control name
of the SCSI device."
::= { sCSIControlTableEntry 6 }
sCSIControlName ::=
SEQUENCE {
parallelPortControlchassisIndex DellObjectRange,
parallelPortControlIndex DellObjectRange,
parallelPortControlCapabilitiesUnique DellParallelPortControlCapabilitiesUnique,
parallelPortControlSettingsUnique DellParallelPortControlSettingsUnique,
parallelPortControlStatus DellStatus,
parallelPortControlName DellString,
parallelPortControlModeCapabilitiesUnique DellParallelPortControlModeCapabilitiesUnique,
parallelPortControlModeSettingsUnique DellParallelPortControlModeSettingsUnique
}
parallelPortControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF ParallelPortControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030 This object defines the Parallel Port Control Table."
::= { biosSetUpControlGroup 30 }
parallelPortControlTableEntry OBJECT-TYPE
SYNTAX ParallelPortControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001 This object defines the Parallel Port Control Table Entry."
INDEX { parallelPortControlchassisIndex , parallelPortControlIndex }
::= { parallelPortControlTable 1 }
parallelPortControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { parallelPortControlTableEntry 1 }
parallelPortControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0002 This attribute defines the index (one based) of the
parallel port control."
::= { parallelPortControlTableEntry 2 }
parallelPortControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
lpt1Capable(4),
lpt1andEnableCapable(6),
lpt2Capable(8),
lpt2andEnableCapable(10),
lpt3Capable(16),
lpt3andEnableCapable(18),
allParallelPortCapable(30)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0003 This attribute defines the port capabilities of the
parallel port control."
::= { parallelPortControlTableEntry 3 }
parallelPortControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
lpt1(4),
lpt1Enabled(6),
lpt2(8),
lpt2Enabled(10),
lpt3(16),
lpt3Enabled(18)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0004 This attribute defines the port settings of the
parallel port control."
::= { parallelPortControlTableEntry 4 }
parallelPortControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0005 This attribute defines the status of the
parallel port control."
::= { parallelPortControlTableEntry 5 }
parallelPortControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0006 This attribute defines the BIOS setup control name
of the parallel port."
::= { parallelPortControlTableEntry 6 }
parallelPortControlModeCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
atCapable(2),
ps2Capable(4),
atAndPS2Capable(6),
ecpCapable(8),
eppCapable(16),
allModeCapable(30)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0007 This attribute defines the mode capabilities of the
parallel port control."
::= { parallelPortControlTableEntry 7 }
parallelPortControlModeSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
atModeEnabled(2),
ps2ModeEnabled(4),
ecpModeEnabled(8),
eppModeEnabled(16)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0030.0001.0008 This attribute defines the mode settings of the
parallel port control."
::= { parallelPortControlTableEntry 8 }
parallelPortControlModeSettingsUnique ::=
SEQUENCE {
serialPortControlchassisIndex DellObjectRange,
serialPortControlIndex DellObjectRange,
serialPortControlCapabilitiesUnique DellSerialPortControlCapabilitiesUnique,
serialPortControlSettingsUnique DellSerialPortControlSettingsUnique,
serialPortControlStatus DellStatus,
serialPortControlName DellString
}
serialPortControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF SerialPortControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040 This object defines the Serial Port Control Table."
::= { biosSetUpControlGroup 40 }
serialPortControlTableEntry OBJECT-TYPE
SYNTAX SerialPortControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001 This object defines the Serial Port Control Table Entry."
INDEX { serialPortControlchassisIndex , serialPortControlIndex }
::= { serialPortControlTable 1 }
serialPortControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { serialPortControlTableEntry 1 }
serialPortControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0002 This attribute defines the index (one based) of the
serial port control."
::= { serialPortControlTableEntry 2 }
serialPortControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
com1Capable(4),
enableAndCom1Capable(6),
com2Capable(8),
enableAndCom2Capable(10),
com3Capable(16),
enableAndCom3Capable(18),
com4Capable(32),
enableAndCom4Capable(34),
autoConfigCapable(64),
com1OrCom3CapableAndAutoConfigCapable(86),
com2OrCom4CapableAndAutoConfigCapable(106),
allcomCapable(126)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0003 This attribute defines the port capabilities of the
serial port control."
::= { serialPortControlTableEntry 3 }
serialPortControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
com1(4),
com1Enabled(6),
com2(8),
com2Enabled(10),
com3(16),
com3Enabled(18),
com4(32),
com4Enabled(34),
comPortsAutoConfig(64),
enabledAndAutoConfig(66)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0004 This attribute defines the port settings of the
serial port control."
::= { serialPortControlTableEntry 4 }
serialPortControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0005 This attribute defines the status of the
serial port control."
::= { serialPortControlTableEntry 5 }
serialPortControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0040.0001.0006 This attribute defines the BIOS setup control name
of the serial port."
::= { serialPortControlTableEntry 6 }
serialPortControlName ::=
SEQUENCE {
usbControlchassisIndex DellObjectRange,
usbControlIndex DellObjectRange,
usbControlCapabilities DellStateCapabilities,
usbControlSettings DellStateSettings,
usbControlStatus DellStatus,
usbControlName DellString
}
usbControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF UsbControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050 This object defines the Universal Serial Bus (USB) Control Table."
::= { biosSetUpControlGroup 50 }
usbControlTableEntry OBJECT-TYPE
SYNTAX UsbControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001 This object defines the Universal Serial Bus (USB) Control
Table Entry."
INDEX { usbControlchassisIndex , usbControlIndex }
::= { usbControlTable 1 }
usbControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { usbControlTableEntry 1 }
usbControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0002 This attribute defines the index (one based) of the
USB control."
::= { usbControlTableEntry 2 }
usbControlCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0003 This attribute defines the state capabilities of the
USB control."
::= { usbControlTableEntry 3 }
usbControlSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0004 This attribute defines the state settings of the
USB control."
::= { usbControlTableEntry 4 }
usbControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0005 This attribute defines the status of the USB control."
::= { usbControlTableEntry 5 }
usbControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0050.0001.0006 This attribute defines the BIOS setup control name
of the USB device."
::= { usbControlTableEntry 6 }
usbControlName ::=
SEQUENCE {
ideControlchassisIndex DellObjectRange,
ideControlIndex DellObjectRange,
ideControlCapabilitiesUnique DellideControlCapabilitiesUnique,
ideControlSettingsUnique DellideControlSettingsUnique,
ideControlStatus DellStatus,
ideControlName DellString
}
ideControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF IdeControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060 This object defines the Integrated Device Electronics (IDE)
Control Table."
::= { biosSetUpControlGroup 60 }
ideControlTableEntry OBJECT-TYPE
SYNTAX IdeControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001 This object defines the Integrated Device Electronics (IDE)
Control Table Entry."
INDEX { ideControlchassisIndex , ideControlIndex }
::= { ideControlTable 1 }
ideControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { ideControlTableEntry 1 }
ideControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0002 This attribute defines the index (one based) of the
IDE control."
::= { ideControlTableEntry 2 }
ideControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
ideControlAutoConfigOrEnableCapable(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0003 This attribute defines the capabilities of the
IDE control."
::= { ideControlTableEntry 3 }
ideControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
ideControlAutoConfigEnabledOrEnabled(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0004 This attribute defines the settings of the
IDE control."
::= { ideControlTableEntry 4 }
ideControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0005 This attribute defines the state of the IDE control."
::= { ideControlTableEntry 5 }
ideControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0060.0001.0006 This attribute defines the BIOS setup control name
of the IDE device."
::= { ideControlTableEntry 6 }
ideControlName ::=
SEQUENCE {
disketteControlchassisIndex DellObjectRange,
disketteControlIndex DellObjectRange,
disketteControlCapabilitiesUnique DellDisketteControlCapabilitiesUnique,
disketteControlSettingsUnique DellDisketteControlSettingsUnique,
disketteControlStatus DellStatus,
disketteControlName DellString
}
disketteControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF DisketteControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070 This object defines the Diskette Control Table."
::= { biosSetUpControlGroup 70 }
disketteControlTableEntry OBJECT-TYPE
SYNTAX DisketteControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001 This object defines the Diskette Control Table Entry."
INDEX { disketteControlchassisIndex , disketteControlIndex }
::= { disketteControlTable 1 }
disketteControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { disketteControlTableEntry 1 }
disketteControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0002 This attribute defines the index (one based) of the
diskette control."
::= { disketteControlTableEntry 2 }
disketteControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
disketteAutoConfigOrEnableCapable(2),
disketteReadOnlyCapable(4),
disketteAutoConfigOrEnableCapableandReadOnlyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0003 This attribute defines the capabilities of the
diskette control."
::= { disketteControlTableEntry 3 }
disketteControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
disketteAutoConfigEnabledOrEnabled(2),
disketteisReadOnly(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0004 This attribute defines the settings of the
diskette control."
::= { disketteControlTableEntry 4 }
disketteControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0005 This attribute defines the status of the
diskette control."
::= { disketteControlTableEntry 5 }
disketteControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0070.0001.0006 This attribute defines the BIOS setup control name
of the diskette device."
::= { disketteControlTableEntry 6 }
disketteControlName ::=
SEQUENCE {
networkInterfaceControlchassisIndex DellObjectRange,
networkInterfaceControlIndex DellObjectRange,
networkInterfaceControlCapabilitiesUnique DellNetworkInterfaceControlCapabilitiesUnique,
networkInterfaceControlSettingsUnique DellNetworkInterfaceControlSettingsUnique,
networkInterfaceControlStatus DellStatus,
networkInterfaceControlName DellString
}
networkInterfaceControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkInterfaceControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080 This object defines the Network Interface Control Table."
::= { biosSetUpControlGroup 80 }
networkInterfaceControlTableEntry OBJECT-TYPE
SYNTAX NetworkInterfaceControlTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001 This object defines the Network Interface Control Table Entry."
INDEX { networkInterfaceControlchassisIndex , networkInterfaceControlIndex }
::= { networkInterfaceControlTable 1 }
networkInterfaceControlchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { networkInterfaceControlTableEntry 1 }
networkInterfaceControlIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0002 This attribute defines the index (one based) of the
network interface control."
::= { networkInterfaceControlTableEntry 2 }
networkInterfaceControlCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enableCapable(2),
enableWithoutPXECapable(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0003 This attribute defines the capabilities of the
network interface control."
::= { networkInterfaceControlTableEntry 3 }
networkInterfaceControlSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
enabledWithoutPXE(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0004 This attribute defines the settings of the
network interface control."
::= { networkInterfaceControlTableEntry 4 }
networkInterfaceControlStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0005 This attribute defines the status of the
network interface control."
::= { networkInterfaceControlTableEntry 5 }
networkInterfaceControlName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1400.0080.0001.0006 This attribute defines the BIOS setup control name
of the network interface."
::= { networkInterfaceControlTableEntry 6 }
networkInterfaceControlName ::=
SEQUENCE {
lRAGlobalchassisIndex DellObjectRange,
lRAGlobalState DellStateSettings,
lRAGlobalSettingsDisableTimeoutValue DellUnsigned32BitRange,
lRAGlobalSettingsCapabilitiesUnique DellLocalResponseAgentCapabilitiesUnique,
lRAGlobalThermalShutdownCapabilitiesUnique DellLRAThermalShutdownCapabilitiesUnique,
lRAGlobalThermalShutdownStateSettingsUnique DellLRAThermalShutdownStateSettingsUnique
}
lRAGlobalSettingsTable OBJECT-TYPE
SYNTAX SEQUENCE OF LRAGlobalSettingsTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010 This object defines the Local Response Agent (LRA) Global Settings
Table."
::= { lraGroup 10 }
lRAGlobalSettingsTableEntry OBJECT-TYPE
SYNTAX LRAGlobalSettingsTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001 This object defines the Local Response Agent (LRA) Global
Settings Table Entry."
INDEX { lRAGlobalchassisIndex }
::= { lRAGlobalSettingsTable 1 }
lRAGlobalchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { lRAGlobalSettingsTableEntry 1 }
lRAGlobalState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0002 This attribute defines the state settings of the
Local Response Agent."
::= { lRAGlobalSettingsTableEntry 2 }
lRAGlobalSettingsDisableTimeoutValue OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0003 This attribute defines the timeout duration in seconds
that the Local Response Agent will be disabled after a machine shutdown and
reboot."
::= { lRAGlobalSettingsTableEntry 3 }
lRAGlobalSettingsCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
speakerControlCapable(1),
consoleAlertCapable(2),
broadcastMessageCapable(4),
osShutDownCapable(8),
rebootCapable(16),
powerCycleCapable(32),
powerOFFCapable(64),
executeApplicationCapable(256),
lraFullyCapable(383)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0004 This attribute defines the global settings capabilities
that all Local Response Agents may or may not allow to be set or reset."
::= { lRAGlobalSettingsTableEntry 4 }
lRAGlobalThermalShutdownCapabilitiesUnique OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
warningCapable(4),
enableOnWarningCapable(6),
failureCapable(8),
enableOnFailureCapable(10),
enableOnWarningOrFailureCapable(14)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0005 This attribute defines the thermal shutdown capabilities
of the Local Response Agent."
::= { lRAGlobalSettingsTableEntry 5 }
lRAGlobalThermalShutdownStateSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
activatedOnWarning(6),
activatedOnFailure(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0010.0001.0006 This attribute defines the thermal shutdown settings
of the Local Response Agent."
::= { lRAGlobalSettingsTableEntry 6 }
lRAGlobalThermalShutdownStateSettingsUnique ::=
SEQUENCE {
lRAActionTablechassisIndex DellObjectRange,
lRAActionTableActionNumberIndex DellUnsigned16BitRange,
lRAActionTableUserApplicationName DisplayString,
lRAActionTableSettingsUnique DellLocalResponseAgentSettingsUnique
}
lRAActionTableTable OBJECT-TYPE
SYNTAX SEQUENCE OF LRAActionTableTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020 This object defines the Local Response Agent (LRA) Action Table."
::= { lraGroup 20 }
lRAActionTableTableEntry OBJECT-TYPE
SYNTAX LRAActionTableTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020.0001 This object defines the Local Response Agent (LRA) Action
Table Entry."
INDEX { lRAActionTablechassisIndex , lRAActionTableActionNumberIndex }
::= { lRAActionTableTable 1 }
lRAActionTablechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { lRAActionTableTableEntry 1 }
lRAActionTableActionNumberIndex OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020.0001.0002 This attribute defines the action number index
of the LRA action. The currently supported values are:
160 temperature failure action definition
168 cooling device failure action definition
172 voltage failure action definition
200 temperature warning action definition
202 voltage warning action definition
204 cooling device warning action definition
206 amperage failure action definition
208 amperage warning action definition
210 redundancy unit redundancy lost action definition
212 redundancy unit redundancy degraded action definition
214 power supply failure action definition
220 chassis intrusion action definition
228 memory device noncritical action definition
474 memory device critical action definition
1006 automatic system recovery (ASR) action definition
1353 power supply warning action definition
1553 log near full action definition
1554 log full action definition
1603 processor warning action definition
1604 processor failure action definition"
::= { lRAActionTableTableEntry 2 }
lRAActionTableUserApplicationName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020.0001.0003 This attribute defines the name of the user application
executable path and file name to execute by the Local Response Agent if the
value executeApplication was set."
::= { lRAActionTableTableEntry 3 }
lRAActionTableSettingsUnique OBJECT-TYPE
SYNTAX INTEGER {
speakerControl(1),
consoleAlert(2),
broadcastMessage(4),
osShutDown(8),
reboot(16),
powerCycle(32),
powerOFF(64),
executeApplication(256),
allLRASettingsUnique(383)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1500.0020.0001.0004 This attribute defines the settings for the LRA action."
::= { lRAActionTableTableEntry 4 }
lRAActionTableSettingsUnique ::=
SEQUENCE {
coochassisIndex DellObjectRange,
cooState DellStateSettings,
cooAquisitionPurchaseCost DellUnsigned32BitRange,
cooAquisitionWayBillNumber DellUnsigned32BitRange,
cooAquisitionInstallDateName DellDateName,
cooAquisitionPurchaseOrder DellUnsigned32BitRange,
cooAquisitionPurchaseDateName DellDateName,
cooAquisitionSigningAuthorityName DellCostofOwnershipString,
cooOriginalMachineConfigurationExpensed DellBoolean,
cooOriginalMachineConfigurationVendorName DellCostofOwnershipString,
cooCostCenterInformationVendorName DellCostofOwnershipString,
cooUserInformationUserName DellCostofOwnershipString,
cooExtendedWarrantyStartDateName DellDateName,
cooExtendedWarrantyEndDateName DellDateName,
cooExtendedWarrantyCost DellUnsigned32BitRange,
cooExtendedWarrantyProviderName DellCostofOwnershipString,
cooOwnershipCode DellCooOwnershipCodes,
cooCorporateOwnerName DellCostofOwnershipString,
cooHazardousWasteCodeName DellCostofOwnershipString,
cooDeploymentDateLength DellUnsigned32BitRange,
cooDeploymentDurationType DellCooHourDayDurationType,
cooTrainingName DellCostofOwnershipString,
cooOutsourcingProblemDescriptionName DellCostofOwnershipString,
cooOutsourcingServiceFeeName DellCostofOwnershipString,
cooOutsourcingSigningAuthorityName DellCostofOwnershipString,
cooOutsourcingProviderFeeName DellCostofOwnershipString,
cooOutsourcingProviderServiceLevelName DellCostofOwnershipString,
cooInsuranceCompanyName DellCostofOwnershipString,
cooBoxAssetTagName DellCostofOwnershipString,
cooBoxSystemName DellCostofOwnershipString,
cooBoxCPUSerialNumberName DellCostofOwnershipString,
cooOperatingSystemUpgradeTypeName DellCostofOwnershipString,
cooOperatingSystemUpgradePatchLevelName DellCostofOwnershipString,
cooOperatingSystemUpgradeDate DellCostofOwnershipString,
cooDepreciationDuration DellUnsigned32BitRange,
cooDepreciationDurationType DellCooMonthYearDurationType,
cooDepreciationPercentage DellUnsigned32BitRange,
cooDepreciationMethodName DellCostofOwnershipString,
cooRegistrationIsRegistered DellBoolean
}
cooTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010 This object defines the Cost Of Ownership (COO) Table."
::= { cooGroup 10 }
cooTableEntry OBJECT-TYPE
SYNTAX CooTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001 This object defines the Cost Of Ownership (COO) Table Entry."
INDEX { coochassisIndex }
::= { cooTable 1 }
coochassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooTableEntry 1 }
cooState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0002 This attribute defines the state settings of the
COO information."
::= { cooTableEntry 2 }
cooAquisitionPurchaseCost OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0003 This attribute defines the purchase cost of the system."
::= { cooTableEntry 3 }
cooAquisitionWayBillNumber OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0004 This attribute defines the waybill number of the system."
::= { cooTableEntry 4 }
cooAquisitionInstallDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0005 This attribute defines the install date and time of the
system. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooTableEntry 5 }
cooAquisitionPurchaseOrder OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0006 This attribute defines the purchase order number of the
system."
::= { cooTableEntry 6 }
cooAquisitionPurchaseDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0007 This attribute defines the purchase date and time of the
system. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooTableEntry 7 }
cooAquisitionSigningAuthorityName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0008 This attribute defines the name of the signing authority
for the system."
::= { cooTableEntry 8 }
cooOriginalMachineConfigurationExpensed OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0009 This attribute defines if the purchase of the system
was expensed or not."
::= { cooTableEntry 9 }
cooOriginalMachineConfigurationVendorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0010 This attribute defines the name of the vendor of the
system."
::= { cooTableEntry 10 }
cooCostCenterInformationVendorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0011 This attribute defines the cost center name of the
system."
::= { cooTableEntry 11 }
cooUserInformationUserName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0012 This attribute defines the name of the user of the
system."
::= { cooTableEntry 12 }
cooExtendedWarrantyStartDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0013 This attribute defines the extended warranty start date
and time for the system. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooTableEntry 13 }
cooExtendedWarrantyEndDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0014 This attribute defines the extended warranty end date
and time for the system. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooTableEntry 14 }
cooExtendedWarrantyCost OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0015 This attribute defines the extended warranty cost
for the system."
::= { cooTableEntry 15 }
cooExtendedWarrantyProviderName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0016 This attribute defines the name of the extended warranty
provider for the system."
::= { cooTableEntry 16 }
cooOwnershipCode OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
owned(3),
leased(4),
rented(5),
offOfLease(6),
transfer(7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0017 This attribute defines the ownership code for the system."
::= { cooTableEntry 17 }
cooCorporateOwnerName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0018 This attribute defines the name of the corporate owner
of the system."
::= { cooTableEntry 18 }
cooHazardousWasteCodeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0019 This attribute defines the hazardous waste code name
for the system."
::= { cooTableEntry 19 }
cooDeploymentDateLength OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0020 This attribute defines the deployment time length
for the system."
::= { cooTableEntry 20 }
cooDeploymentDurationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
hours(2),
days(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0021 This attribute defines the deployment duration time unit
for the Dell System."
::= { cooTableEntry 21 }
cooTrainingName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0022 This attribute defines the training name for the system."
::= { cooTableEntry 22 }
cooOutsourcingProblemDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0023 This attribute defines the outsourcing problem description
for the system."
::= { cooTableEntry 23 }
cooOutsourcingServiceFeeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0024 This attribute defines the outsourcing service fee
for the system."
::= { cooTableEntry 24 }
cooOutsourcingSigningAuthorityName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0025 This attribute defines the name of the person who has
signing authority for service."
::= { cooTableEntry 25 }
cooOutsourcingProviderFeeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0026 This attribute defines any additional outsourcing
charge for service."
::= { cooTableEntry 26 }
cooOutsourcingProviderServiceLevelName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0027 This attribute defines the service level agreement
for service."
::= { cooTableEntry 27 }
cooInsuranceCompanyName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0028 This attribute defines the name of the company
insuring the system."
::= { cooTableEntry 28 }
cooBoxAssetTagName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0029 This attribute defines the name the system asset tag."
::= { cooTableEntry 29 }
cooBoxSystemName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0030 This attribute defines the name of the system."
::= { cooTableEntry 30 }
cooBoxCPUSerialNumberName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0031 This attribute defines the name of the CPU serial
number in the system."
::= { cooTableEntry 31 }
cooOperatingSystemUpgradeTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0032 This attribute defines the name the operating system
on the system."
::= { cooTableEntry 32 }
cooOperatingSystemUpgradePatchLevelName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0033 This attribute defines the operating system patch level
of the system."
::= { cooTableEntry 33 }
cooOperatingSystemUpgradeDate OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0034 This attribute defines the operating system upgrade date
of the system."
::= { cooTableEntry 34 }
cooDepreciationDuration OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0035 This attribute defines the depreciation duration time
for the system."
::= { cooTableEntry 35 }
cooDepreciationDurationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
months(4),
years(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0036 This attribute defines the depreciation duration time
unit for the system."
::= { cooTableEntry 36 }
cooDepreciationPercentage OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0037 This attribute defines the percentage of depreciation
for the system."
::= { cooTableEntry 37 }
cooDepreciationMethodName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0038 This attribute defines the method of Depreciation
for the system."
::= { cooTableEntry 38 }
cooRegistrationIsRegistered OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0010.0001.0039 This attribute defines if the system is registered
or not."
::= { cooTableEntry 39 }
cooRegistrationIsRegistered ::=
SEQUENCE {
cooServiceContractchassisIndex DellObjectRange,
cooServiceContractIndex DellObjectRange,
cooServiceContractState DellStateSettings,
cooServiceContractWasRenewed DellBoolean,
cooServiceContractTypeName DellCostofOwnershipString,
cooServiceContractVendorName DellCostofOwnershipString
}
cooServiceContractTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooServiceContractTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020 This object defines the Cost Of Ownership (COO) Service Contract
Table."
::= { cooGroup 20 }
cooServiceContractTableEntry OBJECT-TYPE
SYNTAX CooServiceContractTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001 This object defines the Cost Of Ownership (COO) Service
Contract Table Entry."
INDEX { cooServiceContractchassisIndex , cooServiceContractIndex }
::= { cooServiceContractTable 1 }
cooServiceContractchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooServiceContractTableEntry 1 }
cooServiceContractIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0002 This attribute defines the index (one based) of the
COO service contract."
::= { cooServiceContractTableEntry 2 }
cooServiceContractState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0003 This attribute defines the state settings of the
COO service contract."
::= { cooServiceContractTableEntry 3 }
cooServiceContractWasRenewed OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0004 This attribute defines if the COO service contract
was renewed not."
::= { cooServiceContractTableEntry 4 }
cooServiceContractTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0005 This attribute defines the name of the type of
COO service contract."
::= { cooServiceContractTableEntry 5 }
cooServiceContractVendorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0020.0001.0006 This attribute defines the name of the provider of the
COO service contract."
::= { cooServiceContractTableEntry 6 }
cooServiceContractVendorName ::=
SEQUENCE {
cooCostEventLogchassisIndex DellObjectRange,
cooCostEventLogIndex DellObjectRange,
cooCostEventLogState DellStateSettings,
cooCostEventLogDuration DellUnsigned32BitRange,
cooCostEventLogDurationType DellCooHourDayDurationType,
cooCostEventLogDescriptionName DellCostofOwnershipString
}
cooCostEventLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooCostEventLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030 This object defines the Cost Of Ownership (COO) Cost Event Log
Table."
::= { cooGroup 30 }
cooCostEventLogTableEntry OBJECT-TYPE
SYNTAX CooCostEventLogTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001 This object defines the Cost Of Ownership (COO) Cost Event
Log Table Entry."
INDEX { cooCostEventLogchassisIndex , cooCostEventLogIndex }
::= { cooCostEventLogTable 1 }
cooCostEventLogchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooCostEventLogTableEntry 1 }
cooCostEventLogIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0002 This attribute defines the index (one based) of the
COO cost event log entry."
::= { cooCostEventLogTableEntry 2 }
cooCostEventLogState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0003 This attribute defines the state settings of the
COO cost event log entry."
::= { cooCostEventLogTableEntry 3 }
cooCostEventLogDuration OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0004 This attribute defines the duration of the
COO cost event."
::= { cooCostEventLogTableEntry 4 }
cooCostEventLogDurationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
hours(2),
days(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0005 This attribute defines the duration type of the
COO cost event."
::= { cooCostEventLogTableEntry 5 }
cooCostEventLogDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0030.0001.0006 This attribute defines the description of the
COO cost event."
::= { cooCostEventLogTableEntry 6 }
cooCostEventLogDescriptionName ::=
SEQUENCE {
cooWarrantychassisIndex DellObjectRange,
cooWarrantyIndex DellObjectRange,
cooWarrantyState DellStateSettings,
cooWarrantyDuration DellUnsigned32BitRange,
cooWarrantyDurationType DellCooDayMonthDurationType,
cooWarrantyEndDateName DellDateName,
cooWarrantyCost DellUnsigned32BitRange
}
cooWarrantyTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooWarrantyTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040 This object defines the Cost Of Ownership (COO) Warranty Table."
::= { cooGroup 40 }
cooWarrantyTableEntry OBJECT-TYPE
SYNTAX CooWarrantyTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001 This object defines the Cost Of Ownership (COO) Warranty
Table Entry."
INDEX { cooWarrantychassisIndex , cooWarrantyIndex }
::= { cooWarrantyTable 1 }
cooWarrantychassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooWarrantyTableEntry 1 }
cooWarrantyIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0002 This attribute defines the index (one based) of the
COO warranty."
::= { cooWarrantyTableEntry 2 }
cooWarrantyState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0003 This attribute defines the state settings of the
COO warranty."
::= { cooWarrantyTableEntry 3 }
cooWarrantyDuration OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0004 This attribute defines the duration of the COO warranty."
::= { cooWarrantyTableEntry 4 }
cooWarrantyDurationType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
days(3),
months(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0005 This attribute defines the duration type of the
COO warranty."
::= { cooWarrantyTableEntry 5 }
cooWarrantyEndDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0006 This attribute defines the end date of the COO warranty.
Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooWarrantyTableEntry 6 }
cooWarrantyCost OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0040.0001.0007 This attribute defines the cost of the COO warranty."
::= { cooWarrantyTableEntry 7 }
cooWarrantyCost ::=
SEQUENCE {
cooLeaseInformationchassisIndex DellObjectRange,
cooLeaseInformationIndex DellObjectRange,
cooLeaseInformationState DellStateSettings,
cooLeaseInformationMultipleSchedules DellBoolean,
cooLeaseInformationBuyOutAmount DellUnsigned32BitRange,
cooLeaseInformationLeaseRateFactor DellUnsigned32BitRange,
cooLeaseInformationEndDateName DellDateName,
cooLeaseInformationFairMarketValue DellUnsigned32BitRange,
cooLeaseInformationLessorName DellCostofOwnershipString
}
cooLeaseInformationTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooLeaseInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050 This object defines the Cost Of Ownership (COO) Lease Information
Table."
::= { cooGroup 50 }
cooLeaseInformationTableEntry OBJECT-TYPE
SYNTAX CooLeaseInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001 This object defines the Cost Of Ownership (COO) Lease
Information Table Entry."
INDEX { cooLeaseInformationchassisIndex , cooLeaseInformationIndex }
::= { cooLeaseInformationTable 1 }
cooLeaseInformationchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooLeaseInformationTableEntry 1 }
cooLeaseInformationIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0002 This attribute defines the index (one based) of the
COO lease information."
::= { cooLeaseInformationTableEntry 2 }
cooLeaseInformationState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0003 This attribute defines the state settings of the
COO lease information."
::= { cooLeaseInformationTableEntry 3 }
cooLeaseInformationMultipleSchedules OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0004 This attribute defines if there are multiple schedules
for this lease."
::= { cooLeaseInformationTableEntry 4 }
cooLeaseInformationBuyOutAmount OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0005 This attribute defines buy out amount for this lease."
::= { cooLeaseInformationTableEntry 5 }
cooLeaseInformationLeaseRateFactor OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0006 This attribute defines the rate factor for this lease."
::= { cooLeaseInformationTableEntry 6 }
cooLeaseInformationEndDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0007 This attribute defines the end date for this lease.
Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooLeaseInformationTableEntry 7 }
cooLeaseInformationFairMarketValue OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0008 This attribute defines the fair market value
for this lease."
::= { cooLeaseInformationTableEntry 8 }
cooLeaseInformationLessorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0050.0001.0009 This attribute defines the name of the lessor
for this lease."
::= { cooLeaseInformationTableEntry 9 }
cooLeaseInformationLessorName ::=
SEQUENCE {
cooScheduleNumberchassisIndex DellObjectRange,
cooScheduleNumberIndex DellObjectRange,
cooScheduleNumberState DellStateSettings,
cooScheduleNumberLeaseInformationIndexReference DellUnsigned32BitRange,
cooScheduleNumberDescriptionName DellCostofOwnershipString
}
cooScheduleNumberTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooScheduleNumberTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060 This object defines the Cost Of Ownership (COO) Schedule Number
Table."
::= { cooGroup 60 }
cooScheduleNumberTableEntry OBJECT-TYPE
SYNTAX CooScheduleNumberTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001 This object defines the Cost Of Ownership (COO) Schedule Number
Table Entry."
INDEX { cooScheduleNumberchassisIndex , cooScheduleNumberIndex }
::= { cooScheduleNumberTable 1 }
cooScheduleNumberchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooScheduleNumberTableEntry 1 }
cooScheduleNumberIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001.0002 This attribute defines the index (one based) of the
COO schedule number."
::= { cooScheduleNumberTableEntry 2 }
cooScheduleNumberState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001.0003 This attribute defines the state settings of the
COO schedule number."
::= { cooScheduleNumberTableEntry 3 }
cooScheduleNumberLeaseInformationIndexReference OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001.0004 This attribute defines the index (one based) of the
COO lease information associated with the COO schedule number."
::= { cooScheduleNumberTableEntry 4 }
cooScheduleNumberDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0060.0001.0005 This attribute defines the description of the
COO schedule number."
::= { cooScheduleNumberTableEntry 5 }
cooScheduleNumberDescriptionName ::=
SEQUENCE {
cooOptionschassisIndex DellObjectRange,
cooOptionsIndex DellObjectRange,
cooOptionsState DellStateSettings,
cooOptionsLeaseInformationIndexReference DellUnsigned32BitRange,
cooOptionsDescriptionName DellCostofOwnershipString
}
cooOptionsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooOptionsTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070 This object defines the Cost Of Ownership (COO) Options Table."
::= { cooGroup 70 }
cooOptionsTableEntry OBJECT-TYPE
SYNTAX CooOptionsTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001 This object defines the Cost Of Ownership (COO) Options Table
Entry."
INDEX { cooOptionschassisIndex , cooOptionsIndex }
::= { cooOptionsTable 1 }
cooOptionschassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooOptionsTableEntry 1 }
cooOptionsIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001.0002 This attribute defines the index (one based) of the
COO options."
::= { cooOptionsTableEntry 2 }
cooOptionsState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001.0003 This attribute defines the state settings of the
COO options."
::= { cooOptionsTableEntry 3 }
cooOptionsLeaseInformationIndexReference OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001.0004 This attribute defines the index (one based) of the
COO lease information associated with the COO options."
::= { cooOptionsTableEntry 4 }
cooOptionsDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0070.0001.0005 This attribute defines the description of the
COO options."
::= { cooOptionsTableEntry 5 }
cooOptionsDescriptionName ::=
SEQUENCE {
cooMaintenancechassisIndex DellObjectRange,
cooMaintenanceIndex DellObjectRange,
cooMaintenanceState DellStateSettings,
cooMaintenanceStartDateName DellDateName,
cooMaintenanceEndDateName DellDateName,
cooMaintenanceProviderName DellCostofOwnershipString,
cooMaintenanceRestrictionsName DellCostofOwnershipString
}
cooMaintenanceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooMaintenanceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080 This object defines the Cost Of Ownership (COO) Maintenance Table."
::= { cooGroup 80 }
cooMaintenanceTableEntry OBJECT-TYPE
SYNTAX CooMaintenanceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001 This object defines the Cost Of Ownership (COO) Maintenance
Table Entry."
INDEX { cooMaintenancechassisIndex , cooMaintenanceIndex }
::= { cooMaintenanceTable 1 }
cooMaintenancechassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooMaintenanceTableEntry 1 }
cooMaintenanceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0002 This attribute defines the index (one based) of the
COO maintenance."
::= { cooMaintenanceTableEntry 2 }
cooMaintenanceState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0003 This attribute defines the state settings of the
COO maintenance."
::= { cooMaintenanceTableEntry 3 }
cooMaintenanceStartDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0004 This attribute defines the start date of the
COO maintenance. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooMaintenanceTableEntry 4 }
cooMaintenanceEndDateName OBJECT-TYPE
SYNTAX DisplayString (SIZE(25))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0005 This attribute defines the end date of the
COO maintenance. Dates are defined in the ASCII format:
yyyyMMddhhmmss.uuuuuu+fff or yyyyMMddhhmmss.uuuuuu-fff
where yyyy is the year, MM is the month, dd is the day, hh are the hours,
mm are the minutes, ss are the seconds, uuuuuu are the microseconds and
+fff or -fff is the offset from UTC in minutes."
::= { cooMaintenanceTableEntry 5 }
cooMaintenanceProviderName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0006 This attribute defines the name of the provider of the
COO maintenance."
::= { cooMaintenanceTableEntry 6 }
cooMaintenanceRestrictionsName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0080.0001.0007 This attribute defines the text of the maintenance
agreement restrictions."
::= { cooMaintenanceTableEntry 7 }
cooMaintenanceRestrictionsName ::=
SEQUENCE {
cooRepairchassisIndex DellObjectRange,
cooRepairIndex DellObjectRange,
cooRepairState DellStateSettings,
cooRepairCounter DellUnsigned32BitRange,
cooRepairVendorName DellCostofOwnershipString
}
cooRepairTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooRepairTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090 This object defines the Cost Of Ownership (COO) Repair Table."
::= { cooGroup 90 }
cooRepairTableEntry OBJECT-TYPE
SYNTAX CooRepairTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001 This object defines the Cost Of Ownership (COO) Repair Table
Entry."
INDEX { cooRepairchassisIndex , cooRepairIndex }
::= { cooRepairTable 1 }
cooRepairchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooRepairTableEntry 1 }
cooRepairIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001.0002 This attribute defines the index (one based) of the
COO repair."
::= { cooRepairTableEntry 2 }
cooRepairState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001.0003 This attribute defines the state setting of the
COO repair."
::= { cooRepairTableEntry 3 }
cooRepairCounter OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001.0004 This attribute defines the number of repairs this
system has had."
::= { cooRepairTableEntry 4 }
cooRepairVendorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0090.0001.0005 This attribute defines the repair vendors's name."
::= { cooRepairTableEntry 5 }
cooRepairVendorName ::=
SEQUENCE {
cooSupportInformationchassisIndex DellObjectRange,
cooSupportInformationIndex DellObjectRange,
cooSupportInformationState DellStateSettings,
cooSupportInformationIsOutsourced DellBoolean,
cooSupportInformationType DellUnsigned32BitRange,
cooSupportInformationHelpDeskName DellCostofOwnershipString,
cooSupportInformationFixTypeName DellCostofOwnershipString
}
cooSupportInformationTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooSupportInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100 This object defines the Cost Of Ownership (COO) Support
Information Table."
::= { cooGroup 100 }
cooSupportInformationTableEntry OBJECT-TYPE
SYNTAX CooSupportInformationTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001 This object defines the Cost Of Ownership (COO) Support
Information Table Entry."
INDEX { cooSupportInformationchassisIndex , cooSupportInformationIndex }
::= { cooSupportInformationTable 1 }
cooSupportInformationchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooSupportInformationTableEntry 1 }
cooSupportInformationIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0002 This attribute defines the index (one based) of the
COO support information."
::= { cooSupportInformationTableEntry 2 }
cooSupportInformationState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0003 This attribute defines the state setting of the
COO support information."
::= { cooSupportInformationTableEntry 3 }
cooSupportInformationIsOutsourced OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0004 This attribute defines if support is outsourced or not."
::= { cooSupportInformationTableEntry 4 }
cooSupportInformationType OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0005 This attribute defines the type of the conmponent,
system or network problem that occurred."
::= { cooSupportInformationTableEntry 5 }
cooSupportInformationHelpDeskName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0006 This attribute defines the help desk support
information provided."
::= { cooSupportInformationTableEntry 6 }
cooSupportInformationFixTypeName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0100.0001.0007 This attribute defines the method used to fix
the problem."
::= { cooSupportInformationTableEntry 7 }
cooSupportInformationFixTypeName ::=
SEQUENCE {
cooTroubleTicketchassisIndex DellObjectRange,
cooTroubleTicketIndex DellObjectRange,
cooTroubleTicketState DellStateSettings,
cooTroubleTicketSupportInformationIndexReference DellUnsigned32BitRange,
cooTroubleTicketNumberName DellCostofOwnershipString
}
cooTroubleTicketTable OBJECT-TYPE
SYNTAX SEQUENCE OF CooTroubleTicketTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110 This object defines the Cost Of Ownership (COO) Trouble Ticket
Table."
::= { cooGroup 110 }
cooTroubleTicketTableEntry OBJECT-TYPE
SYNTAX CooTroubleTicketTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001 This object defines the Cost Of Ownership (COO) Trouble Ticket
Table Entry."
INDEX { cooTroubleTicketchassisIndex , cooTroubleTicketIndex }
::= { cooTroubleTicketTable 1 }
cooTroubleTicketchassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { cooTroubleTicketTableEntry 1 }
cooTroubleTicketIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001.0002 This attribute defines the index (one based) of the
COO trouble ticket."
::= { cooTroubleTicketTableEntry 2 }
cooTroubleTicketState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001.0003 This attribute defines the state settings of the
COO trouble ticket."
::= { cooTroubleTicketTableEntry 3 }
cooTroubleTicketSupportInformationIndexReference OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001.0004 This attribute defines the index (one based) of the
COO support information associated with the COO trouble ticket."
::= { cooTroubleTicketTableEntry 4 }
cooTroubleTicketNumberName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1600.0110.0001.0005 This attribute defines the name of the
COO trouble ticket."
::= { cooTroubleTicketTableEntry 5 }
cooTroubleTicketNumberName ::=
SEQUENCE {
clusterChassisIndex DellObjectRange,
clusterIndex DellObjectRange,
clusterStateCapabilities DellStateCapabilities,
clusterStateSettings DellStateSettings,
clusterStatus DellStatus,
clusterType DellClusterType,
clusterTypeDescriptionName DellString,
clusterName DellString
}
clusterTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClusterTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010 This object defines the Cluster Table."
::= { clusterGroup 10 }
clusterTableEntry OBJECT-TYPE
SYNTAX ClusterTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001 This object defines the Cluster Table Entry."
INDEX { clusterChassisIndex , clusterIndex }
::= { clusterTable 1 }
clusterChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { clusterTableEntry 1 }
clusterIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0002 This attribute defines the index (one based) of the
cluster."
::= { clusterTableEntry 2 }
clusterStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0003 This attribute defines the state capabilities of the
cluster."
::= { clusterTableEntry 3 }
clusterStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0004 This attribute defines the state settings of the
cluster."
::= { clusterTableEntry 4 }
clusterStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0005 This attribute defines the status of the cluster."
::= { clusterTableEntry 5 }
clusterType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
highAvailabilityCluster(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0006 This attribute defines the type of the cluster."
::= { clusterTableEntry 6 }
clusterTypeDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0007 This attribute defines the description name for the
type of the cluster."
::= { clusterTableEntry 7 }
clusterName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1800.0010.0001.0008 This attribute defines the name of the cluster."
::= { clusterTableEntry 8 }
clusterName ::=
SEQUENCE {
bmcChassisIndex DellObjectRange,
bmcIndex DellObjectRange,
bmcStateCapabilities DellStateCapabilities,
bmcStateSettings DellStateSettings,
bmcStatus DellStatus,
bmcDisplayName DellString,
bmcDescriptionName DisplayString,
bmcIPMIVersionName DellString,
bmcGUID OCTET STRING
}
bmcTable OBJECT-TYPE
SYNTAX SEQUENCE OF BmcTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010 This object defines the Baseboard Management Controller (BMC)
Table."
::= { bmcGroup 10 }
bmcTableEntry OBJECT-TYPE
SYNTAX BmcTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001 This object defines the Baseboard Management Controller (BMC)
Table Entry."
INDEX { bmcChassisIndex , bmcIndex }
::= { bmcTable 1 }
bmcChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { bmcTableEntry 1 }
bmcIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0002 This attribute defines the index (one based) of the BMC."
::= { bmcTableEntry 2 }
bmcStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0003 This attribute defines the state capabilities of the BMC."
::= { bmcTableEntry 3 }
bmcStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0004 This attribute defines the state settings of the BMC."
::= { bmcTableEntry 4 }
bmcStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0005 This attribute defines the status of the BMC."
::= { bmcTableEntry 5 }
bmcDisplayName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0006 This attribute defines the display name of the BMC."
::= { bmcTableEntry 6 }
bmcDescriptionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0007 This attribute defines the description of the BMC."
::= { bmcTableEntry 7 }
bmcIPMIVersionName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0008 This attribute defines the version of the
Intelligent Platform Management Interface (IPMI) specification
that the BMC supports."
::= { bmcTableEntry 8 }
bmcGUID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(16))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0010.0001.0009 This attribute defines the Globally Unique ID (GUID)
of the BMC."
::= { bmcTableEntry 9 }
bmcGUID ::=
SEQUENCE {
bmcSerialInterfaceChassisIndex DellObjectRange,
bmcSerialInterfaceBMCIndex DellObjectRange,
bmcSerialInterfaceIndex DellObjectRange,
bmcSerialInterfaceStateCapabilities DellStateCapabilities,
bmcSerialInterfaceStateSettings DellStateSettings,
bmcSerialInterfaceStatus DellStatus,
bmcSerialInterfaceChannelNumber DellUnsigned8BitRange,
bmcSerialInterfaceConnectionModeCapabilities DellBMCSerialConnectionModeCapabilities,
bmcSerialInterfaceConnectionModeSettings DellBMCSerialConnectionModeSettings,
bmcSerialInterfaceFlowControl DellBMCSerialFlowControlType,
bmcSerialInterfaceBitRate DellBMCSerialBitRateType
}
bmcSerialInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF BmcSerialInterfaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020 This object defines the Baseboard Management Controller (BMC)
Serial Interface Table."
::= { bmcGroup 20 }
bmcSerialInterfaceTableEntry OBJECT-TYPE
SYNTAX BmcSerialInterfaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001 This object defines the Baseboard Management Controller (BMC)
Serial Interface Table Entry."
INDEX { bmcSerialInterfaceChassisIndex , bmcSerialInterfaceBMCIndex, bmcSerialInterfaceIndex }
::= { bmcSerialInterfaceTable 1 }
bmcSerialInterfaceChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { bmcSerialInterfaceTableEntry 1 }
bmcSerialInterfaceBMCIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0002 This attribute defines the index (one based) of the
assoiciated BMC."
::= { bmcSerialInterfaceTableEntry 2 }
bmcSerialInterfaceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0003 This attribute defines the index (one based) of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 3 }
bmcSerialInterfaceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0004 This attribute defines the state capabilities of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 4 }
bmcSerialInterfaceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0005 This attribute defines the state settings of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 5 }
bmcSerialInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0006 This attribute defines the status of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 6 }
bmcSerialInterfaceChannelNumber OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0007 This attribute defines the BMC channel number of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 7 }
bmcSerialInterfaceConnectionModeCapabilities OBJECT-TYPE
SYNTAX INTEGER {
modemBasic(1),
modemPPP(2),
modemTerminal(4),
directBasic(8),
directPPP(16),
directTerminal(32)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0008 This attribute defines the connection mode capabilities
of the BMC serial interface."
::= { bmcSerialInterfaceTableEntry 8 }
bmcSerialInterfaceConnectionModeSettings OBJECT-TYPE
SYNTAX INTEGER {
modemBasic(1),
modemPPP(2),
modemTerminal(4),
directBasic(8),
directPPP(16),
directTerminal(32)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0009 This attribute defines the connection mode settings
of the BMC serial interface."
::= { bmcSerialInterfaceTableEntry 9 }
bmcSerialInterfaceFlowControl OBJECT-TYPE
SYNTAX INTEGER {
rtsCts(1),
xonXoff(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0010 This attribute defines the flow control type of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 10 }
bmcSerialInterfaceBitRate OBJECT-TYPE
SYNTAX INTEGER {
bps9600(6),
bps19200(7),
bps38400(8),
bps57600(9),
bps115200(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0020.0001.0011 This attribute defines the bit rate of the
BMC serial interface."
::= { bmcSerialInterfaceTableEntry 11 }
bmcSerialInterfaceBitRate ::=
SEQUENCE {
bmcLANInterfaceChassisIndex DellObjectRange,
bmcLANInterfaceBMCIndex DellObjectRange,
bmcLANInterfaceIndex DellObjectRange,
bmcLANInterfaceStateCapabilities DellStateCapabilities,
bmcLANInterfaceStateSettings DellStateSettings,
bmcLANInterfaceStatus DellStatus,
bmcLANInterfaceChannelNumber DellUnsigned8BitRange,
bmcLANInterfaceIPAddressSource DellBMCLANIPAddressSourceType,
bmcLANInterfaceIPAddress IpAddress,
bmcLANInterfaceSubnetMaskAddress IpAddress,
bmcLANInterfaceDefaultGatewayAddress IpAddress,
bmcLANInterfaceMACAddress DellMACAddress,
bmcLANInterfaceAlertCommunityName DisplayString
}
bmcLANInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF BmcLANInterfaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030 This object defines the Baseboard Management Controller (BMC)
LAN Interface Table."
::= { bmcGroup 30 }
bmcLANInterfaceTableEntry OBJECT-TYPE
SYNTAX BmcLANInterfaceTableEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001 This object defines the Baseboard Management Controller (BMC)
LAN Interface Table Entry."
INDEX { bmcLANInterfaceChassisIndex , bmcLANInterfaceBMCIndex, bmcLANInterfaceIndex }
::= { bmcLANInterfaceTable 1 }
bmcLANInterfaceChassisIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0001 This attribute defines the index (one based) of the
associated chassis."
::= { bmcLANInterfaceTableEntry 1 }
bmcLANInterfaceBMCIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0002 This attribute defines the index (one based) of the
assoiciated BMC."
::= { bmcLANInterfaceTableEntry 2 }
bmcLANInterfaceIndex OBJECT-TYPE
SYNTAX INTEGER (1..128)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0003 This attribute defines the index (one based) of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 3 }
bmcLANInterfaceStateCapabilities OBJECT-TYPE
SYNTAX INTEGER {
unknownCapabilities(1),
enableCapable(2),
notReadyCapable(4),
enableAndNotReadyCapable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0004 This attribute defines the state capabilities of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 4 }
bmcLANInterfaceStateSettings OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enabled(2),
notReady(4),
enabledAndNotReady(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0005 This attribute defines the state settings of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 5 }
bmcLANInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0006 This attribute defines the status of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 6 }
bmcLANInterfaceChannelNumber OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0007 This attribute defines the BMC channel number of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 7 }
bmcLANInterfaceIPAddressSource OBJECT-TYPE
SYNTAX INTEGER {
static(1),
dhcp(2),
biosOrSystemSoftware(3),
other(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0008 This attribute defines the source type of the
IP address of the BMC LAN interface."
::= { bmcLANInterfaceTableEntry 8 }
bmcLANInterfaceIPAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0009 This attribute defines the IP address of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 9 }
bmcLANInterfaceSubnetMaskAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0010 This attribute defines the subnet mask of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 10 }
bmcLANInterfaceDefaultGatewayAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0011 This attribute defines the IP address of the
default gateway for the BMC LAN interface."
::= { bmcLANInterfaceTableEntry 11 }
bmcLANInterfaceMACAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(6))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0012 This attribute defines the MAC address of the
BMC LAN interface."
::= { bmcLANInterfaceTableEntry 12 }
bmcLANInterfaceAlertCommunityName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION "1900.0030.0001.0013 This attribute defines the SNMP community used for
BMC LAN alerts (traps) sent on the BMC LAN interface."
::= { bmcLANInterfaceTableEntry 13 }
alertVariables OBJECT IDENTIFIER ::= { alertGroup 10 }
alertSystem OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0001 Name of the system generating the alert."
::= { alertVariables 1 }
alertTableIndexOID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0002 OID for the index attribute in the table that contains the object
causing the alert. This value can be used to uniquely identify the object
causing the alert and to correlate different alerts caused by an object.
If not applicable, the value will be 0.0."
::= { alertVariables 2 }
alertMessage OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..1024))
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0003 Message describing the alert."
::= { alertVariables 3 }
alertCurrentStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0004 Current status of object causing the alert."
::= { alertVariables 4 }
alertPreviousStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0005 Previous status of object causing the alert."
::= { alertVariables 5 }
alertData OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..1024))
ACCESS read-only
STATUS mandatory
DESCRIPTION "5000.0010.0006 Alert data."
::= { alertVariables 6 }
alertSystemUp TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Administrator Startup Complete"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Server Administrator has completed its initialization."
::= 1001
alertThermalShutdown TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Thermal Shutdown"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE NONOPERATIONAL
DESCRIPTION "Thermal shutdown protection has been initiated."
::= 1004
alertAutomaticSystemRecovery TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Automatic System Recovery"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Automatic system recovery (ASR) was performed."
::= 1006
alertUserHostSystemReset TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server User Host System Reset"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "User has initiated host system reset."
::= 1007
alertTemperatureProbeNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Temperature Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Temperature probe has returned to a normal value."
::= 1052
alertTemperatureProbeWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Temperature Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Temperature probe has detected a warning value."
::= 1053
alertTemperatureProbeFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Temperature Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Temperature probe has detected a failure value."
::= 1054
alertTemperatureProbeNonRecoverable TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Temperature Nonrecoverable"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Temperature probe has detected a non-recoverable value."
::= 1055
alertCoolingDeviceNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Cooling Device Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Cooling device sensor has returned to a normal value."
::= 1102
alertCoolingDeviceWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Cooling Device Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Cooling device sensor has detected a warning value."
::= 1103
alertCoolingDeviceFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Cooling Device Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Cooling device sensor has detected a failure value."
::= 1104
alertCoolingDeviceNonRecoverable TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Cooling Device Nonrecoverable"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Cooling device sensor has detected a non-recoverable value."
::= 1105
alertVoltageProbeNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Voltage Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Voltage probe has returned to a normal value."
::= 1152
alertVoltageProbeWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Voltage Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Voltage probe has detected a warning value."
::= 1153
alertVoltageProbeFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Voltage Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Voltage probe has detected a failure value."
::= 1154
alertVoltageProbeNonRecoverable TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Voltage Nonrecoverable"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Voltage probe has detected a non-recoverable value."
::= 1155
alertAmperageProbeNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Amperage Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Amperage probe has returned to a normal value."
::= 1202
alertAmperageProbeWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Amperage Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Amperage probe has detected a warning value."
::= 1203
alertAmperageProbeFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Amperage Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Amperage probe has detected a failure value."
::= 1204
alertAmperageProbeNonRecoverable TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Amperage Nonrecoverable"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Amperage probe has detected a non-recoverable value."
::= 1205
alertChassisIntrusionNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Chassis Intrusion Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Chassis intrusion has returned to normal."
::= 1252
alertChassisIntrusionDetected TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Chassis Intrusion Detected"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Chassis intrusion has been detected."
::= 1254
alertRedundancyNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Redundancy Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Redundancy has returned to normal."
::= 1304
alertRedundancyDegraded TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Redundancy Degraded"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Redundancy has been degraded."
::= 1305
alertRedundancyLost TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Redundancy Lost"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MAJOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Redundancy has been lost."
::= 1306
alertPowerSupplyNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Power Supply Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Power supply has returned to normal."
::= 1352
alertPowerSupplyWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Power Supply Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Power supply has detected a warning."
::= 1353
alertPowerSupplyFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Power Supply Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Power supply has detected a failure."
::= 1354
alertMemoryDeviceWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Memory Device Noncritical"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Memory device status is noncritical."
::= 1403
alertMemoryDeviceFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Memory Device Critical"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Memory device status is critical."
::= 1404
alertMemoryDeviceNonRecoverable TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Memory Device Nonrecoverable"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Memory device status is non-recoverable."
::= 1405
alertFanEnclosureInsertion TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Fan Enclosure Insertion"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Fan enclosure has been inserted into system."
::= 1452
alertFanEnclosureRemoval TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Fan Enclosure Removal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Fan enclosure has been removed from system."
::= 1453
alertFanEnclosureExtendedRemoval TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Fan Enclosure Extended Removal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Fan enclosure has been removed from system for an extended amount of time."
::= 1454
alertACPowerCordNoPowerNonRedundant TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server AC Cord No Power Nonredundant"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "AC power cord does not have power, and the reduncancy mode
for its AC power switch has been set to non-redundant."
::= 1501
alertACPowerCordNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server AC Cord Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "AC power cord has regained power."
::= 1502
alertACPowerCordFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server AC Cord Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "AC power cord has lost power."
::= 1504
alertLogNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Hardware Log Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Log size is no longer near or at capacity."
::= 1552
alertLogWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Hardware Log Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Log size is near capacity."
::= 1553
alertLogFull TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Hardware Log Full"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Log size is at capacity."
::= 1554
alertProcessorDeviceStatusNormal TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Processor Device Status Normal"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY INFORMATIONAL
--#TIMEINDEX 99
--#STATE OPERATIONAL
DESCRIPTION "Processor device status has returned to normal."
::= 1602
alertProcessorDeviceStatusWarning TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Processor Device Status Warning"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY MINOR
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Processor device status has detected a warning."
::= 1603
alertProcessorDeviceStatusFailure TRAP-TYPE
ENTERPRISE baseboardGroup
VARIABLES { alertSystem, alertTableIndexOID, alertMessage, alertCurrentStatus, alertPreviousStatus, alertData }
--#TYPE "Server Processor Device Status Failure"
--#SUMMARY "%s"
--#ARGUMENTS {2}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#STATE DEGRADED
DESCRIPTION "Processor device status has detected a failure."
::= 1604
END