cpqSsIoSlotControllerType
CPQSTSYS-MIB ·
.1.3.6.1.4.1.232.8.2.2.2.1.3
Object
column mandatory
Enumeration
Storage System I/O Slot Controller Type.
The following values are defined:
other(1)
The agent is unable to determine if anything is installed in
this storage system I/O slot.
notInstalled(2)
Nothing is installed in this storage system I/O slot.
unknownBoardInstalled(3)
An unknown controller is installed in this storage system
I/O slot.
fibreArray(4)
A Fibre Channel Array controller is installed in this storage
system I/O slot.
scsiArray(5)
A SCSI Array controller is installed in this storage system
I/O slot.
noSlot(6)
The slot does not exist on this chassis.
iScsiArray(7)
An iSCSI Array controller is installed in this storage system
I/O slot.
sasArray(8)
A SAS Array controller is installed in this storage system
I/O slot.
Context
- MIB
- CPQSTSYS-MIB
- OID
.1.3.6.1.4.1.232.8.2.2.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSsIoSlotEntry
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 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsIoSlotControllerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsIoSlotControllerType.<cpqSsIoSlotChassisIndex>.<cpqSsIoSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTSYS-MIB::cpqSsIoSlotControllerType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | notInstalled |
3 | unknownBoard |
4 | fibreArray |
5 | scsiArray |
6 | noSlot |
7 | iScsiArray |
8 | sasArray |