AT-PING-MIB

File: AT-PING-MIB.mib (11825 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 DisplayString TruthValue
ifIndex modules DisplayStringUnsized

Defined Types

PingEntry  
SEQUENCE    
  pingIndex INTEGER
  pingProtocol INTEGER
  pingAddress OCTET STRING
  pingNumberOfPackets INTEGER
  pingPacketSize INTEGER
  pingTimeout INTEGER
  pingDelay INTEGER
  pingTrapOnCompletion INTEGER
  pingTypeOfService INTEGER
  pingPattern Unsigned32

Defined Values

ping 1.3.6.1.4.1.207.8.4.4.4.58
This MIB file contains definitions of managed objects for the PING module.
MODULE-IDENTITY    

pingTable 1.3.6.1.4.1.207.8.4.4.4.58.1
The table of ping parameters, dynamic and static.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PingEntry

pingEntry 1.3.6.1.4.1.207.8.4.4.4.58.1.1
A single entry of ping parameters. This contains the parameters required to perform a ping from the router. The ping specified by the dynamic parameters, can be initiated or stopped at any time by altering the pingStatus accordingly.
Status: current Access: not-accessible
OBJECT-TYPE    
  PingEntry  

pingIndex 1.3.6.1.4.1.207.8.4.4.4.58.1.1.1
There are two sets of ping information, dynamic and static. The dynamic information is used only once, for the next ping, then automatically replaced with the static information. The static information is used whenever specific dynamic information is not specified. The dynamic information indicates the current ping parameters when a ping is in progress. If static information is not specified, defaults are used. Static information can be changed at any time, but dynamic information cannot be changed while a ping is in progress. A change to the static information when a ping is not currently active, also updates the dynamic information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

pingProtocol 1.3.6.1.4.1.207.8.4.4.4.58.1.1.2
The protocol that the ping will use. The protocol must match the destination address. Ping supports both IP, IPX, Appletalk, and OSI addresses. The protocol must be specified before the address is set, because when the protocol is changed, address is reset to undefined. The default value for this variable is undefined(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER undefined(0), apple(1), ip(2), ipx(3), osi(4)  

pingAddress 1.3.6.1.4.1.207.8.4.4.4.58.1.1.3
The address specifies the destination address for ping packets for Appletalk, IP, IPX and OSI networks, respectively. The address format must match the protocol being used. The protocol must be specified before the address is set, because changing the protocol resets the address to undefined. The default value for this variable is an undefined address which is coded as a zero length octet string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

pingNumberOfPackets 1.3.6.1.4.1.207.8.4.4.4.58.1.1.4
The number of ping packets to transmit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

pingPacketSize 1.3.6.1.4.1.207.8.4.4.4.58.1.1.5
The packet size parameter specifies the length in bytes, of data to include in the data portion of the ping packet. The protocol packet header size and the size of headers for the particular link protocol in use have to be added to the packet size to get the total size of the ping packet. The maximum pingPacketSize can be set to is 1500.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1500  

pingTimeout 1.3.6.1.4.1.207.8.4.4.4.58.1.1.6
Timeout specifies the amount of time, in seconds, to wait for a response to a ping packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

pingDelay 1.3.6.1.4.1.207.8.4.4.4.58.1.1.7
The delay parameter specifies the time interval, in seconds, between ping packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

pingTrapOnCompletion 1.3.6.1.4.1.207.8.4.4.4.58.1.1.8
Specifies whether a trap should be issued on completion of the sequence of pings.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

pingTypeOfService 1.3.6.1.4.1.207.8.4.4.4.58.1.1.9
The Type Of Service (TOS) parameter is only valid for IP addresses, and specifies the TOS field in the IP header of the ping packet, as a decimal in the range 0 to 255.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

pingPattern 1.3.6.1.4.1.207.8.4.4.4.58.1.1.10
The pattern parameter specifies the data pattern to use in the data portion of the ping packet.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

pingStatus 1.3.6.1.4.1.207.8.4.4.4.58.2
Status and action object for the ping module. A status of '1' indicates that the ping is currently running, the status can be set to '2' to stop the ping. A status of '2' indicates that the ping is currently stopped, the pingStatus can be set to '1' to start the ping. The parameters for the ping can be altered in the pingTable. The destination ping address and protocol have defaults of undefined and must be specified before a ping can be started. The ping statistics are reset to defaults when a ping is started, and updated when the ping stops. Dynamic pingTable information is used only once, for the next ping. Static pingTable information is used for all pings by default, whenever the respective dynamic settings are not specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER startRunning(1), stopStopped(2)  

pingStatistics 1.3.6.1.4.1.207.8.4.4.4.58.3
OBJECT IDENTIFIER    

pingSentPackets 1.3.6.1.4.1.207.8.4.4.4.58.3.1
The number of ping packets sent to the target in the last ping. The default before the completion of a ping is zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

pingReceivedPackets 1.3.6.1.4.1.207.8.4.4.4.58.3.2
The number of packets received from the target in the last ping. The default before the completion of a ping is zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

pingMinimumRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.3
The quickest round trip time taken by any of the ping packets in milliseconds in the last ping. The default before the completion of a ping is zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

pingAverageRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.4
The average round trip time taken by the ping packets in milliseconds in the last ping. The default before the completion of a ping is zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

pingMaximumRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.5
The slowest round trip time taken by any of the ping packets in milliseconds in the last ping. The default before the completion of a ping is zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

pingTraps 1.3.6.1.4.1.207.8.4.4.4.58.0
OBJECT IDENTIFIER    

pingCompletionTrap 1.3.6.1.4.1.207.8.4.4.4.58.0.1
A ping trap is generated when a ping has completed. Traps are only generated if the variable pingTrapOnCompletion is set to true(1) in the dynamic ping entry. A trap is still generated if the ping is stopped prematurely by setting the variable pingStatus to stop/stopped(2).
Status: current Access: read-only
NOTIFICATION-TYPE