cpqFcaHostCntlrStatus
CPQFCA-MIB ·
.1.3.6.1.4.1.232.16.2.7.1.1.4
Object
column mandatory
Enumeration
Fibre Channel Host Controller Status.
The host controller can be in one of the following states:
Other (1)
The agent is unable to determine the status of the host
controller.
Ok (2)
Indicates that the host controller is in normal operation mode.
Failed (3)
Indicates that the host controller has failed and should be
replaced.
Shutdown (4)
Indicates that the host controller has been shutdown.
LoopDegraded (5)
Indicates that the fibre channel connection is degraded.
LoopFailed (6)
Indicates that the fibre channel connection is failed.
NotConnected (7)
Indicates that the fibre channel port is not connected or the
device to which it is connected is powered down.
Context
- MIB
- CPQFCA-MIB
- OID
.1.3.6.1.4.1.232.16.2.7.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqFcaHostCntlrEntry
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 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaHostCntlrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaHostCntlrStatus.<cpqFcaHostCntlrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQFCA-MIB::cpqFcaHostCntlrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | failed |
4 | shutdown |
5 | loopDegraded |
6 | loopFailed |
7 | notConnected |