From 00bcee3bd2018c5b1e0e051b11d418bd5c6d132f Mon Sep 17 00:00:00 2001 From: Evan Dent Date: Wed, 4 Sep 2019 05:04:56 +0930 Subject: [PATCH] Added Additional support for Dell CMC (#10571) * Uploading snmpsim * Updated YAML * uploaded rac mib * Update drac.json --- includes/definitions/discovery/drac.yaml | 47 +- mibs/dell/DELL-RAC-MIB | 3406 +++++++++++++++++++++- tests/data/drac.json | 912 +++++- tests/snmpsim/drac.snmprec | 1179 ++++++++ 4 files changed, 5429 insertions(+), 115 deletions(-) diff --git a/includes/definitions/discovery/drac.yaml b/includes/definitions/discovery/drac.yaml index 05ee26e8f6..ddc03abb68 100644 --- a/includes/definitions/discovery/drac.yaml +++ b/includes/definitions/discovery/drac.yaml @@ -170,7 +170,52 @@ modules: - { value: 4, descr: nonCritical, graph: 1, generic: 1 } - { value: 5, descr: critical, graph: 1, generic: 2 } - { value: 6, descr: nonRecoverable, graph: 1, generic: 2 } - + - + oid: DELL-RAC-MIB::physicalDiskTable + value: physicalDiskState + num_oid: '.1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.{{ $index }}' + descr: '{{ $physicalDiskName }} State' + index: 'physicalDiskStatus.{{ $index }}' + states: + - { value: 1, descr: unknown, graph: 1, generic: 3 } + - { value: 2, descr: ready, graph: 1, generic: 0 } + - { value: 3, descr: online, graph: 1, generic: 0 } + - { value: 4, descr: foreign, graph: 1, generic: 1 } + - { value: 5, descr: offline, graph: 1, generic: 2 } + - { value: 6, descr: blocked, graph: 1, generic: 2} + - { value: 7, descr: failed, graph: 1, generic: 2 } + - { value: 8, descr: nonraid, graph: 1, generic: 0 } + - { value: 9, descr: nonrecoverable, graph: 1, generic: 2 } + - { value: 10, descr: readonly, graph: 1, generic: 0 } + - + oid: DELL-RAC-MIB::controllerTable + value: controllerComponentStatus + num_oid: '.1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.38.{{ $index }}' + descr: '{{ $controllerName }} {{ $controllerDisplayName }} State' + index: 'controllerComponentStatus.{{ $index }}' + states: + - { value: 1, descr: other, graph: 1, generic: 3 } + - { value: 2, descr: unknown, graph: 1, generic: 3 } + - { value: 3, descr: ok, graph: 1, generic: 0 } + - { value: 4, descr: nonCritical, graph: 1, generic: 1 } + - { value: 5, descr: critical, graph: 1, generic: 2 } + - { value: 6, descr: nonrecoverable, graph: 1, generic: 2} + - + oid: drsCMCServerTable + value: drsServerMonitoringCapable + num_oid: '.1.3.6.1.4.1.674.10892.2.5.1.1.2.{{ $index }}' + descr: 'Slot {{ $drsServerSlotNumber }} {{ $drsServerSlotName }} {{ $drsServerModel }} State' + index: 'drsServerMonitoringCapable.{{ $index }}' + skip_values: + - + oid: drsServerSlotName + op: '==' + value: 'N/A' + states: + - { value: 1, descr: absent, graph: 1, generic: 0 } + - { value: 2, descr: none, graph: 1, generic: 0 } + - { value: 3, descr: basic, graph: 1, generic: 0 } + - { value: 4, descr: off l, graph: 1, generic: 1 } temperature: data: - diff --git a/mibs/dell/DELL-RAC-MIB b/mibs/dell/DELL-RAC-MIB index ef9e2bd693..dd2f0311f9 100644 --- a/mibs/dell/DELL-RAC-MIB +++ b/mibs/dell/DELL-RAC-MIB @@ -1,10 +1,19 @@ -- --- Dell Remote Access Controller (RAC) Management Information Base --- Copyright (c) 2013 Dell Inc +-- Dell Remote Access Controller (RAC) and Chassis Management Controller (CMC) +-- Management Information Base -- --- Last Changed Revision: 15 --- Last Changed Date: 2013-08-29 12:25:06 -0500 (Thu, 29 Aug 2013) --- Text Last Updated: 2013-08-29 12:25:06 -0500 (Thu, 29 Aug 2013) +-- This MIB is the legacy iDRAC MIB. Changes are no longer made to this MIB +-- for iDRACs. iDRACs don't support all of the objects and traps defined +-- in this MIB. There is a new and more extensive iDRAC MIB available for +-- newer iDRACs (iDRAC7 and newer). +-- +-- This MIB is also the CMC MIB. Changes are made to this MIB only for CMCs now. +-- +-- Copyright (c) 2017 Dell Inc. +-- +-- Last Changed Revision: 19 +-- Last Changed Date: 2017-07-13 03:46:06 -0530 (Thu, 13 Jul 2017) +-- Text Last Updated: 2017-07-13 03:46:06 -0530 (Thu, 13 Jul 2017) -- DELL-RAC-MIB DEFINITIONS ::= BEGIN @@ -40,8 +49,12 @@ IMPORTS drac5MC(7), -- Drac 5/MC cmc(8), -- CMC idrac(9), -- iDRAC + idrac7monolithic(16), -- iDRAC7 Monolithic + idrac7modular(17), -- iDRAC7 Modular vrtxCMC(18), -- VRTX CMC - fx2CMC(19) -- FX2 Family CMC + fx2CMC(19), -- FX2 Family CMC + idrac8monolithic(32), -- iDRAC8 Monolithic + idrac8modular(33) -- iDRAC8 Modular } DellStatus ::= INTEGER @@ -119,6 +132,23 @@ IMPORTS off(4) -- server is powered off } + DellCMCServerStorageMode ::= INTEGER + { + notApplicable(1), -- not applicable to server + joined(2), -- storage mode is Joined + splitDualHost(3), -- storage mode is Split Dual Host + splitSingleHost(4), -- storage mode is Split Single Host + unknown(99) -- storage mode is unknown + } + + DellCMCServerIntrusionState ::= INTEGER + { + notApplicable(1), -- not applicable to server + closed(2), -- intrusion state is Closed + open(3), -- intrusion state is Open + unknown(99) -- intrusion state is unknown + } + -- MIB Objects and Tables -------------------------------------------------------- @@ -171,14 +201,50 @@ IMPORTS DrsCMCServerTableEntry ::= SEQUENCE { - drsServerIndex DellCMCServerIndexRange, - drsServerMonitoringCapable DellCMCServerCapable, + drsServerIndex DellCMCServerIndexRange, + drsServerMonitoringCapable DellCMCServerCapable, drsServerServiceTag DellString, - drsServerSlotName DellString, + drsServerSlotName DellString, drsServerSlotNumber DellString, - drsServerNodeID DellString + drsServerNodeID DellString, + drsServerModel DellString, + drsServerAssetTag DellString, + drsServerNumStorageControllers INTEGER, + drsServerStorageMode DellCMCServerStorageMode, + drsServerIntrusionState DellCMCServerIntrusionState, + drsServerAssignedServerSlots DellString } +-- Storage details start +storageDetailsGroup OBJECT IDENTIFIER ::= { drsOutofBandGroup 6 } +software OBJECT IDENTIFIER ::= { storageDetailsGroup 1 } +storageManagement OBJECT IDENTIFIER ::= { software 20 } +physicalDevices OBJECT IDENTIFIER ::= { storageManagement 130 } +logicalDevices OBJECT IDENTIFIER ::= { storageManagement 140 } + + +------------------------------------------------------------------------------ +-- Textual Conventions +------------------------------------------------------------------------------ + +FQDDString ::= DisplayString (SIZE (0..512)) + +ObjectStatusEnum ::= INTEGER { + other(1), -- the status of the object is not one of the + -- following: + unknown(2), -- the status of the object is unknown + -- (not known or monitored) + ok(3), -- the status of the object is ok + nonCritical(4), -- the status of the object is warning, non-critical + critical(5), -- the status of the object is critical (failure) + nonRecoverable(6) -- the status of the object is non-recoverable (dead) +} +BooleanType ::= INTEGER (0..1) -- 0 = FALSE, 1 = TRUE + + +-- Storage details end + + drsCMCAlertGroup OBJECT IDENTIFIER ::= { drsOutofBandGroup 20 } drsChassisAlertVariables OBJECT IDENTIFIER ::= { drsCMCAlertGroup 10 } drsCMCAlert2Group OBJECT IDENTIFIER ::= { drsOutofBandGroup 21 } @@ -912,6 +978,2825 @@ IMPORTS for the server." ::= { drsCMCServerTableEntry 6 } + drsServerModel OBJECT-TYPE + SYNTAX DellString + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0007 This attribute defines the Model + of the CMC server." + ::= { drsCMCServerTableEntry 7 } + + drsServerAssetTag OBJECT-TYPE + SYNTAX DellString + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0008 This attribute defines the Asset Tag + of the CMC server." + ::= { drsCMCServerTableEntry 8 } + + drsServerNumStorageControllers OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0009 This attribute defines the number of + storage controllers on the storage sled. The value + will be zero if this is not a storage sled." + ::= { drsCMCServerTableEntry 9 } + + drsServerStorageMode OBJECT-TYPE + SYNTAX DellCMCServerStorageMode + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0010 This attribute defines the Storage + Mode of the storage sled." + ::= { drsCMCServerTableEntry 10 } + + drsServerIntrusionState OBJECT-TYPE + SYNTAX DellCMCServerIntrusionState + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0011 This attribute defines the Intrusion + State of the CMC server if supported by the server." + ::= { drsCMCServerTableEntry 11 } + + drsServerAssignedServerSlots OBJECT-TYPE + SYNTAX DellString + ACCESS read-only + STATUS mandatory + DESCRIPTION "0005.0001.0001.0012 This attribute defines the the server + slots to which a storage sled is assigned. If this is + a storage sled that is assigned to one more or more + server slots, the value will be a comma-separated list + of one or more server slot names. If the storage sled + is not assigned to a server slot, the value will be an + empty string. If this is not a storage sled, the value + will be N/A." + ::= { drsCMCServerTableEntry 12 } + +------------------------------------------------------------------------------- +-- Storage Details Group +-- +-- OID Format: 1.3.6.1.4.1.674.10892.5.5 +------------------------------------------------------------------------------- + + +------------------------------------------------------------------------------- +-- Battery Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.15.1.. +------------------------------------------------------------------------------- + +BatteryTableEntry ::=SEQUENCE { + batteryNumber INTEGER, + batteryState INTEGER, + batteryComponentStatus ObjectStatusEnum, + batteryPredictedCapacity INTEGER, + batteryFQDD DisplayString, + batteryDisplayName DisplayString +} + +batteryTable OBJECT-TYPE + SYNTAX SEQUENCE OF BatteryTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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. + " + ::= { physicalDevices 15 } + +batteryTableEntry OBJECT-TYPE + SYNTAX BatteryTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "An entry in the battery table. A row in this table cannot be + created or deleted by SNMP operations on columns of the table. + " + INDEX { batteryNumber } + ::= { batteryTable 1 } + +batteryNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this battery entry. + " + ::= { batteryTableEntry 1 } + +batteryState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + degraded(4), + missing(5), + charging(6), + belowThreshold(7) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Current state of battery. + Possible values: + 1: The current state could not be determined. + 2: The battery is operating normally. + 3: The battery has failed and needs to be replaced. + 4: The battery temperature is high or charge level is depleting. + 5: The battery is missing or not detected. + 6: The battery is undergoing the re-charge phase. + 7: The battery voltage or charge level is below the threshold. + " + ::= { batteryTableEntry 4 } + +batteryComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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" + ::= { batteryTableEntry 6 } + +batteryPredictedCapacity OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + failed(2), + ready(3) + } + ACCESS read-only + STATUS obsolete + DESCRIPTION + "This entry is obsolete. Use the batteryComponentStatus or + batteryState instead. + " + ::= { batteryTableEntry 10 } + +batteryFQDD OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The battery's Fully Qualified Device Descriptor (FQDD) as + represented in Storage Management. + " + ::= { batteryTableEntry 20 } + +batteryDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The battery's friendly FQDD as represented in Storage Management." + ::= { batteryTableEntry 21 } + + + + +------------------------------------------------------------------------------- +-- Controller Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.. +------------------------------------------------------------------------------- + +ControllerTableEntry ::=SEQUENCE { + controllerNumber INTEGER, + controllerName DisplayString, + controllerRebuildRate INTEGER, + controllerFWVersion DisplayString, + controllerCacheSizeInMB INTEGER, + controllerRollUpStatus ObjectStatusEnum, + controllerComponentStatus ObjectStatusEnum, + controllerDriverVersion DisplayString, + controllerPCISlot DisplayString, + controllerReconstructRate INTEGER, + controllerPatrolReadRate INTEGER, + controllerBGIRate INTEGER, + controllerCheckConsistencyRate INTEGER, + controllerPatrolReadMode INTEGER, + controllerPatrolReadState INTEGER, + controllerPersistentHotSpare BooleanType, + controllerSpinDownUnconfiguredDrives BooleanType, + controllerSpinDownHotSpareDrives BooleanType, + controllerSpinDownTimeInterval INTEGER, + controllerPreservedCache BooleanType, + controllerCheckConsistencyMode INTEGER, + controllerCopyBackMode INTEGER, + controllerSecurityStatus INTEGER, + controllerEncryptionKeyPresent BooleanType, + controllerEncryptionCapability INTEGER, + controllerLoadBalanceSetting INTEGER, + controllerMaxCapSpeed INTEGER, + controllerSASAddress DisplayString, + controllerFQDD FQDDString, + controllerDisplayName DisplayString, + controllerT10PICapability INTEGER, + controllerRAID10UnevenSpansSupported BooleanType, + controllerEnhancedAutoImportForeignConfigMode INTEGER, + controllerBootModeSupported BooleanType, + controllerBootMode INTEGER, + controllerHighAvailabilityMode INTEGER, + controllerPeerController FQDDString, + controllerEncryptionKeyIdentifier DisplayString +} + +controllerTable OBJECT-TYPE + SYNTAX SEQUENCE OF ControllerTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed RAID controllers. The number of entries + is related to number of RAID controllers 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. + " + ::= { physicalDevices 1 } + +controllerTableEntry OBJECT-TYPE + SYNTAX ControllerTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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." + INDEX { controllerNumber } + ::= { controllerTable 1 } + +controllerNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this controller entry." + ::= { controllerTableEntry 1 } + + +controllerName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's name as represented in Storage Management. + " + ::= { controllerTableEntry 2 } + +controllerRebuildRate OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The rebuild rate is the percentage of the controller's + resources dedicated to rebuilding a failed disk when a rebuild + is necessary. + " + ::= { controllerTableEntry 7 } + +controllerFWVersion OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's current firmware version. + " + ::= { controllerTableEntry 8 } + +controllerCacheSizeInMB OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's current amount of cache memory in megabytes. + " + ::= { controllerTableEntry 9 } + +controllerRollUpStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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. + " + ::= { controllerTableEntry 37 } + +controllerComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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" + ::= { controllerTableEntry 38 } + +controllerDriverVersion OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Currently installed driver version for this controller on the host. + " + ::= { controllerTableEntry 41 } + +controllerPCISlot OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The PCI slot on the server where the controller is seated. This + data is not reported for embedded or integrated controllers, + " + ::= { controllerTableEntry 42 } + +controllerReconstructRate OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The reconstruct rate is the percentage of the controller's resources + dedicated to reconstructing a disk group after adding a physical disk + or changing the RAID level of a virtual disk residing on the disk + group. + " + ::= { controllerTableEntry 48 } + +controllerPatrolReadRate OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The patrol read rate is the percentage of the controller's + resources dedicated to perform a patrol read on disks participating + in a virtual disk or hot spares. + " + ::= { controllerTableEntry 49 } + +controllerBGIRate OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The background initialization (BGI) rate is the percentage of the + controller's resources dedicated to performing the background + initialization of a redundant virtual disk after it is created. + " + ::= { controllerTableEntry 50 } + +controllerCheckConsistencyRate OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The check consistency rate is the percentage of the + controller's resources dedicated to performing a check consistency + on a redundant virtual disk. + " + ::= { controllerTableEntry 51 } + +controllerPatrolReadMode OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + notSupported(2), + disabled(3), + auto(4), + manual(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Identifies the patrol read mode setting for the controller. + Possible values: + 1: Not one of the following or could not be determined. + 2: Not Supported on this controller. + 3: Disabled. + 4: Automatic. + 5: Manual. + " + ::= { controllerTableEntry 52 } + +controllerPatrolReadState OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + stopped(2), + active(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "This property displays the current state of the patrol read process. + Possible values: + 1: Not one of the following or could not be determined. + 2: Patrol read is not running. + 3: Patrol read is running. + " + ::= { controllerTableEntry 53 } + +controllerPersistentHotSpare OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether hot spare drives would be restored on insertion + into the same slot. + " + ::= { controllerTableEntry 59 } + +controllerSpinDownUnconfiguredDrives OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether un-configured drives would be put in power + save mode by the controller. + " + ::= { controllerTableEntry 60 } + +controllerSpinDownHotSpareDrives OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether hot spare drives would be put in power + save mode by the controller. + " + ::= { controllerTableEntry 61 } + +controllerSpinDownTimeInterval OBJECT-TYPE + SYNTAX INTEGER (30..1440) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The duration in minutes after which, the unconfigured or hot + spare drives will be spun down to power save mode. + " + ::= { controllerTableEntry 62 } + +controllerPreservedCache OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether preserved cache or pinned cache is + present on the controller. + " + ::= { controllerTableEntry 69 } + +controllerCheckConsistencyMode OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + unsupported(2), + normal(3), + stopOnError(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current check consistency mode setting + for the controller. + Possible values: + 1: Not one of the following. + 2: Not supported on this controller. + 3: Normal check consistency operation. + 4: Check consistency operation will stop on encountering + an error. + " + ::= { controllerTableEntry 70 } + +controllerCopyBackMode OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + unsupported(2), + on(3), + onWithSmart(4), + off(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current copy back mode setting + for the controller. + Possible values: + 1: Not one of the following. + 2: Not supported on this controller. + 3: Disks assigned as spares could revert back to spare status. + 4: Data from physical disk participating in a + virtual disk could be automatically copied to the assigned + hot spare in case former has a predictive failure event. + 5: Copyback mode is disabled. + " + ::= { controllerTableEntry 71 } + +controllerSecurityStatus OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + none(2), + lkm(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's current security/encryption status.. + Possible values: + 1: The current status could not be determined. + 2: Controller is not operating in an encryption mode. + 3: Controller is operating in the Local Key Management + (LKM) encryption mode. + " + ::= { controllerTableEntry 72 } + +controllerEncryptionKeyPresent OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether encryption key is assigned for the controller. + " + ::= { controllerTableEntry 73 } + +controllerEncryptionCapability OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + none(2), + lkm(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The type of encryption supported by the controller. + Possible values: + 1: Not one of the following. + 2: No encryption supported, + 3: Local Key Management, + " + ::= { controllerTableEntry 74 } + +controllerLoadBalanceSetting OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + unsupported(2), + auto(3), + none(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The ability of the controller to automatically use both + controller ports (or connectors) connected to the same enclosure in + order to route I/O requests. + Possible values: + 1: Not one of the following. + 2: Not supported. + 3: Automatic load balancing is active. + 4: Load balancing is inactive. + " + ::= { controllerTableEntry 75 } + +controllerMaxCapSpeed OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + oneDotFiveGbps(2), + threeGbps(3), + sixGbps(4), + twelveGbps(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The maximum speed of the controller.in + Gigbits per second (Gbps). + Possible values: + 1: The speed could not be determined. + 2. 1.5 Gbps + 3: 3.0 Gbps + 4: 6.0 Gbps + 5: 12.0 Gbps + " + ::= { controllerTableEntry 76 } + +controllerSASAddress OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The SAS address of the controller. + " + ::= { controllerTableEntry 77 } + +controllerFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's Fully Qualified Device Descriptor (FQDD) as + represented in Storage Management. + " + ::= { controllerTableEntry 78 } + +controllerDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The controller's friendly FQDD as represented in Storage + Management." + ::= { controllerTableEntry 79 } + +controllerT10PICapability OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + capable(2), + notCapable(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the controller supports the T10 PI (Protection + Information). These protection fields are known as DIF + (Data Integrity Fields). + Possible values: + 1: Not one of the following. + 2: Capable of supporting T10 PI. + 3: Not capable of supporting T10 PI. + " + ::= { controllerTableEntry 80 } + +controllerRAID10UnevenSpansSupported OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether uneven spans for RAID 10 virtual disk + is supported on the controller. + " + ::= { controllerTableEntry 81 } + +controllerEnhancedAutoImportForeignConfigMode OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + notSupported(2), + disabled(3), + enabled(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the status of enhanced auto-import of foreign + configuration property of the controller. + 1: Not one of the following. + 2: Not Supported. + 3: Disabled. + 4: Enabled. + " + ::= { controllerTableEntry 82 } + +controllerBootModeSupported OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether headless boot mode settings are supported + on the controller. + " + ::= { controllerTableEntry 83 } + +controllerBootMode OBJECT-TYPE + SYNTAX INTEGER + { + notApplicable(1), + user(2), + contOnError(3), + headlessContOnError(4), + headlessSafe(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the boot mode of the controller. + Possible values: + 1: Not applicable for this controller. + 2: User mode: User interaction required for all boot messages (not + applicable for uEFI environments). + 3: Continue Boot On Error. User interaction only required for + critical messages. + 4: Headless Mode Continue On Error. User interaction is not required. + Controller boot may halt on Error. + 5: Headless Safe Mode. Controller shall boot to safe mode on critical + errors. + " + ::= { controllerTableEntry 84 } + +controllerHighAvailabilityMode OBJECT-TYPE + SYNTAX INTEGER + { + none (1), + faultTolerantActivePassive (2), + faultTolerantActiveActive (3), + degraded (4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the fault-tolerant mode of the controller. + Possible values: + 1: None + 2: Fault Tolerant(Active/Passive) + 3: Fault Tolerant(Active/Active) + 4: Degraded + " + ::= { controllerTableEntry 85 } + +controllerPeerController OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The peer controller's Fully Qualified Device Descriptor (FQDD) as + represented in Storage Management. + " + ::= { controllerTableEntry 86 } + +controllerEncryptionKeyIdentifier OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Displays the encryption security key identifier of the controller, if the + controller is encryption enabled and a security key is configured for the + controller." + ::= { controllerTableEntry 87 } + + + + +------------------------------------------------------------------------------- +-- Physical Disk Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.. +------------------------------------------------------------------------------- + +PhysicalDiskTableEntry ::=SEQUENCE { + physicalDiskNumber INTEGER, + physicalDiskName DisplayString, + physicalDiskManufacturer DisplayString, + physicalDiskState INTEGER, + physicalDiskProductID DisplayString, + physicalDiskSerialNo DisplayString, + physicalDiskRevision DisplayString, + physicalDiskCapacityInMB INTEGER, + physicalDiskUsedSpaceInMB INTEGER, + physicalDiskFreeSpaceInMB INTEGER, + physicalDiskBusType INTEGER, + physicalDiskSpareState INTEGER, + physicalDiskComponentStatus ObjectStatusEnum, + physicalDiskPartNumber DisplayString, + physicalDiskSASAddress DisplayString, + physicalDiskNegotiatedSpeed INTEGER, + physicalDiskCapableSpeed INTEGER, + physicalDiskSmartAlertIndication BooleanType, + physicalDiskManufactureDay DisplayString, + physicalDiskManufactureWeek DisplayString, + physicalDiskManufactureYear DisplayString, + physicalDiskMediaType INTEGER, + physicalDiskPowerState INTEGER, + physicalDiskRemainingRatedWriteEndurance INTEGER, + physicalDiskOperationalState INTEGER, + physicalDiskProgress INTEGER, + physicalDiskSecurityStatus INTEGER, + physicalDiskFormFactor INTEGER, + physicalDiskFQDD FQDDString, + physicalDiskDisplayName DisplayString, + physicalDiskT10PICapability INTEGER, + physicalDiskBlockSizeInBytes INTEGER, + physicalDiskProtocolVersion DisplayString, + physicalDiskPCIeNegotiatedLinkWidth INTEGER, + physicalDiskPCIeCapableLinkWidth INTEGER, + physicalDiskCurrentActiveController FQDDString, + physicalDiskFailoverController FQDDString, + physicalDiskForeignKeyIdentifier DisplayString + } + +physicalDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF PhysicalDiskTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed physical disks. The number of entries is + related to number of physical 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. + " + ::= { physicalDevices 4 } + +physicalDiskTableEntry OBJECT-TYPE + SYNTAX PhysicalDiskTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "An entry in the physical Disk table. A row in this table cannot be + created or deleted by SNMP operations on columns of the table. + " + INDEX { physicalDiskNumber } + ::= { physicalDiskTable 1 } + +physicalDiskNumber OBJECT-TYPE + SYNTAX INTEGER (1..1000000000) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this physical disk entry. + " + ::= { physicalDiskTableEntry 1 } + +physicalDiskName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The physical disk's name as represented in Storage Management. + " + ::= { physicalDiskTableEntry 2 } + +physicalDiskManufacturer OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The name of the physical disk's manufacturer. + " + ::= { physicalDiskTableEntry 3 } + +physicalDiskState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + online(3), + foreign(4), + offline(5), + blocked(6), + failed(7), + nonraid(8), + removed(9), + readonly(10) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this physical disk. + Possible states: + 1: The current state could not be determined. + 2: The physical disk is available for use, but no RAID configuration + has been assigned. + 3: A RAID configuration has been assigned to the physical disk. + 4: The physical disk has been moved from another + controller and contains all or some portion of a virtual disk. + 5: The physical disk is not available to the RAID + controller. + 6: The physical disk is currently blocked by + controller. + 7: The physical disk is not operational. + 8: The physical disk is not a RAID capable disk + 9: The physical disk has been removed. + 10:The physical disk media has been placed in read only mode. + " + ::= { physicalDiskTableEntry 4 } + +physicalDiskProductID OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The model number of the physical disk. + " + ::= { physicalDiskTableEntry 6 } + +physicalDiskSerialNo OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The physical disk's unique identification number + from the manufacturer. + " + ::= { physicalDiskTableEntry 7 } + +physicalDiskRevision OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The firmware version of the physical disk. + " + ::= { physicalDiskTableEntry 8 } + +physicalDiskCapacityInMB OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The size of the physical disk in megabytes. + " + ::= { physicalDiskTableEntry 11 } + +physicalDiskUsedSpaceInMB OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The amount of used space in megabytes on the physical + disk. This is not applicable for NVMe devices. + " + ::= { physicalDiskTableEntry 17 } + +physicalDiskFreeSpaceInMB OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The amount of free space in megabytes on the physical + disk. This is not applicable for NVMe devices. + " + ::= { physicalDiskTableEntry 19 } + +physicalDiskBusType OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + scsi(2), + sas(3), + sata(4), + fibre(5), + pcie(6) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The bus type of the physical disk. + Possible values: + 1: The bus type could not be determined. + 2: Small Computer System Interface (SCSI). + 3: Serial Attached SCSI (SAS). + 4: Serial Advanced Technology Attachment (SATA). + 5: Fibre channel. + 6: PCIe. + " + ::= { physicalDiskTableEntry 21 } + +physicalDiskSpareState OBJECT-TYPE + SYNTAX INTEGER + { + notASpare(1), + dedicatedHotSpare(2), + globalHotSpare(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The status of the disk as a spare. + Possible values: + 1: Physical disk is not a spare. + 2: Physical disk is a dedicated hot spare. + 3: Physical disk is a global hot spare. + " + ::= { physicalDiskTableEntry 22 } + +physicalDiskComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The status of the physical 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 + " + ::= { physicalDiskTableEntry 24 } + +physicalDiskPartNumber OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The part number of the disk. + " + ::= { physicalDiskTableEntry 27 } + +physicalDiskSASAddress OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The SAS address of the physical disk. + " + ::= { physicalDiskTableEntry 28 } + +physicalDiskNegotiatedSpeed OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + oneDotFiveGbps(2), + threeGbps(3), + sixGbps(4), + twelveGbps(5), + fiveGTps(6), + eightGTps(7) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The data transfer speed that the disk negotiated while spinning up + in Gigbits per second (Gbps). + Possible values: + 1: The speed could not be determined. + 2. 1.5 Gbps + 3: 3.0 Gbps + 4: 6.0 Gbps + 5: 12.0 Gbps + 6: 5 GT/s (applicable for NVMe devices). + 7: 8 GT/s (applicable for NVMe devices). + " + ::= { physicalDiskTableEntry 29 } + +physicalDiskCapableSpeed OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + oneDotFiveGbps(2), + threeGbps(3), + sixGbps(4), + twelveGbps(5), + fiveGTps(6), + eightGTps(7) + + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The maximum data transfer speed supported by the disk + in Gigbits per second (Gbps). + Possible values: + 1: The speed could not be determined. + 2. 1.5 Gbps + 3: 3.0 Gbps + 4: 6.0 Gbps + 5: 12.0 Gbps + 6: 5 GT/s (applicable for NVMe devices). + 7: 8 GT/s (applicable for NVMe devices). + " + ::= { physicalDiskTableEntry 30 } + +physicalDiskSmartAlertIndication OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the physical disk has received a predictive + failure alert. + " + ::= { physicalDiskTableEntry 31 } + +physicalDiskManufactureDay OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The day of the week (1=Sunday thru 7=Saturday) + on which the physical disk was manufactured. + " + ::= { physicalDiskTableEntry 32 } + +physicalDiskManufactureWeek OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The week (1 thru 53) in which the physical disk + was manufactured. + " + ::= { physicalDiskTableEntry 33 } + +physicalDiskManufactureYear OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The four digit year in which the physical disk was manufactured. + " + ::= { physicalDiskTableEntry 34 } + +physicalDiskMediaType OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + hdd(2), + ssd(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The media type of the physical disk. + Possible Values: + 1: The media type could not be determined. + 2: Hard Disk Drive (HDD). + 3: Solid State Device (SSD). + " + ::= { physicalDiskTableEntry 35 } + +physicalDiskPowerState OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + spunUp(2), + spunDown(3), + transition(4), + on(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The power state of the physical disk. + Possible Values: + 1: Not one of the following. + 2: The physical disk is in the spun up state. + 3: The physical disk is in the spun down state. + 4: The physical disk is changing from spun down state + to spun up state or vice versa. + 5: The Solid State Device (SSD) is powered on. + " + ::= { physicalDiskTableEntry 42 } + +physicalDiskRemainingRatedWriteEndurance OBJECT-TYPE + SYNTAX INTEGER (0..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "This property is applicable to SSD media type only. This indicates + the wear-out percentage of the SSD. Typically it is a value between + 0 to 100. However, if the value is not available or not applicable + (in the case of HDD media type) the value will be 255. + " + ::= { physicalDiskTableEntry 49 } + +physicalDiskOperationalState OBJECT-TYPE + SYNTAX INTEGER + { + notApplicable(1), + rebuild(2), + clear(3), + copyback(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The state of the physical disk when there are progressive + operations ongoing. + Possible values: + 1: There is no active operation running. + 2: Data from a redundant virtual disk is + currently being rebuilt onto the physical disk. + 3: Data on the disk is being erased. + 4: Data is being copied from a hot spare disk to + the physical disk or vice versa. + " + ::= { physicalDiskTableEntry 50 } + +physicalDiskProgress OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The progress percentage of the operation that is being + performed on the physical disk. This is applicable + only if there is a progressive operations ongoing + " + ::= { physicalDiskTableEntry 51 } + +physicalDiskSecurityStatus OBJECT-TYPE + SYNTAX INTEGER + { + supported(1), + notSupported(2), + secured(3), + locked(4), + foreign(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The security/encryption status of the physical disk. + Possible Values: + 1: The physical disk supports encryption. + 2: The physical disk does not support encryption + 3: The physical disk is encrypted. + 4: The physical disk is locked by a key. + 5: The physical disk is locked by a foreign key. + " + ::= { physicalDiskTableEntry 52 } + +physicalDiskFormFactor OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + oneDotEight(2), + twoDotFive(3), + threeDotFive(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The form factor of the physical disk. + Possible values: + 1: The form factor could not be determined. + 2: 1.8 inch. + 3: 2.5 inch. + 4: 3.5 inch. + " + ::= { physicalDiskTableEntry 53 } + +physicalDiskFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The physical disk's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. + " + ::= { physicalDiskTableEntry 54 } + +physicalDiskDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The physical disk's friendly FQDD as represented in Storage + Management. + " + ::= { physicalDiskTableEntry 55 } + +physicalDiskT10PICapability OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + capable(2), + notCapable(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the physical disk supports the T10 PI (Protection + Information). These protection fields are known as DIF + (Data Integrity Fields). + Possible values: + 1: Not one of the following. + 2: Capable of supporting T10 PI. + 3: Not capable of supporting T10 PI. + " + ::= { physicalDiskTableEntry 57 } + +physicalDiskBlockSizeInBytes OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The block size (in bytes) of the physical disk. This is not + applicable for NVMe devices. + Possible values: + 1: 512. + 2: 4096 + " + ::= { physicalDiskTableEntry 58 } + +physicalDiskProtocolVersion OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Applicable for NVMe devices only. The NVMe protocol version supported + by the device. + " + ::= { physicalDiskTableEntry 59 } + +physicalDiskPCIeNegotiatedLinkWidth OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + notApplicable(2), + byOne(3), + byTwp(4), + byFour(5), + byEight(6), + bySixteen(7), + byThirtyTwp(8) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Applicable for NVMe devices only. The PCIe link width negotiated with the host + during device initialization. + " + ::= { physicalDiskTableEntry 60 } + +physicalDiskPCIeCapableLinkWidth OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + notApplicable(2), + byOne(3), + byTwp(4), + byFour(5), + byEight(6), + bySixteen(7), + byThirtyTwp(8) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Applicable for NVMe devices only. The PCIe link widths the device is capable of + supporting. + " + ::= { physicalDiskTableEntry 61 } + +physicalDiskCurrentActiveController OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the Fully Qualified Device Descriptor (FQDD) of + the current active controller. + " + ::= { physicalDiskTableEntry 62 } + +physicalDiskFailoverController OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the Fully Qualified Device Descriptor (FQDD) of + the failover controller. + " + ::= { physicalDiskTableEntry 63 } + +physicalDiskForeignKeyIdentifier OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Displays the encryption key identifier of the physical disk if it is in + locked or foreign state." + + ::= { physicalDiskTableEntry 64 } + + + +------------------------------------------------------------------------------- +-- Virtual Disk Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.140.1.1.. +------------------------------------------------------------------------------- +VirtualDiskTableEntry ::=SEQUENCE { + virtualDiskNumber INTEGER, + virtualDiskName DisplayString, + virtualDiskState INTEGER, + virtualDiskSizeInMB INTEGER, + virtualDiskWritePolicy INTEGER, + virtualDiskReadPolicy INTEGER, + virtualDiskLayout INTEGER, + virtualDiskStripeSize INTEGER, + virtualDiskComponentStatus ObjectStatusEnum, + virtualDiskBadBlocksDetected BooleanType, + virtualDiskSecured BooleanType, + virtualDiskIsCacheCade BooleanType, + virtualDiskDiskCachePolicy INTEGER, + virtualDiskOperationalState INTEGER, + virtualDiskProgress INTEGER, + virtualDiskAvailableProtocols DisplayString, + virtualDiskMediaType DisplayString, + virtualDiskRemainingRedundancy INTEGER, + virtualDiskFQDD FQDDString, + virtualDiskDisplayName DisplayString, + virtualDiskT10PIStatus INTEGER, + virtualDiskBlockSizeInBytes INTEGER, + virtualDiskAdapter1AccessPolicy INTEGER, + virtualDiskAdapter2AccessPolicy INTEGER, + virtualDiskAdapter3AccessPolicy INTEGER, + virtualDiskAdapter4AccessPolicy INTEGER, + virtualDiskCurrentActiveController FQDDString, + virtualDiskFailoverController FQDDString +} + +virtualDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF VirtualDiskTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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. + " + ::= { logicalDevices 1 } + +virtualDiskTableEntry OBJECT-TYPE + SYNTAX VirtualDiskTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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. + " + INDEX { virtualDiskNumber } + ::= { virtualDiskTable 1 } + +virtualDiskNumber OBJECT-TYPE + SYNTAX INTEGER (1..100000000) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this virtual disk entry. + " + ::= { virtualDiskTableEntry 1 } + +virtualDiskName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The virtual disk's label as entered by the user. + " + ::= { virtualDiskTableEntry 2 } + +virtualDiskState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + online(2), + failed(3), + degraded(4) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this virtual disk + (which includes any member physical disks.) + Possible states: + 1: The current state could not be determined. + 2: The virtual disk is operating normally or optimally. + 3: The virtual disk has encountered a failure. The data on disk + is lost or is about to be lost. + 4: The virtual disk encounterd a failure with one or all of the + constituent redundant physical disks. The data on the virtual + disk might no longer be fault tolerant. + " + ::= { virtualDiskTableEntry 4 } + +virtualDiskSizeInMB OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The size of the virtual disk in megabytes. + " + ::= { virtualDiskTableEntry 6 } + +virtualDiskWritePolicy OBJECT-TYPE + SYNTAX INTEGER + { + writeThrough(1), + writeBack(2), + writeBackForce(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The write policy used by the controller for write operations on + this virtual disk. + Possible values: + 1: Write Through. + 2: Write Back. + 3: Force Write Back. + " + ::= { virtualDiskTableEntry 10 } + +virtualDiskReadPolicy OBJECT-TYPE + SYNTAX INTEGER + { + noReadAhead(1), + readAhead(2), + adaptiveReadAhead(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The read policy used by the controller for read operations on + this virtual disk. + Possible values: + 1: No Read Ahead. + 2: Read Ahead. + 3: Adaptive Read Ahead. + " + ::= { virtualDiskTableEntry 11 } + +virtualDiskLayout OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + r0(2), + r1(3), + r5(4), + r6(5), + r10(6), + r50(7), + r60(8), + concatRaid1(9), + concatRaid5(10) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The virtual disk's RAID type. + Possible values: + 1: Not one of the following + 2: RAID-0 + 3: RAID-1 + 4: RAID-5 + 5: RAID-6 + 6: RAID-10 + 7: RAID-50 + 8: RAID-60 + 9: Concatenated RAID 1 + 10: Concatenated RAID 5 + " + ::= { virtualDiskTableEntry 13 } + +virtualDiskStripeSize OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + default(2), + fiveHundredAndTwelvebytes(3), + oneKilobytes(4), + twoKilobytes(5), + fourKilobytes(6), + eightKilobytes(7), + sixteenKilobytes(8), + thirtyTwoKilobytes(9), + sixtyFourKilobytes(10), + oneTwentyEightKilobytes(11), + twoFiftySixKilobytes(12), + fiveOneTwoKilobytes(13), + oneMegabye(14), + twoMegabytes(15), + fourMegabytes(16), + eightMegabytes(17), + sixteenMegabytes(18) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The stripe size of this virtual disk. + Possible values: + 1: Not one of the following + 2: Default. + 3: 512 bytes + 4: 1 kB, + 5: 2 kB, + 6: 4 kB, + 7: 8 kB, + 8: 16 kB, + 9: 32 kB, + 10: 64 kB, + 11: 128 kB, + 12: 256 kB, + 13: 512 kB, + 14: 1 MB, + 15: 2 MB, + 16: 4 MB, + 17: 8 MB, + 18: 16 MB + " + ::= { virtualDiskTableEntry 14 } + +virtualDiskComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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. + " + ::= { virtualDiskTableEntry 20 } + +virtualDiskBadBlocksDetected OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the virtual disk has bad blocks. + " + ::= { virtualDiskTableEntry 23 } + +virtualDiskSecured OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the virtual disk is secured or not. + " + ::= { virtualDiskTableEntry 24 } + +virtualDiskIsCacheCade OBJECT-TYPE + SYNTAX BooleanType + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the virtual disk is being used as a secondary + cache by the controller. + " + ::= { virtualDiskTableEntry 25 } + +virtualDiskDiskCachePolicy OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2), + defullt(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The cache policy of the physical disks that are + part of this virtual disk + Possible values: + 1: Enabled. + 2: Disabled. + 3: Default. + " + ::= { virtualDiskTableEntry 26 } + +virtualDiskOperationalState OBJECT-TYPE + SYNTAX INTEGER + { + notApplicable(1), + reconstructing(2), + resynching(3), + initializing(4), + backgroundInit(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The state of the virtual disk when there are progressive + operations ongoing. + Possible values: + 1: There is no active operation running. + 2: The virtual disk configuration has changed. + The physical disks included in the virtual disk are being + modified to support the new configuration. + 3: A Consistency Check (CC) is being performed + on the virtual disk. + 4: The virtual disk is being initialized. + 5: BackGround Initialization (BGI) is being performed + on the virtual disk. + " + ::= { virtualDiskTableEntry 30 } + +virtualDiskProgress OBJECT-TYPE + SYNTAX INTEGER (0..100) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The progress percentage of the operation that is being + performed on the virtual disk. This is applicable + only if there is a progressive operations ongoing + " + ::= { virtualDiskTableEntry 31 } + +virtualDiskAvailableProtocols OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "List of protocols support by physical disks part of this virtual + disk. For e.g. SAS for Serial Attached SCSI or SATA for + Serial Advanced Technology Attachment. + " + ::= { virtualDiskTableEntry 32 } + +virtualDiskMediaType OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "List of media types of the physical disks part of this virtual + disk. For e.g. HDD for Hard Disk Drive or SSD for Solid State Device. + " + ::= { virtualDiskTableEntry 33 } + +virtualDiskRemainingRedundancy OBJECT-TYPE + SYNTAX INTEGER (0..2) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of physical disks which can be lost before the + virtual disk loses its redundancy. + " + ::= { virtualDiskTableEntry 34 } + +virtualDiskFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The virtual disk's Fully Qualified Device Descriptor (FQDD) as + represented in Storage Management. + " + ::= { virtualDiskTableEntry 35 } + +virtualDiskDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The virtual disk's friendly FQDD as represented in Storage + Management. + " + ::= { virtualDiskTableEntry 36 } + +virtualDiskT10PIStatus OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + enabled(2), + disabled(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the virtual disk supports the T10 PI (Protection + Information). These protection fields are known as DIF + (Data Integrity Fields). + Possible values: + 1: Not one of the following. + 2: Enabled. + 3: Disabled. + " + ::= { virtualDiskTableEntry 37 } + +virtualDiskBlockSizeInBytes OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The block size (in bytes) of the physical disk part of the virtual disk. + Possible values: + 1: 512. + 2: 4096 + " + ::= { virtualDiskTableEntry 38 } + +virtualDiskAdapter1AccessPolicy OBJECT-TYPE + SYNTAX INTEGER + { + noAccess (1), + fullAccess (2) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the access policy of the virtual disk with the virtual + adapters. + Possible values: + 1: No Access. + 2: Full Access + " + ::= { virtualDiskTableEntry 39 } + +virtualDiskAdapter2AccessPolicy OBJECT-TYPE + SYNTAX INTEGER + { + noAccess (1), + fullAccess (2) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the access policy of the virtual disk with the virtual + adapters. + Possible values: + 1: No Access. + 2: Full Access + " + ::= { virtualDiskTableEntry 40 } + +virtualDiskAdapter3AccessPolicy OBJECT-TYPE + SYNTAX INTEGER + { + noAccess (1), + fullAccess (2) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the access policy of the virtual disk with the virtual + adapters. + Possible values: + 1: No Access. + 2: Full Access + " + ::= { virtualDiskTableEntry 41 } + +virtualDiskAdapter4AccessPolicy OBJECT-TYPE + SYNTAX INTEGER + { + noAccess (1), + fullAccess (2) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the access policy of the virtual disk with the virtual + adapters. + Possible values: + 1: No Access. + 2: Full Access + " + ::= { virtualDiskTableEntry 42 } + +virtualDiskCurrentActiveController OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the Fully Qualified Device Descriptor (FQDD) of + the current active controller. + " + ::= { virtualDiskTableEntry 43 } + +virtualDiskFailoverController OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the Fully Qualified Device Descriptor (FQDD) of + the failover controller. + " + ::= { virtualDiskTableEntry 44 } + + +------------------------------------------------------------------------------- +-- Enclosure Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.3.1.. +------------------------------------------------------------------------------- + +EnclosureTableEntry ::=SEQUENCE { + enclosureNumber INTEGER, + enclosureName DisplayString, + enclosureState INTEGER, + enclosureServiceTag DisplayString, + enclosureAssetTag DisplayString, + enclosureConnectedPort DisplayString, + enclosureRollUpStatus ObjectStatusEnum, + enclosureComponentStatus ObjectStatusEnum, + enclosureFirmwareVersion DisplayString, + enclosureSASAddress DisplayString, + enclosureDriveCount INTEGER, + enclosureTotalSlots INTEGER, + enclosureFanCount DisplayString, + enclosurePSUCount DisplayString, + enclosureEMMCount DisplayString, + enclosureTempProbeCount DisplayString, + enclosureRedundantPath DisplayString, + enclosurePosition DisplayString, + enclosureBackplaneBayID DisplayString, + enclosureFQDD FQDDString, + enclosureDisplayName DisplayString, + enclosureType INTEGER +} + +enclosureTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnclosureTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed enclosures/backplanes. The number of entries is + related to number of internal backplane(s) discovered in the system + and external storage enclosure(s) attached to the system.. + The maximum number of entries is implementation dependent. + Note: The properties in this table may not be applicable to all + entries. + " + ::= { physicalDevices 3 } + +enclosureTableEntry OBJECT-TYPE + SYNTAX EnclosureTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "An entry in the enclosure table. A row in this table cannot be + created or deleted by SNMP operations on columns of the table. + " + INDEX { enclosureNumber } + ::= { enclosureTable 1 } + +enclosureNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this enclossre/backplane. + " + ::= { enclosureTableEntry 1 } + +enclosureName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure/backplane's name as represented in Storage Management. + " + ::= { enclosureTableEntry 2 } + +enclosureState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + missing(4), + degraded(5), + foreign(6), + offline(7), + online(8), + blocked(9) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this enclosure/backplane. + Possible states: + 1: The current state could not be determined. + 2: The enclosure is operating normally. + 3: The enclosure has encountered a hardware problem or is not + responding. + 4: The enclosure is no longer connected to the controller or + there exists a problem communicating to the enclosure. + 5: The enclosure is unstable. + 6: The enclosure is inactive due to being configured by another + controller. + 7: The enclosure is offline and inaccessible. + 8: The enclosure is online and accessible. + 9: The enclosure is currently blocked by another controller. + " + ::= { enclosureTableEntry 4 } + +enclosureServiceTag OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Enclosure identification used when consulting customer support. + " + ::= { enclosureTableEntry 8 } + +enclosureAssetTag OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The asset tag information for the enclosure." + ::= { enclosureTableEntry 9 } + +enclosureConnectedPort OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The port on the controller to which the + storage enclosure is connected. + " + ::= { enclosureTableEntry 19 } + +enclosureRollUpStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Severity of the enclosure/backplane state. + This is the combined status of the enclosure and its sub-components. + Possible values: + 1: Other. + 2: Unknown. + 3: OK. + 4: Non-critical. + 5: Critical. + 6: Non-recoverable. + " + ::= { enclosureTableEntry 23 } + +enclosureComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The status of the enclosure/backplane.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. + " + ::= { enclosureTableEntry 24 } + +enclosureFirmwareVersion OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The firmware information for the enclosure/backplane. + " + ::= { enclosureTableEntry 26 } + +enclosureSASAddress OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The SAS address of the enclosure/backplane. + " + ::= { enclosureTableEntry 30 } + +enclosureDriveCount OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of disks present in the enclosure/backplane. + " + ::= { enclosureTableEntry 31 } + +enclosureTotalSlots OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The total physical drive slots in a storage enclosure + or server backplane. + " + ::= { enclosureTableEntry 32 } + +enclosureFanCount OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of fans present in the storage enclosure. + " + ::= { enclosureTableEntry 40 } + +enclosurePSUCount OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of Power Supply Units (PSU) present + in the storage enclosure. + " + ::= { enclosureTableEntry 41 } + +enclosureEMMCount OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of Enclosure Management Modules (EMM) + present in the storage enclosure. + " + ::= { enclosureTableEntry 42 } + +enclosureTempProbeCount OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The number of temperature sensing devices + present in the storage enclosure. + " + ::= { enclosureTableEntry 43 } + +enclosureRedundantPath OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates whether the controller has multiply paths to + reach the storage enclosure. + " + ::= { enclosureTableEntry 44 } + +enclosurePosition OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The possition of the storage enclosure within a daisy chain. + " + ::= { enclosureTableEntry 45 } + +enclosureBackplaneBayID OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The unique bay ID of the backplane. + " + ::= { enclosureTableEntry 46 } + +enclosureFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure/backplane's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. + " + ::= { enclosureTableEntry 47 } + +enclosureDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure/backplane's friendly FQDD as represented in + Storage Management. + " + ::= { enclosureTableEntry 48 } + +enclosureType OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + notApplicable(2), + sassata(3), + pcie(4), + universal(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The protocol supported by the backplane. + Possible states: + 1: Not one of the following or could not be determined. + 2: Not applicable (i.e. object is not a backplane). + 3: Supports SAS/SATA. + 4: Supports PCIe. + 5: Both SAS/SATA and PCIe. + " + ::= { enclosureTableEntry 49 } + + +------------------------------------------------------------------------------- +-- Enclosure Management Module Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.13.1.. +------------------------------------------------------------------------------- + +EnclosureManagementModuleTableEntry ::=SEQUENCE { + enclosureManagementModuleNumber INTEGER, + enclosureManagementModuleName DisplayString, + enclosureManagementModuleState INTEGER, + enclosureManagementModulePartNumber DisplayString, + enclosureManagementModuleFWVersion DisplayString, + enclosureManagementModuleComponentStatus ObjectStatusEnum, + enclosureManagementModuleFQDD FQDDString, + enclosureManagementModuleDisplayName DisplayString +} + +enclosureManagementModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnclosureManagementModuleTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed Enclosure Management Modules (EMM) + in the external storage enclosure(s). The number of + entries is related to number of enclosure management modules + discovered in the enclosure(s). The maximum number of entries + is implementation dependent. + Note: The properties in this table may not be applicable to all + entries. + " + ::= { physicalDevices 13 } + +enclosureManagementModuleTableEntry OBJECT-TYPE + SYNTAX EnclosureManagementModuleTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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. + " + INDEX { enclosureManagementModuleNumber } + ::= { enclosureManagementModuleTable 1 } + +enclosureManagementModuleNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this enclosure management module. + " + ::= { enclosureManagementModuleTableEntry 1 } + +enclosureManagementModuleName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure management module's name as + represented in Storage Management. + " + ::= { enclosureManagementModuleTableEntry 2 } + +enclosureManagementModuleState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + missing(4), + degraded(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this enclosure management module. + Possible states: + 1: The current state could not be determined. + 2: The enclosure management module is operating normally. + 3: The enclosure management module has encountered a + hardware problem or is not responding. + 4: The enclosure management module is no longer connected + to the enclosure or there exists a problem communicating to it. + 5: The enclosure management module is unstable. + " + ::= { enclosureManagementModuleTableEntry 4 } + +enclosureManagementModulePartNumber OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The part number of the enclosure management module. + " + ::= { enclosureManagementModuleTableEntry 6 } + +enclosureManagementModuleFWVersion OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Firmware version of the enclosure management module. + " + ::= { enclosureManagementModuleTableEntry 8 } + +enclosureManagementModuleComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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. + " + ::= { enclosureManagementModuleTableEntry 11 } + +enclosureManagementModuleFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure management module's Fully Qualified Device + Descriptor (FQDD) as represented in Storage Management. + " + ::= { enclosureManagementModuleTableEntry 15 } + +enclosureManagementModuleDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The enclosure management module's friendly FQDD as represented in + Storage Management. + " + ::= { enclosureManagementModuleTableEntry 16 } + + + +------------------------------------------------------------------------------- +-- Enclosure Fan Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.7.1.. +------------------------------------------------------------------------------- + +EnclosureFanTableEntry ::=SEQUENCE { + enclosureFanNumber INTEGER, + enclosureFanName DisplayString, + enclosureFanState INTEGER, + enclosureFanSpeed INTEGER, + enclosureFanComponentStatus ObjectStatusEnum, + enclosureFanFQDD FQDDString, + enclosureFanDisplayName DisplayString +} + +enclosureFanTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnclosureFanTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed fans in the external storage enclosure(s). + The number of entries is related to number of fans discovered in + the enclosure(s). The maximum number of entries is implementation + dependent. + Note: The properties in this table may not be applicable to all + entries. + " + ::= { physicalDevices 7 } + +enclosureFanTableEntry OBJECT-TYPE + SYNTAX EnclosureFanTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "An entry in the fan table. A row in this table cannot be + created or deleted by SNMP operations on columns of the table. + " + INDEX { enclosureFanNumber } + ::= { enclosureFanTable 1 } + +enclosureFanNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this fan. + " + ::= { enclosureFanTableEntry 1 } + +enclosureFanName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The fan's name as represented in Storage Management. + " + ::= { enclosureFanTableEntry 2 } + +enclosureFanState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + missing(4), + degraded(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this fan. + Possible states: + 1: The current state could not be determined. + 2: The fan is operating normally. + 3: The fan has encountered a hardware problem or is not + responding. + 4: The fan is no longer connected to the enclosure or + there exists a problem communicating to it. + 5: The fan is unstable. + " + ::= { enclosureFanTableEntry 4 } + +enclosureFanSpeed OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Indicates the current relative speed of the fan in RPMs. + " + ::= { enclosureFanTableEntry 11 } + +enclosureFanComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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. + " + ::= { enclosureFanTableEntry 15 } + +enclosureFanFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The fan's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. + " + ::= { enclosureFanTableEntry 20 } + +enclosureFanDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The fan's friendly FQDD as represented in + Storage Management. + " + ::= { enclosureFanTableEntry 21 } + + + + +------------------------------------------------------------------------------- +-- Enclosure Power Supply Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.9.1.. +------------------------------------------------------------------------------- +EnclosurePowerSupplyTableEntry ::=SEQUENCE { + enclosurePowerSupplyNumber INTEGER, + enclosurePowerSupplyName DisplayString, + enclosurePowerSupplyState INTEGER, + enclosurePowerSupplyPartNumber DisplayString, + enclosurePowerSupplyComponentStatus ObjectStatusEnum, + enclosurePowerSupplyFQDD FQDDString, + enclosurePowerSupplyDisplayName DisplayString +} + +enclosurePowerSupplyTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnclosurePowerSupplyTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed Power Supply Units(PSU) in the external + storage enclosure(s). The number of entries is related to number + of power supply unit(s) discovered in the enclosure(s). The + maximum number of entries is implementation + dependent. + Note: The properties in this table may not be applicable to all + entries. + " + ::= { physicalDevices 9 } + +enclosurePowerSupplyTableEntry OBJECT-TYPE + SYNTAX EnclosurePowerSupplyTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "An entry in the power supply unit table. A row in this table cannot + be created or deleted by SNMP operations on columns of the table. + " + INDEX { enclosurePowerSupplyNumber } + ::= { enclosurePowerSupplyTable 1 } + +enclosurePowerSupplyNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this power supply unit. + " + ::= { enclosurePowerSupplyTableEntry 1 } + +enclosurePowerSupplyName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The power supply unit's name as represented in + Storage Management. + " + ::= { enclosurePowerSupplyTableEntry 2 } + +enclosurePowerSupplyState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + missing(4), + degraded(5) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this power supply unit. + Possible states: + 1: The current state could not be determined. + 2: The power supply unit is operating normally. + 3: The power supply unit has encountered a hardware problem + or is not responding. + 4: The power supply unit is no longer connected to the enclosure + or there exists a problem communicating to it. + 5: The power supply unit is unstable. + " + ::= { enclosurePowerSupplyTableEntry 4 } + +enclosurePowerSupplyPartNumber OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The part number of the power supply unit. + " + ::= { enclosurePowerSupplyTableEntry 7 } + +enclosurePowerSupplyComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The status of the power supply unit 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. + " + ::= { enclosurePowerSupplyTableEntry 9 } + +enclosurePowerSupplyFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The power supply unit's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. + " + ::= { enclosurePowerSupplyTableEntry 15 } + +enclosurePowerSupplyDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The power supply unit's friendly FQDD as represented in + Storage Management. + " + ::= { enclosurePowerSupplyTableEntry 16 } + + +------------------------------------------------------------------------------- +-- Enclosure Temperature Probe Table +-- +-- OID Format:.1.3.6.1.4.1.674.10892.2.6.1.20.130.11.1.. +------------------------------------------------------------------------------- +EnclosureTemperatureProbeTableEntry ::=SEQUENCE { + enclosureTemperatureProbeNumber INTEGER, + enclosureTemperatureProbeName DisplayString, + enclosureTemperatureProbeState INTEGER, + enclosureTemperatureProbeMinWarningValue INTEGER, + enclosureTemperatureProbeMinCriticalValue INTEGER, + enclosureTemperatureProbeMaxWarningValue INTEGER, + enclosureTemperatureProbeMaxCriticalValue INTEGER, + enclosureTemperatureProbeCurValue INTEGER, + enclosureTemperatureProbeComponentStatus ObjectStatusEnum, + enclosureTemperatureProbeFQDD FQDDString, + enclosureTemperatureProbeDisplayName DisplayString +} + +enclosureTemperatureProbeTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnclosureTemperatureProbeTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "A table of managed temperature probes in the external storage + enclosure(s). The number of entries is related to number of + temperature probes discovered in the enclosure(s). The maximum + number of entries is implementation dependent. + Note: The properties in this table may not be applicable to all + entries. + " + ::= { physicalDevices 11 } + +enclosureTemperatureProbeTableEntry OBJECT-TYPE + SYNTAX EnclosureTemperatureProbeTableEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "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. + " + INDEX { enclosureTemperatureProbeNumber } + ::= { enclosureTemperatureProbeTable 1 } + +enclosureTemperatureProbeNumber OBJECT-TYPE + SYNTAX INTEGER (1..255) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Instance number of this temperature probe. + " + ::= { enclosureTemperatureProbeTableEntry 1 } + +enclosureTemperatureProbeName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The temperature probe's name as represented in + Storage Management. + " + ::= { enclosureTemperatureProbeTableEntry 2 } + +enclosureTemperatureProbeState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ready(2), + failed(3), + missing(4), + degraded(5), + overWarning(6), + underWarning(7) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The current state of this temperature probe. + Possible states: + 1: The current state could not be determined. + 2: The temperature probe is operating normally. + 3: The temperature probe has encountered a hardware problem + or is not responding. + 4: The temperature probe is no longer connected to the enclosure + or there exists a problem communicating to it. + 5: The temperature probe is unstable. + 6: The temperature probe is Over Warning Temperature. + 7: The temperature probe is Under Warning Temperature. + " + ::= { enclosureTemperatureProbeTableEntry 4 } + +enclosureTemperatureProbeMinWarningValue OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The minimum temperature that will force the probe into + a warning state. + " + ::= { enclosureTemperatureProbeTableEntry 7 } + +enclosureTemperatureProbeMinCriticalValue OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The minimum temperature that will force the probe into + a error state. + " + ::= { enclosureTemperatureProbeTableEntry 8 } + +enclosureTemperatureProbeMaxWarningValue OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The maximum temperature that will force the probe into + a warning state. + " + ::= { enclosureTemperatureProbeTableEntry 9 } + +enclosureTemperatureProbeMaxCriticalValue OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The maximum temperature that will force the probe into + a warning state. + " + ::= { enclosureTemperatureProbeTableEntry 10 } + +enclosureTemperatureProbeCurValue OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The maximum temperature that will force the probe into + a warning state. + " + ::= { enclosureTemperatureProbeTableEntry 11 } + +enclosureTemperatureProbeComponentStatus OBJECT-TYPE + SYNTAX ObjectStatusEnum + ACCESS read-only + STATUS mandatory + DESCRIPTION + "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. + " + ::= { enclosureTemperatureProbeTableEntry 13 } + +enclosureTemperatureProbeFQDD OBJECT-TYPE + SYNTAX FQDDString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The temperature probe's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. + " + ::= { enclosureTemperatureProbeTableEntry 15 } + +enclosureTemperatureProbeDisplayName OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "The temperature probe's friendly FQDD as represented + in Storage Management. + " + ::= { enclosureTemperatureProbeTableEntry 16 } + + ------------------------------------------------------------------------------- -- group: Chassis Alerts 1 ------------------------------------------------------------------------------- @@ -1106,7 +3991,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1131,7 +4016,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1156,7 +4041,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1189,7 +4074,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1214,7 +4099,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1239,7 +4124,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1271,7 +4156,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1303,7 +4188,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1328,7 +4213,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1360,7 +4245,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1385,7 +4270,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1410,7 +4295,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1442,7 +4327,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1467,7 +4352,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1492,7 +4377,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1524,7 +4409,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1549,7 +4434,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1574,7 +4459,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1606,7 +4491,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1631,7 +4516,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1656,7 +4541,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1688,7 +4573,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1713,7 +4598,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1738,7 +4623,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1770,7 +4655,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1795,7 +4680,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1820,12 +4705,37 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY ::= 2185 + alert2PowerSupplyRedundancyPolicyChanged TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "PSU redundancy policy changed." + --#TYPE "System: Power Supply Redundancy policy changed" + --#SEVERITY INFORMATIONAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE OPERATIONAL + --#STATUS MANDATORY + ::= 8331 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: System: Power Supply Absent Traps -- @@ -1852,7 +4762,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1884,7 +4794,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1909,12 +4819,37 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY ::= 2274 + alert2PowerUsageFailure TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Power usage failure." + --#TYPE "System: Power Usage Failure" + --#SEVERITY CRITICAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 2273 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: System: Redundancy Traps -- @@ -1941,7 +4876,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -1966,7 +4901,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -1991,7 +4926,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2023,7 +4958,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2048,7 +4983,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2073,7 +5008,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2105,7 +5040,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2130,7 +5065,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2155,7 +5090,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2187,7 +5122,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2212,12 +5147,37 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY ::= 2338 + alert2SoftwareConfigurationFailure TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Software configuration failure." + --#TYPE "System: Software Configuration Failure" + --#SEVERITY CRITICAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 2337 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: System: Temperature Probe Traps -- @@ -2244,7 +5204,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2269,7 +5229,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2294,12 +5254,62 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY ::= 2161 + alert2IOMTemperatureExceeded TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "I/O Module temperature exceeded operating range." + --#TYPE "System: Temperature Failure" + --#SEVERITY CRITICAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 8305 + + alert2Unable2ReadTemperatureSensors TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Unable to read planar board temperature sensors. The cooling has been increased to safeguard the system." + --#TYPE "System: Temperature Failure" + --#SEVERITY MINOR + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 8306 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: System: Voltage Probe Traps -- @@ -2326,7 +5336,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2351,7 +5361,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2376,7 +5386,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2408,7 +5418,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2433,7 +5443,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2458,7 +5468,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2490,7 +5500,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2515,7 +5525,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2540,7 +5550,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2572,7 +5582,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2597,7 +5607,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2622,7 +5632,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2654,7 +5664,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2679,7 +5689,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2704,7 +5714,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2736,7 +5746,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2761,7 +5771,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2786,7 +5796,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2818,7 +5828,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2843,7 +5853,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2868,12 +5878,94 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY ::= 4233 + ------------------------------------------------------------------------------ + -- Chassis Alerts 2: Storage: Security Event Traps + -- + -- Category: Storage/2 + -- Subcategory: SEC/42 + ------------------------------------------------------------------------------ + + alert2StorageSecurityInformation TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Storage Security information." + --#TYPE "Storage: Security Information" + --#SEVERITY INFORMATIONAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE OPERATIONAL + --#STATUS MANDATORY + ::= 4435 + + alert2StorageSecurityWarning TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Storage Security warning." + --#TYPE "Storage: Security Warning" + --#SEVERITY MINOR + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE OPERATIONAL + --#STATUS MANDATORY + ::= 4434 + + alert2StorageSecurityFailure TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Storage Security failure or critical event." + --#TYPE "Storage: Security Failure" + --#SEVERITY CRITICAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE OPERATIONAL + --#STATUS MANDATORY + ::= 4433 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: Storage: Storage Management Status Traps -- @@ -2901,7 +5993,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -2928,7 +6020,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -2954,7 +6046,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -2986,7 +6078,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -3011,7 +6103,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3036,7 +6128,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY @@ -3068,7 +6160,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -3093,7 +6185,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3118,12 +6210,44 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE FAILED --#STATUS MANDATORY ::= 4353 + ------------------------------------------------------------------------------ + -- Chassis Alerts 2: Updates: Software Change Traps + -- + -- Category: Updates/3 + -- Subcategory: SWU/21 + ------------------------------------------------------------------------------ + + alert2SoftwareChangeUpdateWarning TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Software change update warning." + --#TYPE "Updates: Software Change Warning" + --#SEVERITY MINOR + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 6314 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: Audit: CMC Traps -- @@ -3150,7 +6274,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -3175,7 +6299,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3200,7 +6324,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3232,7 +6356,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3264,7 +6388,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -3289,7 +6413,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3314,7 +6438,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3346,7 +6470,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3378,7 +6502,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3403,7 +6527,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3416,6 +6540,31 @@ IMPORTS -- Subcategory: PWR/28 ------------------------------------------------------------------------------ + alert2PowerUsageAuditInformation TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Power usage audit information." + --#TYPE "Audit: Power Usage Information" + --#SEVERITY INFORMATIONAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE OPERATIONAL + --#STATUS MANDATORY + ::= 8419 + alert2PowerUsageAuditWarning TRAP-TYPE ENTERPRISE drsCMCAlert2Group VARIABLES { drsCA2MessageID, @@ -3435,7 +6584,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3460,7 +6609,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3492,7 +6641,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Error Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3524,7 +6673,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY @@ -3549,7 +6698,7 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE DEGRADED --#STATUS MANDATORY @@ -3581,12 +6730,69 @@ IMPORTS --#SUMMARY "Device Status: %d, Device FQDD: %s," --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," --#SUMMARY "Chassis Location: %s, Global Status: %d" - --#ARGUMENTS {0, 1, 3, 4, 7, 5, 8} + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} --#CATEGORY "Status Events" --#STATE OPERATIONAL --#STATUS MANDATORY ::= 10611 + ------------------------------------------------------------------------------ + -- Chassis Alerts 2: Configuration: Software Configuration Traps + -- + -- Category: Configuration/5 + -- Subcategory: SWC/36 + ------------------------------------------------------------------------------ + + alert2SWCConfigurationWarning TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Software configuration warning." + --#TYPE "Configuration: Software Configuration Warning" + --#SEVERITY MINOR + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Status Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 10530 + + alert2SWCConfigurationFailure TRAP-TYPE + ENTERPRISE drsCMCAlert2Group + VARIABLES { drsCA2MessageID, + drsCA2Message, + drsCA2MessageArgs, + drsCA2AlertStatus, + drsCA2FQDD, + drsProductChassisName, + drsProductChassisLocation, + drsChassisServiceTag, + drsGlobalCurrStatus } + DESCRIPTION + "Software configuration failure." + --#TYPE "Configuration: Software Configuration Failure" + --#SEVERITY CRITICAL + --#SUMMARY "Message ID: %s, Message: %s," + --#SUMMARY "Device Status: %d, Device FQDD: %s," + --#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s," + --#SUMMARY "Chassis Location: %s, Global Status: %d" + --#ARGUMENTS {0, 1, 3, 4, 7, 5, 6, 8} + --#CATEGORY "Error Events" + --#STATE DEGRADED + --#STATUS MANDATORY + ::= 10529 + ------------------------------------------------------------------------------ -- Chassis Alerts 2: Configuration: Test Traps -- diff --git a/tests/data/drac.json b/tests/data/drac.json index c341d01492..35c599010b 100644 --- a/tests/data/drac.json +++ b/tests/data/drac.json @@ -13,7 +13,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 7.744, + "sensor_current": 7.7439999999999998, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -37,7 +37,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 1.281, + "sensor_current": 1.2809999999999999, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -61,7 +61,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 1.195, + "sensor_current": 1.1950000000000001, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -85,7 +85,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 2.094, + "sensor_current": 2.0939999999999999, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -109,7 +109,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 1.65, + "sensor_current": 1.6499999999999999, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -133,7 +133,7 @@ "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 1.523, + "sensor_current": 1.5229999999999999, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -674,6 +674,654 @@ "user_func": null, "state_name": "amperageProbeStatus" }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.38.0", + "sensor_index": "controllerComponentStatus.0", + "sensor_type": "DELL-RAC-MIB::controllerTable", + "sensor_descr": "Shared PERC8 (Embedded) Chassis Integrated RAID 2 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::controllerTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.38.2", + "sensor_index": "controllerComponentStatus.2", + "sensor_type": "DELL-RAC-MIB::controllerTable", + "sensor_descr": "Shared PERC8 (Embedded) Chassis Integrated RAID 1 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::controllerTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.0", + "sensor_index": "physicalDiskStatus.0", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:4 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.1", + "sensor_index": "physicalDiskStatus.1", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:9 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.10", + "sensor_index": "physicalDiskStatus.10", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:13 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.11", + "sensor_index": "physicalDiskStatus.11", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:17 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.12", + "sensor_index": "physicalDiskStatus.12", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:16 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.13", + "sensor_index": "physicalDiskStatus.13", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:18 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.14", + "sensor_index": "physicalDiskStatus.14", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:15 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.15", + "sensor_index": "physicalDiskStatus.15", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:19 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.16", + "sensor_index": "physicalDiskStatus.16", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:20 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.17", + "sensor_index": "physicalDiskStatus.17", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:24 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.18", + "sensor_index": "physicalDiskStatus.18", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:21 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.19", + "sensor_index": "physicalDiskStatus.19", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:2 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.2", + "sensor_index": "physicalDiskStatus.2", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:6 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.20", + "sensor_index": "physicalDiskStatus.20", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:1 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.21", + "sensor_index": "physicalDiskStatus.21", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:3 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.22", + "sensor_index": "physicalDiskStatus.22", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:0 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.23", + "sensor_index": "physicalDiskStatus.23", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:23 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.24", + "sensor_index": "physicalDiskStatus.24", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:22 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.3", + "sensor_index": "physicalDiskStatus.3", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:7 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.4", + "sensor_index": "physicalDiskStatus.4", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:8 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.5", + "sensor_index": "physicalDiskStatus.5", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:5 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.6", + "sensor_index": "physicalDiskStatus.6", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:10 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.7", + "sensor_index": "physicalDiskStatus.7", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:14 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.8", + "sensor_index": "physicalDiskStatus.8", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:11 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.9", + "sensor_index": "physicalDiskStatus.9", + "sensor_type": "DELL-RAC-MIB::physicalDiskTable", + "sensor_descr": "Physical Disk 0:0:12 State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "DELL-RAC-MIB::physicalDiskTable" + }, { "sensor_deleted": 0, "sensor_class": "state", @@ -722,6 +1370,102 @@ "user_func": null, "state_name": "drsCMCCurrStatus" }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.5.1.1.2.1", + "sensor_index": "drsServerMonitoringCapable.1", + "sensor_type": "drsCMCServerTable", + "sensor_descr": "Slot 1 SLOT-01 PowerEdge M640 (VRTX) State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "drsCMCServerTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.5.1.1.2.3", + "sensor_index": "drsServerMonitoringCapable.3", + "sensor_type": "drsCMCServerTable", + "sensor_descr": "Slot 3 SLOT-03 N/A State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "drsCMCServerTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.5.1.1.2.5", + "sensor_index": "drsServerMonitoringCapable.5", + "sensor_type": "drsCMCServerTable", + "sensor_descr": "Slot 2 SLOT-02 PowerEdge M640 (VRTX) State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "drsCMCServerTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.674.10892.2.5.1.1.2.7", + "sensor_index": "drsServerMonitoringCapable.7", + "sensor_type": "drsCMCServerTable", + "sensor_descr": "Slot 4 SLOT-04 N/A State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "drsCMCServerTable" + }, { "sensor_deleted": 0, "sensor_class": "state", @@ -2174,9 +2918,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 243.5, - "sensor_limit": 280.025, + "sensor_limit": 280.02499999999998, "sensor_limit_warn": null, - "sensor_limit_low": 206.975, + "sensor_limit_low": 206.97499999999999, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2198,9 +2942,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 234.25, - "sensor_limit": 269.3875, + "sensor_limit": 269.38749999999999, "sensor_limit_warn": null, - "sensor_limit_low": 199.1125, + "sensor_limit_low": 199.11250000000001, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2246,9 +2990,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 228, - "sensor_limit": 262.2, + "sensor_limit": 262.19999999999999, "sensor_limit_warn": null, - "sensor_limit_low": 193.8, + "sensor_limit_low": 193.80000000000001, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2270,9 +3014,9 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 228.5, - "sensor_limit": 262.775, + "sensor_limit": 262.77499999999998, "sensor_limit_warn": null, - "sensor_limit_low": 194.225, + "sensor_limit_low": 194.22499999999999, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2402,6 +3146,118 @@ "state_value": 10, "state_generic_value": 2 }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "other", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 3 + }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "ok", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "nonCritical", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 1 + }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "critical", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::controllerTable", + "state_descr": "nonrecoverable", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "ready", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "online", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "foreign", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 1 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "offline", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "blocked", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "failed", + "state_draw_graph": 1, + "state_value": 7, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "nonraid", + "state_draw_graph": 1, + "state_value": 8, + "state_generic_value": 0 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "nonrecoverable", + "state_draw_graph": 1, + "state_value": 9, + "state_generic_value": 2 + }, + { + "state_name": "DELL-RAC-MIB::physicalDiskTable", + "state_descr": "readonly", + "state_draw_graph": 1, + "state_value": 10, + "state_generic_value": 0 + }, { "state_name": "drsBladeCurrStatus", "state_descr": "other", @@ -2486,6 +3342,34 @@ "state_value": 6, "state_generic_value": 2 }, + { + "state_name": "drsCMCServerTable", + "state_descr": "absent", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "drsCMCServerTable", + "state_descr": "none", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "drsCMCServerTable", + "state_descr": "basic", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "drsCMCServerTable", + "state_descr": "off l", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 1 + }, { "state_name": "drsFanCurrStatus", "state_descr": "other", diff --git a/tests/snmpsim/drac.snmprec b/tests/snmpsim/drac.snmprec index f7fb18f418..e06419edda 100644 --- a/tests/snmpsim/drac.snmprec +++ b/tests/snmpsim/drac.snmprec @@ -4,12 +4,16 @@ 1.3.6.1.2.1.1.4.0|4| 1.3.6.1.2.1.1.5.0|4| 1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.3|2|3 1.3.6.1.2.1.2.2.1.2.1|4|lo 1.3.6.1.2.1.2.2.1.2.3|4|eth0 1.3.6.1.2.1.2.2.1.3.1|2|24 1.3.6.1.2.1.2.2.1.3.3|2|6 1.3.6.1.2.1.2.2.1.4.1|2|65536 1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|10000000 +1.3.6.1.2.1.2.2.1.5.3|66|1000000000 1.3.6.1.2.1.2.2.1.6.1|4| 1.3.6.1.2.1.2.2.1.6.3|4x|90B11C2CC8AF 1.3.6.1.2.1.2.2.1.7.1|2|1 @@ -18,14 +22,32 @@ 1.3.6.1.2.1.2.2.1.8.3|2|1 1.3.6.1.2.1.2.2.1.9.1|67|0 1.3.6.1.2.1.2.2.1.9.3|67|1507 +1.3.6.1.2.1.2.2.1.10.1|65|113516 +1.3.6.1.2.1.2.2.1.10.3|65|476244668 +1.3.6.1.2.1.2.2.1.11.1|65|1168 +1.3.6.1.2.1.2.2.1.11.3|65|5611906 +1.3.6.1.2.1.2.2.1.12.1|65|0 +1.3.6.1.2.1.2.2.1.12.3|65|0 1.3.6.1.2.1.2.2.1.13.1|65|0 1.3.6.1.2.1.2.2.1.13.3|65|0 1.3.6.1.2.1.2.2.1.14.1|65|0 1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.3|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|113516 +1.3.6.1.2.1.2.2.1.16.3|65|207121006 +1.3.6.1.2.1.2.2.1.17.1|65|1168 +1.3.6.1.2.1.2.2.1.17.3|65|604656 +1.3.6.1.2.1.2.2.1.18.1|65|0 +1.3.6.1.2.1.2.2.1.18.3|65|0 1.3.6.1.2.1.2.2.1.19.1|65|0 1.3.6.1.2.1.2.2.1.19.3|65|0 1.3.6.1.2.1.2.2.1.20.1|65|0 1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.21.1|66|0 +1.3.6.1.2.1.2.2.1.21.3|66|0 +1.3.6.1.2.1.2.2.1.22.1|6|0.0 +1.3.6.1.2.1.2.2.1.22.3|6|0.0 1.3.6.1.2.1.4.3.0|65|74387920 1.3.6.1.2.1.4.4.0|65|0 1.3.6.1.2.1.4.5.0|65|0 @@ -42,10 +64,26 @@ 1.3.6.1.2.1.4.17.0|65|0 1.3.6.1.2.1.4.18.0|65|0 1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.10.60.40.79|2|3 1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 1.3.6.1.2.1.4.20.1.2.172.16.12.6|2|3 +1.3.6.1.2.1.4.20.1.3.10.60.40.79|64|255.255.255.0 1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 1.3.6.1.2.1.4.20.1.3.172.16.12.6|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.1|4x|00FD45282700 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.30|4x|00505691D0D6 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.57|4x|00505691B8EB +1.3.6.1.2.1.4.22.1.2.3.10.60.40.89|4x|BCEAFA8518CB +1.3.6.1.2.1.4.22.1.2.3.10.60.40.90|4x|3CE5A65CC895 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.91|4x|3CE5A65CCD95 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.92|4x|3CE5A66ADD19 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.93|4x|3CE5A679B382 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.94|4x|3CE5A679CB92 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.95|4x|3CE5A637DFC3 +1.3.6.1.2.1.4.22.1.2.3.10.60.40.96|4x|3CE5A679C8C2 +1.3.6.1.2.1.4.22.1.2.3.10.60.41.71|4x|3CE5A65CC895 +1.3.6.1.2.1.4.22.1.2.3.10.60.41.148|4x|3CE5A65CCD95 +1.3.6.1.2.1.4.22.1.2.3.10.60.43.166|4x|9CEBE84B3C6E 1.3.6.1.2.1.4.22.1.2.3.172.16.12.1|4x|E48D8C3F7EF1 1.3.6.1.2.1.4.22.1.2.3.172.16.12.2|4x|1C98EC0F5418 1.3.6.1.2.1.4.22.1.2.3.172.16.12.3|4x|525400C9E9DE @@ -129,11 +167,29 @@ 1.3.6.1.2.1.4.31.1.1.46.2|67|0 1.3.6.1.2.1.4.31.1.1.47.1|66|60000 1.3.6.1.2.1.4.31.1.1.47.2|66|60000 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.1|4x|00FD45282700 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.30|4x|00505691D0D6 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.57|4x|00505691B8EB +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.89|4x|BCEAFA8518CB +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.90|4x|3CE5A65CC895 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.91|4x|3CE5A65CCD95 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.92|4x|3CE5A66ADD19 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.93|4x|3CE5A679B382 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.94|4x|3CE5A679CB92 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.95|4x|3CE5A637DFC3 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.40.96|4x|3CE5A679C8C2 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.41.71|4x|3CE5A65CC895 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.41.148|4x|3CE5A65CCD95 +1.3.6.1.2.1.4.35.1.4.3.1.4.10.60.43.166|4x|9CEBE84B3C6E 1.3.6.1.2.1.4.35.1.4.3.1.4.172.16.12.1|4x|E48D8C3F7EF1 1.3.6.1.2.1.4.35.1.4.3.1.4.172.16.12.2|4x|1C98EC0F5418 1.3.6.1.2.1.4.35.1.4.3.1.4.172.16.12.3|4x|525400C9E9DE 1.3.6.1.2.1.4.35.1.4.3.1.4.172.16.12.4|4x|00163EA1D28D 1.3.6.1.2.1.4.35.1.4.3.1.4.172.16.12.5|4x|525400FB33FE +1.3.6.1.2.1.4.35.1.4.15.1.4.169.254.32.1|4x|000101010101 +1.3.6.1.2.1.4.35.1.4.16.1.4.169.254.31.1|4x|6C2B5995A6B8 +1.3.6.1.2.1.4.35.1.4.16.1.4.169.254.31.2|4x|6C2B5995A742 +1.3.6.1.2.1.4.35.1.4.16.1.4.169.254.31.31|4x|000200BBAADD 1.3.6.1.2.1.4.35.1.4.33.1.4.169.254.31.1|4x|A41F72BC5D00 1.3.6.1.2.1.4.35.1.4.33.1.4.169.254.31.2|4x|A41F72BC5D0D 1.3.6.1.2.1.4.35.1.4.33.1.4.169.254.31.3|4x|A41F72BC5D1A @@ -181,6 +237,7 @@ 1.3.6.1.2.1.5.30.1.3.0.128|65|0 1.3.6.1.2.1.5.30.1.3.0.130|65|0 1.3.6.1.2.1.5.30.1.3.1.3|65|16987213 +1.3.6.1.2.1.5.30.1.3.1.5|65|232 1.3.6.1.2.1.5.30.1.3.1.8|65|1030864 1.3.6.1.2.1.5.30.1.3.1.9|65|31591 1.3.6.1.2.1.5.30.1.3.2.0|65|0 @@ -353,6 +410,1128 @@ 1.3.6.1.4.1.674.10892.2.4.2.1.7.1.4|4|2700.000 1.3.6.1.4.1.674.10892.2.4.2.1.7.1.5|4|2700.000 1.3.6.1.4.1.674.10892.2.4.2.1.7.1.6|4|0.000 +1.3.6.1.4.1.674.10892.2.5.1.1.1.1|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.1.2|2|2 +1.3.6.1.4.1.674.10892.2.5.1.1.1.3|2|3 +1.3.6.1.4.1.674.10892.2.5.1.1.1.4|2|4 +1.3.6.1.4.1.674.10892.2.5.1.1.1.5|2|5 +1.3.6.1.4.1.674.10892.2.5.1.1.1.6|2|6 +1.3.6.1.4.1.674.10892.2.5.1.1.1.7|2|7 +1.3.6.1.4.1.674.10892.2.5.1.1.1.8|2|8 +1.3.6.1.4.1.674.10892.2.5.1.1.2.1|2|3 +1.3.6.1.4.1.674.10892.2.5.1.1.2.2|2|2 +1.3.6.1.4.1.674.10892.2.5.1.1.2.3|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.2.4|2|2 +1.3.6.1.4.1.674.10892.2.5.1.1.2.5|2|3 +1.3.6.1.4.1.674.10892.2.5.1.1.2.6|2|2 +1.3.6.1.4.1.674.10892.2.5.1.1.2.7|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.2.8|2|2 +1.3.6.1.4.1.674.10892.2.5.1.1.3.1|4|64V8NX2 +1.3.6.1.4.1.674.10892.2.5.1.1.3.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.3.3|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.3.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.3.5|4|64TBNX2 +1.3.6.1.4.1.674.10892.2.5.1.1.3.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.3.7|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.3.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.4.1|4|SLOT-01 +1.3.6.1.4.1.674.10892.2.5.1.1.4.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.4.3|4|SLOT-03 +1.3.6.1.4.1.674.10892.2.5.1.1.4.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.4.5|4|SLOT-02 +1.3.6.1.4.1.674.10892.2.5.1.1.4.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.4.7|4|SLOT-04 +1.3.6.1.4.1.674.10892.2.5.1.1.4.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.5.1|4|1 +1.3.6.1.4.1.674.10892.2.5.1.1.5.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.5.3|4|3 +1.3.6.1.4.1.674.10892.2.5.1.1.5.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.5.5|4|2 +1.3.6.1.4.1.674.10892.2.5.1.1.5.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.5.7|4|4 +1.3.6.1.4.1.674.10892.2.5.1.1.5.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.1|4|64V8NX2 +1.3.6.1.4.1.674.10892.2.5.1.1.6.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.3|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.5|4|64TBNX2 +1.3.6.1.4.1.674.10892.2.5.1.1.6.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.7|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.6.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.1|4|PowerEdge M640 (VRTX) +1.3.6.1.4.1.674.10892.2.5.1.1.7.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.3|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.5|4|PowerEdge M640 (VRTX) +1.3.6.1.4.1.674.10892.2.5.1.1.7.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.7|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.7.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.1|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.3|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.5|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.7|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.8.8|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.9.1|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.2|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.3|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.4|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.5|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.6|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.7|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.9.8|2|0 +1.3.6.1.4.1.674.10892.2.5.1.1.10.1|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.2|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.3|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.4|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.5|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.6|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.7|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.10.8|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.1|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.2|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.3|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.4|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.5|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.6|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.7|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.11.8|2|1 +1.3.6.1.4.1.674.10892.2.5.1.1.12.1|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.2|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.3|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.4|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.5|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.6|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.7|4|N/A +1.3.6.1.4.1.674.10892.2.5.1.1.12.8|4|N/A +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.1.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.1.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.2.0|4|Shared PERC8 (Embedded) +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.2.2|4|Shared PERC8 (Embedded) +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.7.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.7.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.8.0|4|23.14.06.0013 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.8.2|4|23.14.06.0013 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.9.0|2|1024 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.9.2|2|1024 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.37.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.37.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.38.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.38.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.41.0|4|06.805.01.00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.41.2|4|06.805.01.00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.42.0|4|Embedded +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.42.2|4|Embedded +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.48.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.48.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.49.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.49.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.50.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.50.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.51.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.51.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.52.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.52.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.53.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.53.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.59.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.59.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.60.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.60.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.61.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.61.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.62.0|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.62.2|2|30 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.69.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.69.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.70.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.70.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.71.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.71.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.72.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.72.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.73.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.73.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.74.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.74.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.75.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.75.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.76.0|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.76.2|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.77.0|4|0x54CD98F068022400 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.77.2|4|0x54CD98F069656D00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.78.0|4|RAID.ChassisIntegrated.2-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.78.2|4|RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.79.0|4|Chassis Integrated RAID 2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.79.2|4|Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.80.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.80.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.81.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.81.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.82.0|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.82.2|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.83.0|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.83.2|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.84.0|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.84.2|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.85.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.85.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.86.0|4|RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.86.2|4|RAID.ChassisIntegrated.2-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.87.0|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.1.1.87.2|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.1|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.4|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.5|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.6|2|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.7|2|7 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.8|2|8 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.9|2|9 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.10|2|10 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.11|2|11 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.12|2|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.13|2|13 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.14|2|14 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.15|2|15 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.16|2|16 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.17|2|17 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.18|2|18 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.19|2|19 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.20|2|20 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.21|2|21 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.22|2|22 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.23|2|23 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.1.24|2|24 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.0|4|Physical Disk 0:0:4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.1|4|Physical Disk 0:0:9 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.2|4|Physical Disk 0:0:6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.3|4|Physical Disk 0:0:7 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.4|4|Physical Disk 0:0:8 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.5|4|Physical Disk 0:0:5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.6|4|Physical Disk 0:0:10 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.7|4|Physical Disk 0:0:14 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.8|4|Physical Disk 0:0:11 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.9|4|Physical Disk 0:0:12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.10|4|Physical Disk 0:0:13 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.11|4|Physical Disk 0:0:17 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.12|4|Physical Disk 0:0:16 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.13|4|Physical Disk 0:0:18 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.14|4|Physical Disk 0:0:15 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.15|4|Physical Disk 0:0:19 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.16|4|Physical Disk 0:0:20 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.17|4|Physical Disk 0:0:24 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.18|4|Physical Disk 0:0:21 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.19|4|Physical Disk 0:0:2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.20|4|Physical Disk 0:0:1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.21|4|Physical Disk 0:0:3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.22|4|Physical Disk 0:0:0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.23|4|Physical Disk 0:0:23 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.2.24|4|Physical Disk 0:0:22 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.0|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.1|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.2|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.3|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.4|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.5|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.6|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.7|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.8|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.9|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.10|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.11|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.12|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.13|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.14|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.15|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.16|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.17|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.18|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.19|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.20|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.21|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.22|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.23|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.3.24|4|TOSHIBA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.1|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.4|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.5|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.6|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.7|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.8|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.9|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.10|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.11|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.12|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.13|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.14|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.15|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.16|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.17|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.18|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.19|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.20|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.21|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.22|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.23|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.4.24|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.0|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.1|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.2|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.3|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.4|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.5|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.6|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.7|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.8|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.9|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.10|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.11|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.12|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.13|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.14|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.15|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.16|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.17|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.18|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.19|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.20|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.21|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.22|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.23|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.6.24|4|AL15SEB120NY +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.0|4|39M0A0MEFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.1|4|39M0A0HCFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.2|4|39M0A0NMFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.3|4|39M0A0M7FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.4|4|39M0A0LMFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.5|4|39M0A0GGFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.6|4|39M0A0N0FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.7|4|39M0A0MTFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.8|4|39M0A0JTFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.9|4|39M0A0H7FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.10|4|39M0A0MSFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.11|4|39L0A4TMFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.12|4|39L0A4TGFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.13|4|39L0A4T4FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.14|4|39M0A0NGFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.15|4|39M0A0GPFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.16|4|39M0A0GQFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.17|4|39L0A4T0FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.18|4|39M0A0JFFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.19|4|39M0A0M1FQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.20|4|39M0A0HQFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.21|4|39M0A0KAFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.22|4|39M0A0MFFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.23|4|39L0A4TJFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.7.24|4|39L0A4SZFQVF +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.0|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.1|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.2|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.3|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.4|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.5|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.6|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.7|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.8|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.9|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.10|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.11|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.12|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.13|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.14|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.15|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.16|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.17|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.18|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.19|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.20|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.21|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.22|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.23|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.8.24|4|EF03 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.0|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.1|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.2|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.3|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.4|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.5|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.6|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.7|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.8|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.9|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.10|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.11|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.12|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.13|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.14|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.15|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.16|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.17|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.18|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.19|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.20|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.21|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.22|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.23|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.11.24|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.0|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.1|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.2|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.3|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.4|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.5|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.6|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.7|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.8|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.9|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.10|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.11|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.12|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.13|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.14|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.15|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.16|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.17|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.18|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.19|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.20|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.21|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.22|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.23|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.17.24|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.1|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.3|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.4|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.5|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.6|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.7|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.8|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.9|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.10|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.11|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.12|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.13|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.14|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.15|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.16|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.17|2|1144064 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.18|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.19|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.20|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.21|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.22|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.23|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.19.24|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.1|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.4|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.5|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.6|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.7|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.8|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.9|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.10|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.11|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.12|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.13|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.14|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.15|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.16|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.17|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.18|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.19|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.20|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.21|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.22|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.23|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.21.24|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.0|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.1|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.2|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.3|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.4|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.5|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.6|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.7|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.8|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.9|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.10|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.11|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.12|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.13|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.14|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.15|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.16|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.17|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.18|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.19|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.20|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.21|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.22|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.23|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.22.24|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.1|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.4|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.5|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.6|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.7|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.8|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.9|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.10|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.11|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.12|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.13|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.14|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.15|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.16|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.17|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.18|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.19|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.20|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.21|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.22|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.23|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.24.24|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.0|4|PH001M0DTB20093M6N50A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.1|4|PH001M0DTB20093M6N0FA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.2|4|PH001M0DTB20093M6N3SA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.3|4|PH001M0DTB20093M6N1PA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.4|4|PH001M0DTB20093M6N4SA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.5|4|PH001M0DTB20093M6N05A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.6|4|PH001M0DTB20093M6N2HA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.7|4|PH001M0DTB20093M6N4WA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.8|4|PH001M0DTB20093M6N3FA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.9|4|PH001M0DTB20093M6N0NA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.10|4|PH001M0DTB20093M6N4OA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.11|4|PH001M0DTB20093M6MIZA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.12|4|PH001M0DTB20093M6MITA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.13|4|PH001M0DTB20093M6MIJA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.14|4|PH001M0DTB20093M6N3BA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.15|4|PH001M0DTB20093M6N0BA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.16|4|PH001M0DTB20093M6N0AA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.17|4|PH001M0DTB20093M6MICA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.18|4|PH001M0DTB20093M6N2SA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.19|4|PH001M0DTB20093M6N40A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.20|4|PH001M0DTB20093M6N20A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.21|4|PH001M0DTB20093M6N44A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.22|4|PH001M0DTB20093M6N51A00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.23|4|PH001M0DTB20093M6MIVA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.27.24|4|PH001M0DTB20093M6MIFA00 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.0|4|0x500003994872E56A +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.1|4|0x500003994872DA9A +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.2|4|0x500003994872EB3E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.3|4|0x500003994872E52E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.4|4|0x500003994872E44E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.5|4|0x500003994872D7E2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.6|4|0x500003994872E70E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.7|4|0x500003994872E5CE +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.8|4|0x500003994872DF36 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.9|4|0x500003994872DA42 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.10|4|0x500003994872E5CA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.11|4|0x50000399487277F6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.12|4|0x50000399487276F6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.13|4|0x5000039948727512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.14|4|0x500003994872E9CE +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.15|4|0x500003994872D862 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.16|4|0x500003994872D86A +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.17|4|0x50000399487274A6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.18|4|0x500003994872DE22 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.19|4|0x500003994872E4FA +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.20|4|0x500003994872DC6A +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.21|4|0x500003994872E1C6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.22|4|0x500003994872E56E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.23|4|0x5000039948727782 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.28.24|4|0x500003994872747E +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.0|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.1|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.2|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.3|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.4|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.5|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.6|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.7|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.8|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.9|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.10|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.11|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.12|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.13|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.14|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.15|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.16|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.17|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.18|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.19|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.20|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.21|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.22|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.23|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.29.24|2|4 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.0|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.1|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.2|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.3|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.4|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.5|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.6|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.7|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.8|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.9|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.10|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.11|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.12|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.13|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.14|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.15|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.16|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.17|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.18|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.19|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.20|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.21|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.22|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.23|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.30.24|2|5 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.1|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.3|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.4|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.5|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.6|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.7|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.8|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.9|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.10|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.11|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.12|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.13|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.14|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.15|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.16|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.17|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.18|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.19|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.20|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.21|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.22|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.23|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.31.24|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.0|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.1|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.2|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.3|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.4|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.5|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.6|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.7|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.8|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.9|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.10|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.11|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.12|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.13|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.14|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.15|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.16|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.17|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.18|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.19|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.20|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.21|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.22|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.23|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.32.24|4|6 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.0|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.1|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.2|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.3|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.4|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.5|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.6|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.7|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.8|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.9|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.10|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.11|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.12|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.13|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.14|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.15|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.16|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.17|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.18|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.19|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.20|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.21|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.22|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.23|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.33.24|4|12 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.0|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.1|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.2|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.3|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.4|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.5|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.6|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.7|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.8|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.9|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.10|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.11|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.12|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.13|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.14|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.15|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.16|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.17|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.18|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.19|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.20|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.21|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.22|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.23|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.34.24|4|2019 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.1|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.3|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.4|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.5|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.6|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.7|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.8|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.9|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.10|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.11|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.12|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.13|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.14|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.15|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.16|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.17|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.18|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.19|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.20|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.21|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.22|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.23|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.35.24|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.1|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.3|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.4|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.5|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.6|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.7|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.8|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.9|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.10|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.11|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.12|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.13|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.14|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.15|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.16|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.17|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.18|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.19|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.20|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.21|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.22|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.23|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.42.24|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.0|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.1|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.2|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.3|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.4|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.5|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.6|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.7|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.8|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.9|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.10|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.11|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.12|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.13|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.14|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.15|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.16|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.17|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.18|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.19|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.20|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.21|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.22|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.23|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.49.24|2|255 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.0|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.1|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.2|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.3|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.4|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.5|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.6|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.7|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.8|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.9|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.10|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.11|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.12|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.13|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.14|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.15|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.16|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.17|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.18|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.19|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.20|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.21|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.22|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.23|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.50.24|2|1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.1|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.3|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.4|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.5|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.6|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.7|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.8|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.9|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.10|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.11|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.12|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.13|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.14|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.15|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.16|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.17|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.18|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.19|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.20|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.21|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.22|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.23|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.51.24|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.0|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.1|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.2|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.3|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.4|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.5|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.6|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.7|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.8|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.9|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.10|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.11|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.12|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.13|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.14|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.15|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.16|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.17|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.18|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.19|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.20|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.21|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.22|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.23|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.52.24|2|2 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.1|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.4|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.5|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.6|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.7|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.8|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.9|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.10|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.11|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.12|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.13|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.14|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.15|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.16|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.17|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.18|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.19|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.20|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.21|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.22|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.23|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.53.24|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.0|4|Disk.Bay.4:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.1|4|Disk.Bay.9:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.2|4|Disk.Bay.6:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.3|4|Disk.Bay.7:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.4|4|Disk.Bay.8:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.5|4|Disk.Bay.5:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.6|4|Disk.Bay.10:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.7|4|Disk.Bay.14:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.8|4|Disk.Bay.11:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.9|4|Disk.Bay.12:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.10|4|Disk.Bay.13:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.11|4|Disk.Bay.17:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.12|4|Disk.Bay.16:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.13|4|Disk.Bay.18:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.14|4|Disk.Bay.15:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.15|4|Disk.Bay.19:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.16|4|Disk.Bay.20:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.17|4|Disk.Bay.24:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.18|4|Disk.Bay.21:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.19|4|Disk.Bay.2:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.20|4|Disk.Bay.1:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.21|4|Disk.Bay.3:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.22|4|Disk.Bay.0:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.23|4|Disk.Bay.23:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.54.24|4|Disk.Bay.22:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.0|4|Disk 4 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.1|4|Disk 9 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.2|4|Disk 6 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.3|4|Disk 7 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.4|4|Disk 8 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.5|4|Disk 5 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.6|4|Disk 10 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.7|4|Disk 14 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.8|4|Disk 11 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.9|4|Disk 12 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.10|4|Disk 13 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.11|4|Disk 17 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.12|4|Disk 16 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.13|4|Disk 18 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.14|4|Disk 15 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.15|4|Disk 19 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.16|4|Disk 20 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.17|4|Disk 24 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.18|4|Disk 21 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.19|4|Disk 2 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.20|4|Disk 1 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.21|4|Disk 3 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.22|4|Disk 0 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.23|4|Disk 23 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.55.24|4|Disk 22 in Backplane 0 of Chassis Integrated RAID 1 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.0|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.1|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.2|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.3|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.4|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.5|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.6|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.7|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.8|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.9|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.10|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.11|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.12|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.13|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.14|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.15|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.16|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.17|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.18|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.19|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.20|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.21|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.22|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.23|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.57.24|2|3 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.0|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.1|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.2|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.3|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.4|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.5|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.6|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.7|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.8|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.9|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.10|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.11|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.12|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.13|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.14|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.15|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.16|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.17|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.18|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.19|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.20|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.21|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.22|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.23|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.58.24|2|512 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.0|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.1|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.2|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.3|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.4|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.5|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.6|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.7|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.8|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.9|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.10|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.11|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.12|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.13|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.14|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.15|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.16|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.17|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.18|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.19|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.20|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.21|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.22|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.23|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.59.24|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.1|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.3|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.4|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.5|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.6|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.7|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.8|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.9|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.10|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.11|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.12|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.13|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.14|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.15|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.16|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.17|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.18|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.19|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.20|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.21|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.22|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.23|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.60.24|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.0|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.1|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.2|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.3|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.4|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.5|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.6|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.7|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.8|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.9|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.10|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.11|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.12|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.13|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.14|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.15|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.16|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.17|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.18|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.19|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.20|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.21|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.22|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.23|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.61.24|2|0 +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.0|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.1|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.2|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.3|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.4|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.5|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.6|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.7|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.8|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.9|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.10|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.11|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.12|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.13|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.14|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.15|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.16|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.17|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.18|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.19|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.20|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.21|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.22|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.23|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.62.24|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.0|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.1|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.2|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.3|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.4|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.5|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.6|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.7|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.8|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.9|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.10|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.11|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.12|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.13|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.14|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.15|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.16|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.17|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.18|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.19|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.20|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.21|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.22|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.23|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.63.24|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.0|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.1|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.2|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.3|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.4|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.5|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.6|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.7|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.8|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.9|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.10|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.11|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.12|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.13|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.14|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.15|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.16|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.17|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.18|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.19|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.20|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.21|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.22|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.23|4|Not Applicable +1.3.6.1.4.1.674.10892.2.6.1.20.130.4.1.64.24|4|Not Applicable 1.3.6.1.4.1.674.10892.5.4.200.10.1.58.1|2|3 1.3.6.1.4.1.674.10892.5.4.200.10.1.60.1|2|3 1.3.6.1.4.1.674.10892.5.4.300.70.1.5.1.1|2|3