cpqSbDevType
CPQSCSI-MIB ·
.1.3.6.1.4.1.232.7.2.2.1.4
Object
column obsolete
Enumeration
SCSI Device Type
This is the type of SCSI device. The following types are defined:
other(1)
The management agent does not recognize this type. You may
need to upgrade you 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-ROM, read-only device.
scanner(8)
This is a scanner device.
optical(9)
This is an optical memory device.
jukeBox(10)
This is a medium 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.7.2.2.1.4- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- cpqSbDeviceEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::cpqSbDevType'
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::cpqSbDevType.<cpqSbDevCntlrIndex>.<cpqSbDevBusIndex>.<cpqSbDevScsiIdIndex>'
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::cpqSbDevType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | disk |
3 | tape |
4 | printer |
5 | processor |
6 | wormDrive |
7 | cd-rom |
8 | scanner |
9 | optical |
10 | jukeBox |
11 | commDev |