fcpTargetStatus
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.17.17.1.1.6
Object
column Enumeration
Status of the fcp target adapter
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.17.17.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fcpTargetEntry
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 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::fcpTargetStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::fcpTargetStatus.<fcpTargetTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::fcpTargetStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | startup |
2 | uninitialized |
3 | initializingFW |
4 | linkNotConnected |
5 | waitingForLinkUp |
6 | online |
7 | linkDisconnected |
8 | resetting |
9 | offline |
10 | offlinedByUserSystem |
11 | unknown |