TUBS-IBR-PING-MIB

File: TUBS-IBR-PING-MIB.mib (3559 bytes)

Imported modules

SNMPv2-SMI TUBS-SMI

Imported symbols

IpAddress MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE Unsigned32 ibr

Defined Types

PingEntry  
SEQUENCE    
  pingIndex Unsigned32
  pingAddress IpAddress
  pingRtt Unsigned32

Defined Values

pingMIB 1.3.6.1.4.1.1575.1.8
Experimental MIB module for JAX code generator tests.
MODULE-IDENTITY    

pingNotifications 1.3.6.1.4.1.1575.1.8.0
OBJECT IDENTIFIER    

pingObjects 1.3.6.1.4.1.1575.1.8.1
OBJECT IDENTIFIER    

pingTable 1.3.6.1.4.1.1575.1.8.1.1
A list of ping destinations and their round trip times.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PingEntry

pingEntry 1.3.6.1.4.1.1575.1.8.1.1.1
An entry containing a ping destinations and its round trip time.
Status: current Access: not-accessible
OBJECT-TYPE    
  PingEntry  

pingIndex 1.3.6.1.4.1.1575.1.8.1.1.1.1
A unique value identifying the ping entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

pingAddress 1.3.6.1.4.1.1575.1.8.1.1.1.2
The destination IP address for the ping entry. Writing to an instance of this object with an unused pingIndex creates a new pingTable entry.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

pingRtt 1.3.6.1.4.1.1575.1.8.1.1.1.3
The measured round trip time for the ping entry. The value zero denotes a ping target that did not respond (yet).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pingStatistics 1.3.6.1.4.1.1575.1.8.1.2
OBJECT IDENTIFIER    

pingTimeout 1.3.6.1.4.1.1575.1.8.1.2.1
Maximum time to wait for a response.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

pingAvgRtt 1.3.6.1.4.1.1575.1.8.1.2.2
The average round trip time for all ping entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-only
NOTIFICATION-TYPE