MIB Viewer

WWP-LEOS-PING-MIB

17 objects
The MIB for WWP Ping
OIDNameAccessStatusDescription
1.3.6.1.4.1.6141.2.60.19IdentitywwpLeosPingMIBThe MIB for WWP Ping
1.3.6.1.4.1.6141.2.60.19.1NodewwpLeosPingMIBObjects
1.3.6.1.4.1.6141.2.60.19.1.1ScalarwwpLeosPingDelayread-writecurrentThe object specifies the minimum amount of time to wait before sending the next packet in a sequence after receiving a response or declaring a timeout for a pr…
1.3.6.1.4.1.6141.2.60.19.1.2ScalarwwpLeosPingPacketSizeread-writecurrentThe size of the ping packets to send to the target.
1.3.6.1.4.1.6141.2.60.19.1.3ScalarwwpLeosPingActivateread-writecurrentPing can be activated by setting this object to true. Once the ping operation is completed, the object is set to 'false'. This object can be set to 'false' by …
1.3.6.1.4.1.6141.2.60.19.1.4ScalarwwpLeosPingAddrTyperead-onlycurrentThe address type associated with wwpLeosPingAddr. With the new wwpLeosPingInetAddrType being introduced to support RFC 4001, this OID will only be used when ww…
1.3.6.1.4.1.6141.2.60.19.1.5ScalarwwpLeosPingAddrread-writecurrentThe host name or IP address of the device to be pinged. wwpLeosPingAddrType determines if address is host name or IP address.
1.3.6.1.4.1.6141.2.60.19.1.6ScalarwwpLeosPingPacketCountread-writecurrentSpecifies the number of ICMP requests to send to the target.
1.3.6.1.4.1.6141.2.60.19.1.7ScalarwwpLeosPingPacketTimeoutread-writecurrentSpecifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped'.
1.3.6.1.4.1.6141.2.60.19.1.8ScalarwwpLeosPingSentPacketsread-onlycurrentThe number of ping packets that have been sent to the target.
1.3.6.1.4.1.6141.2.60.19.1.9ScalarwwpLeosPingReceivedPacketsread-onlycurrentThe number of ping packets that have been received from the target.
1.3.6.1.4.1.6141.2.60.19.1.10ScalarwwpLeosPingFailCauseread-onlycurrentThe result of the ping.
1.3.6.1.4.1.6141.2.60.19.1.11ScalarwwpLeosPingStateread-onlycurrentThe state of the ping process. The possible states include pinging, idle, complete or failed.
1.3.6.1.4.1.6141.2.60.19.1.12ScalarwwpLeosPingUntilStoppedread-writecurrentSetting this object to true prior to wwpLeosPingActivate will cause the device to ping the specified host until wwpLeosPingActivate is set to false. The object…
1.3.6.1.4.1.6141.2.60.19.1.13ScalarwwpLeosPingInetAddrTyperead-onlycurrentThe Inet address type associated with wwpLeosPingAddr. When set to: ipv4 : wwpLeosPingAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : wwpLeo…
Type Definitions
NameSyntaxStatusDescription
PingFailCauseINTEGER { unknownHost(1), socketError(2), bindError(3), connectError(4), missingHost(5), asyncError(6), nonBlockError(7), mcastError(8), ttlError(9), mcastTtlError(10), outputError(11), unreachableError(12), isAlive(13), txRx(14), commandCompleted(15), noStatus(16), sendRecvMismatch(17) }currentThe cause of the last ping failure.
PingStateINTEGER { idle(1), pinging(2), pingComplete(3), failed(4) }currentThe state of the last ping request.