cpqScsiTargetType

CPQSCSI-MIB · .1.3.6.1.4.1.232.5.2.5.1.1.4

Object

column mandatory Enumeration
SCSI Device Type.
              
This is the type of SCSI device.  The following types are defined:
              
other(1)
  The agent does not recognize this type.
  You may need to upgrade your software.
              
disk(2)
  This is a direct-access device like a disk drive.
              
tape(3)
  This is a sequential-access device like a tape drive.
              
printer(4)
  This is a printer device.
              
processor(5)
  This is a processor device like the ProLiant Storage System.
              
worm(6)
  This is a write-once, read-many times device.
              
cd-rom(7)
  This is a CD or DVD device.
              
scanner(8)
  This is a scanner device.
              
optical(9)
  This is an optical memory device.
              
jukeBox(10)
  This is a media changer device like a jukebox.
              
commDev(11)
  This is a communications device like a LAN bridge.

Context

MIB
CPQSCSI-MIB
OID
.1.3.6.1.4.1.232.5.2.5.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
cpqScsiTargetEntry

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 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiTargetType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiTargetType.<cpqScsiTargetCntlrIndex>.<cpqScsiTargetBusIndex>.<cpqScsiTargetScsiIdIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSCSI-MIB::cpqScsiTargetType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2disk
3tape
4printer
5processor
6wormDrive
7cd-rom
8scanner
9optical
10jukeBox
11commDev