pingAction
ECS5520-MIB ·
.1.3.6.1.4.1.259.10.1.51.1.10.15.5
Object
scalar
r/w
Enumeration
The action of the pingMgt operation. Sets these objects to pingStart(2) to begin the ping operation. Once the action is set to pingStart(2), the associated pingMgt objects cannot be modified until this ping operation is completed (pingCompleted is true). When the ping has ended or there is no ping operation performing, this object will get a value of noAction(1).
Context
- MIB
- ECS5520-MIB
- OID
.1.3.6.1.4.1.259.10.1.51.1.10.15.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pingMgt
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | ipv4z |
4 | ipv6z |
16 | dns |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| pingIpAddress Specifies the IP address of the device that is planned
to ping. | scalar | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.259.10.1.51.1.10.15.1 |
| pingHistoryTable Contains the executive result information for the ping
operation. | table | - | .1.3.6.1.4.1.259.10.1.51.1.10.15.10 |
| pingPacketSize Specifies the size of each data potion of ping packets
in bytes. | scalar | Integer32 | .1.3.6.1.4.1.259.10.1.51.1.10.15.2 |
| pingCompleted A value of true(1) will be read when this ping operation has
been either responded to or changed to the time-out status.
A value of false(2) will be read when there is a ping
oper… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.259.10.1.51.1.10.15.4 |
| pingProbeCount Specifies the number of times to perform a ping operation at a
remote host. | scalar | Integer32 | .1.3.6.1.4.1.259.10.1.51.1.10.15.6 |
| pingSentPackets The value of this object reflects the number of probes sent.
The value of this object must be reported as 0 when no probes
have been sent. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.259.10.1.51.1.10.15.7 |
| pingReceivedPackets Number of responses received. The value of this object must
be reported as 0 when no probe responses have been received. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.259.10.1.51.1.10.15.8 |
| pingPacketLossRate Packet loss rate of this ping operation. This variable is
calculated by pingReceivedPackets and pingSentPackets. The
rate is expressed as a percentage. | scalar | Integer32 | .1.3.6.1.4.1.259.10.1.51.1.10.15.9 |