jnxPingResultsStatus
OBS ✓
JUNIPER-PING-MIB ·
.1.3.6.1.4.1.2636.3.7.1.3.1.20
Object
The result of the most recent probe.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Polling
Explore Observium network monitoring
Context
- MIB
- JUNIPER-PING-MIB
- OID
.1.3.6.1.4.1.2636.3.7.1.3.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxPingResultsEntry
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 'JUNIPER-PING-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-PING-MIB::jnxPingResultsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-PING-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-PING-MIB::jnxPingResultsStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-PING-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-PING-MIB::jnxPingResultsStatus'
Syntax
- Source
- DISMAN-PING-MIBOperationResponseStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | responseReceived |
2 | unknown |
3 | internalError |
4 | requestTimedOut |
5 | unknownDestinationAddress |
6 | noRouteToTarget |
7 | interfaceInactiveToTarget |
8 | arpFailure |
9 | maxConcurrentLimitReached |
10 | unableToResolveDnsName |
11 | invalidHostAddress |