TUBS-IBR-PING-MIB
Experimental MIB module for JAX code generator tests.
Main OID:
pingMIB.1.3.6.1.4.1.1575.1.8
12
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
12 total| Object Name |
|---|
pingMIBExperimental MIB module for JAX code generator tests. MODULE-IDENTITY .1.3.6.1.4.1.1575.1.8 |
pingNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.8.0 |
pingNoResponseThis 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. NOTIFICATION-TYPE .1.3.6.1.4.1.1575.1.8.0.1 |
pingObjects OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.8.1 |
pingTableA list of ping destinations and their round trip times. SEQUENCE OF PingEntry .1.3.6.1.4.1.1575.1.8.1.1 |
pingEntryAn entry containing a ping destinations and its round trip time. PingEntry .1.3.6.1.4.1.1575.1.8.1.1.1 |
pingIndexA unique value identifying the ping entry. Unsigned32 .1.3.6.1.4.1.1575.1.8.1.1.1.1 |
pingAddressThe destination IP address for the ping entry. Writing to an instance of this object with an unused pingIndex creates a new pingTable entry.rw IpAddress .1.3.6.1.4.1.1575.1.8.1.1.1.2 |
pingRttThe measured round trip time for the ping entry. The value zero denotes a ping target that did not respond (yet).ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.1575.1.8.1.1.1.3 |
pingStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.8.1.2 |
pingTimeoutMaximum time to wait for a response.rw Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.1575.1.8.1.2.1 |
pingAvgRttThe average round trip time for all ping entries.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.1575.1.8.1.2.2 |