WWP-LEOS-PING-MIB
17 objects
The MIB for WWP Ping
Imported Objects
| IANA-ADDRESS-FAMILY-NUMBERS-MIB | AddressFamilyNumbers |
| INET-ADDRESS-MIB | InetAddressType |
| SNMPv2-SMI | Counter32 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TruthValue |
| WWP-SMI | wwpModulesLeos |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.6141.2.60.19 | IdentitywwpLeosPingMIB | The MIB for WWP Ping | ||
| 1.3.6.1.4.1.6141.2.60.19.1 | NodewwpLeosPingMIBObjects | |||
| 1.3.6.1.4.1.6141.2.60.19.1.1 | ScalarwwpLeosPingDelay | read-write | current | The 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.2 | ScalarwwpLeosPingPacketSize | read-write | current | The size of the ping packets to send to the target. |
| 1.3.6.1.4.1.6141.2.60.19.1.3 | ScalarwwpLeosPingActivate | read-write | current | Ping 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.4 | ScalarwwpLeosPingAddrType | read-only | current | The 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.5 | ScalarwwpLeosPingAddr | read-write | current | The 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.6 | ScalarwwpLeosPingPacketCount | read-write | current | Specifies the number of ICMP requests to send to the target. |
| 1.3.6.1.4.1.6141.2.60.19.1.7 | ScalarwwpLeosPingPacketTimeout | read-write | current | Specifies 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.8 | ScalarwwpLeosPingSentPackets | read-only | current | The number of ping packets that have been sent to the target. |
| 1.3.6.1.4.1.6141.2.60.19.1.9 | ScalarwwpLeosPingReceivedPackets | read-only | current | The number of ping packets that have been received from the target. |
| 1.3.6.1.4.1.6141.2.60.19.1.10 | ScalarwwpLeosPingFailCause | read-only | current | The result of the ping. |
| 1.3.6.1.4.1.6141.2.60.19.1.11 | ScalarwwpLeosPingState | read-only | current | The 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.12 | ScalarwwpLeosPingUntilStopped | read-write | current | Setting 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.13 | ScalarwwpLeosPingInetAddrType | read-only | current | The Inet address type associated with wwpLeosPingAddr. When set to: ipv4 : wwpLeosPingAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : wwpLeo… |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| PingFailCause | INTEGER { 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) } | current | The cause of the last ping failure. |
| PingState | INTEGER { idle(1), pinging(2), pingComplete(3), failed(4) } | current | The state of the last ping request. |