WWP-LEOS-PING-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wwpLeosPingMIB 1.3.6.1.4.1.6141.2.60.19
The MIB for WWP Ping
       wwpLeosPingMIBObjects 1.3.6.1.4.1.6141.2.60.19.1
           wwpLeosPingDelay 1.3.6.1.4.1.6141.2.60.19.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.
           wwpLeosPingPacketSize 1.3.6.1.4.1.6141.2.60.19.1.2 integer32 read-write
The size of the ping packets to send to the target.
           wwpLeosPingActivate 1.3.6.1.4.1.6141.2.60.19.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.
           wwpLeosPingAddrType 1.3.6.1.4.1.6141.2.60.19.1.4 addressfamilynumbers read-only
The address type associated with wwpLeosPingAddr. With the new wwpLeosPingInetAddrType being introduced to support RFC 4001, this OID will only be used when wwpLeosPingAddr is a host name or an IPv4 address. Otherwise, it will be set to other(0).
           wwpLeosPingAddr 1.3.6.1.4.1.6141.2.60.19.1.5 displaystring read-write
The host name or IP address of the device to be pinged. wwpLeosPingAddrType determines if address is host name or IP address.
           wwpLeosPingPacketCount 1.3.6.1.4.1.6141.2.60.19.1.6 integer32 read-write
Specifies the number of ICMP requests to send to the target.
           wwpLeosPingPacketTimeout 1.3.6.1.4.1.6141.2.60.19.1.7 integer32 read-write
Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped'.
           wwpLeosPingSentPackets 1.3.6.1.4.1.6141.2.60.19.1.8 counter32 read-only
The number of ping packets that have been sent to the target.
           wwpLeosPingReceivedPackets 1.3.6.1.4.1.6141.2.60.19.1.9 counter32 read-only
The number of ping packets that have been received from the target.
           wwpLeosPingFailCause 1.3.6.1.4.1.6141.2.60.19.1.10 pingfailcause read-only
The result of the ping.
           wwpLeosPingState 1.3.6.1.4.1.6141.2.60.19.1.11 pingstate read-only
The state of the ping process. The possible states include pinging, idle, complete or failed.
           wwpLeosPingUntilStopped 1.3.6.1.4.1.6141.2.60.19.1.12 truthvalue read-write
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 cannot be modified once the ping is active. The object returns to 'false' once the ping is halted.
           wwpLeosPingInetAddrType 1.3.6.1.4.1.6141.2.60.19.1.13 inetaddresstype read-only
The Inet address type associated with wwpLeosPingAddr. When set to: ipv4 : wwpLeosPingAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : wwpLeosPingAddr should be compliant with InetAddressIPv6 from RFC 4001.