pingAction
ES3526XA_ES3510-MIB ·
.1.3.6.1.4.1.259.8.1.5.1.10.15.5
Object
scalar r/w
Enumeration
The action of the pingMgt. Set this objects to pingStart(2) to begin the ping operation. Once the action is set to pingStart(2), the associate pingMgt objects cannot be modified until this ping operation is completed (pingCompleted is true). When the ping has ended or no ping operation is performing, this object will get a value of noAction(1).
Context
- MIB
- ES3526XA_ES3510-MIB
- OID
.1.3.6.1.4.1.259.8.1.5.1.10.15.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pingMgt
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 'ES3526XA_ES3510-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES3526XA_ES3510-MIB::pingAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES3526XA_ES3510-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES3526XA_ES3510-MIB::pingAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | pingStart |