rsPingCompletionStatus
HPE-rndApplications ·
.1.3.6.1.4.1.11.2.35.4.1.1.12
Object
column PingCompletionStatus
If all the echo request packets in this sequence have been responded by valid echo responses, this object is set to ok. Otherwise this status indicates the problem. bad-reply-data indicates that the reply data is not equal to the response data.
Context
- MIB
- HPE-rndApplications
- OID
.1.3.6.1.4.1.11.2.35.4.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rsPingEntry
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 'HPE-rndApplications' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-rndApplications::rsPingCompletionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPE-rndApplications' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-rndApplications::rsPingCompletionStatus.<rsPingAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-rndApplications' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-rndApplications::rsPingCompletionStatus'
Syntax
- Source
- PingCompletionStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | ok |
2 | timeout |
3 | net-unreachable |
4 | host-unreachable |
5 | protocol-unreachable |
6 | time-to-live-exceeded |
7 | reassembly-time-exceeded |
8 | unable-to-send |
9 | bad-reply-data |
10 | incomplete |