WWP-PING-MIB

File: WWP-PING-MIB.mib (5183 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

IpAddress Integer32 Counter32
OBJECT-TYPE MODULE-IDENTITY TruthValue
TEXTUAL-CONVENTION wwpModules

Defined Types

PingFailCause  
Description.
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  
Description.
TEXTUAL-CONVENTION    
  INTEGER idle(1), pinging(2), pingComplete(3), failed(4)  

Defined Values

wwpPingMIB 1.3.6.1.4.1.6141.2.21
The MIB for WWP Ping
MODULE-IDENTITY    

wwpPingMIBObjects 1.3.6.1.4.1.6141.2.21.1
OBJECT IDENTIFIER    

wwpPingDelay 1.3.6.1.4.1.6141.2.21.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  

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

wwpPingActivate 1.3.6.1.4.1.6141.2.21.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  

wwpPingAddress 1.3.6.1.4.1.6141.2.21.1.4
The address of the device to be pinged. The default value should be of the loopback address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpPingPacketCount 1.3.6.1.4.1.6141.2.21.1.5
Specifies the number of icmp requests to send to the target.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100000  

wwpPingPacketTimeout 1.3.6.1.4.1.6141.2.21.1.6
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  

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

wwpPingReceivedPackets 1.3.6.1.4.1.6141.2.21.1.9
The number of ping packets that have been reveived from the target.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

wwpPingState 1.3.6.1.4.1.6141.2.21.1.15
The state of the ping process.The state be pinging, idle, complete or failed.
Status: current Access: read-only
OBJECT-TYPE    
  PingState  

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