cpqIdeAtapiDeviceType
CPQIDE-MIB ·
.1.3.6.1.4.1.232.14.2.5.1.1.5
Object
column mandatory
Enumeration
ATAPI Device Type.
This is the type of ATAPI 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.
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
- CPQIDE-MIB
- OID
.1.3.6.1.4.1.232.14.2.5.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqIdeAtapiDeviceEntry
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 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDE-MIB::cpqIdeAtapiDeviceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQIDE-MIB::cpqIdeAtapiDeviceType.<cpqIdeAtapiDeviceControllerIndex>.<cpqIdeAtapiDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQIDE-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQIDE-MIB::cpqIdeAtapiDeviceType'
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 |