WWP-LEOS-PING-MIB

File: WWP-LEOS-PING-MIB.mib (6850 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IANA-ADDRESS-FAMILY-NUMBERS-MIB
INET-ADDRESS-MIB WWP-SMI

Imported symbols

Integer32 Counter32 OBJECT-TYPE
MODULE-IDENTITY TruthValue TEXTUAL-CONVENTION
DisplayString AddressFamilyNumbers InetAddressType
wwpModulesLeos

Defined Types

PingFailCause  
The cause of the last ping failure.
TEXTUAL-CONVENTION    
  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)  

PingState  
The state of the last ping request.
TEXTUAL-CONVENTION    
  INTEGER idle(1), pinging(2), pingComplete(3), failed(4)  

Defined Values

wwpLeosPingMIB 1.3.6.1.4.1.6141.2.60.19
The MIB for WWP Ping
MODULE-IDENTITY    

wwpLeosPingMIBObjects 1.3.6.1.4.1.6141.2.60.19.1
OBJECT IDENTIFIER    

wwpLeosPingDelay 1.3.6.1.4.1.6141.2.60.19.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100000  

wwpLeosPingPacketSize 1.3.6.1.4.1.6141.2.60.19.1.2
The size of the ping packets to send to the target.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1464  

wwpLeosPingActivate 1.3.6.1.4.1.6141.2.60.19.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosPingAddrType 1.3.6.1.4.1.6141.2.60.19.1.4
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).
Status: current Access: read-only
OBJECT-TYPE    
  AddressFamilyNumbers  

wwpLeosPingAddr 1.3.6.1.4.1.6141.2.60.19.1.5
The host name or IP address of the device to be pinged. wwpLeosPingAddrType determines if address is host name or IP address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpLeosPingPacketCount 1.3.6.1.4.1.6141.2.60.19.1.6
Specifies the number of ICMP requests to send to the target.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100000  

wwpLeosPingPacketTimeout 1.3.6.1.4.1.6141.2.60.19.1.7
Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped'.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100000  

wwpLeosPingSentPackets 1.3.6.1.4.1.6141.2.60.19.1.8
The number of ping packets that have been sent to the target.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosPingReceivedPackets 1.3.6.1.4.1.6141.2.60.19.1.9
The number of ping packets that have been received from the target.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosPingFailCause 1.3.6.1.4.1.6141.2.60.19.1.10
The result of the ping.
Status: current Access: read-only
OBJECT-TYPE    
  PingFailCause  

wwpLeosPingState 1.3.6.1.4.1.6141.2.60.19.1.11
The state of the ping process. The possible states include pinging, idle, complete or failed.
Status: current Access: read-only
OBJECT-TYPE    
  PingState  

wwpLeosPingUntilStopped 1.3.6.1.4.1.6141.2.60.19.1.12
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosPingInetAddrType 1.3.6.1.4.1.6141.2.60.19.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType