ciscoScsiTgtDeviceStatus

CISCO-SCSI-MIB · .1.3.6.1.4.1.9.10.95.1.4.1.1.2

Object

column Enumeration
This object represents the status of this SCSI device, 
summarizing the state of both the addressable devices (i.e., 
the logical units) and the non-addressable devices within 
this SCSI device: 
  - unknown(1): This value is used when the status cannot 
    be determined 
  - available(2): All addressable and non-addressable devices 
  within the SCSI device are fully operational (i.e., no 
  logical units have an abnormal status). 
  - broken(3): The SCSI device is not operational and cannot 
  be made operational without external intervention. 
  - readying(4): One or more logical units within the SCSI 
  device are being initialized and access to the SCSI device 
  is temporarily limited (i.e., one or more of the logical 
  unit have a readying status). 
  - abnormal(5): One or more addressable devices within the 
  SCSI device are indicating a status other than available; 
  nevertheless, the SCSI device is operational (i.e., one or 
  more of the logical units have an abnormal status). 
  - nonAddrFailure(6): One or more non-addressable devices 
  within the SCSI device have failed; nevertheless, the SCSI 
  device is operational (i.e., no logical units have an 
  abnormal or readying status). 
  - nonAddrFailReadying(7): One or more non-addressable devices 
  within the SCSI device have failed; nevertheless,one or more 
  logical units within the SCSI device are being initialized 
  and access to the SCSI device is temporarily limited. 
  - nonAddrFailAbnormal(8): One or more non-addressable 
  devices within the SCSI device have failed and one or 
  more addressable devices within the SCSI device are 
  indicating a status other than available however the 
  SCSI device is operational.

Context

MIB
CISCO-SCSI-MIB
OID
.1.3.6.1.4.1.9.10.95.1.4.1.1.2
Type
column
Access
readonly
Status
current
Parent
ciscoScsiTgtDevEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCSI-MIB::ciscoScsiTgtDeviceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCSI-MIB::ciscoScsiTgtDeviceStatus.<ciscoScsiInstIndex>.<ciscoScsiDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SCSI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SCSI-MIB::ciscoScsiTgtDeviceStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2available
3broken
4readying
5abnormal
6nonAddrFailure
7nonAddrFailReadying
8nonAddrFailAbnormal

Conformance