h3cFcPingOperStatus
H3C-FC-PING-MIB ·
.1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.11
Object
column Enumeration
This object indicates the operational status
of this h3cFcPingEntry.
The value specifications are listed as follows:
inProgress - FC ping is in progress.
complete - FC ping is complete.
disabled - FC ping is disabled.
failed - FC ping has failed due to resource limitations.
Context
- MIB
- H3C-FC-PING-MIB
- OID
.1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- h3cFcPingEntry
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 'H3C-FC-PING-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-FC-PING-MIB::h3cFcPingOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-FC-PING-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-FC-PING-MIB::h3cFcPingOperStatus.<h3cFcPingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-FC-PING-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-FC-PING-MIB::h3cFcPingOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | complete |
3 | disabled |
4 | failed |