WWP-PING-MIB: View SNMP OID List / Download MIB
VENDOR: WORLD WIDE PACKETS
Home | MIB: WWP-PING-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wwpPingMIB | 1.3.6.1.4.1.6141.2.21 |
The MIB for WWP Ping |
||
wwpPingMIBObjects | 1.3.6.1.4.1.6141.2.21.1 | |||
wwpPingDelay | 1.3.6.1.4.1.6141.2.21.1.1 | integer32 | read-write |
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 previous packet. |
wwpPingPacketSize | 1.3.6.1.4.1.6141.2.21.1.2 | integer32 | read-write |
The size of the ping packets to send to the target. |
wwpPingActivate | 1.3.6.1.4.1.6141.2.21.1.3 | truthvalue | read-write |
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 the Management Station to stop the ping. |
wwpPingAddress | 1.3.6.1.4.1.6141.2.21.1.4 | ipaddress | read-write |
The address of the device to be pinged. The default value should be of the loopback address. |
wwpPingPacketCount | 1.3.6.1.4.1.6141.2.21.1.5 | integer32 | read-write |
Specifies the number of icmp requests to send to the target. |
wwpPingPacketTimeout | 1.3.6.1.4.1.6141.2.21.1.6 | integer32 | read-write |
Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped'. |
wwpPingSentPackets | 1.3.6.1.4.1.6141.2.21.1.8 | counter32 | read-only |
The number of ping packets that have been sent to the target. |
wwpPingReceivedPackets | 1.3.6.1.4.1.6141.2.21.1.9 | counter32 | read-only |
The number of ping packets that have been reveived from the target. |
wwpPingFailCause | 1.3.6.1.4.1.6141.2.21.1.13 | pingfailcause | read-only |
The result of the ping. |
wwpPingState | 1.3.6.1.4.1.6141.2.21.1.15 | pingstate | read-only |
The state of the ping process.The state be pinging, idle, complete or failed. |
wwpPingUntilStopped | 1.3.6.1.4.1.6141.2.21.1.16 | truthvalue | read-write |
setting this object to true prior to wwpPingActivate will cause the device to ping the specified host until wwpPingActivate is set to false. The object can't be modified once the ping is active. The object returns to 'false' once the ping is halted. |