TUBS-IBR-PING-MIB: View SNMP OID List / Download MIB

VENDOR: TU BRAUNSCHWEIG


 Home MIB: TUBS-IBR-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
 pingMIB 1.3.6.1.4.1.1575.1.8
Experimental MIB module for JAX code generator tests.
     pingNotifications 1.3.6.1.4.1.1575.1.8.0
         pingNoResponse 1.3.6.1.4.1.1575.1.8.0.1
This notification is generated whenever a ping target did not reply within the current timeout. The pingAddress objects contains the target address and the pingTimeout objects contains the timeout value in milli seconds.
     pingObjects 1.3.6.1.4.1.1575.1.8.1
         pingTable 1.3.6.1.4.1.1575.1.8.1.1 no-access
A list of ping destinations and their round trip times.
             pingEntry 1.3.6.1.4.1.1575.1.8.1.1.1 no-access
An entry containing a ping destinations and its round trip time.
                 pingIndex 1.3.6.1.4.1.1575.1.8.1.1.1.1 unsigned32 no-access
A unique value identifying the ping entry.
                 pingAddress 1.3.6.1.4.1.1575.1.8.1.1.1.2 ipaddress read-only
The destination IP address for the ping entry. Writing to an instance of this object with an unused pingIndex creates a new pingTable entry.
                 pingRtt 1.3.6.1.4.1.1575.1.8.1.1.1.3 unsigned32 read-only
The measured round trip time for the ping entry. The value zero denotes a ping target that did not respond (yet).
         pingStatistics 1.3.6.1.4.1.1575.1.8.1.2
             pingTimeout 1.3.6.1.4.1.1575.1.8.1.2.1 unsigned32 read-write
Maximum time to wait for a response.
             pingAvgRtt 1.3.6.1.4.1.1575.1.8.1.2.2 unsigned32 read-only
The average round trip time for all ping entries.