wwpLeosPingFailCause
WWP-LEOS-PING-MIB ·
.1.3.6.1.4.1.6141.2.60.19.1.10
Object
scalar PingFailCause
The result of the ping.
Context
- MIB
- WWP-LEOS-PING-MIB
- OID
.1.3.6.1.4.1.6141.2.60.19.1.10- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- wwpLeosPingMIBObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-PING-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-PING-MIB::wwpLeosPingFailCause.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-PING-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-PING-MIB::wwpLeosPingFailCause'
Syntax
- Source
- PingFailCause
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknownHost |
2 | socketError |
3 | bindError |
4 | connectError |
5 | missingHost |
6 | asyncError |
7 | nonBlockError |
8 | mcastError |
9 | ttlError |
10 | mcastTtlError |
11 | outputError |
12 | unreachableError |
13 | isAlive |
14 | txRx |
15 | commandCompleted |
16 | noStatus |
17 | sendRecvMismatch |