AT-PING-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-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
 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.
       pingTraps 1.3.6.1.4.1.207.8.4.4.4.58.0
           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).
       pingTable 1.3.6.1.4.1.207.8.4.4.4.58.1 no-access
The table of ping parameters, dynamic and static.
           pingEntry 1.3.6.1.4.1.207.8.4.4.4.58.1.1 no-access
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.
               pingIndex 1.3.6.1.4.1.207.8.4.4.4.58.1.1.1 integer read-only
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. Enumeration: 'dynamic': 2, 'static': 1.
               pingProtocol 1.3.6.1.4.1.207.8.4.4.4.58.1.1.2 integer read-write
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). Enumeration: 'osi': 4, 'ip': 2, 'ipx': 3, 'undefined': 0, 'apple': 1.
               pingAddress 1.3.6.1.4.1.207.8.4.4.4.58.1.1.3 octet string read-write
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.
               pingNumberOfPackets 1.3.6.1.4.1.207.8.4.4.4.58.1.1.4 integer read-write
The number of ping packets to transmit.
               pingPacketSize 1.3.6.1.4.1.207.8.4.4.4.58.1.1.5 integer read-write
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.
               pingTimeout 1.3.6.1.4.1.207.8.4.4.4.58.1.1.6 integer read-write
Timeout specifies the amount of time, in seconds, to wait for a response to a ping packet.
               pingDelay 1.3.6.1.4.1.207.8.4.4.4.58.1.1.7 integer read-write
The delay parameter specifies the time interval, in seconds, between ping packets.
               pingTrapOnCompletion 1.3.6.1.4.1.207.8.4.4.4.58.1.1.8 truthvalue read-write
Specifies whether a trap should be issued on completion of the sequence of pings.
               pingTypeOfService 1.3.6.1.4.1.207.8.4.4.4.58.1.1.9 integer read-write
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.
               pingPattern 1.3.6.1.4.1.207.8.4.4.4.58.1.1.10 unsigned32 read-write
The pattern parameter specifies the data pattern to use in the data portion of the ping packet.
       pingStatus 1.3.6.1.4.1.207.8.4.4.4.58.2 integer read-write
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. Enumeration: 'stopStopped': 2, 'startRunning': 1.
       pingStatistics 1.3.6.1.4.1.207.8.4.4.4.58.3
           pingSentPackets 1.3.6.1.4.1.207.8.4.4.4.58.3.1 integer read-only
The number of ping packets sent to the target in the last ping. The default before the completion of a ping is zero.
           pingReceivedPackets 1.3.6.1.4.1.207.8.4.4.4.58.3.2 integer read-only
The number of packets received from the target in the last ping. The default before the completion of a ping is zero.
           pingMinimumRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.3 integer read-only
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.
           pingAverageRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.4 integer read-only
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.
           pingMaximumRoundTripTime 1.3.6.1.4.1.207.8.4.4.4.58.3.5 integer read-only
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.