From cefced1b41190095794d0838f39ab2123035213d Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Tue, 24 Nov 2009 22:31:25 +0000 Subject: [PATCH] Dell SNMP Event Transforms 1.0 git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@440 db08cffe-75b9-45d1-af1a-46ad9ef135f6 --- COPYRIGHT.txt | 16 + MANIFEST.in | 1 + ZenPacks/__init__.py | 1 + .../community/DellSNMPTransforms/__init__.py | 8 + .../datasources/__init__.py | 2 + .../DellSNMPTransforms/lib/__init__.py | 1 + .../DellSNMPTransforms/migrate/__init__.py | 1 + .../DellSNMPTransforms/modeler/__init__.py | 0 .../modeler/plugins/__init__.py | 0 .../DellSNMPTransforms/objects/objects.xml | 35665 ++++++++++++++++ .../placeholder.txt | 0 .../DellSNMPTransforms/tests/__init__.py | 12 + ZenPacks/community/__init__.py | 1 + setup.py | 71 + 14 files changed, 35779 insertions(+) create mode 100644 COPYRIGHT.txt create mode 100644 MANIFEST.in create mode 100644 ZenPacks/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/datasources/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/lib/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/migrate/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/modeler/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/modeler/plugins/__init__.py create mode 100644 ZenPacks/community/DellSNMPTransforms/objects/objects.xml create mode 100644 ZenPacks/community/DellSNMPTransforms/skins/ZenPacks.community.DellSNMPTransforms/placeholder.txt create mode 100644 ZenPacks/community/DellSNMPTransforms/tests/__init__.py create mode 100644 ZenPacks/community/__init__.py create mode 100644 setup.py diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt new file mode 100644 index 0000000..ae6a568 --- /dev/null +++ b/COPYRIGHT.txt @@ -0,0 +1,16 @@ +All files in this directory and below are: + +Copyright (c) 2009 Zenoss, Inc. All rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License version 2 as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e91e1bf --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +graft ZenPacks diff --git a/ZenPacks/__init__.py b/ZenPacks/__init__.py new file mode 100644 index 0000000..de40ea7 --- /dev/null +++ b/ZenPacks/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/ZenPacks/community/DellSNMPTransforms/__init__.py b/ZenPacks/community/DellSNMPTransforms/__init__.py new file mode 100644 index 0000000..09daab2 --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/__init__.py @@ -0,0 +1,8 @@ + +import Globals +import os.path + +skinsDir = os.path.join(os.path.dirname(__file__), 'skins') +from Products.CMFCore.DirectoryView import registerDirectory +if os.path.isdir(skinsDir): + registerDirectory(skinsDir, globals()) diff --git a/ZenPacks/community/DellSNMPTransforms/datasources/__init__.py b/ZenPacks/community/DellSNMPTransforms/datasources/__init__.py new file mode 100644 index 0000000..651585a --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/datasources/__init__.py @@ -0,0 +1,2 @@ +# __init__.py + diff --git a/ZenPacks/community/DellSNMPTransforms/lib/__init__.py b/ZenPacks/community/DellSNMPTransforms/lib/__init__.py new file mode 100644 index 0000000..143f486 --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/lib/__init__.py @@ -0,0 +1 @@ +# __init__.py diff --git a/ZenPacks/community/DellSNMPTransforms/migrate/__init__.py b/ZenPacks/community/DellSNMPTransforms/migrate/__init__.py new file mode 100644 index 0000000..143f486 --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/migrate/__init__.py @@ -0,0 +1 @@ +# __init__.py diff --git a/ZenPacks/community/DellSNMPTransforms/modeler/__init__.py b/ZenPacks/community/DellSNMPTransforms/modeler/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ZenPacks/community/DellSNMPTransforms/modeler/plugins/__init__.py b/ZenPacks/community/DellSNMPTransforms/modeler/plugins/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ZenPacks/community/DellSNMPTransforms/objects/objects.xml b/ZenPacks/community/DellSNMPTransforms/objects/objects.xml new file mode 100644 index 0000000..0677f14 --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/objects/objects.xml @@ -0,0 +1,35665 @@ + + + + + + + +evt.summary = "Dell OpenManage: Chassis Intrusion Detected" +evt.component = "Chassis" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertChassisIntrusionDetected + + +0 + + +snmp trap alertChassisIntrusionDetected + + + + +evt.summary = "Dell OpenManage: Chassis Intrusion Returned to Normal" +evt.component = "Chassis" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertChassisIntrusionNormal + + +0 + + +snmp trap alertChassisIntrusionNormal + + +0 + + + + +evt.summary = "Dell OpenManage: System Redundancy is degraded" +evt.component = "System" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertRedundancyDegraded + + +7 + + +snmp trap alertRedundancyDegraded + + +4 + + + + +evt.summary = "Dell OpenManage: System Redundancy has been lost" +evt.component = "System" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertRedundancyLost + + +7 + + +snmp trap alertRedundancyLost + + +4 + + + + +evt.summary = "Dell OpenManage: System Redundancy has returned to normal" +evt.component = "System" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + + +alertRedundancyNormal + + +7 + + +snmp trap alertRedundancyNormal + + +0 + + + + + + + +evt.summary = "Dell OpenManage: AC Power Cord Failure" +evt.component = "Power" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertACPowerCordFailure + + +8 + + +snmp trap alertACPowerCordFailure + + +4 + + + + +evt.summary = "Dell OpenManage: AC Power Cord Normal" +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertACPowerCordNormal + + +8 + + +snmp trap alertACPowerCordNormal + + + + +evt.summary = "Dell OpenManage: Power Supply failure" +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertPowerSupplyFailure + + +0 + + +snmp trap alertPowerSupplyFailure + + +5 + + + + +evt.summary = "Dell OpenManage: Power Supply(s) has returned to the normal state" +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertPowerSupplyNormal + + +0 + + +snmp trap alertPowerSupplyNormal + + +0 + + + + +evt.summary = "Dell OpenManage: System peak power sensor has detected a new peak value." +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + + +alertSystemPeakPowerNewPeak + + +7 + + +snmp trap alertSystemPeakPowerNewPeak + + +3 + + + + +evt.summary = "Dell OpenManage: Voltage Probe Failure" +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertVoltageProbeFailure + + +0 + + +snmp trap alertVoltageProbeFailure + + + + +evt.summary = "Dell OpenManage: Voltage Probe returned to normal state" +evt.component = "PSU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertVoltageProbeNormal + + +0 + + +snmp trap alertVoltageProbeNormal + + +0 + + + + + + + + +evt.summary = "Dell OpenManage: Physical Disk Failure. Array is now operating in a degraded state" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertArrayDiskFailure + + +0 + + +snmp trap alertArrayDiskFailure + + +5 + + + + +evt.summary = "Dell OpenManage: Array disk is non-recoverable" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertArrayDiskNonRecoverable + + +8 + + +snmp trap alertArrayDiskNonRecoverable + + + + +evt.summary = "Dell OpenManage: Array disk has returned to normal state" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertArrayDiskNormal + + +7 + + +snmp trap alertArrayDiskNormal + + + + +evt.summary = "Dell OpenManage: Phsyical Disk Warning! This could indicate a problem with a physical disk" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertArrayDiskWarning + + +7 + + +snmp trap alertArrayDiskWarning + + + + +evt.summary = "Dell OpenManage: Battery Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertBatteryFailure + + +8 + + +snmp trap alertBatteryFailure + + + + +evt.summary = "Dell OpenManage: Battery Alert" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertBatteryInformation + + +7 + + +snmp trap alertBatteryInformation + + +2 + + + + +evt.summary = "Dell OpenManage Storage: Channel Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertChannelFailure + + +8 + + +snmp trap alertChannelFailure + + +4 + + + + +evt.summary = "Dell OpenManage Storage: Channel returned to normal state" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertChannelNormal + + +8 + + +snmp trap alertChannelNormal + + +0 + + + + +evt.summary = "Dell OpenManage Storage: Controller Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertControllerFailure + + +8 + + +snmp trap alertControllerFailure + + +5 + + + + +evt.summary = "Dell OpenManage: Storage Controller Information" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertControllerInformation + + +7 + + +snmp trap alertControllerInformation + + +2 + + + + +evt.summary = "Dell OpenManage Storage: Non-Recoverable Controller Error " + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertControllerNonRecoverable + + +8 + + +snmp trap alertControllerNonRecoverable + + +5 + + + + +evt.summary = "Dell OpenManage: Storage Controller Warning" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertControllerWarning + + +7 + + +snmp trap alertControllerWarning + + +3 + + + + +evt.summary = "Dell OpenManage Storage: EMM Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEMMFailure + + +8 + + +snmp trap alertEMMFailure + + +4 + + + + +evt.summary = "Dell OpenManage Storage: EMM Normal" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEMMNormal + + +8 + + +snmp trap alertEMMNormal + + +0 + + + + +evt.summary = "Dell OpenManage Storage: EMM Warning" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEMMWarning + + +8 + + +snmp trap alertEMMWarning + + +3 + + + + +evt.summary = "Dell OpenManage Storage: Enclosure Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEnclosureFailure + + +8 + + +snmp trap alertEnclosureFailure + + +5 + + + + +evt.summary = "Dell OpenManage Storage: Enclosure Information" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEnclosureInformation + + +8 + + +snmp trap alertEnclosureInformation + + +2 + + + + +evt.summary = "Dell OpenManage Storage: Non Recoverable Enclosure Error" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEnclosureNonRecoverable + + +8 + + +snmp trap alertEnclosureNonRecoverable + + +5 + + + + +evt.summary = "Dell OpenManage Storage: Enclosure Normal" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEnclosureNormal + + +8 + + +snmp trap alertEnclosureNormal + + + + +evt.summary = "Dell OpenManage Storage: Enclosure Warning" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertEnclosureWarning + + +8 + + +snmp trap alertEnclosureWarning + + +3 + + + + +evt.summary = "Dell OpenManage Storage: Fan Failure" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +alertFanFailure + + +8 + + +snmp trap alertFanFailure + + +4 + + + + +alertFanNormal + + +8 + + +snmp trap alertFanNormal + + +evt.summary = "Dell OpenManage Storage: Fan Normal" + +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + + +0 + + + + +evt.summary = "Dell OpenManage: Virtual disk failure" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertVirtualDiskFailure + + +7 + + +snmp trap alertVirtualDiskFailure + + +5 + + + + +evt.summary = "Dell OpenManage: Storage Virtual Disk Information" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertVirtualDiskInformation + + +7 + + +snmp trap alertVirtualDiskInformation + + +2 + + + + +evt.summary = "Dell OpenManage: Virtual disk returned to normal state" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertVirtualDiskNormal + + +7 + + +snmp trap alertVirtualDiskNormal + + + + +evt.summary = "Dell OpenManage: Virtual Disk Warning! This could indicate a problem with a physical disk" +theLocation = getattr(evt, 'locationEvent', 'Unknown') +theComponent = getattr(evt, 'objectNameEvent', 'Unknown') +theMessage = getattr(evt, 'descriptionEvent', 'Unknown') + +evt.component = '%s / %s' % (theLocation, theComponent) +evt.message = '%s' % (theMessage) + + +alertVirtualDiskWarning + + +0 + + +snmp trap alertVirtualDiskWarning + + + + + + + + +evt.summary = "Dell OpenManage: Cooling device Failure" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertCoolingDeviceFailure + + +7 + + +snmp trap alertCoolingDeviceFailure + + +4 + + + + +evt.summary = "Dell OpenManage: Cooling device returned to normal state" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertCoolingDeviceNormal + + +7 + + +snmp trap alertCoolingDeviceNormal + + +0 + + + + +evt.summary = "Dell OpenManage: Cooling Device Warning" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertCoolingDeviceWarning + + +7 + + +snmp trap alertCoolingDeviceWarning + + +3 + + + + +evt.summary = "Dell OpenManage: Fan enclosure removed from system for extended period of time" +evt.component = "Fan" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertFanEnclosureExtendedRemoval + + +8 + + +snmp trap alertFanEnclosureExtendedRemoval + + + + +evt.summary = "Dell OpenManage: Fan enclosure has been inserted into system " +evt.component = "Fan" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertFanEnclosureInsertion + + +8 + + +snmp trap alertFanEnclosureInsertion + + +2 + + + + +evt.summary = "Dell OpenManage: Fan enclosure removed from system" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertFanEnclosureRemoval + + +8 + + +snmp trap alertFanEnclosureRemoval + + +3 + + + + +evt.summary = "Dell OpenManage: Temperature Probe Failure" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertTemperatureProbeFailure + + +7 + + +snmp trap alertTemperatureProbeFailure + + +5 + + + + +evt.summary = "Dell OpenManage: Temperature Probe returned to normal state" + + +alertTemperatureProbeNormal + + +7 + + +snmp trap alertTemperatureProbeNormal + + + + +evt.summary = "Dell OpenManage: Temperature Probe Warning" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertTemperatureProbeWarning + + +7 + + +snmp trap alertTemperatureProbeWarning + + +5 + + + + +evt.summary = "Dell OpenManage: System is shutting down due to excessive heat" +evt.component = "Temperature" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertThermalShutdown + + +7 + + +snmp trap alertThermalShutdown + + +5 + + + + + + + + +evt.summary = "Dell OpenManage: CPU Device Failure" +evt.component = "CPU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertProcessorDeviceStatusFailure + + +7 + + +snmp trap alertProcessorDeviceStatusFailure + + +5 + + + + +evt.summary = "Dell OpenManage: CPU Device Status Normal" +evt.component = "CPU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertProcessorDeviceStatusNormal + + +7 + + +snmp trap alertProcessorDeviceStatusNormal + + +0 + + + + +evt.summary = "Dell OpenManage: CPU Device Warning" +evt.component = "CPU" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertProcessorDeviceStatusWarning + + +7 + + +snmp trap alertProcessorDeviceStatusWarning + + +3 + + + + + + + + +evt.summary = "Dell OpenManage: Memory Device Failure" +evt.component = "Memory" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertMemoryDeviceFailure + + +7 + + +snmp trap alertMemoryDeviceFailure + + +4 + + + + +evt.summary = "Dell OpenManage: Non Recoverable Memory Failure" +evt.component = "Memory" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertMemoryDeviceNonRecoverable + + +7 + + +snmp trap alertMemoryDeviceNonRecoverable + + +5 + + + + +evt.summary = "Dell OpenManage: Memory Device Warning" +evt.component = "Memory" + +theMessage = getattr(evt, 'alertMessage', 'Unknown') +evt.message = '%s' % (theMessage) + + + +alertMemoryDeviceWarning + + +7 + + +snmp trap alertMemoryDeviceWarning + + +3 + + + + + + + + +SMIv1 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.6 + + +current + + +0600.0040.0001.0006 This attribute defines the total number of AC power +cords required for this AC power switch to have full redundancy. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.2 + + +current + + +0600.0042.0001.0002 This attribute defines the index (one based) of the +AC power cord. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.7 + + +current + + +0600.0042.0001.0007 This attribute defines the location of the +AC power cord. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.3 + + +current + + +0600.0042.0001.0003 This attribute defines the state capabilities of the +AC power cord. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.4 + + +current + + +0600.0042.0001.0004 This attribute defines the state settings of the +AC power cord. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.5 + + +current + + +0600.0042.0001.0005 This attribute defines the status of the AC power cord. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.42 + + +current + + +0600.0042 This object defines the AC Power Cord Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.42.1 + + +current + + +0600.0042.0001 This object defines the AC Power Cord Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.6 + + +current + + +0600.0042.0001.0006 This attribute defines the index (one based) to the +associated AC power switch for this AC power cord. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.42.1.1 + + +current + + +0600.0042.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.3 + + +current + + +0600.0040.0001.0003 This attribute defines the capabilities of the +AC power switch. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.2 + + +current + + +0600.0040.0001.0002 This attribute defines the index (one based) of the +AC power switch. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.7 + + +current + + +0600.0040.0001.0007 This attribute defines the name of the AC power switch. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.8 + + +current + + +0600.0040.0001.0008 This attribute defines the redundancy mode of the +AC power switch. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.5 + + +current + + +0600.0040.0001.0005 This attribute defines the redundancy status of the +AC power switch. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.4 + + +current + + +0600.0040.0001.0004 This attribute defines the settings of the +AC power switch. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.9 + + +current + + +0600.0040.0001.0009 This attribute defines the status of the AC power switch. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.40 + + +current + + +0600.0040 This object defines the AC Power Switch Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.40.1 + + +current + + +0600.0040.0001 This object defines the AC Power Switch Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.40.1.1 + + +current + + +0600.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.4 + + +current + + +5000.0010.0004 Current status of object causing the alert. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.6 + + +current + + +5000.0010.0006 Alert data. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.5000 + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.3 + + +current + + +5000.0010.0003 Message describing the alert. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.5 + + +current + + +5000.0010.0005 Previous status of object causing the alert. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.1 + + +current + + +5000.0010.0001 Name of the system generating the alert. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.5000.10.2 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.5000.10 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.2 + + +current + + +0600.0030.0001.0002 This attribute defines the index (one based) of the +amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.8 + + +current + + +0600.0030.0001.0008 This attribute defines the location of the amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.12 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.15 + + +current + + +0600.0030.0001.0015 This attribute defines the probe capabilities of the +amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.6 + + +current + + +0600.0030.0001.0006 This attribute defines the reading for an amperage +probe of type other than amperageProbeTypeIsDiscrete. + +When the value for amperageProbeType is amperageProbeTypeIsPowerSupplyAmps +or amperageProbeTypeIsSystemAmps, the value returned for this attribute +is the power usage that the probe is reading in tenths of Amps. + +When the value for amperageProbeType is amperageProbeTypeIsPowerSupplyWatts +or amperageProbeTypeIsSystemWatts, the value returned for this attribute +is the power usage that the probe is reading in Watts. + +When the value for amperageProbeType is other than amperageProbeTypeIsDiscrete, +amperageProbeTypeIsPowerSupplyAmps, amperageProbeTypeIsPowerSupplyWatts, +amperageProbeTypeIsSystemAmps or amperageProbeTypeIsSystemWatts, +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.3 + + +current + + +0600.0030.0001.0003 This attribute defines the state capabilities of the +amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.4 + + +current + + +0600.0030.0001.0004 This attribute defines the state settings of the +amperage probe. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.5 + + +current + + +0600.0030.0001.0005 This attribute defines the probe status of the +amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.30 + + +current + + +0600.0030 This object defines the Amperage Probe Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.30.1 + + +current + + +0600.0030.0001 This object defines the Amperage Probe Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.7 + + +current + + +0600.0030.0001.0007 This attribute defines the type of the amperage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.11 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.30.1.1 + + +current + + +0600.0030.0001.0001 This attribute defines the index (one based) of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.26 + + +current + + +1400.0010.0001.0026 This attribute defines the BIOS setup control capabilities +of the administrator password. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.27 + + +current + + +1400.0010.0001.0027 This attribute defines the BIOS setup control settings +of the administrator password. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.28 + + +current + + +1400.0010.0001.0028 This attribute defines the BIOS setup control status +of the administrator password. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.30 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.29 + + +current + + +1400.0010.0001.0029 This attribute defines the BIOS setup control value +of the current administrator password. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.22 + + +current + + +1400.0010.0001.0022 This attribute defines the BIOS setup control capabilities +of the boot sequence. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.25 + + +current + + +1400.0010.0001.0025 This attribute defines the BIOS setup control name +of the boot sequence. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.23 + + +current + + +1400.0010.0001.0023 This attribute defines the BIOS setup control settings +of the boot sequence. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.24 + + +current + + +1400.0010.0001.0024 This attribute defines the BIOS setup control status +of the boot sequence. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.18 + + +current + + +1400.0010.0001.0018 This attribute defines the BIOS setup control capabilities +of the NIF wake on Lan. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.21 + + +current + + +1400.0010.0001.0021 This attribute defines the BIOS setup control name +of the NIF wake on Lan. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.19 + + +current + + +1400.0010.0001.0019 This attribute defines the BIOS setup control settings +of the NIF wake on Lan. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.20 + + +current + + +1400.0010.0001.0020 This attribute defines the BIOS setup control status +of the NIF wake on Lan. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.6 + + +current + + +1400.0010.0001.0006 This attribute defines the BIOS setup control capabilities +of the numeric lock. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.9 + + +current + + +1400.0010.0001.0009 This attribute defines the BIOS setup control name +of the numeric lock. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.7 + + +current + + +1400.0010.0001.0007 This attribute defines the BIOS setup control settings +of the numeric lock. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.8 + + +current + + +1400.0010.0001.0008 This attribute defines the BIOS setup control status +of the numeric lock. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.2 + + +current + + +1400.0010.0001.0002 This attribute defines the BIOS setup control capabilities +of the pointing Device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.5 + + +current + + +1400.0010.0001.0005 This attribute defines the BIOS setup control name +of the pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.3 + + +current + + +1400.0010.0001.0003 This attribute defines the BIOS setup control settings +of the pointing device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.4 + + +current + + +1400.0010.0001.0004 This attribute defines the BIOS setup control status +of the pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.10 + + +current + + +1400.0010.0001.0010 This attribute defines the BIOS setup control capabilities +of the processor serial number. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.13 + + +current + + +1400.0010.0001.0013 This attribute defines the BIOS setup control name +of the processor serial number. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.11 + + +current + + +1400.0010.0001.0011 This attribute defines the BIOS setup control settings +of the processor serial number. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.12 + + +current + + +1400.0010.0001.0012 This attribute defines the BIOS setup control status +of the processor serial number. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.14 + + +current + + +1400.0010.0001.0014 This attribute defines the BIOS setup control capabilities +of the speaker. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.17 + + +current + + +1400.0010.0001.0017 This attribute defines the BIOS setup control name +of the speaker. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.15 + + +current + + +1400.0010.0001.0015 This attribute defines the BIOS setup control settings +of the speaker. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.16 + + +current + + +1400.0010.0001.0016 This attribute defines the BIOS setup control status +of the speaker. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.36 + + +current + + +1400.0010.0001.0036 This attribute defines the BIOS setup control capabilities +of Trusted Platform Module (TPM) security. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.39 + + +current + + +1400.0010.0001.0039 This attribute defines the BIOS setup control name +of Trusted Platform Module (TPM) security. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.37 + + +current + + +1400.0010.0001.0037 This attribute defines the BIOS setup control setting +of Trusted Platform Module (TPM) security. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.38 + + +current + + +1400.0010.0001.0038 This attribute defines the BIOS setup control status +of Trusted Platform Module (TPM) security. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.31 + + +current + + +1400.0010.0001.0031 This attribute defines the BIOS setup control capabilities +of the user password. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.32 + + +current + + +1400.0010.0001.0032 This attribute defines the BIOS setup control settings +of the user password. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.33 + + +current + + +1400.0010.0001.0033 This attribute defines the BIOS setup control status +of the user password. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.35 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.34 + + +current + + +1400.0010.0001.0034 This attribute defines the BIOS setup control value +of the current user password. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.15 + + +current + + +0300.0080.0001.0015 This attribute defines the asset tag of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.1 + + +current + + +0300.0080.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.6 + + +current + + +0300.0080.0001.0006 This attribute defines the features of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.2 + + +current + + +0300.0080.0001.0002 This attribute defines the index (one based) of the +base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.9 + + +current + + +0300.0080.0001.0009 This attribute defines the location of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.10 + + +current + + +0300.0080.0001.0010 This attribute defines the name of the manufacturer +of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.14 + + +current + + +0300.0080.0001.0014 This attribute defines the Piece Part ID (PPID) of the +base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.11 + + +current + + +0300.0080.0001.0011 This attribute defines the product name of the +base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.13 + + +current + + +0300.0080.0001.0013 This attribute defines the service tag of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.3 + + +current + + +0300.0080.0001.0003 This attribute defines the state capabilities of the +base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.4 + + +current + + +0300.0080.0001.0004 This attribute defines the state settings of the +base board. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.5 + + +current + + +0300.0080.0001.0005 This attribute defines the status of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.80 + + +current + + +0300.0080 This object defines the Base Board Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.80.1 + + +current + + +0300.0080.0001 This object defines the Base Board Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.7 + + +current + + +0300.0080.0001.0007 This attribute defines the type of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.8 + + +current + + +0300.0080.0001.0008 This attribute defines the type name of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.80.1.12 + + +current + + +0300.0080.0001.0012 This attribute defines the version of the base board. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.1 + + +current + + +0600.0050.0001.0001 This attribute defines the index (one based) of the +chassis that contains the battery. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.2 + + +current + + +0600.0050.0001.0002 This attribute defines the index (one based) of the +battery. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.7 + + +current + + +0600.0050.0001.0007 This attribute defines the location of the battery. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.6 + + +current + + +0600.0050.0001.0006 This attribute defines the reading of the battery. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.3 + + +current + + +0600.0050.0001.0003 This attribute defines the state capabilities of the +battery. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.4 + + +current + + +0600.0050.0001.0004 This attribute defines the state settings of the +battery. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.50.1.5 + + +current + + +0600.0050.0001.0005 This attribute defines the status of the battery. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.50 + + +current + + +0600.0050 This object defines the Battery Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.50.1 + + +current + + +0600.0050.0001 This object defines the Battery Table Entry. + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1400 + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.10 + + +current + + +1400.0010 This object defines the BIOS Setup Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.10.1 + + +current + + +1400.0010.0001 This object defines the BIOS Setup Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.10.1.1 + + +current + + +1400.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.1 + + +current + + +1900.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.7 + + +current + + +1900.0010.0001.0007 This attribute defines the description of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.6 + + +current + + +1900.0010.0001.0006 This attribute defines the display name of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.9 + + +current + + +1900.0010.0001.0009 This attribute defines the Globally Unique ID (GUID) +of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1900 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.8 + + +current + + +1900.0010.0001.0008 This attribute defines the version of the +Intelligent Platform Management Interface (IPMI) specification +that the BMC supports. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.12 + + +current + + +1900.0010.0001.0012 This attribute defines the IPv4 URL for the BMC. +The URL is not present on all systems. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.13 + + +current + + +1900.0010.0001.0013 This attribute defines the IPv6 URL for the BMC. +The URL is not present on all systems. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.2 + + +current + + +1900.0010.0001.0002 This attribute defines the index (one based) of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.13 + + +current + + +1900.0030.0001.0013 This attribute defines the SNMP community used for +BMC LAN alerts (traps) sent on the BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.2 + + +current + + +1900.0030.0001.0002 This attribute defines the index (one based) of the +assoiciated BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.7 + + +current + + +1900.0030.0001.0007 This attribute defines the BMC channel number of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.1 + + +current + + +1900.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.11 + + +current + + +1900.0030.0001.0011 This attribute defines the IP address of the +default gateway for the BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.9 + + +current + + +1900.0030.0001.0009 This attribute defines the IP address of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.8 + + +current + + +1900.0030.0001.0008 This attribute defines the source type of the +IP address of the BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.3 + + +current + + +1900.0030.0001.0003 This attribute defines the index (one based) of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.12 + + +current + + +1900.0030.0001.0012 This attribute defines the MAC address of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.4 + + +current + + +1900.0030.0001.0004 This attribute defines the state capabilities of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.5 + + +current + + +1900.0030.0001.0005 This attribute defines the state settings of the +BMC LAN interface. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.6 + + +current + + +1900.0030.0001.0006 This attribute defines the status of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.30.1.10 + + +current + + +1900.0030.0001.0010 This attribute defines the subnet mask of the +BMC LAN interface. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1900.30 + + +current + + +1900.0030 This object defines the Baseboard Management Controller (BMC) +LAN Interface Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1900.30.1 + + +current + + +1900.0030.0001 This object defines the Baseboard Management Controller (BMC) +LAN Interface Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.11 + + +current + + +1900.0010.0001.0011 This attribute defines the module name for the BMC. +The module name is present only on certain systems such as blade systems. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.2 + + +current + + +1900.0020.0001.0002 This attribute defines the index (one based) of the +assoiciated BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.11 + + +current + + +1900.0020.0001.0011 This attribute defines the bit rate of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.7 + + +current + + +1900.0020.0001.0007 This attribute defines the BMC channel number of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.1 + + +current + + +1900.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.8 + + +current + + +1900.0020.0001.0008 This attribute defines the connection mode capabilities +of the BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.9 + + +current + + +1900.0020.0001.0009 This attribute defines the connection mode settings +of the BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.10 + + +current + + +1900.0020.0001.0010 This attribute defines the flow control type of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.3 + + +current + + +1900.0020.0001.0003 This attribute defines the index (one based) of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.4 + + +current + + +1900.0020.0001.0004 This attribute defines the state capabilities of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.5 + + +current + + +1900.0020.0001.0005 This attribute defines the state settings of the +BMC serial interface. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.20.1.6 + + +current + + +1900.0020.0001.0006 This attribute defines the status of the +BMC serial interface. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1900.20 + + +current + + +1900.0020 This object defines the Baseboard Management Controller (BMC) +Serial Interface Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1900.20.1 + + +current + + +1900.0020.0001 This object defines the Baseboard Management Controller (BMC) +Serial Interface Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.3 + + +current + + +1900.0010.0001.0003 This attribute defines the state capabilities of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.4 + + +current + + +1900.0010.0001.0004 This attribute defines the state settings of the BMC. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.5 + + +current + + +1900.0010.0001.0005 This attribute defines the status of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1900.10 + + +current + + +1900.0010 This object defines the Baseboard Management Controller (BMC) +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1900.10.1 + + +current + + +1900.0010.0001 This object defines the Baseboard Management Controller (BMC) +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1900.10.1.10 + + +current + + +1900.0010.0001.00010 This attribute defines the type of the BMC. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.18 + + +current + + +1100.0040.0001.0018 This attribute defines the type of associativity +in use by the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.13 + + +current + + +1100.0040.0001.0013 This attribute defines the current size of the +cache device in KBytes. Zero indicates the current size is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.20 + + +current + + +1100.0040.0001.0020 This attribute defines the current SRAM type of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.17 + + +current + + +1100.0040.0001.0017 This attribute defines the type of error correction +in use by the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.10 + + +current + + +1100.0040.0001.0010 This attribute defines the name of the external socket +name of the cache device if the cache device is socketed. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.2 + + +current + + +1100.0040.0001.0002 This attribute defines the index (one based) of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.16 + + +current + + +1100.0040.0001.0016 This attribute defines if the cache device is +socketed or not. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.11 + + +current + + +1100.0040.0001.0011 This attribute defines the level of the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.8 + + +current + + +1100.0040.0001.0008 This attribute defines the location of the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.12 + + +current + + +1100.0040.0001.0012 This attribute defines the maximum size of the +cache device in KBytes. Zero indicates the maximum size is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.14 + + +current + + +1100.0040.0001.0014 This attribute defines the speed of the +cache device in nanoseconds. Zero indicates the speed is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.3 + + +current + + +1100.0040.0001.0003 This attribute defines the state capabilities of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.4 + + +current + + +1100.0040.0001.0004 This attribute defines the state settings of the +cache device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.5 + + +current + + +1100.0040.0001.0005 This attribute defines the status of the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.9 + + +current + + +1100.0040.0001.0009 This attribute defines the status state of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.19 + + +current + + +1100.0040.0001.0019 This attribute defines the supported SRAM type of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.40 + + +current + + +1100.0040 This object defines the Cache Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.40.1 + + +current + + +1100.0040.0001 This object defines the Cache Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.7 + + +current + + +1100.0040.0001.0007 This attribute defines the type of cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.15 + + +current + + +1100.0040.0001.0015 This attribute defines the write policy of the +cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.1 + + +current + + +1100.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.40.1.6 + + +current + + +1100.0040.0001.0006 This attribute defines the index (one based) of the +processor device associated with the cache device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.10 + + +current + + +0300.0010.0001.0010 This attribute defines the asset tag name of the +chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.21 + + +current + + +0300.0010.0001.0021 This attribute defines the status of the connection +of the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.22 + + +current + + +0300.0010.0001.0022 This attribute defines the capabilities of the +fan control hardware in the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.23 + + +current + + +0300.0010.0001.0023 This attribute defines the reading and setting of the +fan control hardware in the chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.26 + + +current + + +0300.0010.0001.0026 This attribute defines if the chassis allows reset +of the chassis hard disk drive fault LED. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.27 + + +current + + +0300.0010.0001.0027 This attribute allows reset of a chassis hard disk +drive fault LED. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.12 + + +current + + +0300.0010.0001.0012 This attribute defines the system ID. If the value +is 254 (0xFE), the attribute chassisIDExtension provides the system ID. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.13 + + +current + + +0300.0010.0001.0013 This attribute defines the system ID extension. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.28 + + +current + + +0300.0010.0001.0028 This attribute defines if the chassis allows setting +of the chassis front panel LED to flash. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.29 + + +current + + +0300.0010.0001.0029 This attribute setting causes the chassis front panel +LED to flash. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.1 + + +current + + +0300.0010.0001.0001 This attribute defines the index (one based) of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.300 + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.10 + + +current + + +0300.0010 This object defines the Chassis Information Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.10.1 + + +current + + +0300.0010.0001 This object defines the Chassis Information Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.24 + + +current + + +0300.0010.0001.0024 This attribute defines the capabilities of the +LED control hardware in the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.25 + + +current + + +0300.0010.0001.0025 This attribute defines the reading and setting of the +LED control hardware in the chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.30 + + +current + + +0300.0010.0001.0030 If true, a chassis lock is present on the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.8 + + +current + + +0300.0010.0001.0008 This attribute defines the name of the manufacturer +of the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.9 + + +current + + +0300.0010.0001.0009 This attribute defines the system model type of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.44 + + +current + + +0300.0010.0001.0044 This attribute defines the capabilities of the +NMI button control hardware in the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.45 + + +current + + +0300.0010.0001.0045 This attribute defines the reading and setting of +the NMI button control hardware in the chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.7 + + +current + + +0300.0010.0001.0007 This attribute defines the user-assigned name of the +chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.38 + + +current + + +0300.0010.0001.0038 This attribute defines the capabilities of the +power button control hardware in the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.39 + + +current + + +0300.0010.0001.0039 This attribute defines the reading and setting of +the power button control hardware in the chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.41 + + +current + + +0300.0010.0001.0041 This attribute defines the contact information +for the system reseller. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.40 + + +current + + +0300.0010.0001.0040 This attribute defines the name of the system reseller. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.42 + + +current + + +0300.0010.0001.0042 This attribute defines the reseller's product name +for the system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.43 + + +current + + +0300.0010.0001.0043 This attribute defines the reseller's system ID +for the system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.11 + + +current + + +0300.0010.0001.0011 This attribute defines the service tag name of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.2 + + +current + + +0300.0010.0001.0002 This attribute defines the state capabilities of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.3 + + +current + + +0300.0010.0001.0003 This attribute defines the state settings of the +chassis. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.4 + + +current + + +0300.0010.0001.0004 This attribute defines the status of the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.14 + + +current + + +0300.0010.0001.0014 This attribute defines the system class. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.17 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.18 + + +current + + +0300.0010.0001.0018 This attribute defines the location of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.15 + + +current + + +0300.0010.0001.0015 This attribute defines the host name of the system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.19 + + +current + + +0300.0010.0001.0019 This attribute defines the name of the primary user +of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.46 + + +current + + +0300.0010.0001.0046 This attribute defines the properties of the system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.48 + + +current + + +0300.0010.0001.0048 This attribute defines the revision name of the system, +if applicable. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.47 + + +current + + +0300.0010.0001.0047 This attribute defines the revision number of the system +where zero indicates the original version of the system. The revision number +is not available on all systems. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.20 + + +current + + +0300.0010.0001.0020 This attribute defines the phone number of the primary +user of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.6 + + +current + + +0300.0010.0001.0006 This attribute defines the chassis type of the chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.37 + + +current + + +0300.0010.0001.0037 This attribute defines if SNMP SET type commands +are allowed or not. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.31 + + +current + + +0300.0010.0001.031 This attribute defines the capabilities of the +host control function. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.32 + + +current + + +0300.0010.0001.0032 This attribute defines the settings of the +host control function. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.5 + + +current + + +0300.0010.0001.0005 This attribute defines the index (one based) to the +parent chassis of this chassis, if any. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.33 + + +current + + +0300.0010.0001.0033 This attribute defines the capabilities of the +watchdog control function. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.36 + + +current + + +0300.0010.0001.0036 This attribute defines the current watchdog timer +value in seconds. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.35 + + +current + + +0300.0010.0001.0035 This attribute defines the capabilities of the +watchdog control expiry timer function. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.10.1.34 + + +current + + +0300.0010.0001.0034 This attribute defines the settings of the +watchdog control function. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.1 + + +current + + +1800.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1800 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.2 + + +current + + +1800.0010.0001.0002 This attribute defines the index (one based) of the +cluster. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.8 + + +current + + +1800.0010.0001.0008 This attribute defines the name of the cluster. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.3 + + +current + + +1800.0010.0001.0003 This attribute defines the state capabilities of the +cluster. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.4 + + +current + + +1800.0010.0001.0004 This attribute defines the state settings of the +cluster. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.5 + + +current + + +1800.0010.0001.0005 This attribute defines the status of the cluster. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1800.10 + + +current + + +1800.0010 This object defines the Cluster Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1800.10.1 + + +current + + +1800.0010.0001 This object defines the Cluster Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.6 + + +current + + +1800.0010.0001.0006 This attribute defines the type of the cluster. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1800.10.1.7 + + +current + + +1800.0010.0001.0007 This attribute defines the description name for the +type of the cluster. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.5 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.3 + + +current + + +1600.0010.0001.0003 This attribute defines the purchase cost of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.7 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.6 + + +current + + +1600.0010.0001.0006 This attribute defines the purchase order number of the +system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.8 + + +current + + +1600.0010.0001.0008 This attribute defines the name of the signing authority +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.4 + + +current + + +1600.0010.0001.0004 This attribute defines the waybill number of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.29 + + +current + + +1600.0010.0001.0029 This attribute defines the name the system asset tag. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.31 + + +current + + +1600.0010.0001.0031 This attribute defines the name of the CPU serial +number in the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.30 + + +current + + +1600.0010.0001.0030 This attribute defines the name of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.18 + + +current + + +1600.0010.0001.0018 This attribute defines the name of the corporate owner +of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.11 + + +current + + +1600.0010.0001.0011 This attribute defines the cost center name of the +system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.6 + + +current + + +1600.0030.0001.0006 This attribute defines the description of the +COO cost event. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.4 + + +current + + +1600.0030.0001.0004 This attribute defines the duration of the +COO cost event. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.5 + + +current + + +1600.0030.0001.0005 This attribute defines the duration type of the +COO cost event. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.2 + + +current + + +1600.0030.0001.0002 This attribute defines the index (one based) of the +COO cost event log entry. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.3 + + +current + + +1600.0030.0001.0003 This attribute defines the state settings of the +COO cost event log entry. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.30 + + +current + + +1600.0030 This object defines the Cost Of Ownership (COO) Cost Event Log +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.30.1 + + +current + + +1600.0030.0001 This object defines the Cost Of Ownership (COO) Cost Event +Log Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.30.1.1 + + +current + + +1600.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.20 + + +current + + +1600.0010.0001.0020 This attribute defines the deployment time length +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.21 + + +current + + +1600.0010.0001.0021 This attribute defines the deployment duration time unit +for the Dell System. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.35 + + +current + + +1600.0010.0001.0035 This attribute defines the depreciation duration time +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.36 + + +current + + +1600.0010.0001.0036 This attribute defines the depreciation duration time +unit for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.38 + + +current + + +1600.0010.0001.0038 This attribute defines the method of Depreciation +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.37 + + +current + + +1600.0010.0001.0037 This attribute defines the percentage of depreciation +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.15 + + +current + + +1600.0010.0001.0015 This attribute defines the extended warranty cost +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.14 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.16 + + +current + + +1600.0010.0001.0016 This attribute defines the name of the extended warranty +provider for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.13 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1600 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.19 + + +current + + +1600.0010.0001.0019 This attribute defines the hazardous waste code name +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.28 + + +current + + +1600.0010.0001.0028 This attribute defines the name of the company +insuring the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.5 + + +current + + +1600.0050.0001.0005 This attribute defines buy out amount for this lease. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.7 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.8 + + +current + + +1600.0050.0001.0008 This attribute defines the fair market value +for this lease. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.2 + + +current + + +1600.0050.0001.0002 This attribute defines the index (one based) of the +COO lease information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.6 + + +current + + +1600.0050.0001.0006 This attribute defines the rate factor for this lease. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.9 + + +current + + +1600.0050.0001.0009 This attribute defines the name of the lessor +for this lease. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.4 + + +current + + +1600.0050.0001.0004 This attribute defines if there are multiple schedules +for this lease. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.3 + + +current + + +1600.0050.0001.0003 This attribute defines the state settings of the +COO lease information. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.50 + + +current + + +1600.0050 This object defines the Cost Of Ownership (COO) Lease Information +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.50.1 + + +current + + +1600.0050.0001 This object defines the Cost Of Ownership (COO) Lease +Information Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.50.1.1 + + +current + + +1600.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.5 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.2 + + +current + + +1600.0080.0001.0002 This attribute defines the index (one based) of the +COO maintenance. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.6 + + +current + + +1600.0080.0001.0006 This attribute defines the name of the provider of the +COO maintenance. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.7 + + +current + + +1600.0080.0001.0007 This attribute defines the text of the maintenance +agreement restrictions. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.4 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.3 + + +current + + +1600.0080.0001.0003 This attribute defines the state settings of the +COO maintenance. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.80 + + +current + + +1600.0080 This object defines the Cost Of Ownership (COO) Maintenance Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.80.1 + + +current + + +1600.0080.0001 This object defines the Cost Of Ownership (COO) Maintenance +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.80.1.1 + + +current + + +1600.0080.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.34 + + +current + + +1600.0010.0001.0034 This attribute defines the operating system upgrade date +of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.33 + + +current + + +1600.0010.0001.0033 This attribute defines the operating system patch level +of the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.32 + + +current + + +1600.0010.0001.0032 This attribute defines the name the operating system +on the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.70.1.5 + + +current + + +1600.0070.0001.0005 This attribute defines the description of the +COO options. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.70.1.2 + + +current + + +1600.0070.0001.0002 This attribute defines the index (one based) of the +COO options. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.70.1.4 + + +current + + +1600.0070.0001.0004 This attribute defines the index (one based) of the +COO lease information associated with the COO options. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.70.1.3 + + +current + + +1600.0070.0001.0003 This attribute defines the state settings of the +COO options. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.70 + + +current + + +1600.0070 This object defines the Cost Of Ownership (COO) Options Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.70.1 + + +current + + +1600.0070.0001 This object defines the Cost Of Ownership (COO) Options Table +Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.70.1.1 + + +current + + +1600.0070.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.9 + + +current + + +1600.0010.0001.0009 This attribute defines if the purchase of the system +was expensed or not. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.10 + + +current + + +1600.0010.0001.0010 This attribute defines the name of the vendor of the +system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.23 + + +current + + +1600.0010.0001.0023 This attribute defines the outsourcing problem description +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.26 + + +current + + +1600.0010.0001.0026 This attribute defines any additional outsourcing +charge for service. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.27 + + +current + + +1600.0010.0001.0027 This attribute defines the service level agreement +for service. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.24 + + +current + + +1600.0010.0001.0024 This attribute defines the outsourcing service fee +for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.25 + + +current + + +1600.0010.0001.0025 This attribute defines the name of the person who has +signing authority for service. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.17 + + +current + + +1600.0010.0001.0017 This attribute defines the ownership code for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.39 + + +current + + +1600.0010.0001.0039 This attribute defines if the system is registered +or not. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.90.1.4 + + +current + + +1600.0090.0001.0004 This attribute defines the number of repairs this +system has had. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.90.1.2 + + +current + + +1600.0090.0001.0002 This attribute defines the index (one based) of the +COO repair. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.90.1.3 + + +current + + +1600.0090.0001.0003 This attribute defines the state setting of the +COO repair. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.90 + + +current + + +1600.0090 This object defines the Cost Of Ownership (COO) Repair Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.90.1 + + +current + + +1600.0090.0001 This object defines the Cost Of Ownership (COO) Repair Table +Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.90.1.5 + + +current + + +1600.0090.0001.0005 This attribute defines the repair vendors's name. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.90.1.1 + + +current + + +1600.0090.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.60.1.5 + + +current + + +1600.0060.0001.0005 This attribute defines the description of the +COO schedule number. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.60.1.2 + + +current + + +1600.0060.0001.0002 This attribute defines the index (one based) of the +COO schedule number. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.60.1.4 + + +current + + +1600.0060.0001.0004 This attribute defines the index (one based) of the +COO lease information associated with the COO schedule number. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.60.1.3 + + +current + + +1600.0060.0001.0003 This attribute defines the state settings of the +COO schedule number. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.60 + + +current + + +1600.0060 This object defines the Cost Of Ownership (COO) Schedule Number +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.60.1 + + +current + + +1600.0060.0001 This object defines the Cost Of Ownership (COO) Schedule Number +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.60.1.1 + + +current + + +1600.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.2 + + +current + + +1600.0020.0001.0002 This attribute defines the index (one based) of the +COO service contract. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.3 + + +current + + +1600.0020.0001.0003 This attribute defines the state settings of the +COO service contract. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.20 + + +current + + +1600.0020 This object defines the Cost Of Ownership (COO) Service Contract +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.20.1 + + +current + + +1600.0020.0001 This object defines the Cost Of Ownership (COO) Service +Contract Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.5 + + +current + + +1600.0020.0001.0005 This attribute defines the name of the type of +COO service contract. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.6 + + +current + + +1600.0020.0001.0006 This attribute defines the name of the provider of the +COO service contract. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.4 + + +current + + +1600.0020.0001.0004 This attribute defines if the COO service contract +was renewed not. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.20.1.1 + + +current + + +1600.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.2 + + +current + + +1600.0010.0001.0002 This attribute defines the state settings of the +COO information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.7 + + +current + + +1600.0100.0001.0007 This attribute defines the method used to fix +the problem. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.6 + + +current + + +1600.0100.0001.0006 This attribute defines the help desk support +information provided. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.2 + + +current + + +1600.0100.0001.0002 This attribute defines the index (one based) of the +COO support information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.4 + + +current + + +1600.0100.0001.0004 This attribute defines if support is outsourced or not. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.3 + + +current + + +1600.0100.0001.0003 This attribute defines the state setting of the +COO support information. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.100 + + +current + + +1600.0100 This object defines the Cost Of Ownership (COO) Support +Information Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.100.1 + + +current + + +1600.0100.0001 This object defines the Cost Of Ownership (COO) Support +Information Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.5 + + +current + + +1600.0100.0001.0005 This attribute defines the type of the conmponent, +system or network problem that occurred. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.100.1.1 + + +current + + +1600.0100.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.10 + + +current + + +1600.0010 This object defines the Cost Of Ownership (COO) Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.10.1 + + +current + + +1600.0010.0001 This object defines the Cost Of Ownership (COO) Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.22 + + +current + + +1600.0010.0001.0022 This attribute defines the training name for the system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.110.1.2 + + +current + + +1600.0110.0001.0002 This attribute defines the index (one based) of the +COO trouble ticket. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.110.1.5 + + +current + + +1600.0110.0001.0005 This attribute defines the name of the +COO trouble ticket. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.110.1.3 + + +current + + +1600.0110.0001.0003 This attribute defines the state settings of the +COO trouble ticket. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.110.1.4 + + +current + + +1600.0110.0001.0004 This attribute defines the index (one based) of the +COO support information associated with the COO trouble ticket. + + +readwrite + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.110 + + +current + + +1600.0110 This object defines the Cost Of Ownership (COO) Trouble Ticket +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.110.1 + + +current + + +1600.0110.0001 This object defines the Cost Of Ownership (COO) Trouble Ticket +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.110.1.1 + + +current + + +1600.0110.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.12 + + +current + + +1600.0010.0001.0012 This attribute defines the name of the user of the +system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.7 + + +current + + +1600.0040.0001.0007 This attribute defines the cost of the COO warranty. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.4 + + +current + + +1600.0040.0001.0004 This attribute defines the duration of the COO warranty. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.5 + + +current + + +1600.0040.0001.0005 This attribute defines the duration type of the +COO warranty. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.6 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.2 + + +current + + +1600.0040.0001.0002 This attribute defines the index (one based) of the +COO warranty. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.3 + + +current + + +1600.0040.0001.0003 This attribute defines the state settings of the +COO warranty. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1600.40 + + +current + + +1600.0040 This object defines the Cost Of Ownership (COO) Warranty Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1600.40.1 + + +current + + +1600.0040.0001 This object defines the Cost Of Ownership (COO) Warranty +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.40.1.1 + + +current + + +1600.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1600.10.1.1 + + +current + + +1600.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.6 + + +current + + +0700.0010.0001.0006 This attribute defines the total number of cooling devices +required for this cooling unit to have full redundancy. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.18 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.2 + + +current + + +0700.0012.0001.0002 This attribute defines the index (one based) of the +cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.8 + + +current + + +0700.0012.0001.0008 This attribute defines the location name of the +cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.12 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.17 + + +current + + +0700.0012.0001.0017 This attribute defines the probe capabilities of the +cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.6 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.3 + + +current + + +0700.0012.0001.0003 This attribute defines the state capabilities of the +cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.4 + + +current + + +0700.0012.0001.0004 This attribute defines the state settings of the +cooling device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.5 + + +current + + +0700.0012.0001.0005 This attribute defines the probe status of the +cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.16 + + +current + + +0700.0012.0001.0016 This attribute defines the subtype of the cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.700.12 + + +current + + +0700.0012 This object defines the Cooling Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.700.12.1 + + +current + + +0700.0012.0001 This object defines the Cooling Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.7 + + +current + + +0700.0012.0001.0007 This attribute defines the type of the cooling device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.11 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.1 + + +current + + +0700.0012.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.12.1.15 + + +current + + +0700.0012.0001.0015 This attribute defines the index to the associated +cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.2 + + +current + + +0700.0010.0001.0002 This attribute defines the index (one based) of the +cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.7 + + +current + + +0700.0010.0001.0007 This attribute defines the name of the cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.5 + + +current + + +0700.0010.0001.0005 This attribute defines the redundancy status of the +cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.3 + + +current + + +0700.0010.0001.0003 This attribute defines the state capabilities of the +cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.4 + + +current + + +0700.0010.0001.0004 This attribute defines the state settings of the +cooling unit. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.8 + + +current + + +0700.0010.0001.0008 This attribute defines the status of the cooling unit. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.700.10 + + +current + + +0700.0010 This object defines the Cooling Unit Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.700.10.1 + + +current + + +0700.0010.0001 This object defines the Cooling Unit Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.10.1.1 + + +current + + +0700.0010.0001.0001 This attribute defines the index (one based) of the +assoicated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1100 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.3 + + +current + + +1400.0070.0001.0003 This attribute defines the capabilities of the +diskette control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.2 + + +current + + +1400.0070.0001.0002 This attribute defines the index (one based) of the +diskette control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.6 + + +current + + +1400.0070.0001.0006 This attribute defines the BIOS setup control name +of the diskette device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.4 + + +current + + +1400.0070.0001.0004 This attribute defines the settings of the +diskette control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.5 + + +current + + +1400.0070.0001.0005 This attribute defines the status of the +diskette control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.70 + + +current + + +1400.0070 This object defines the Diskette Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.70.1 + + +current + + +1400.0070.0001 This object defines the Diskette Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.70.1.1 + + +current + + +1400.0070.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.8 + + +current + + +0300.0040.0001.0008 This attribute defines the date and time of the +event log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.6 + + +current + + +0300.0040.0001.0006 This attribute defines the format of the event log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.5 + + +current + + +0300.0040.0001.0005 This attribute defines the data of the event log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.2 + + +current + + +0300.0040.0001.0002 This attribute defines the index (one based) of the +event log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.7 + + +current + + +0300.0040.0001.0007 This attribute defines the severity of the +event log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.3 + + +current + + +0300.0040.0001.0003 This attribute defines the state capabilities of the +object that is writing the event log. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.4 + + +current + + +0300.0040.0001.0004 This attribute defines the state settings of the +object that is writing the event log. + + +readwrite + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.40 + + +current + + +0300.0040 This object defines the Event (ESM) Log Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.40.1 + + +current + + +0300.0040.0001 This object defines the Event (ESM) Log Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.40.1.1 + + +current + + +0300.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.10 + + +current + + +0300.0060.0001.0010 This attribute defines the release date of the firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.2 + + +current + + +0300.0060.0001.0002 This attribute defines the index (one based) of the +firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.6 + + +current + + +0300.0060.0001.0006 This attribute defines the image size of the firmware +in KBytes. Zero indicates size is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.3 + + +current + + +0300.0060.0001.0003 This attribute defines the state capabilities of the +firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.4 + + +current + + +0300.0060.0001.0004 This attribute defines the state settings of the +firmware. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.5 + + +current + + +0300.0060.0001.0005 This attribute defines the status of the firmware. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.60 + + +current + + +0300.0060 This object defines the Firmware Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.60.1 + + +current + + +0300.0060.0001 This object defines the Firmware Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.7 + + +current + + +0300.0060.0001.0007 This attribute defines the type of firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.8 + + +current + + +0300.0060.0001.0008 This attribute defines the type name of the firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.9 + + +current + + +0300.0060.0001.0009 This attribute defines the bitmap of supported methods +for firmware update. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.11 + + +current + + +0300.0060.0001.0011 This attribute defines the version of the firmware. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.60.1.1 + + +current + + +0300.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.2 + + +current + + +1100.0070.0001.0002 This attribute defines the index (one based) of the +generic device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.8 + + +current + + +1100.0070.0001.0008 This attribute defines the name of the generic device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.3 + + +current + + +1100.0070.0001.0003 This attribute defines the state capabilities of the +generic device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.4 + + +current + + +1100.0070.0001.0004 This attribute defines the state settings of the +generic device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.5 + + +current + + +1100.0070.0001.0005 This attribute defines the status of the +generic device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.6 + + +current + + +1100.0070.0001.0006 This attribute defines the index (one based) of the +system slot that the generic device is in. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.70 + + +current + + +1100.0070 This object defines the Generic Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.70.1 + + +current + + +1100.0070.0001 This object defines the Generic Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.7 + + +current + + +1100.0070.0001.0007 This attribute defines the type of the generic device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.70.1.1 + + +current + + +1100.0070.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.3 + + +current + + +1400.0060.0001.0003 This attribute defines the capabilities of the +IDE control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.2 + + +current + + +1400.0060.0001.0002 This attribute defines the index (one based) of the +IDE control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.6 + + +current + + +1400.0060.0001.0006 This attribute defines the BIOS setup control name +of the IDE device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.4 + + +current + + +1400.0060.0001.0004 This attribute defines the settings of the +IDE control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.5 + + +current + + +1400.0060.0001.0005 This attribute defines the state of the IDE control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.60 + + +current + + +1400.0060 This object defines the Integrated Device Electronics (IDE) +Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.60.1 + + +current + + +1400.0060.0001 This object defines the Integrated Device Electronics (IDE) +Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.60.1.1 + + +current + + +1400.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.2 + + +current + + +0300.0070.0001.0002 This attribute defines the index (one based) of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.8 + + +current + + +0300.0070.0001.0008 This attribute defines the location of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.6 + + +current + + +0300.0070.0001.0006 This attribute defines the reading of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.3 + + +current + + +0300.0070.0001.0003 This attribute defines the state capabilities of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.4 + + +current + + +0300.0070.0001.0004 This attribute defines the state settings of the +intrusion sensor. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.5 + + +current + + +0300.0070.0001.0005 This attribute defines the status of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.70 + + +current + + +0300.0070 This object defines the Intrusion Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.70.1 + + +current + + +0300.0070.0001 This object defines the Intrusion Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.7 + + +current + + +0300.0070.0001.0007 This attribute defines the type of the +intrusion sensor. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.70.1.1 + + +current + + +0300.0070.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.2 + + +current + + +1100.0020.0001.0002 This attribute defines the index (one based) of the +keyboard device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.8 + + +current + + +1100.0020.0001.0008 This attribute defines the name of the keyboard device +layout. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.3 + + +current + + +1100.0020.0001.0003 This attribute defines the state capabilities of the +keyboard device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.4 + + +current + + +1100.0020.0001.0004 This attribute defines the state settings of the +keyboard device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.5 + + +current + + +1100.0020.0001.0005 This attribute defines the status of the keyboard device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.20 + + +current + + +1100.0020 This object defines the Keyboard Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.20.1 + + +current + + +1100.0020.0001 This object defines the Keyboard Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.7 + + +current + + +1100.0020.0001.0007 This attribute defines the name of the keyboard device +type. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.1 + + +current + + +1100.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.9 + + +current + + +1000.0020.0001.0009 This attribute defines the BIOS connector type of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.7 + + +current + + +1000.0020.0001.0007 This attribute defines the connector type of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.2 + + +current + + +1000.0020.0001.0002 This attribute defines the index (one based) of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.20.1.6 + + +current + + +1100.0020.0001.0006 This attribute defines the index (one based) of the +associated keyboard device in the same chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.8 + + +current + + +1000.0020.0001.0008 This attribute defines name of the keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.6 + + +current + + +1000.0020.0001.0006 This attribute defines the security state of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.3 + + +current + + +1000.0020.0001.0003 This attribute defines the state capabilities of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.4 + + +current + + +1000.0020.0001.0004 This attribute defines the state settings of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.5 + + +current + + +1000.0020.0001.0005 This attribute defines the status of the +keyboard port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.20 + + +current + + +1000.0020 This object defines the Keyboard Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.20.1 + + +current + + +1000.0020.0001 This object defines the Keyboard Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.20.1.1 + + +current + + +1000.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.20.1.2 + + +current + + +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 +1703 battery warning action definition +1704 battery failure action definition + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.20.1.4 + + +current + + +1500.0020.0001.0004 This attribute defines the settings for the LRA action. + + +readwrite + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1500.20 + + +current + + +1500.0020 This object defines the Local Response Agent (LRA) Action Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1500.20.1 + + +current + + +1500.0020.0001 This object defines the Local Response Agent (LRA) Action +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.20.1.3 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.20.1.1 + + +current + + +1500.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.4 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.3 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1500.10 + + +current + + +1500.0010 This object defines the Local Response Agent (LRA) Global Settings +Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1500.10.1 + + +current + + +1500.0010.0001 This object defines the Local Response Agent (LRA) Global +Settings Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.2 + + +current + + +1500.0010.0001.0002 This attribute defines the state settings of the +Local Response Agent. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.5 + + +current + + +1500.0010.0001.0005 This attribute defines the thermal shutdown capabilities +of the Local Response Agent. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.6 + + +current + + +1500.0010.0001.0006 This attribute defines the thermal shutdown settings +of the Local Response Agent. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1500.10.1.1 + + +current + + +1500.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1500 + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.1.3 + + +current + + +0001.0003 This attribute defines the maintenance version number for the +version of this MIB supported by the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.1.1 + + +current + + +0001.0001 This attribute defines the major version number for the version +of this MIB supported by the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.1.2 + + +current + + +0001.0002 This attribute defines the minor version number for the version +of this MIB supported by the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.1 + + +current + + +1100.0100.0001.0001 This attribute defines the index (one-based) of the +chassis that contains the managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.2 + + +current + + +1100.0100.0001.0002 This attribute defines the index (one-based) of the +managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.3 + + +current + + +1100.0100.0001.0003 This attribute defines the status of the +managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.5 + + +current + + +1100.0100.0001.0005 This attribute defines whether storage is present +on the managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.6 + + +current + + +1100.0100.0001.0006 This attribute defines the size in MB (megabytes) +of the storage present on the managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.100 + + +current + + +1100.0100 This object defines the Managed System Services Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.100.1 + + +current + + +1100.0100.0001 This object defines the Managed System Services Device Table +Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.100.1.4 + + +current + + +1100.0100.0001.0004 This attribute defines the type of the +managed system services device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.24 + + +current + + +1100.0050.0001.0024 This attribute defines the asset tag of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.10 + + +current + + +1100.0050.0001.0010 This attribute defines the location of the bank for the +memory device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.9 + + +obsolete + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.20 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.12 + + +current + + +1100.0050.0001.0012 This attribute defines the form factor of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.2 + + +current + + +1100.0050.0001.0002 This attribute defines the index (one based) of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.6 + + +current + + +1100.0060.0001.0006 This attribute defines the index (one based) of the +memory device associated with the memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.8 + + +current + + +1100.0050.0001.0008 This attribute defines the location of the memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.21 + + +current + + +1100.0050.0001.0021 This attribute defines the manufacturer of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.11 + + +current + + +1100.0060.0001.0011 This attribute defines the physical ending address +in KBytes of the memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.2 + + +current + + +1100.0060.0001.0002 This attribute defines the index (one based) of the +memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.8 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.7 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.10 + + +current + + +1100.0060.0001.0010 This attribute defines the physical starting address +in KBytes of the memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.3 + + +current + + +1100.0060.0001.0003 This attribute defines the state capabilities of the +memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.4 + + +current + + +1100.0060.0001.0004 This attribute defines the state settings of the +memory device mapped address. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.5 + + +current + + +1100.0060.0001.0005 This attribute defines the status of the +memory device mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.60 + + +current + + +1100.0060 This object defines the Memory Device Mapped Address Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.60.1 + + +current + + +1100.0060.0001 This object defines the Memory Device Mapped Address +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.60.1.1 + + +current + + +1100.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.6 + + +current + + +1100.0050.0001.0006 This attribute defines the index (one based) of the +memory port that this memory device is part of. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.19 + + +obsolete + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.22 + + +current + + +1100.0050.0001.0022 This attribute defines the manufacturer's part number +for the memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.9 + + +current + + +1000.0040.0001.0009 This attribute defines the BIOS connector type of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.7 + + +current + + +1000.0040.0001.0007 This attribute defines the connector type of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.2 + + +current + + +1000.0040.0001.0002 This attribute defines the index (one based) of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.8 + + +current + + +1000.0040.0001.0008 This attribute defines name of the memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.10 + + +current + + +1000.0040.0001.0010 This attribute defines the index (one based) of the +Physical Memory Array Table entry for the physical memory array with the +same chassis index that this memory device port is associated with. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.11 + + +current + + +1000.0040.0001.0011 This attribute defines the index (one based) of the +Physical Memory Card Table entry for the physical memory card with the +same chassis index that this memory device port is associated with (if any). + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.6 + + +current + + +1000.0040.0001.0006 This attribute defines the security state of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.3 + + +current + + +1000.0040.0001.0003 This attribute defines the state capabilities of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.4 + + +current + + +1000.0040.0001.0004 This attribute defines the state settings of the +memory device port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.5 + + +current + + +1000.0040.0001.0005 This attribute defines the status of the +memory device port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.40 + + +current + + +1000.0040 This object defines the Memory Device Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.40.1 + + +current + + +1000.0040.0001 This object defines the Memory Device Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.40.1.1 + + +current + + +1000.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.23 + + +current + + +1100.0050.0001.0023 This attribute defines the serial number of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.18 + + +obsolete + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.15 + + +current + + +1100.0050.0001.0015 This attribute defines the speed in nanoseconds +of the memory device. Zero indicates an unknown speed. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.25 + + +current + + +1100.0050.0001.0025 This attribute defines the speed of the memory device +in string format with units specified in string. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.3 + + +current + + +1100.0050.0001.0003 This attribute defines the state capabilities of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.4 + + +current + + +1100.0050.0001.0004 This attribute defines the state settings of the +memory device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.5 + + +current + + +1100.0050.0001.0005 This attribute defines the status of the memory device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.50 + + +current + + +1100.0050 This object defines the Memory Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.50.1 + + +current + + +1100.0050.0001 This object defines the Memory Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.17 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.7 + + +current + + +1100.0050.0001.0007 This attribute defines the type of the memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.11 + + +current + + +1100.0050.0001.0011 This attribute defines the detailed type of the +memory device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.50.1.1 + + +current + + +1100.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1300 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.9 + + +current + + +1000.0050.0001.0009 This attribute defines the BIOS connector type of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.7 + + +current + + +1000.0050.0001.0007 This attribute defines the connector type of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.2 + + +current + + +1000.0050.0001.0002 This attribute defines the index (one based) of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.8 + + +current + + +1000.0050.0001.0008 This attribute defines name of the monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.6 + + +current + + +1000.0050.0001.0006 This attribute defines the security state of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.3 + + +current + + +1000.0050.0001.0003 This attribute defines the state capabilities of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.4 + + +current + + +1000.0050.0001.0004 This attribute defines the state settings of the +monitor port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.5 + + +current + + +1000.0050.0001.0005 This attribute defines the status of the +monitor port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.50 + + +current + + +1000.0050 This object defines the Monitor Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.50.1 + + +current + + +1000.0050.0001 This object defines the Monitor Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.50.1.1 + + +current + + +1000.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.21 + + +current + + +1100.0090.0001.0021 This attribute defines the base input/outport port +address of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.1 + + +current + + +1100.0090.0001.0001 This attribute defines the index (one based) of the +chassis that contains the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.4 + + +current + + +1100.0090.0001.0004 This attribute defines the connection status of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.15 + + +current + + +1100.0090.0001.0015 This attribute defines the current MAC address of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.14 + + +current + + +1100.0090.0001.0014 This attribute defines the IP address of the +DHCP server that was used to obtain the IP address of the network device +if DHCP is used to configure the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.13 + + +current + + +1100.0090.0001.0013 This attribute defines the IP address of the +default gateway for the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.5 + + +current + + +1100.0090.0001.0005 This attribute defines the description of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.9 + + +current + + +1100.0090.0001.0009 This attribute defines the path to the binary image +of the driver for the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.10 + + +current + + +1100.0090.0001.0010 This attribute defines the version of the driver +for the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.11 + + +current + + +1100.0090.0001.0011 This attribute defines the IP address of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.12 + + +current + + +1100.0090.0001.0012 This attribute defines the IP subnet mask for the +IP address currently assigned to the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.20 + + +current + + +1100.0090.0001.0020 This attribute defines the interrupt request number +of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.2 + + +current + + +1100.0090.0001.0002 This attribute defines the index (one based) of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.17 + + +current + + +1100.0090.0001.0017 This attribute defines the PCI bus number of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.18 + + +current + + +1100.0090.0001.0018 This attribute defines the PCI device number of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.19 + + +current + + +1100.0090.0001.0019 This attribute defines the PCI function number of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.16 + + +current + + +1100.0090.0001.0016 This attribute defines the permanent MAC address of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.6 + + +current + + +1100.0090.0001.0006 This attribute defines the product name of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.25 + + +current + + +1100.0090.0001.0025 This attribute defines the Remote Direct Memory Access +(RDMA) capability flags of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.26 + + +current + + +1100.0090.0001.0026 This attribute defines if RDMA is enabled for the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.8 + + +current + + +1100.0090.0001.0008 This attribute defines the service name of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.3 + + +current + + +1100.0090.0001.0003 This attribute defines the status of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.23 + + +current + + +1100.0090.0001.0023 This attribute defines the TCP/IP Offload Engine (TOE) +capability flags of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.24 + + +current + + +1100.0090.0001.0024 This attribute defines if TOE is enabled for the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.90 + + +current + + +1100.0090 This object defines the Network Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.90.1 + + +current + + +1100.0090.0001 This object defines the Network Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.22 + + +current + + +1100.0090.0001.0022 This attribute defines the teaming features of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.7 + + +current + + +1100.0090.0001.0007 This attribute defines the name of the vendor of the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.27 + + +current + + +1100.0090.0001.0027 This attribute defines the Internet Small Computer +System Interface (iSCSI) capability flags of the network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.90.1.28 + + +current + + +1100.0090.0001.0028 This attribute defines if iSCSI is enabled for the +network device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.3 + + +current + + +1400.0080.0001.0003 This attribute defines the capabilities of the +network interface control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.2 + + +current + + +1400.0080.0001.0002 This attribute defines the index (one based) of the +network interface control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.6 + + +current + + +1400.0080.0001.0006 This attribute defines the BIOS setup control name +of the network interface. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.4 + + +current + + +1400.0080.0001.0004 This attribute defines the settings of the +network interface control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.5 + + +current + + +1400.0080.0001.0005 This attribute defines the status of the +network interface control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.80 + + +current + + +1400.0080 This object defines the Network Interface Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.80.1 + + +current + + +1400.0080.0001 This object defines the Network Interface Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.80.1.1 + + +current + + +1400.0080.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.400 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.5 + + +current + + +0400.0010.0001.0005 This attribute defines if this operating system is the +primary operating system or not. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.8 + + +current + + +0400.0020.0001.0008 This attribute defines the available page file memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.6 + + +current + + +0400.0020.0001.0006 This attribute defines the available physical memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.10 + + +current + + +0400.0020.0001.0010 This attribute defines the available virtual memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.2 + + +current + + +0400.0020.0001.0002 This attribute defines the state capabilities of the +operating system memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.3 + + +current + + +0400.0020.0001.0003 This attribute defines the state settings of the +operating system memory. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.4 + + +current + + +0400.0020.0001.0004 This attribute defines the status of the +operating system memory. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.400.20 + + +current + + +0400.0020 This object defines the Operating System Memory Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.400.20.1 + + +current + + +0400.0020.0001 This object defines the Operating System Memory Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.7 + + +current + + +0400.0020.0001.0007 This attribute defines the total page file memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.5 + + +current + + +0400.0020.0001.0005 This attribute defines the total physical memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.9 + + +current + + +0400.0020.0001.0009 This attribute defines the total virtual memory +for the operating system memory in KBytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.20.1.1 + + +current + + +0400.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.6 + + +current + + +0400.0010.0001.0006 This attribute defines the name of the operating system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.7 + + +current + + +0400.0010.0001.0007 This attribute defines the version of the operating system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.2 + + +current + + +0400.0010.0001.0002 This attribute defines the state capabilities of the +operating system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.3 + + +current + + +0400.0010.0001.0003 This attribute defines the state settings of the +operating system. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.4 + + +current + + +0400.0010.0001.0004 This attribute defines the status of the +operating system. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.400.10 + + +current + + +0400.0010 This object defines the Operating System Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.400.10.1 + + +current + + +0400.0010.0001 This object defines the Operating System Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.400.10.1.1 + + +current + + +0400.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.11 + + +current + + +1100.0080.0001.0011 This attribute defines if the PCI device has detected +a fault or not. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.7 + + +current + + +1100.0082.0001.0007 This attribute defines the bus number of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.8 + + +current + + +1100.0082.0001.0008 This attribute defines the device number of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.9 + + +current + + +1100.0082.0001.0009 This attribute defines the function number of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.10 + + +current + + +1100.0082.0001.0010 This attribute defines the header of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.2 + + +current + + +1100.0082.0001.0002 This attribute defines the index (one based) of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.3 + + +current + + +1100.0082.0001.0003 This attribute defines the state capabilities of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.4 + + +current + + +1100.0082.0001.0004 This attribute defines the state settings of the +PCI device configuration space. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.5 + + +current + + +1100.0082.0001.0005 This attribute defines the status of the +PCI device configuration space. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.82 + + +current + + +1100.0082 This object defines the PCI Device Configuration Space Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.82.1 + + +current + + +1100.0082.0001 This object defines the PCI Device Configuration Space Table +Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.1 + + +current + + +1100.0082.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.7 + + +current + + +1100.0080.0001.0007 This attribute defines the width of the data bus +of the PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.9 + + +current + + +1100.0080.0001.0009 This attribute defines the description of the PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.2 + + +current + + +1100.0080.0001.0002 This attribute defines the index (one based) of the +PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.82.1.6 + + +current + + +1100.0082.0001.0006 This attribute defines the index (one based) of the +PCI device that this PCI device configuration space applies to. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.8 + + +current + + +1100.0080.0001.0008 This attribute defines the name of the manufacturer +of the PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.10 + + +current + + +1100.0080.0001.0010 This attribute defines the bus speed in MHz of the +PCI device. Zero indicates the speed is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.3 + + +current + + +1100.0080.0001.0003 This attribute defines the state capabilities of the +PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.4 + + +current + + +1100.0080.0001.0004 This attribute defines the state settings of the +PCI device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.5 + + +current + + +1100.0080.0001.0005 This attribute defines the status of the PCI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.6 + + +current + + +1100.0080.0001.0006 This attribute defines the index (one based) of the +system slot that the PCI Device is in. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.80 + + +current + + +1100.0080 This object defines the PCI Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.80.1 + + +current + + +1100.0080.0001 This object defines the PCI Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.80.1.1 + + +current + + +1100.0080.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.11 + + +current + + +1000.0070.0001.0011 This attribute defines the base Input/Output address of +the parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.10 + + +current + + +1000.0070.0001.0010 This attribute defines the mode capabilities of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.9 + + +current + + +1000.0070.0001.0009 This attribute defines the pinout of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.7 + + +current + + +1000.0070.0001.0007 This attribute defines the connector type of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.3 + + +current + + +1400.0030.0001.0003 This attribute defines the port capabilities of the +parallel port control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.2 + + +current + + +1400.0030.0001.0002 This attribute defines the index (one based) of the +parallel port control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.7 + + +current + + +1400.0030.0001.0007 This attribute defines the mode capabilities of the +parallel port control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.8 + + +current + + +1400.0030.0001.0008 This attribute defines the mode settings of the +parallel port control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.6 + + +current + + +1400.0030.0001.0006 This attribute defines the BIOS setup control name +of the parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.4 + + +current + + +1400.0030.0001.0004 This attribute defines the port settings of the +parallel port control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.5 + + +current + + +1400.0030.0001.0005 This attribute defines the status of the +parallel port control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.30 + + +current + + +1400.0030 This object defines the Parallel Port Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.30.1 + + +current + + +1400.0030.0001 This object defines the Parallel Port Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.30.1.1 + + +current + + +1400.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.13 + + +current + + +1000.0070.0001.0013 This attribute defines if DMA is supported by the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.12 + + +current + + +1000.0070.0001.0012 This attribute defines the Interrupt Request Level of +the parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.2 + + +current + + +1000.0070.0001.0002 This attribute defines the index (one based) of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.8 + + +current + + +1000.0070.0001.0008 This attribute defines the name of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.6 + + +current + + +1000.0070.0001.0006 This attribute defines the security state of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.3 + + +current + + +1000.0070.0001.0003 This attribute defines the state capabilities of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.4 + + +current + + +1000.0070.0001.0004 This attribute defines the state settings of the +parallel port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.5 + + +current + + +1000.0070.0001.0005 This attribute defines the status of the +parallel port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.70 + + +current + + +1000.0070 This object defines the Parallel Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.70.1 + + +current + + +1000.0070.0001 This object defines the Parallel Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.70.1.1 + + +current + + +1000.0070.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.14 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.12 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.7 + + +current + + +1300.0010.0001.0007 This attribute defines the error correction type used +by the physical memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.11 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.2 + + +current + + +1300.0010.0001.0002 This attribute defines the index (one based) of the +physical memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.6 + + +current + + +1300.0020.0001.0006 This attribute defines the index (one based) of the +associated physical memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.8 + + +current + + +1300.0010.0001.0008 This attribute defines the location of the physical +memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.8 + + +current + + +1300.0020.0001.0008 This attribute defines the physical ending address +in KBytes of the physical memory array mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.2 + + +current + + +1300.0020.0001.0002 This attribute defines the index (one based) of the +physical memory array mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.7 + + +current + + +1300.0020.0001.0007 This attribute defines the physical starting address +in KBytes of the physical memory array mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.3 + + +current + + +1300.0020.0001.0003 This attribute defines the state capabilities of the +physical memory array mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.4 + + +current + + +1300.0020.0001.0004 This attribute defines the state settings of the +physical memory array mapped address. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.5 + + +current + + +1300.0020.0001.0005 This attribute defines the status of the +physical memory array mapped address. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.20 + + +current + + +1300.0020 This object defines the Physical Memory Array Mapped Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.20.1 + + +current + + +1300.0020.0001 This object defines the Physical Memory Array Mapped +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.20.1.1 + + +current + + +1300.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.15 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.3 + + +current + + +1300.0010.0001.0003 This attribute defines the state capabilities of the +physical memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.4 + + +current + + +1300.0010.0001.0004 This attribute defines the state settings of the +physical memory array. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.5 + + +current + + +1300.0010.0001.0005 This attribute defines the status of the physical +memory array. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.10 + + +current + + +1300.0010 This object defines the Physical Memory Array Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.10.1 + + +current + + +1300.0010.0001 This object defines the Physical Memory Array Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.6 + + +current + + +1300.0010.0001.0006 This attribute defines the use of the physical +memory array. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.10.1.1 + + +current + + +1300.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.1 + + +current + + +1300.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.8 + + +current + + +1300.0060.0001.0008 This attribute defines the number of memory +sockets in use on the physical memory card. Zero indicates that the +physical memory card is not installed or has a configuration error. +2,147,483,647 indicates an unknown number of sockets. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.2 + + +current + + +1300.0060.0001.0002 This attribute defines the index (one based) of the +physical memory card. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.6 + + +current + + +1300.0060.0001.0006 This attribute defines the name of the +physical memory card. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.9 + + +current + + +1300.0060.0001.0009 This attribute defines the index (one based) of the +Physical Memory Array Table entry for the physical memory array with the +same chassis index that this physical memory card is associated with. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.3 + + +current + + +1300.0060.0001.0003 This attribute defines the state capabilities of the +physical memory card. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.4 + + +current + + +1300.0060.0001.0004 This attribute defines the state settings of the +physical memory card. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.5 + + +current + + +1300.0060.0001.0005 This attribute defines the status of the +physical memory card. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.60 + + +current + + +1300.0060 This object defines the Physical Memory Card Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.60.1 + + +current + + +1300.0060.0001 This object defines the Physical Memory Card Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.60.1.7 + + +current + + +1300.0060.0001.0007 This attribute defines the total number of memory +sockets available on the physical memory card. 2,147,483,647 indicates +an unknown number of sockets. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.1 + + +current + + +1300.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.2 + + +current + + +1300.0030.0001.0002 This attribute defines the index (one based) of the +physical memory configuration. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.6 + + +current + + +1300.0030.0001.0006 This attribute defines the redundant capabilities of the +physical memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.7 + + +current + + +1300.0030.0001.0007 This attribute defines the redundant settings of the +physical memory. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.3 + + +current + + +1300.0030.0001.0003 This attribute defines the state capabilities of the +physical memory configuration. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.4 + + +current + + +1300.0030.0001.0004 This attribute defines the state settings of the +physical memory configuration. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.30.1.5 + + +current + + +1300.0030.0001.0005 This attribute defines the status of the +physical memory configuration. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.30 + + +current + + +1300.0030 This object defines the Physical Memory Configuration Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.30.1 + + +current + + +1300.0030.0001 This object defines the Physical Memory Configuration +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.40.1.3 + + +current + + +1300.0040.0001.0003 This attribute defines the capabilities of the +physical memory logging. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.40.1.1 + + +current + + +1300.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.40.1.2 + + +current + + +1300.0040.0001.0002 This attribute defines the index (one based) of the +physical memory logging. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.40.1.4 + + +current + + +1300.0040.0001.0004 This attribute defines the settings of the +physical memory logging. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.40.1.5 + + +current + + +1300.0040.0001.0005 This attribute defines the status of the +physical memory logging. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.40 + + +current + + +1300.0040 This object defines the Physical Memory Logging Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.40.1 + + +current + + +1300.0040.0001 This object defines the Physical Memory Logging Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.2 + + +current + + +1100.0010.0001.0002 This attribute defines the index (one based) of the +pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.8 + + +current + + +1100.0010.0001.0008 This attribute defines the number of buttons on the +pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.3 + + +current + + +1100.0010.0001.0003 This attribute defines the state capabilities of the +pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.4 + + +current + + +1100.0010.0001.0004 This attribute defines the state settings of the +pointing device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.5 + + +current + + +1100.0010.0001.0005 This attribute defines the status of the pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.10 + + +current + + +1100.0010 This object defines the Pointing Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.10.1 + + +current + + +1100.0010.0001 This object defines the Pointing Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.7 + + +current + + +1100.0010.0001.0007 This attribute defines the type of the pointing device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.1 + + +current + + +1100.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.9 + + +current + + +1000.0010.0001.0009 This attribute defines the BIOS connector type of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.7 + + +current + + +1000.0010.0001.0007 This attribute defines the connector type of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.2 + + +current + + +1000.0010.0001.0002 This attribute defines the index (one based) of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.10.1.6 + + +current + + +1100.0010.0001.0006 This attribute defines the index (one based) of the +associated pointing port in the same chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.8 + + +current + + +1000.0010.0001.0008 This attribute defines name of the pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.6 + + +current + + +1000.0010.0001.0006 This attribute defines the security state of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.3 + + +current + + +1000.0010.0001.0003 This attribute defines the state capabilities of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.4 + + +current + + +1000.0010.0001.0004 This attribute defines the state settings of the +pointing port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.5 + + +current + + +1000.0010.0001.0005 This attribute defines the status of the +pointing port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.10 + + +current + + +1000.0010 This object defines the Pointing Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.10.1 + + +current + + +1000.0010.0001 This object defines the Pointing Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.10.1.1 + + +current + + +1000.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1000 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.6 + + +current + + +0300.0030.0001.0006 This attribute defines the format of the POST log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.5 + + +current + + +0300.0030.0001.0005 This attribute defines the data of the POST log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.2 + + +current + + +0300.0030.0001.0002 This attribute defines the index (one based) of the +POST log record. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.3 + + +current + + +0300.0030.0001.0003 This attribute defines the state capabilities of the +object that is writing the POST log. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.4 + + +current + + +0300.0030.0001.0004 This attribute defines the state settings of the +object that is writing the POST log. + + +readwrite + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.30 + + +current + + +0300.0030 This object defines the Power On Self Test (POST) Log Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.30.1 + + +current + + +0300.0030.0001 This object defines the POST Log Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.30.1.1 + + +current + + +0300.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.600 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.12 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.6 + + +current + + +0600.0010.0001.0006 This attribute defines the total number of power supplies +required for this power unit to have full redundancy. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.2 + + +current + + +0600.0012.0001.0002 This attribute defines the index (one based) of the +power supply. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.9 + + +current + + +0600.0012.0001.0009 This attribute defines the input voltage to the power +supply, in volts. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.8 + + +current + + +0600.0012.0001.0008 This attribute defines the location of the power supply. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.6 + + +current + + +0600.0012.0001.0006 This attribute defines the maximum sustained output +wattage of the power supply, in tenths of watts. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.13 + + +current + + +0600.0012.0001.0013 This attribute defines a boolean value that reports +whether the power supply is capable of monitoring power consumption. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.11 + + +current + + +0600.0012.0001.0011 This attribute defines the state reported by the +power supply sensor. This attribute supplements the attribute +powerSupplyStateSettingsUnique. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.3 + + +current + + +0600.0012.0001.0003 This attribute defines the state capabilities of the +power supply. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.4 + + +current + + +0600.0012.0001.0004 This attribute defines the state settings of the +power supply. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.5 + + +current + + +0600.0012.0001.0005 This attribute defines the status of the power supply. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.12 + + +current + + +0600.0012 This object defines the Power Supply Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.12.1 + + +current + + +0600.0012.0001 This object defines the Power Supply Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.7 + + +current + + +0600.0012.0001.0007 This attribute defines the type of the power supply. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.1 + + +current + + +0600.0012.0001.0001 This attribute defines the index (one based) of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.12.1.10 + + +current + + +0600.0012.0001.0010 This attribute defines the index to the associated +power unit if the power supply is part of a power unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.2 + + +current + + +0600.0010.0001.0002 This attribute defines the index (one based) of the +power unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.7 + + +current + + +0600.0010.0001.0007 This attribute defines the name of the power unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.5 + + +current + + +0600.0010.0001.0005 This attribute defines the redundancy status of the +power unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.3 + + +current + + +0600.0010.0001.0003 This attribute defines the state capabilities of the +power unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.4 + + +current + + +0600.0010.0001.0004 This attribute defines the state settings of the +power unit. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.8 + + +current + + +0600.0010.0001.0008 This attribute defines the status of the power unit. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.10 + + +current + + +0600.0010 This object defines the Power Unit Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.10.1 + + +current + + +0600.0010.0001 This object defines the Power Unit Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.10.1.1 + + +current + + +0600.0010.0001.0001 This attribute defines the index (one based) of the +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.1 + + +current + + +0600.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.7 + + +current + + +0600.0060.0001.0007 This attribute defines the total wattage used +(in Watt-hours) by this entity since the date and time specified +by the powerUsageCumulativeWattageStartDateName attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.8 + + +current + + +0600.0060.0001.0008 This attribute defines the date and time at +which the data collection started for the value reported by the +powerUsageCumulativeWattage attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.6 + + +current + + +0600.0060.0001.0006 This attribute defines the name of the entity +associated with this power usage information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.2 + + +current + + +0600.0060.0001.0002 This attribute defines the index (one based) of the +power usage information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.12 + + +current + + +0600.0060.0001.0012 This attribute defines the peak amperage reading +(in tenths of Amps) for this entity since the date and time specified +by the powerUsagePeakAmpsStartDateName attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.14 + + +current + + +0600.0060.0001.0014 This attribute defines the date and time at +which the value reported by the powerUsagePeakAmps attribute was +measured. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.13 + + +current + + +0600.0060.0001.0013 This attribute defines the date and time at +which the data collection started for the value reported by the +powerUsagePeakAmps attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.9 + + +current + + +0600.0060.0001.0009 This attribute defines the peak wattage reading +(in Watts) for this entity since the date and time specified by the +powerUsagePeakWattsStartDateName attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.11 + + +current + + +0600.0060.0001.0011 This attribute defines the date and time at +which the value reported by the powerUsagePeakWatts attribute was +measured. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.10 + + +current + + +0600.0060.0001.0010 This attribute defines the date and time at +which the data collection started for the value reported by the +powerUsagePeakWatts attribute. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.3 + + +current + + +0600.0060.0001.0003 This attribute defines the state capabilities of the +power usage information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.4 + + +current + + +0600.0060.0001.0004 This attribute defines the state settings of the +power usage information. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.60.1.5 + + +current + + +0600.0060.0001.0005 This attribute defines the status of the +power usage information. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.60 + + +current + + +0600.0060 This object defines the Power Usage Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.60.1 + + +current + + +0600.0060.0001 This object defines the Power Usage Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.23 + + +current + + +1100.0030.0001.0023 This attribute defines the brand of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.20 + + +current + + +1100.0030.0001.0020 This attribute defines characteristics of the +processor device. This attribute is a bit field where a bit has the meaning +defined below when set to 1 (one). + +NOTE: Bits 2-15 need to be examined in the context of bit 1. +If bit 1 is set, the processor charactistics are unknown and bits 2-15 cannot +be used to determine if the functions associated with the bits are supported. + +Bit +Position Meaning if Set +-------- -------------- +Bit 0 Reserved +Bit 1 Unknown +Bit 2 64-bit capable +Bit 3-15 Reserved + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.17 + + +current + + +1100.0030.0001.0017 This attribute defines the number of processor cores +detected for the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.18 + + +current + + +1100.0030.0001.0018 This attribute defines the number of processor cores +enabled for the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.12 + + +current + + +1100.0030.0001.0012 This attribute defines the current speed of the +processor device in MHz. Zero indicates the current speed is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.21 + + +current + + +1100.0030.0001.0021 This attribute defines extended capabilities of the +processor device. 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 Virtualization Technology (VT) supported +Bit 1 Demand-Based Switching (DBS) supported +Bit 2 eXecute Disable (XD) supported +Bit 3 Hyper-Threading (HT) supported + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.22 + + +current + + +1100.0030.0001.0022 This attribute defines extended settings of the +processor device. 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 Virtualization Technology (VT) enabled +Bit 1 Demand Based Switching (DBS) enabled +Bit 2 eXecute Disable (XD) enabled +Bit 3 Hyper-Threading (HT) enabled + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.10 + + +current + + +1100.0030.0001.0010 This attribute defines the family of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.2 + + +current + + +1100.0030.0001.0002 This attribute defines the index (one based) of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.8 + + +current + + +1100.0030.0001.0008 This attribute defines the name of the manufacturer +of the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.11 + + +current + + +1100.0030.0001.0011 This attribute defines the maximum speed of the +processor device in MHz. Zero indicates the maximum speed is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.24 + + +current + + +1100.0030.0001.0024 This attribute defines the model of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.3 + + +current + + +1100.0030.0001.0003 This attribute defines the state capabilities of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.4 + + +current + + +1100.0030.0001.0004 This attribute defines the state settings of the +processor device. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.5 + + +current + + +1100.0030.0001.0005 This attribute defines the status of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.1 + + +current + + +1100.0032.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.2 + + +current + + +1100.0032.0001.0002 This attribute defines the index (one based) of the +processor device status probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.7 + + +current + + +1100.0032.0001.0007 This attribute defines the location name of the +processor device status probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.8 + + +current + + +1100.0032.0001.0008 This attribute defines the index (one based) of the +associated processor port in the same chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.6 + + +current + + +1100.0032.0001.0006 This attribute defines the reading of the +processor device status probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.9 + + +current + + +1100.0030.0001.0009 This attribute defines the status state of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.3 + + +current + + +1100.0032.0001.0003 This attribute defines the state capabilities of the +processor device status probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.4 + + +current + + +1100.0032.0001.0004 This attribute defines the state settings of the +processor device status probe. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.32.1.5 + + +current + + +1100.0032.0001.0005 This attribute defines the status of the +processor device status probe. This status will be joined into +the processorDeviceStatus attribute. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.32 + + +current + + +1100.0032 This object defines the Processor Device Status Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.32.1 + + +current + + +1100.0032.0001 This object defines the Processor Device Status Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.25 + + +current + + +1100.0030.0001.0025 This attribute defines the stepping of the +processor device. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1100.30 + + +current + + +1100.0030 This object defines the Processor Device Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1100.30.1 + + +current + + +1100.0030.0001 This object defines the Processor Device Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.19 + + +current + + +1100.0030.0001.0019 This attribute defines the number of processor threads +detected for the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.7 + + +current + + +1100.0030.0001.0007 This attribute defines the type of the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.15 + + +current + + +1100.0030.0001.0015 This attribute defines the processor upgrade +information for the processor device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.16 + + +current + + +1100.0030.0001.0016 This attribute defines the version of the +processor device. On some systems, this value contains the +brand and stepping information; on other systems, this value +contains the model and stepping information. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.14 + + +current + + +1100.0030.0001.0014 This attribute defines the voltage powering the +processor device in millivolts. Zero indicates the voltage is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.1 + + +current + + +1100.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.9 + + +current + + +1000.0030.0001.0009 This attribute defines the BIOS connector type of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.7 + + +current + + +1000.0030.0001.0007 This attribute defines the connector type of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.2 + + +current + + +1000.0030.0001.0002 This attribute defines the index (one based) of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1100.30.1.6 + + +current + + +1100.0030.0001.0006 This attribute defines the index (one based) of the +associated processor port in the same chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.8 + + +current + + +1000.0030.0001.0008 This attribute defines name of the processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.6 + + +current + + +1000.0030.0001.0006 This attribute defines the security state of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.3 + + +current + + +1000.0030.0001.0003 This attribute defines the state capabilities of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.4 + + +current + + +1000.0030.0001.0004 This attribute defines the state settings of the +processor port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.5 + + +current + + +1000.0030.0001.0005 This attribute defines the status of the +processor port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.30 + + +current + + +1000.0030 This object defines the Processor Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.30.1 + + +current + + +1000.0030.0001 This object defines the Processor Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.30.1.1 + + +current + + +1000.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.1 + + +current + + +1300.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.2 + + +current + + +1300.0050.0001.0002 This attribute defines the index (one based) of the +redundant memory unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.6 + + +current + + +1300.0050.0001.0006 This attribute defines the name of the +redundant memory unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.5 + + +current + + +1300.0050.0001.0005 This attribute defines the redundancy status of the +redundant memory unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.3 + + +current + + +1300.0050.0001.0003 This attribute defines the state capabilities of the +redundant memory unit. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.4 + + +current + + +1300.0050.0001.0004 This attribute defines the state settings of the +redundant memory unit. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1300.50.1.7 + + +current + + +1300.0050.0001.0007 This attribute defines the status of the +redundant memory unit. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1300.50 + + +current + + +1300.0050 This object defines the Redundant Memory Unit Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1300.50.1 + + +current + + +1300.0050.0001 This object defines the Redundant Memory Unit Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.7 + + +current + + +0900.0010.0001.0007 This attribute defines the completion code of the +last BIOS update. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.900 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.2 + + +current + + +0900.0010.0001.0002 This attribute defines the index (one based) of the +remote flash BIOS function. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.6 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.8 + + +current + + +0900.0010.0001.0008 This attribute defines the minimum size of contiguous +memory required for the remote flash BIOS function in KBbytes. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.3 + + +current + + +0900.0010.0001.0003 This attribute defines the state capabilities of the +remote flash BIOS function. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.4 + + +current + + +0900.0010.0001.0004 This attribute defines the state settings of the +remote flash BIOS function. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.5 + + +current + + +0900.0010.0001.0005 This attribute defines the status of the +remote flash BIOS function. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.900.10 + + +current + + +0900.0010 This object defines the Remote Flash BIOS Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.900.10.1 + + +current + + +0900.0010.0001 This object defines the Remote Flash BIOS Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.900.10.1.1 + + +current + + +0900.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.3 + + +current + + +1400.0020.0001.0003 This attribute defines the state capabilities of the +SCSI control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.2 + + +current + + +1400.0020.0001.0002 This attribute defines the index (one based) of the +SCSI control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.6 + + +current + + +1400.0020.0001.0006 This attribute defines the BIOS setup control name +of the SCSI device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.4 + + +current + + +1400.0020.0001.0004 This attribute defines the state settings of the +SCSI control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.5 + + +current + + +1400.0020.0001.0005 This attribute defines the status of the +SCSI control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.20 + + +current + + +1400.0020 This object defines the Small Computer Systems Interface (SCSI) +Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.20.1 + + +current + + +1400.0020.0001 This object defines the Small Computer Systems Interface (SCSI) +Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.20.1.1 + + +current + + +1400.0020.0001.0001 This attribute defines the index (one based) of the +assoicated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.9 + + +current + + +1000.0060.0001.0009 This attribute defines the BIOS connector type of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.7 + + +current + + +1000.0060.0001.0007 This attribute defines the connector type of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.2 + + +current + + +1000.0060.0001.0002 This attribute defines the index (one based) of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.8 + + +current + + +1000.0060.0001.0008 This attribute defines name of the SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.6 + + +current + + +1000.0060.0001.0006 This attribute defines the security state of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.3 + + +current + + +1000.0060.0001.0003 This attribute defines the state capabilities of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.4 + + +current + + +1000.0060.0001.0004 This attribute defines the state settings of the +SCSI port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.5 + + +current + + +1000.0060.0001.0005 This attribute defines the status of the +SCSI port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.60 + + +current + + +1000.0060 This object defines the Small Computer Systems Interface (SCSI) +Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.60.1 + + +current + + +1000.0060.0001 This object defines the Small Computer Systems Interface (SCSI) +Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.60.1.1 + + +current + + +1000.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.11 + + +current + + +1000.0080.0001.0011 This attribute defines the base Input/Output address of +the serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.10 + + +current + + +1000.0080.0001.0010 This attribute defines the mode capabilities of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.7 + + +current + + +1000.0080.0001.0007 This attribute defines the connector type of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.3 + + +current + + +1400.0040.0001.0003 This attribute defines the port capabilities of the +serial port control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.2 + + +current + + +1400.0040.0001.0002 This attribute defines the index (one based) of the +serial port control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.6 + + +current + + +1400.0040.0001.0006 This attribute defines the BIOS setup control name +of the serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.4 + + +current + + +1400.0040.0001.0004 This attribute defines the port settings of the +serial port control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.5 + + +current + + +1400.0040.0001.0005 This attribute defines the status of the +serial port control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.40 + + +current + + +1400.0040 This object defines the Serial Port Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.40.1 + + +current + + +1400.0040.0001 This object defines the Serial Port Control Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.40.1.1 + + +current + + +1400.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.12 + + +current + + +1000.0080.0001.0012 This attribute defines the Interrupt Request Level of +the serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.2 + + +current + + +1000.0080.0001.0002 This attribute defines the index (one based) of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.8 + + +current + + +1000.0080.0001.0008 This attribute defines the name of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.6 + + +current + + +1000.0080.0001.0006 This attribute defines the security state of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.3 + + +current + + +1000.0080.0001.0003 This attribute defines the state capabilities of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.4 + + +current + + +1000.0080.0001.0004 This attribute defines the state settings of the +serial port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.5 + + +current + + +1000.0080.0001.0005 This attribute defines the status of the +serial port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.80 + + +current + + +1000.0080 This object defines the Serial Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.80.1 + + +current + + +1000.0080.0001 This object defines the Serial Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.80.1.1 + + +current + + +1000.0080.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892 + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.1200 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.12 + + +current + + +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 + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.13 + + +current + + +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 + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.14 + + +current + + +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 + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.10 + + +current + + +0300.0050.0001.0010 This attribute defines the ending address of the +system BIOS. Zero indicates the starting address is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.2 + + +current + + +0300.0050.0001.0002 This attribute defines the index (one based) of the +system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.11 + + +current + + +0300.0050.0001.0011 This attribute defines the name of the manufacturer +of the system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.7 + + +current + + +0300.0050.0001.0007 This attribute defines the release date name of the +system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.6 + + +current + + +0300.0050.0001.0006 This attribute defines the image size of the +system BIOS in KBytes. Zero indicates size is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.9 + + +current + + +0300.0050.0001.0009 This attribute defines the starting address of the +system BIOS. Zero indicates the starting address is unknown. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.3 + + +current + + +0300.0050.0001.0003 This attribute defines the state capabilities of the +system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.4 + + +current + + +0300.0050.0001.0004 This attribute defines the state settings of the +system BIOS. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.5 + + +current + + +0300.0050.0001.0005 This attribute defines the status of the system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.50 + + +current + + +0300.0050 This object defines the System BIOS Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.50.1 + + +current + + +0300.0050.0001 This object defines the System BIOS Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.8 + + +current + + +0300.0050.0001.0008 This attribute defines the version name of the +system BIOS. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.50.1.1 + + +current + + +0300.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.3 + + +current + + +0100.0003 This attribute defines the build number of the +instrumentation component of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.4 + + +current + + +0100.0004 This attribute defines the description of the +systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.11 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.10 + + +current + + +0100.0010 This attribute defines the global version of the +systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.100 + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.9 + + +current + + +0100.0009 This attribute defines the language of the +systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.13 + + +current + + +0100.0013 This attribute defines the manufacturer of the +systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.1 + + +current + + +0100.0001 This attribute defines the product name of the +systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.6 + + +current + + +0100.0006 This attribute defines the protocol preferred by the +instrumentation component of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.12 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.5 + + +current + + +0100.0005 This attribute defines the protocols supported by the +instrumentation component of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.8 + + +current + + +0100.0008 This attribute defines the Universal Resource Locator (URL) +of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.7 + + +current + + +0100.0007 This attribute defines the update level of the +instrumentation component of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +scalar + + +1.3.6.1.4.1.674.10892.1.100.2 + + +current + + +0100.0002 This attribute defines the version number of the +instrumentation component of the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.10 + + +current + + +0500.0060.0001.0010 This attribute defines the bus master capabilities +of the system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.2 + + +current + + +0500.0060.0001.0002 This attribute defines the index (one based) of the +system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.8 + + +current + + +0500.0060.0001.0008 This attribute defines the maximum size of a memory +transfer in bytes for the system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.6 + + +current + + +0500.0060.0001.0006 This attribute defines the index to the associated +system resource owner for this system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.7 + + +current + + +0500.0060.0001.0007 This attribute defines the share disposition of the +system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.3 + + +current + + +0500.0060.0001.0003 This attribute defines the state capabilities of the +system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.4 + + +current + + +0500.0060.0001.0004 This attribute defines the state settings of the +system resource DMA. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.5 + + +current + + +0500.0060.0001.0005 This attribute defines the status of the +system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.60 + + +current + + +0500.0060 This object defines the System Resource DMA Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.60.1 + + +current + + +0500.0060.0001 This object defines the System Resource DMA Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.9 + + +current + + +0500.0060.0001.0009 This attribute defines the tranfer width of the +system resource DMA. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.60.1.1 + + +current + + +0500.0060.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.500 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.9 + + +current + + +0500.0030.0001.0009 This attribute defines the 64-bit ending address +of the system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.2 + + +current + + +0500.0030.0001.0002 This attribute defines the index (one based) of the +system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.6 + + +current + + +0500.0030.0001.0006 This attribute defines the index to the associated +system resource owner for this system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.7 + + +current + + +0500.0030.0001.0007 This attribute defines the share disposition of the +system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.8 + + +current + + +0500.0030.0001.0008 This attribute defines the 64-bit starting address +of the system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.3 + + +current + + +0500.0030.0001.0003 This attribute defines the state capabilities of the +system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.4 + + +current + + +0500.0030.0001.0004 This attribute defines the state settings of the +system resource I/O port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.5 + + +current + + +0500.0030.0001.0005 This attribute defines the status of the +system resource I/O port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.30 + + +current + + +0500.0030 This object defines the System Resource I/O Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.30.1 + + +current + + +0500.0030.0001 This object defines the System Resource I/O Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.30.1.1 + + +current + + +0500.0030.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.2 + + +current + + +0500.0050.0001.0002 This attribute defines the index (one based) of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.8 + + +current + + +0500.0050.0001.0008 This attribute defines the interrupt request level (IRQ) +of the system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.6 + + +current + + +0500.0050.0001.0006 This attribute defines the index to the associated +system resource owner for this system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.7 + + +current + + +0500.0050.0001.0007 This attribute defines the share disposition of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.3 + + +current + + +0500.0050.0001.0003 This attribute defines the state capabilities of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.4 + + +current + + +0500.0050.0001.0004 This attribute defines the state settings of the +system resource interrupt. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.5 + + +current + + +0500.0050.0001.0005 This attribute defines the status of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.50 + + +current + + +0500.0050 This object defines the System Resource Interrupts Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.50.1 + + +current + + +0500.0050.0001 This object defines the System Resource Interrupts Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.10 + + +current + + +0500.0050.0001.0010 This attribute defines the interrupt trigger of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.9 + + +current + + +0500.0050.0001.0009 This attribute defines the interrupt type of the +system resource interrupt. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.50.1.1 + + +current + + +0500.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.2 + + +current + + +0500.0010.0001.0002 This attribute defines the index (one based) of the +system resource map. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.7 + + +current + + +0500.0020.0001.0007 This attribute defines the index to the associated +system resource map. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.3 + + +current + + +0500.0010.0001.0003 This attribute defines the state capabilities of the +system resource map. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.4 + + +current + + +0500.0010.0001.0004 This attribute defines the state settings of the +system resource map. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.5 + + +current + + +0500.0010.0001.0005 This attribute defines the status of the +system resource map. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.10 + + +current + + +0500.0010 This object defines the System Resource Map Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.10.1 + + +current + + +0500.0010.0001 This object defines the System Resource Map Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.6 + + +current + + +0500.0010.0001.0006 This attribute defines the type of the system resource map. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.10.1.1 + + +current + + +0500.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.9 + + +current + + +0500.0040.0001.0009 This attribute defines the 64-bit ending address +of the system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.10 + + +current + + +0500.0040.0001.0010 This attribute defines the permission flags of the +system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.2 + + +current + + +0500.0040.0001.0002 This attribute defines the index (one based) of the +system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.6 + + +current + + +0500.0040.0001.0006 This attribute defines the index to the associated +system resource owner for this system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.7 + + +current + + +0500.0040.0001.0007 This attribute defines the share disposition of the +system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.8 + + +current + + +0500.0040.0001.0008 This attribute defines the 64-bit starting address +of the system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.3 + + +current + + +0500.0040.0001.0003 This attribute defines the state capabilities of the +system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.4 + + +current + + +0500.0040.0001.0004 This attribute defines the state settings of the +system resource memory. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.5 + + +current + + +0500.0040.0001.0005 This attribute defines the status of the +system resource memory. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.40 + + +current + + +0500.0040 This object defines the System Resource Memory Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.40.1 + + +current + + +0500.0040.0001 This object defines the System Resource Memory Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.40.1.1 + + +current + + +0500.0040.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.8 + + +current + + +0500.0020.0001.0008 This attribute defines the description of the +system resource owner. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.2 + + +current + + +0500.0020.0001.0002 This attribute defines the index of (one based) of the +system resource owner. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.9 + + +current + + +0500.0020.0001.0009 This attribute defines the index to the associated +system resource owner interface type. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.6 + + +current + + +0500.0020.0001.0006 This attribute defines the interface type of the +system resource owner. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.3 + + +current + + +0500.0020.0001.0003 This attribute defines the state capabilities of the +system resource owner. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.4 + + +current + + +0500.0020.0001.0004 This attribute defines the state settings of the +system resource owner. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.5 + + +current + + +0500.0020.0001.0005 This attribute defines the status of the +system resource owner. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.500.20 + + +current + + +0500.0020 This object defines the System Resource Owner Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.500.20.1 + + +current + + +0500.0020.0001 This object defines the System Resource Owner Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.500.20.1.1 + + +current + + +0500.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.11 + + +current + + +1200.0010.0001.0011 This attribute defines the category of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.6 + + +current + + +1200.0010.0001.0006 This attribute defines the current usage of the +system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.12 + + +current + + +1200.0010.0001.0012 This attribute defines the bus width of the hot plug +system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.2 + + +current + + +1200.0010.0001.0002 This attribute defines the index (one based) of the +system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.9 + + +current + + +1200.0010.0001.0009 This attribute defines the length of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.8 + + +current + + +1200.0010.0001.0008 This attribute defines the name of the external +connector name of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.10 + + +current + + +1200.0010.0001.0010 This attribute defines the slot identification number +of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.3 + + +current + + +1200.0010.0001.0003 This attribute defines the state capabilities of the +system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.4 + + +current + + +1200.0010.0001.0004 This attribute defines the state settings of the +system slot. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.5 + + +current + + +1200.0010.0001.0005 This attribute defines the status of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1200.10 + + +current + + +1200.0010 This object defines the System Slot Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1200.10.1 + + +current + + +1200.0010.0001 This object defines the System Slot Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.7 + + +current + + +1200.0010.0001.0007 This attribute defines the type of the system slot. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1200.10.1.1 + + +current + + +1200.0010.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.35 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.36 + + +current + + +0200.0010.0001.0036 This attribute defines the combined status of all +AC power cords for any AC power switches of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.37 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.32 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.46 + + +current + + +0200.0010.0001.0046 This attribute defines the combined status +of all AC power switches of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.34 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.47 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.33 + + +current + + +0200.0010.0001.0033 This attribute defines the combined redundancy status +of all AC power switches of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.15 + + +current + + +0200.0010.0001.0015 This attribute defines the combined status of all +amperage probes of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.52 + + +current + + +0200.0010.0001.0052 This attribute defines the combined status of all +batteries of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.53 + + +current + + +0200.0010.0001.0053 This attribute lists the status of each battery +of this chassis. The results are returned as a binary octet string where +each byte of the octet string represents the status of a battery. +The first byte returned represents the status of the first battery, +etc. The bytes have the same definition type as DellStatus. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.29 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.30 + + +current + + +0200.0010.0001.0030 This attribute defines the combined status of all +intrusion detection devices of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.31 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.3 + + +current + + +0200.0010.0001.0003 This attribute defines the state settings of this +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.4 + + +current + + +0200.0010.0001.0004 This attribute defines the status of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.20 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.21 + + +current + + +0200.0010.0001.0021 This attribute defines the combined status of all +cooling devices of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.22 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.17 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.44 + + +current + + +0200.0010.0001.0044 This attribute defines the combined status +of all cooling units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.19 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.45 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.18 + + +current + + +0200.0010.0001.0018 This attribute defines the combined redundancy status +of all cooling units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.41 + + +current + + +0200.0010.0001.0041 This attribute defines the overall status of the +(ESM) event log of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.2 + + +current + + +0200.0010.0001.0002 This attribute defines the global system status +of all chassis being monitored by the systems management software. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.200 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.26 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.27 + + +current + + +0200.0010.0001.0027 This attribute defines the combined status of all +memory devices of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.28 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.8 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.9 + + +current + + +0200.0010.0001.0009 This attribute defines the combined status of all +power supplies of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.5 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.42 + + +current + + +0200.0010.0001.0042 This attribute defines the combined status +of all power units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.7 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.43 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.6 + + +current + + +0200.0010.0001.0006 This attribute defines the combined redundancy status +of all power units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.50 + + +current + + +0200.0010.0001.0050 This attribute defines the combined status of all +processor devices of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.51 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.38 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.48 + + +current + + +0200.0010.0001.0048 This attribute defines the combined status +of all redundant memory units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.40 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.49 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.39 + + +current + + +0200.0010.0001.0039 This attribute defines the combined redundancy status +of all redundant memory units of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.200.10 + + +current + + +0200.0010 This object defines the System State Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.200.10.1 + + +current + + +0200.0010.0001 This object defines the System State Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.23 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.24 + + +current + + +0200.0010.0001.0024 This attribute defines the combined status of all +temperature probes of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.25 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.11 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.12 + + +current + + +0200.0010.0001.0012 This attribute defines the combined status of all +voltage probes of this chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.200.10.1.1 + + +current + + +0200.0010.0001.0001 This attribute defines the index (one based) of this +chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.2 + + +current + + +0700.0020.0001.0002 This attribute defines the index (one based) of the +temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.8 + + +current + + +0700.0020.0001.0008 This attribute defines the location name of the +temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.12 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.15 + + +current + + +0700.0020.0001.0015 This attribute defines the probe capabilities of the +temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.6 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.3 + + +current + + +0700.0020.0001.0003 This attribute defines the state capabilities of the +temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.4 + + +current + + +0700.0020.0001.0004 This attribute defines the state settings of the +temperature probe. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.5 + + +current + + +0700.0020.0001.0005 This attribute defines the probe status of the +temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.700.20 + + +current + + +0700.0020 This object defines the Temperature Probe Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.700.20.1 + + +current + + +0700.0020.0001 This object defines the Temperature Probe Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.7 + + +current + + +0700.0020.0001.0007 This attribute defines the type of the temperature probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.11 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.700.20.1.1 + + +current + + +0700.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.700 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.9 + + +current + + +1000.0090.0001.0009 This attribute defines the BIOS connector type of the +USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.7 + + +current + + +1000.0090.0001.0007 This attribute defines the connector type of the +USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.2 + + +current + + +1000.0090.0001.0002 This attribute defines the index (one based) of the +USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.8 + + +current + + +1000.0090.0001.0008 This attribute defines name of the USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.6 + + +current + + +1000.0090.0001.0006 This attribute defines the security state of the +USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.3 + + +current + + +1000.0090.0001.0003 This attribute defines the state capabilities of the +USB port. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.4 + + +current + + +1000.0090.0001.0004 This attribute defines the state settings of the +USB port. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.5 + + +current + + +1000.0090.0001.0005 This attribute defines the status of the USB port. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1000.90 + + +current + + +1000.0090 This object defines the Universal Serial Bus (USB) Port Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1000.90.1 + + +current + + +1000.0090.0001 This object defines the USB Port Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1000.90.1.1 + + +current + + +1000.0090.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.20.1.2 + + +current + + +0300.0020.0001.0002 This attribute defines the index (one based) of the UUID. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.300.20 + + +current + + +0300.0020 This object defines the Universal Unique ID (UUID) Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.300.20.1 + + +current + + +0300.0020.0001 This object defines the UUID Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.20.1.3 + + +current + + +0300.0020.0001.0003 This attribute defines the type of the UUID. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.20.1.4 + + +current + + +0300.0020.0001.0004 This attribute defines the value of the UUID. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.300.20.1.1 + + +current + + +0300.0020.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.3 + + +current + + +1400.0050.0001.0003 This attribute defines the state capabilities of the +USB control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.2 + + +current + + +1400.0050.0001.0002 This attribute defines the index (one based) of the +USB control. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.6 + + +current + + +1400.0050.0001.0006 This attribute defines the BIOS setup control name +of the USB device. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.4 + + +current + + +1400.0050.0001.0004 This attribute defines the state settings of the +USB control. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.5 + + +current + + +1400.0050.0001.0005 This attribute defines the status of the USB control. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.1400.50 + + +current + + +1400.0050 This object defines the Universal Serial Bus (USB) Control Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.1400.50.1 + + +current + + +1400.0050.0001 This object defines the Universal Serial Bus (USB) Control +Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.1400.50.1.1 + + +current + + +1400.0050.0001.0001 This attribute defines the index (one based) of the +associated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.800.10.1.4 + + +current + + +0800.0010.0001.0004 This attribute defines the control string +that is used for managing users in this table. + + +readwrite + + + + +MIB-Dell-10892 + + +node + + +1.3.6.1.4.1.674.10892.1.800 + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.800.10.1.2 + + +current + + +0800.0010.0001.0002 This attribute defines the index (one based) of the +user. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.800.10.1.5 + + +current + + +0800.0010.0001.0005 This attribute defines the request string +that is used for Set requests on this system. + + +readwrite + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.800.10 + + +current + + +0800.0010 This object defines the User Security Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.800.10.1 + + +current + + +0800.0010.0001 This object defines the User Security Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.800.10.1.3 + + +current + + +0800.0010.0001.0003 This attribute defines the name of the user +that is authorized to perform Set operations on this system. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.800.10.1.1 + + +current + + +0800.0010.0001.0001 This attribute defines the index (one based) of the +assoicated chassis. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.16 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.2 + + +current + + +0600.0020.0001.0002 This attribute defines the index (one based) of the +voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.8 + + +current + + +0600.0020.0001.0008 This attribute defines the location name of the +voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.13 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.12 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.14 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.15 + + +current + + +0600.0020.0001.0015 This attribute defines the probe capabilities of the +voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.6 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.3 + + +current + + +0600.0020.0001.0003 This attribute defines the state capabilities of the +voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.4 + + +current + + +0600.0020.0001.0004 This attribute defines the state settings of the +voltage probe. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.5 + + +current + + +0600.0020.0001.0005 This attribute defines the probe status of the +voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +table + + +1.3.6.1.4.1.674.10892.1.600.20 + + +current + + +0600.0020 This object defines the Voltage Probe Table. + + + + +MIB-Dell-10892 + + +row + + +1.3.6.1.4.1.674.10892.1.600.20.1 + + +current + + +0600.0020.001 This object defines the Voltage Probe Table Entry. + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.7 + + +current + + +0600.0020.0001.0007 This attribute defines the type of the voltage probe. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.10 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.11 + + +current + + +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. + + +readwrite + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.9 + + +current + + +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. + + +readonly + + + + +MIB-Dell-10892 + + +column + + +1.3.6.1.4.1.674.10892.1.600.20.1.1 + + +current + + +0600.0020.0001.0001 This attribute defines the index (one based) of the +chassis. + + +readonly + + + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1504 + + +current + + +AC power cord has lost power. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1501 + + +current + + +AC power cord does not have power, and the reduncancy mode +for its AC power switch has been set to non-redundant. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1502 + + +current + + +AC power cord has regained power. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1204 + + +current + + +Amperage probe has detected a failure value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1205 + + +current + + +Amperage probe has detected a non-recoverable value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1202 + + +current + + +Amperage probe has returned to a normal value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1203 + + +current + + +Amperage probe has detected a warning value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1006 + + +current + + +Automatic system recovery (ASR) was performed. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1704 + + +current + + +Battery has detected a failure. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1702 + + +current + + +Battery has returned to normal. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1703 + + +current + + +Battery has detected a warning. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1254 + + +current + + +Chassis intrusion has been detected. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1252 + + +current + + +Chassis intrusion has returned to normal. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1104 + + +current + + +Cooling device sensor has detected a failure value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1105 + + +current + + +Cooling device sensor has detected a non-recoverable value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1102 + + +current + + +Cooling device sensor has returned to a normal value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1103 + + +current + + +Cooling device sensor has detected a warning value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1651 + + +current + + +Device added to system. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1653 + + +current + + +Device configuration error detected. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1652 + + +current + + +Device removed from system. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1454 + + +current + + +Fan enclosure has been removed from system for an extended amount of time. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1452 + + +current + + +Fan enclosure has been inserted into system. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1453 + + +current + + +Fan enclosure has been removed from system. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1554 + + +current + + +Log size is at capacity. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1552 + + +current + + +Log size is no longer near or at capacity. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1553 + + +current + + +Log size is near capacity. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1404 + + +current + + +Memory device status is critical. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1405 + + +current + + +Memory device status is non-recoverable. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1403 + + +current + + +Memory device status is noncritical. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1354 + + +current + + +Power supply has detected a failure. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1352 + + +current + + +Power supply has returned to normal. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1353 + + +current + + +Power supply has detected a warning. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1604 + + +current + + +Processor device status has detected a failure. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1602 + + +current + + +Processor device status has returned to normal. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1603 + + +current + + +Processor device status has detected a warning. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1305 + + +current + + +Redundancy has been degraded. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1306 + + +current + + +Redundancy has been lost. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1304 + + +current + + +Redundancy has returned to normal. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1013 + + +current + + +System peak power sensor has detected a new peak value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1001 + + +current + + +Server Administrator has completed its initialization. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1054 + + +current + + +Temperature probe has detected a failure value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1055 + + +current + + +Temperature probe has detected a non-recoverable value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1052 + + +current + + +Temperature probe has returned to a normal value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1053 + + +current + + +Temperature probe has detected a warning value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1004 + + +current + + +Thermal shutdown protection has been initiated. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1007 + + +current + + +User has initiated host system reset. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1154 + + +current + + +Voltage probe has detected a failure value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1155 + + +current + + +Voltage probe has detected a non-recoverable value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1152 + + +current + + +Voltage probe has returned to a normal value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + +MIB-Dell-10892 + + +notification + + +1.3.6.1.4.1.674.10892.1.0.1153 + + +current + + +Voltage probe has detected a warning value. + + +{'alertTableIndexOID': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertData': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertCurrentStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertPreviousStatus': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}, 'alertSystem': {'nodetype': 'object', 'module': 'MIB-Dell-10892'}} + + + + + + + +SMIv1 + + + + +MIB-Dell-10900 + + +node + + +1.3.6.1.4.1.674 + + + + +MIB-Dell-10900 + + +node + + +1.3.6.1.4.1.674.10900 + + + + +MIB-Dell-10900 + + +node + + +1.3.6.1.4.1.674.10900.1 + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.4 + + +current + + +Name of the counter for which alert is generated. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.1 + + +current + + +Message in the alert. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.2 + + +current + + +Name of the node where alert originated. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.3 + + +current + + +Original severity of the alert. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.8 + + +current + + +Threshold count. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.7 + + +current + + +Threshold count. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.5 + + +current + + +Name of the threshold operator. + + +readonly + + + + +MIB-Dell-10900 + + +scalar + + +1.3.6.1.4.1.674.10900.1.6 + + +current + + +Threshold value. + + +readonly + + + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3003 + + +current + + +CPU monitoring alert from IT Assistant. Sent when a node's CPU utilization has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3004 + + +current + + +CPU monitoring alert from IT Assistant. Sent when a node's CPU utilization has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.2000 + + +current + + +Forwarded alert from IT Assistant. The event may have originated from an SNMP trap, DMI indication, or CIM indication. + + +{'itaAlertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertNode': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertSeverity': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3011 + + +current + + +Logical disk monitoring alert from IT Assistant. Sent when a node's logical disk utilization has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3012 + + +current + + +Logical disk monitoring alert from IT Assistant. Sent when a node's Logical disk utilization has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3005 + + +current + + +Memory monitoring alert from IT Assistant. Sent when a node's memory utilization has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3006 + + +current + + +Memory monitoring alert from IT Assistant. Sent when a node's memory utilization has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3007 + + +current + + +Network monitoring alert from IT Assistant. Sent when a node's NIC utilization has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3008 + + +current + + +Network monitoring alert from IT Assistant. Sent when a node's NIC utilization has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3009 + + +current + + +Physical disk monitoring alert from IT Assistant. Sent when a node's physical disk utilization has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3010 + + +current + + +Physical disk monitoring alert from IT Assistant. Sent when a node's Physical disk utilization has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.1001 + + +current + + +System down message from IT Assistant. Sent when IT Assistant detects a node has gone offline. + + +{'itaAlertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertNode': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3001 + + +current + + +System monitoring alert from IT Assistant. Sent when a node's system monitoring counters has exceeded user defined critical threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.3002 + + +current + + +System monitoring alert from IT Assistant. Sent when a node's system monitoring counters has exceeded user defined warning threshold. + + +{'itaAlertCounterName': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdValue': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdCount': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertThresholdOperator': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + +MIB-Dell-10900 + + +notification + + +1.3.6.1.4.1.674.10900.1.0.1000 + + +current + + +System up message from IT Assistant. Sent when IT Assistant detects a node has come online. + + +{'itaAlertMessage': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}, 'itaAlertNode': {'nodetype': 'object', 'module': 'MIB-Dell-10900'}} + + + + + + + +SMIv1 + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.3 + + +current + + +This attribute identifies the type of application reported. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.2 + + +current + + +This attribute defines a cross-index to the device table for the +application. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.5 + + +current + + +This attribute provides a user visible display string that +describes the application. + + +readonly + + + + +MIB-Dell-CM + + +row + + +1.3.6.1.4.1.674.10899.1.6.1 + + +current + + +This defines a row of application information for the system. + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.1 + + +current + + +This attribute defines the unique index for this application. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.6 + + +current + + +This attribute provides the sub component id for the +application. This is usually valid on ESM device +reporting. + + +readonly + + + + +MIB-Dell-CM + + +table + + +1.3.6.1.4.1.674.10899.1.6 + + +current + + +This defines a table of application information for the system. + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.6.1.4 + + +current + + +This attribute identifies the version of the application. + + +readonly + + + + +MIB-Dell-CM + + +node + + +1.3.6.1.4.1.674.10899 + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.2 + + +current + + +This attribute defines an optional component id field for the +device. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.5 + + +current + + +This attribute represents the ID for the device. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.3 + + +current + + +This attribute provides a displayable string that describes the +device. + + +readonly + + + + +MIB-Dell-CM + + +row + + +1.3.6.1.4.1.674.10899.1.5.1 + + +current + + +This defines a row of versioned devices as inventoried by the +product. + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.1 + + +current + + +This attribute defines the unique index for this device. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.6 + + +current + + +This attribute provides additional device identification +information. + + +readonly + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.7 + + +current + + +This attribute provides additional vendor identification +information. + + +readonly + + + + +MIB-Dell-CM + + +table + + +1.3.6.1.4.1.674.10899.1.5 + + +current + + +This defines a table of versioned devices as inventoried by the +product. + + + + +MIB-Dell-CM + + +column + + +1.3.6.1.4.1.674.10899.1.5.1.4 + + +current + + +This attribute represents the ID for the vendor supplying +the device. + + +readonly + + + + +MIB-Dell-CM + + +node + + +1.3.6.1.4.1.674.10899.1 + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.1.1 + + +current + + +This attribute defines the locale for the system. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.1.2 + + +current + + +This attribute defines the version of the inventory schema +implemented by this system. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.1.3 + + +current + + +This attribute defines the System ID for the system. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.7 + + +current + + +This attribute defines the Operating System's architecture. + + +readonly + + + + +MIB-Dell-CM + + +node + + +1.3.6.1.4.1.674.10899.2 + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.2 + + +current + + +This attribute defines the major version of the Operating System. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.3 + + +current + + +This attribute defines the minor version of the Operating System. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.5 + + +current + + +This attribute defines the Operating System's Service Pack major version. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.6 + + +current + + +This attribute defines the Operating System's Service Pack minor version. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.2.1 + + +current + + +This attribute defines the vendor of the Operating System. + + +readonly + + + + +MIB-Dell-CM + + +node + + +1.3.6.1.4.1.674.10899.100 + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.100.5 + + +obsolete + + +This attribute defines the software build number of the product. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.100.2 + + +current + + +This attribute defines a short description of the product. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.100.1 + + +current + + +This attribute defines the display name of the product. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.100.3 + + +current + + +This attribute defines the name of the manufacturer of the product. + + +readonly + + + + +MIB-Dell-CM + + +scalar + + +1.3.6.1.4.1.674.10899.100.4 + + +current + + +This attribute defines the version of the product. + + +readonly + + + + + + + +SMIv1 + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.4 + + +current + + +Suggested timeout value in milliseconds for how long +the SNMP getter should wait while attempting to poll +the SNMP agent. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.13 + + +current + + +Global health information for the subsystem managed by +the Storage Management software. This global status +should be used by applications other than HP OpenView. +HP OpenView should refer to the globalStatus in the root level object +group. This is a rollup for the entire agent including +any monitored devices. The status is intended to give +initiative to a snmp monitor to get further data when +this status is abnormal. + +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.7 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.8 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.2 + + +obsolete + + +This entry is obsolete. Please use the value: agentLastGlobalSystemStatus. +Note: Enumerated values have changed. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.14 + + +current + + +The previous global status of the system managed by the Storage Management software. + +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.12 + + +current + + +The Universal Resource Locator (URL) of the systems management software. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.11 + + +current + + +Version of the Storage Management MIB. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.5 + + +current + + +Agent functional modifiers, when set the modifier is active. +Bit definitions: + Bit 3: agent in debug mode. + All other bits are product specific + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.6 + + +current + + +The rate, given in seconds, at which the cached data for SNMP is refreshed. +The default value is 300 seconds, or 5 minutes. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.15 + + +current + + +Indicates the status of smart thermal shutdown for PV220S and PV221S enclosures. +Possible values: +1: Enabled +2: Disabled + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.10 + + +obsolete + + +This entry is obsolete. Refer to softwareVersion. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.9 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.1 + + +obsolete + + +This entry is obsolete. Please use the value: agentGlobalSystemStatus. +Note: Enumerated values have changed. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.110.3 + + +current + + +The last time that the agent values have been updated. +Universal time in sec since UTC 1/1/70. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.100.3 + + +current + + +The name of the management software manufacturer. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.100.4 + + +obsolete + + +This entry is obsolete. Refer to softwareVersion. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.21 + + +current + + +The bus type of the array disk. +Possible values: +1: SCSI +2: IDE +3: Fibre Channel +4: SSA +6: USB +7: SATA +8: SAS + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.30 + + +current + + +The maximum speed at which the drive is capable of negotiating in MPS (megabytes per second). + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.10 + + +current + + +The bus to which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.2 + + +current + + +The name of the array disk in this connection +as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.3 + + +current + + +The instance number of the array disk in the arrayDiskTable +in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.4 + + +current + + +The name of the channel as represented in Storage Management +to which is array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.5 + + +current + + +The instance number of the channel in the channelTable to +which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.6 + + +current + + +The name of the controller as represented in Storage Management +to which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.7 + + +current + + +The instance number in the controllerTable of the controller +to which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.6.1 + + +current + + +An entry in the Array Disk Channel Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.6.1.1 + + +current + + +Instance number of this array disk connection entry. +This table shows the array disk to SCSI channel relationship. +There is no enclosure service processor associated with these +array disks. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.6 + + +current + + +A table of the connections between array disks, their channel, and +their associated controller. For each object in the table, its +object number corresponds to an instance number in the appropriate +MIB table for that object where all of the object properties can be +found. +Note: Only array disks that are NOT part of an enclosure will be +listed in this table. Backplanes are considered enclosures by +Storage Management. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.24 + + +current + + +The status of the array disk itself without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.25 + + +current + + +The operating system device name for this disk. This property is only applicable to array disks attached to a RAID controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.2 + + +current + + +The name of the array disk in this connection as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.3 + + +current + + +The instance number of the array disk in the arrayDiskTable +in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.6 + + +current + + +The name of the controller as represented in Storage Management +to which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.7 + + +current + + +The instance number in the controllerTable of the controller +to which this array disk is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.4 + + +current + + +The name of the enclosure as represented in Storage Management +to which this array disk belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.5 + + +current + + +The instance number in the enclosureTable of the enclosure +to which this array disk belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.5.1 + + +current + + +An entry in the Array Disk Enclosure Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.5.1.1 + + +current + + +Instance number of this array disk connection entry. +This table shows the array disk to enclosure relationship. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.5 + + +current + + +A table of the connections between array disks, their enclosure, +and their associated controller. For each object in the table, its +object number corresponds to an instance number in the appropriate +MIB table for that object where all of the object properties can be found. +Note: Only array disks that are part of an enclosure will be listed +in this table. Backplanes are considered enclosures by +Storage Management. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.9 + + +current + + +The SCSI ID of the enclosure processor to which this array disk belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.4.1 + + +current + + +An entry in the Array Disk table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.20 + + +current + + +The size in bytes of the free space on the array disk +that is smaller than a megabyte. This size plus the +arrayDiskFreeSpaceInMB is the total amount of free space +on the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.19 + + +current + + +The amount in megabytes of the free space on the array +disk. If this size is 0, it is smaller than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.14 + + +current + + +The size of the largest contiguous free space on this +array disk in bytes that is less than a megabyte. +This size plus the arrayDiskLargestContiguousFreeSpaceInMB +is the total size of the largest contiguous free space on +the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.13 + + +current + + +The size in megabytes of the largest contiguous free space +on the array disk. If this size is 0, it is less than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.12 + + +current + + +The size of the array disk in bytes that is less than +a megabyte. This size plus the arrayDiskLengthInMB is +the total size of the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.11 + + +current + + +The size in megabytes of the array disk. If this size is 0, it is smaller than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.2 + + +current + + +The name of the array disk in this logical connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.3 + + +current + + +The instance number of the array disk in this logical connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.6 + + +current + + +The name of the disk group to with this array disk belongs. +This property is currently not supported. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.7 + + +current + + +This instance number of the disk group to with this array disk belongs. +This property is currently not supported. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.140.3.1 + + +current + + +An entry in the Array Disk Logical Connection table . A row in this table +cannot be created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.1 + + +current + + +Instance number of this array disk logical connection entry. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.140.3 + + +current + + +A table of the connections between array disks, the +virtual disk to which they belong, and their +associated logical disk. For each object in the table, +its object number corresponds to an instance number in +the appropriate MIB table for that object where all of +the object properties can be found. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.4 + + +current + + +The name of the virtual disk to which this array disk belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.3.1.5 + + +current + + +The instance number of the virtual disk to which this array disk +belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.16 + + +current + + +The array disk's logical unit number. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.32 + + +current + + +The day of the week (1=Sunday thru 7=Saturday) on which this disk was manufactured. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.33 + + +current + + +The week (1 thru 53) in which this disk was manufactured. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.34 + + +current + + +The four digit year in which this disk was manufactured. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.35 + + +current + + +The Media type of the array disk. +Possible Values: +1:unknown +2:hdd +3:ssd + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.2 + + +current + + +The name of the array disk as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.29 + + +current + + +The speed at which the drive is actually running in MPS (megabytes per second). + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.26 + + +current + + +Durable unique ID for this array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.1 + + +current + + +Instance number of this array disk entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.27 + + +current + + +The part number of the disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.6 + + +current + + +The model number of the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.8 + + +current + + +The firmware version of the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.23 + + +current + + +Severity of the array disk state. +This is the combined status of the array disk and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.28 + + +current + + +The specified SAS address if this is a SAS disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.7 + + +current + + +The array disk's unique identification number from the manufacturer. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.31 + + +current + + +Indicated whether the disk has received a predictive failure. +Possible values: +1: No - disk has not received a predictive failure alert +2: Yes - disk has received a predictive failure alert + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.22 + + +current + + +The status of the array disk as a spare. +Possible states: +1 : disk is a member of a virtual disk +2 : disk is a member of a disk group +3 : disk is a global hot spare +4 : disk is a dedicated hot spare +5 : not a spare +99: not applicable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.4 + + +current + + +The current condition of the array disk. +Possible states: + 0: Unknown + 1: Ready - Available for use, but no RAID configuration has been assigned. + 2: Failed - Not operational. + 3: Online - Operational. RAID configuration has been assigned. + 4: Offline - The drive is not available to the RAID controller. + 6: Degraded - Refers to a fault-tolerant array/virtual disk that has a failed disk. + 7: Recovering - Refers to state of recovering from bad blocks on disks. +11: Removed - Indicates that array disk has been removed. +15: Resynching - Indicates one of the following types of disk operations: Transform Type, Reconfiguration, and Check Consistency. +24: Rebuild +25: No Media - CD-ROM or removable disk has no media. +26: Formatting - In the process of formatting. +28: Diagnostics - Diagnostics are running. +34: Predictive failure +35: Initializing: Applies only to virtual disks on PERC, PERC 2/SC, and PERC 2/DC controllers. +39: Foreign +40: Clear +41: Unsupported +53: Incompatible + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.4 + + +current + + +A table of managed Array Disks. The number of entries is +related to number of Array Disks discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.15 + + +current + + +The SCSI target ID which this array disk is assigned. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.18 + + +current + + +The size in bytes of the used space on the array disk +that is smaller than a megabyte. This size plus the +arrayDiskUsedSpaceInMB is the total amount of used space +on the array disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.17 + + +current + + +The amount in megabytes of the used space on the array +disk. If this size is 0, it is smaller than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.4.1.3 + + +current + + +The array disk's manufacturer's name. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.7 + + +current + + +The number of charges that have been applied to the battery. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.6 + + +current + + +The status of the battery itself without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.16.1.2 + + +current + + +The name of the battery in this connection as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.16.1.3 + + +current + + +The instance number in the batteryTable of the battery in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.16.1.4 + + +current + + +The name of the controller as represented in Storage Management +to which this battery belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.16.1.5 + + +current + + +The instance number of the controller in the controllerTable +to which this battery belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.16.1 + + +current + + +An entry in the Battery Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.16.1.1 + + +current + + +Instance number of this battery connection entry. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.16 + + +current + + +A table of the connections between each +battery on the managed node and its controller. +Each controller number in the table corresponds to that +controller instance in the Controller Table. + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.15.1 + + +current + + +An entry in the Battery table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.12 + + +current + + +Specifies the learn state activity of the battery. +Possible values: +1 : Failed +2 : Active +4 : Timed out +8 : Requested +16: Idle + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.8 + + +current + + +The maximum number of charges that can be applied to the battery. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.14 + + +current + + +The maximum amount of time (in hours) that the battery learn cycle can be delayed. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.2 + + +current + + +The battery's name as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.11 + + +current + + +Time next learn cycle must be executed (in hours.) + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.9 + + +current + + +Durable unique ID for this battery. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.1 + + +current + + +Instance number of this battery entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.10 + + +current + + +This property displays the battery's ability to be charged. +Possible values: +1: Failed - The battery cannot be charged and needs to be replaced. +2: Ready - The battery can be charged to full capacity. +4: Unknown - The battery is completing a Learn cycle. The charge capacity of the battery cannot be determined until the Learn cycle is complete. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.5 + + +current + + +Severity of the battery state. +This is the combined status of the battery and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.4 + + +current + + +Current state of battery. +Possible values: + 0: Unknown + 1: Ready + 2: Failed + 6: Degraded + 7: Reconditioning + 9: High +10: Low Power +12: Charging +21: Missing +36: Learning + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.15 + + +current + + +A table of managed Batteries. The number of +entries is related to number of Batteries +discovered in the system. The maximum number of entries +is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.15.1.3 + + +current + + +The battery's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.11 + + +current + + +The bus type of the channel. +Possible values: +1: SCSI +2: IDE +3: Fibre Channel +4: SSA +6: USB +7: SATA +8: SAS + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.8 + + +current + + +The status of the channel itself with out without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.10 + + +current + + +The data rate (SCSI speed) of the channel. Example: Ultra 320M SCSI + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.2.1 + + +current + + +An entry in the channel table. A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.2 + + +current + + +The name of the channel as represented in Storage Management. +The name will include the word channel and the instance. +For example: Channel 1 + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.9 + + +current + + +Durable unique ID for this channel. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.1 + + +current + + +Instance number of this channel entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.7 + + +current + + +Severity of the channel state. +This is the combined status of the channel and its +components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.6 + + +current + + +The SCSI ID of the controller to which the channel belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.4 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.3 + + +current + + +The current condition of the channel. +Possible states: +0: Unknown +1: Ready - The I/O has resumed. +2: Failed +3: Online +4: Offline - The I/O has paused. +6: Degraded + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.2 + + +current + + +A table of controller channels. The number of entries is +related to the number of channels supported by a RAID +controller. Perc2 RAID controller supports a max of 4 +channels per controller. The maximum number of entries is +implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.2.1.5 + + +current + + +The type of SCSI termination on this channel. +Termination is required for proper operation of this channel. + +1: Wide Termination (16 bit) +2: Narrow Termination (8 bit) +3: Not Terminated + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.40 + + +current + + +State, or setting for the controller's alarm. +Possible values: +1: Enabled +2: Disabled +3: Not Applicable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.50 + + +current + + +The rate for background initialization on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.36 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.25 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.23 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.24 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.21 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.20 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.19 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.34 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.22 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.32 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.30 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.31 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.28 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.27 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.26 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.35 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.29 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.10 + + +current + + +The controller's current amount of cache memory that is less than a megabyte. This combined with the +controllerCacheSizeInMB will be the total amount of memory. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.9 + + +current + + +The controller's current amount of cache memory in megabytes. +If this size is 0, it is less than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.47 + + +current + + +Number of channels on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.51 + + +current + + +The rate for check consistency on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.43 + + +current + + +Identifies if the controller is in cluster mode. +Possible values: +1 : Enabled +2 : Disabled +3 : Active (enabled and active) +99: Not Applicable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.38 + + +current + + +The status of the controller itself without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.17 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.41 + + +current + + +Currently installed driver version for this controller. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.1.1 + + +current + + +An entry in the table of RAID controllers. A row in this table cannot +be created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.8 + + +current + + +The controller's current firmware version. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.18 + + +current + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.14 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.12 + + +current + + +Number of virtual disks on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.16 + + +current + + +Size of memory on the controller that is less than a megabyte. This combined with the controllerMemorySizeInMB +will be the total size of the memory. This attribute is only supported on Adaptec controllers. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.15 + + +current + + +Size of memory in megabytes on the controller. If this size is 0, it is less than a megabyte. This attribute is only supported on Adaptec controllers. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.45 + + +current + + +The minimum driver version for Storage Management to support the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.44 + + +current + + +The minimum firmware version for Storage Management to support the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.2 + + +current + + +The name of the controller in this subsystem as represented in Storage Management. +Includes the controller type and instance. +For example: Perc3/QC 1. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.39 + + +current + + +Durable unique ID for this controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.33 + + +obsolete + + +This entry is obsolete. +Fibre channel is not supported in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.1 + + +current + + +Instance number of this controller entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.42 + + +current + + +The PCI slot number or embedded number for controllers on the motherboard. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.13 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.54 + + +current + + +The number of times Patrol Read has been run on this controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.52 + + +current + + +Identifies the patrol read mode. +Possible values: +1: Automatic (enabled) +2: Manual (enabled) +3: Disabled + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.49 + + +current + + +The rate for patrol read on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.53 + + +current + + +The state of the patrol read. +1: Stopped - not running +2: Ready - ready to start +4: Active - is running +8: Aborted - has aborted + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.11 + + +current + + +Number of physical devices on the controller channel including both disks and the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.7 + + +current + + +The percent of the compute cycles dedicated to rebuilding +failed array disks. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.48 + + +current + + +The rate for reconstruct on the controller. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.37 + + +current + + +Severity of the controller state. +This is the combined status of the controller and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.46 + + +current + + +The SCSI ID of the initiator. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.6 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.5 + + +current + + +The current condition of the controller's subsystem +(which includes any devices connected to it.) +Possible states: +0: Unknown +1: Ready +2: Failed +3: Online +4: Offline +6: Degraded + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.1 + + +current + + +A table of managed RAID controllers. The number of entries +is related to number of RAID controllers discovered in the +system. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.4 + + +current + + +The type of this controller: +1: SCSI +2: PV660F +3: PV662F +4: IDE (Integrated/Intelligent Drive Electronics) +5: SATA (Serial Advanced Technology Attachment) +6: SAS (Serial Attached SCSI) + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.1.1.3 + + +current + + +The controller's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.7 + + +current + + +0200.0007 Current status of object causing the alert, if applicable. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674 + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.100.2 + + +current + + +A short description of this management software. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.2 + + +current + + +0200.0002 Storage Management event message text describing the alert. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.100.1 + + +current + + +Name of this management software for display purposes. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.20 + + +current + + +The current status of the enclosure's alarm (PV220S, and PV221S only.) +Possible values: +1: Disabled +2: Enabled + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.10 + + +current + + +User definable asset name of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.9 + + +current + + +User definable asset tag for the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.21 + + +current + + +The part number of the enclosure's backplane. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.19 + + +current + + +The channel number, or bus, to which the enclosure is connected. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.24 + + +current + + +The status of the enclosure itself without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.18 + + +current + + +The current configuration of the enclosure's backplane. +Possible values: +1: Joined +2: Split Bus +3: Clustered +4: Unified + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.14 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.15 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.3.1 + + +current + + +An entry in the Enclosure table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.26 + + +current + + +The firmware version of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.6 + + +current + + +The SCSI address of the processor. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.13 + + +obsolete + + +This entry is obsolete for Storage Management. +Refer to enclosureFirmwareVersion for the firmware version of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.11 + + +current + + +The status of the enclosure management module itself +without the propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.14.1.2 + + +current + + +The name of the enclosure management module in this +connection as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.14.1.3 + + +current + + +The instance number of the enclosure management module in +the enclosureManagementModuleTable in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.14.1.4 + + +current + + +The name of the enclosure as represented in Storage Management +to which this enclosure management module belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.14.1.5 + + +current + + +The instance number of the enclosure in the enclosureTable +to which this enclosure management module belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.14.1 + + +current + + +An entry in the Enclosure Management Module Connection table . A row in this +table cannot be created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.14.1.1 + + +current + + +Instance number of this enclosure management module +connection entry. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.14 + + +current + + +A table of the connections between each enclosure management module +on the managed node and its enclosure. Each enclosure +number in the table corresponds to that enclosure instance +in the Enclosure Table. + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.13.1 + + +current + + +An entry in the Enclosure Management Module table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.8 + + +current + + +Firmware version of the enclosure memory module. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.9 + + +current + + +The maximum bus speed of the enclosure management module. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.2 + + +current + + +Name of this enclosure memory module as represented in +Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.12 + + +current + + +Durable unique ID for this EMM. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.1 + + +current + + +Instance number of this enclosure memory module entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.6 + + +current + + +The part number of the enclosure memory module. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.13 + + +current + + +The revision number of the enclosure management module. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.10 + + +current + + +Severity of the enclosure management module state. +This is the combined status of the EMM and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.4 + + +current + + +The current condition of the enclosure management +module. +Possible states: +0: Unknown +1: Ready +2: Failed +3: Online +4: Offline +5: Not Installed +6: Degraded +21: Missing + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.13 + + +current + + +A table of managed Enclosure Management Modules. The number of +entries is related to number of Enclosure Management Modules +discovered in the system. The maximum number of entries +is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.7 + + +current + + +The type of the enclosure management module. +Possible values: +0: Unknown +1: EMM +2: Termination Card + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.13.1.3 + + +current + + +The management module's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.2 + + +current + + +The enclosure's name as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.25 + + +current + + +Durable unique ID for this enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.1 + + +current + + +Instance number of the enclosure entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.28 + + +current + + +The part number of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.17 + + +current + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.7 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.12 + + +current + + +The enclosure's product identification. This also corresponds to the enclosure type. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.23 + + +current + + +Severity of the enclosure state. +This is the combined status of the enclosure and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.30 + + +current + + +The specified SAS address if this is a SAS enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.22 + + +current + + +The SCSI ID of the controller to which this enclosure is attached. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.27 + + +current + + +Actual SCSI rate in the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.29 + + +current + + +Serial number of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.8 + + +current + + +Enclosure identification used when consulting customer support. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.11 + + +current + + +The enclosure's split bus part number. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.4 + + +current + + +The current condition of the enclosure +(which includes any devices connected to it.) +Possible states: +0: Unknown +1: Ready +2: Failed +3: Online +4: Offline +6: Degraded + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.3 + + +current + + +A table of managed Enclosures. The number of entries is +related to number of enclosures discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.16 + + +current + + +The type of this enclosure. +Possible values: +1: Internal +2: Dell PV200S (PV201S) +3: Dell PV210S (PV211S) +4: Dell PV220S (PV221S) +5: Dell PV660F +6: Dell PV224F +7: Dell PV660F / PV224F +8: Dell MD1000 +9: Dell MD1120 + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.3.1.3 + + +current + + +The enclosure's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.12 + + +current + + +The part number of the fan in the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.13 + + +obsolete + + +This entry is obsolete. This setting is not supported +by fans managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.15 + + +current + + +The status of the fan itself without the +propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.8.1.4 + + +current + + +The name of the enclosure as represented in Storage Management +to which this fan belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.8.1.5 + + +current + + +The instance number of the enclosure in the enclosureTable +to which this fan belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.8.1 + + +current + + +An entry in the Fan Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.8.1.2 + + +current + + +The name of the fan in this connection as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.8.1.3 + + +current + + +The instance number of the fan in the fanTable in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.8.1.1 + + +current + + +Instance number of this fan connection entry. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.8 + + +current + + +A table of the connections between each fan on +the managed node and its enclosure. Each enclosure +number in the table corresponds to that enclosure instance +in the Enclosure Table. + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.7.1 + + +current + + +An entry in the Fan table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.2 + + +current + + +The fan's name as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.16 + + +current + + +Durable unique ID for this fan. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.1 + + +current + + +Instance number of this fan entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.11 + + +current + + +The current speed of the fan. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.10 + + +obsolete + + +This entry is obsolete. This setting is not supported +by fans managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.9 + + +obsolete + + +This entry is obsolete. This setting is not supported +by fans managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.8 + + +obsolete + + +This entry is obsolete. This setting is not supported +by fans managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.7 + + +obsolete + + +This entry is obsolete. This setting is not supported +by fans managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.6 + + +obsolete + + +This entry is obsolete for Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.17 + + +current + + +The revision number of the fan in the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.14 + + +current + + +Severity of the fan state. +This is the combined status of the fan and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.4 + + +current + + +The current condition of the fan. +Possible states: +0: Unknown +1: Ready +2: Failed +3: Online +4: Offline +6: Degraded +21: Missing + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.7 + + +current + + +A table of managed Fans. The number of entries is +related to number of Fans discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.7.1.3 + + +current + + +The fan's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20.110 + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.2 + + +current + + +Global health information for the subsystem managed by +the Storage Management software. This global status is +customized for HP OpenView. Other applications should +refer to the agentSystemGlobalStatus entry in the +globalData object group. + +Possible values: +1: Critical +2: Warning +3: Normal +4: Unknown + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.3 + + +current + + +0200.0003 Additional information identifying the location of the object causing the alert. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20.140 + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.1 + + +current + + +0200.0001 Storage Management alert (event) message number. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.4 + + +current + + +0200.0004 Name of the object as represented in Storage Management causing the alert. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.6 + + +current + + +0200.0006 Durable, unique ID of the object causing the alert. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.5 + + +current + + +0200.0005 MIB OID of the object causing the alert. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20.130 + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.6 + + +current + + +The part number of the power supply of the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.7 + + +obsolete + + +This entry is obsolete. This setting is not supported +by power supplies managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.9 + + +current + + +The status of the power supply itself without the +propegation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.10.1.4 + + +current + + +The name of the enclosure to which this power supply is +connected as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.10.1.5 + + +current + + +The instance number of the enclosure in the enclosureTable +to which this power supply is connected. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.10.1 + + +current + + +An entry in the Power Supply Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.10.1.1 + + +current + + +Instance number of this power supply connection entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.10.1.2 + + +current + + +The name of the power supply in this connection +as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.10.1.3 + + +current + + +This instance number in the powersupplyTable +of the power supply in this connection. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.10 + + +current + + +A table of the connections between each power +supply on the managed node and its enclosure. Each +enclosure number in the table corresponds to that +enclosure instance in the Enclosure Table. + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.9.1 + + +current + + +An entry in the Power Supply table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.2 + + +current + + +The power supply's name as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.10 + + +current + + +Durable unique ID for this power supply. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.1 + + +current + + +Instance number of this power supply entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.11 + + +current + + +The revision number of the power supply in the enclosure. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.8 + + +current + + +Severity of the power supply state. +This is the combined status of the power supply and its +components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.4 + + +current + + +The current condition of the power supply. +Possible states: +0 : Unknown +1 : Ready +2 : Failed +5 : Not Installed +6 : Degraded +11: Removed +21: Missing + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.9 + + +current + + +A table of managed Power Supplies. The number of entries is +related to number of Power Supplies discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.9.1.3 + + +current + + +The power supply's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.200.8 + + +current + + +0200.0008 Previous status of object causing the alert if applicable. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1 + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.5 + + +current + + +Product Description for the Storage Management software. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.3 + + +current + + +Manufacturer information for the Storage Management software. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.4 + + +current + + +Product information for the Storage Management software. + + +readonly + + + + +StorageManagement-MIB + + +scalar + + +1.3.6.1.4.1.674.10893.1.20.1 + + +current + + +Version number of the storage management component of the systems management software. + + +readonly + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893 + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20 + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20.200 + + + + +StorageManagement-MIB + + +node + + +1.3.6.1.4.1.674.10893.1.20.100 + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.12.1.4 + + +current + + +The name of the enclosure as represented in Storage Management +to which this temperature probe belongs. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.12.1.5 + + +current + + +The instance number of the enclosure in the enclosureTable +to which this temperature probe belongs. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.12.1 + + +current + + +An entry in the Temperature Probe Connection table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.12.1.1 + + +current + + +Instance number of this temperature probe connection entry. + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.12 + + +current + + +A table of the connections between each +temperature probe on the managed node and its enclosure. +Each enclosure number in the table corresponds to that +enclosure instance in the Enclosure Table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.12.1.2 + + +current + + +The name of the temperature probe in this connection as +represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.12.1.3 + + +current + + +The instance number in the temperatureTable of the temperature probe in this connection. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.13 + + +current + + +The status of the temperature probe itself without the propagation +of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.11 + + +current + + +The current temperature of this probe. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.130.11.1 + + +current + + +An entry in the Temperature Probe table . A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.10 + + +current + + +The maximum temperature that will force the probe into +an error state. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.9 + + +current + + +The maximum temperature that will force the probe into +a warning state. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.8 + + +current + + +The minimum temperature that will force the probe into +an error state. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.7 + + +current + + +The minimum temperature that will force the probe into +a warning state. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.2 + + +current + + +Name of this temperature probe as represented in Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.14 + + +current + + +Durable unique ID for this temperature probe. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.1 + + +current + + +Instance number of this temperature probe entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.12 + + +current + + +Severity of the temperature probe state. +This is the combined status of the temperature probe +and its components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.4 + + +current + + +The current condition of the temperature probe. +Possible states: +0: Unknown +1: Ready +2: Failed (Minimum Failure Threshold Exceeded, + Maximum Failure Threshold Exceeded) +4: Offline +6: Degraded (Minimum Warning Threshold Exceeded, + Maximum Warning Threshold Exceeded) +9: Inactive +21: Missing + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.130.11 + + +current + + +A table of managed Temperature Probes. The number of entries is +related to number of Temperature Probes discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.6 + + +current + + +The units that will be used to display temperatures for this +temperature probe. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.130.11.1.3 + + +current + + +Temperature probe's (re)seller's name. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.22 + + +current + + +Identifies the type of array (physical) disks used to create the virtual disk. +Possible values: + 1: SAS + 2: SATA + 3: SCSI + 4: IDE +99: Unknown + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.12 + + +current + + +Indicates whether the controller's cache is used when +reading from or writing to a virtual disk. +Possible values: + 1: Direct I/O (LSI) + 2: Cached I/O (LSI) +99: Not applicable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.16 + + +obsolete + + +This entry is obsolete. This property is not supported +by virtual disks managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.20 + + +current + + +The status of the virtual disk itself without +the propagation of any contained component status. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.15 + + +current + + +The portion of the stripe size in bytes that is smaller +than a megabyte. This size plus the virtualDiskCurStripeSizeInMB +is the total stripe size on the virtual disk. +If this size is 0, either the entire size is whole megabytes or it is not applicable. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.14 + + +current + + +The stripe size of this virtual disk in megabytes. If this +size is 0, it is either smaller than a megabyte or not applicable. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.3 + + +current + + +Device name used by this virtual disk's member disks. + + +readonly + + + + +StorageManagement-MIB + + +row + + +1.3.6.1.4.1.674.10893.1.20.140.1.1 + + +current + + +An entry in the Virtual Disk table. A row in this table cannot be +created or deleted by SNMP operations on columns of the table. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.9 + + +obsolete + + +This entry is obsolete. This property is not supported for virtual disks managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.8 + + +obsolete + + +This entry is obsolete. This property is not supported for virtual disks managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.13 + + +current + + +The virtual disk's RAID type. +Currently supported types: + 1: Concatenated + 2: RAID-0 + 3: RAID-1 + 7: RAID-5 + 8: RAID-6 +10: RAID-10 +12: RAID-50 +19: Concatenated RAID 1 +24: RAID-60 + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.7 + + +current + + +The portion of the virtual disk in bytes that is smaller +than a megabyte. This size plus the virtualDiskLengthInMB +is the total size of the virtual disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.6 + + +current + + +The size of this virtual disk in megabytes. If this size +is 0, it is smaller than a megabyte. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.18 + + +obsolete + + +This entry is obsolete. This property is not supported +by virtual disks managed under Storage Management. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.2 + + +current + + +The virtual disk's label generated by Storage Management or entered +by the user. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.21 + + +current + + +Durable unique ID for this virtual disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.1 + + +current + + +Instance number of this virtual disk entry. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.11 + + +current + + +Indicates whether the controller's read cache will be used +when reading from a virtual disk. +Possible values: +1: Enabled - Adaptec Read Cache Enabled +2: Disabled - Adaptec Read Cache Disabled +3: LSI Read Ahead +4: LSI Adaptive Read Ahead +5: LSI No Read Ahead + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.19 + + +current + + +Severity of the virtual disk state. +This is the combined status of the virtual disk and its +components. +Possible values: +1: Other +2: Unknown +3: OK +4: Non-critical +5: Critical +6: Non-recoverable + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.5 + + +obsolete + + +This entry is obsolete for Storage Management. +It was replaced with RollUpStatus and ComponentStatus for each device. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.4 + + +current + + +The current condition of this virtual disk +(which includes any member array disks.) +Possible states: + 0: Unknown + 1: Ready - The disk is accessible and has no known problems. + 2: Failed - Access has been lost to the data or is about to be lost. + 3: Online + 4: Offline - The disk is not accessible. The disk may be corrupted or intermittently unavailable. + 6: Degraded - The data on the virtual disk is no longer fault tolerant because one of the underlying disks is not online. +15: Resynching +16: Regenerating +24: Rebuilding +26: Formatting +32: Reconstructing +35: Initializing +36: Background Initialization +38: Resynching Paused +52: Permanently Degraded +54: Degraded Redundancy + + +readonly + + + + +StorageManagement-MIB + + +table + + +1.3.6.1.4.1.674.10893.1.20.140.1 + + +current + + +A table of managed Virtual Disks. The number of entries is related +to number of Virtual Disks discovered in the system. +The maximum number of entries is implementation dependent. +Note: The properties in this table may not be applicable to all entries. + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.17 + + +current + + +Unique ID for the virtual disk. + + +readonly + + + + +StorageManagement-MIB + + +column + + +1.3.6.1.4.1.674.10893.1.20.140.1.1.10 + + +current + + +Indicates whether the controller's write cache will be used +when writing to a virtual disk. +Possible values: +1: Enabled - Adaptec Write Cache Enabled Protected +2: Disabled - Adaptec Write Cache Disabled +3: LSI Write Back +4: LSI Write Through +5: Enabled Always - Adaptec only +6: Enabled Always - SAS only + + +readonly + + + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.904 + + +current + + +Array disk failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.901 + + +current + + +Array disk information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.905 + + +current + + +Array disk is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.902 + + +current + + +Array disk has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.903 + + +current + + +Array disk warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1154 + + +current + + +Battery failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1151 + + +current + + +Battery information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1155 + + +current + + +Battery is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1152 + + +current + + +Battery has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1153 + + +current + + +Battery warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.804 + + +current + + +Channel failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.801 + + +current + + +Channel information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.805 + + +current + + +Channel is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.802 + + +current + + +Channel has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.803 + + +current + + +Channel warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.754 + + +current + + +Controller failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.751 + + +current + + +Controller information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.755 + + +current + + +Controller is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.752 + + +current + + +Controller has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.753 + + +current + + +Controller warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.954 + + +current + + +EMM failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.951 + + +current + + +EMM information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.955 + + +current + + +EMM is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.952 + + +current + + +EMM has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.953 + + +current + + +EMM warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.854 + + +current + + +Enclosure failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.851 + + +current + + +Enclosure information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.855 + + +current + + +Enclosure is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.852 + + +current + + +Enclosure has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.853 + + +current + + +Enclosure warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1104 + + +current + + +Fan failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1101 + + +current + + +Fan information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1105 + + +current + + +Fan is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1102 + + +current + + +Fan has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1103 + + +current + + +Fan warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1004 + + +current + + +Power supply failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1001 + + +current + + +Power supply information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1005 + + +current + + +Power supply is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1002 + + +current + + +Power supply has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1003 + + +current + + +Power supply warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1305 + + +current + + +Redundancy has been degraded. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1306 + + +current + + +Redundancy has been lost. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1304 + + +current + + +Redundancy has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.104 + + +current + + +Storage Management has detected a device independent error condition. +There is no global status change associated with this trap. + + +{'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.101 + + +current + + +Storage Management Information +There is no global status change associated with this trap. + + +{'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.105 + + +current + + +Storage Management has detected a device independent non-recoverable condition. +There is no global status change associated with this trap. + + +{'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.102 + + +current + + +There is no global status change associated with this trap. + + +{'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.103 + + +current + + +Storage Management has detected a device independent warning condition. +There is no global status change associated with this trap. + + +{'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1054 + + +current + + +Temperature probe failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1051 + + +current + + +Temperature probe information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1055 + + +current + + +Temperature probe is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1052 + + +current + + +Temperature probe has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1053 + + +current + + +Temperature probe warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1204 + + +current + + +Virtual disk failure. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1201 + + +current + + +Virtual disk information. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1205 + + +current + + +Virtual disk is non-recoverable. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1202 + + +current + + +Virtual disk has returned to normal. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + +StorageManagement-MIB + + +notification + + +1.3.6.1.4.1.674.10893.1.20.200.0.1203 + + +current + + +Virtual disk warning. + + +{'previousStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectOIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'descriptionEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'locationEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNameEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'messageIDEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'currentStatusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}, 'objectNexusEvent': {'nodetype': 'object', 'module': 'StorageManagement-MIB'}} + + + + + diff --git a/ZenPacks/community/DellSNMPTransforms/skins/ZenPacks.community.DellSNMPTransforms/placeholder.txt b/ZenPacks/community/DellSNMPTransforms/skins/ZenPacks.community.DellSNMPTransforms/placeholder.txt new file mode 100644 index 0000000..e69de29 diff --git a/ZenPacks/community/DellSNMPTransforms/tests/__init__.py b/ZenPacks/community/DellSNMPTransforms/tests/__init__.py new file mode 100644 index 0000000..f8927bd --- /dev/null +++ b/ZenPacks/community/DellSNMPTransforms/tests/__init__.py @@ -0,0 +1,12 @@ +# ########################################################################## +# +# This program is part of Zenoss Core, an open source monitoring platform. +# Copyright (C) 2008, Zenoss Inc. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 2 as published by +# the Free Software Foundation. +# +# For complete information please visit: http://www.zenoss.com/oss/ +# +# ########################################################################## diff --git a/ZenPacks/community/__init__.py b/ZenPacks/community/__init__.py new file mode 100644 index 0000000..de40ea7 --- /dev/null +++ b/ZenPacks/community/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..459c4a7 --- /dev/null +++ b/setup.py @@ -0,0 +1,71 @@ +################################ +# These variables are overwritten by Zenoss when the ZenPack is exported +# or saved. Do not modify them directly here. +# NB: PACKAGES is deprecated +NAME = "ZenPacks.community.DellSNMPTransforms" +VERSION = "1.0" +AUTHOR = "Josh Baird" +LICENSE = "" +NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.community'] +PACKAGES = ['ZenPacks', 'ZenPacks.community', 'ZenPacks.community.DellSNMPTransforms'] +INSTALL_REQUIRES = [] +COMPAT_ZENOSS_VERS = ">=2.2" +PREV_ZENPACK_NAME = "" +# STOP_REPLACEMENTS +################################ +# Zenoss will not overwrite any changes you make below here. + +from setuptools import setup, find_packages + +setup( + # This ZenPack metadata should usually be edited with the Zenoss + # ZenPack edit page. Whenever the edit page is submitted it will + # overwrite the values below (the ones it knows about) with new values. + name = NAME, + version = VERSION, + author = AUTHOR, + license = LICENSE, + + # This is the version spec which indicates what versions of Zenoss + # this ZenPack is compatible with + compatZenossVers = COMPAT_ZENOSS_VERS, + + # previousZenPackName is a facility for telling Zenoss that the name + # of this ZenPack has changed. If no ZenPack with the current name is + # installed then a zenpack of this name if installed will be upgraded. + prevZenPackName = PREV_ZENPACK_NAME, + + # Indicate to setuptools which namespace packages the zenpack + # participates in + namespace_packages = NAMESPACE_PACKAGES, + + # Tell setuptools what packages this zenpack provides. + packages = find_packages(), + + # Tell setuptools to figure out for itself which files to include + # in the binary egg when it is built. + include_package_data = True, + + # The MANIFEST.in file is the recommended way of including additional files + # in your ZenPack. package_data is another. + package_data = { + '':['../COPYRIGHT.txt','../LICENSE.txt'] + }, + + # Indicate dependencies on other python modules or ZenPacks. This line + # is modified by zenoss when the ZenPack edit page is submitted. Zenoss + # tries to put add/delete the names it manages at the beginning of this + # list, so any manual additions should be added to the end. Things will + # go poorly if this line is broken into multiple lines or modified to + # dramatically. + install_requires = INSTALL_REQUIRES, + + # Every ZenPack egg must define exactly one zenoss.zenpacks entry point + # of this form. + entry_points = { + 'zenoss.zenpacks': '%s = %s' % (NAME, NAME), + }, + + # All ZenPack eggs must be installed in unzipped form. + zip_safe = False, +)