AT-PING-MIB
This MIB file contains definitions of managed objects for the PING module.
Main OID:
ping.1.3.6.1.4.1.207.8.4.4.4.58
22
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
22 total| Object Name |
|---|
pingThis MIB file contains definitions of managed objects for the PING module. MODULE-IDENTITY .1.3.6.1.4.1.207.8.4.4.4.58 |
pingTraps OBJECT IDENTIFIER .1.3.6.1.4.1.207.8.4.4.4.58.0 |
pingCompletionTrapA 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). NOTIFICATION-TYPE .1.3.6.1.4.1.207.8.4.4.4.58.0.1 |
pingTableThe table of ping parameters, dynamic and static. SEQUENCE OF PingEntry .1.3.6.1.4.1.207.8.4.4.4.58.1 |
pingEntryA 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. PingEntry .1.3.6.1.4.1.207.8.4.4.4.58.1.1 |
pingIndexThere 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.ro Enumeration .1.3.6.1.4.1.207.8.4.4.4.58.1.1.1 |
pingProtocolThe 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).rw Enumeration .1.3.6.1.4.1.207.8.4.4.4.58.1.1.2 |
pingAddressThe 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.rw OCTET STRING .1.3.6.1.4.1.207.8.4.4.4.58.1.1.3 |
pingNumberOfPacketsThe number of ping packets to transmit.rw INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.1.1.4 |
pingPacketSizeThe 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.rw INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.1.1.5 |
pingTimeoutTimeout specifies the amount of time, in seconds, to wait for a response to a ping packet.rw INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.1.1.6 |
pingDelayThe delay parameter specifies the time interval, in seconds, between ping packets.rw INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.1.1.7 |
pingTrapOnCompletionSpecifies whether a trap should be issued on completion of the sequence of pings.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.58.1.1.8 |
pingTypeOfServiceThe 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.rw INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.1.1.9 |
pingPatternThe pattern parameter specifies the data pattern to use in the data portion of the ping packet.rw Unsigned32 .1.3.6.1.4.1.207.8.4.4.4.58.1.1.10 |
pingStatusStatus 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.rw Enumeration .1.3.6.1.4.1.207.8.4.4.4.58.2 |
pingStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.207.8.4.4.4.58.3 |
pingSentPacketsThe number of ping packets sent to the target in the last ping. The default before the completion of a ping is zero.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.3.1 |
pingReceivedPacketsThe number of packets received from the target in the last ping. The default before the completion of a ping is zero.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.3.2 |
pingMinimumRoundTripTimeThe 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.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.3.3 |
pingAverageRoundTripTimeThe 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.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.3.4 |
pingMaximumRoundTripTimeThe 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.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.58.3.5 |