cpqScsiTargetCurrentSpeed
CPQSCSI-MIB ·
.1.3.6.1.4.1.232.5.2.5.1.1.18
Object
column mandatory
Enumeration
SCSI Device Current Data Transfer Speed.
The following values are defined:
other(1)
The agent is unable to determine the current negotiated data
transfer speed for this drive.
asynchronous(2)
The negotiated data transfer speed for this drive is
asynchronous.
fast(3)
The negotiated data transfer speed for this drive is 10 million
transfers per second.
ultra(4)
The negotiated data transfer speed for this drive is 20 million
transfers per second.
ultra2(5)
The negotiated data transfer speed for this drive is 40 million
transfers per second.
ultra3(6)
The negotiated data transfer speed for this drive is 80 million
transfers per second.
scsi1(7)
The negotiated data transfer speed for this drive is 5 million
transfers per second.
ultra4(8)
The negotiated data transfer speed for this drive is 160 million
transfers per second. Ultra4 is now referred to as Ultra320.
Context
- MIB
- CPQSCSI-MIB
- OID
.1.3.6.1.4.1.232.5.2.5.1.1.18- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqScsiTargetEntry
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::cpqScsiTargetCurrentSpeed'
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::cpqScsiTargetCurrentSpeed.<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::cpqScsiTargetCurrentSpeed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | asynchronous |
3 | fast |
4 | ultra |
5 | ultra2 |
6 | ultra3 |
7 | scsi1 |
8 | ultra4 |