RBN-PING-MIB

File: RBN-PING-MIB.mib (15243 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB DISMAN-PING-MIB RBN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Unsigned32 DateAndTime TruthValue
MODULE-COMPLIANCE OBJECT-GROUP InetAddressType
InetAddress pingCtlEntry pingResultsEntry
pingCtlOwnerIndex pingCtlTestName rbnMgmt

Defined Types

RbnPingResultsEntry  
SEQUENCE    
  rbnPingResultsJitter Gauge32

RbnPingHistoryEntry  
SEQUENCE    
  rbnPingHistoryIndex Unsigned32
  rbnPingHistoryIpTargetAddressType InetAddressType
  rbnPingHistoryIpTargetAddress InetAddress
  rbnPingHistoryMinRtt Unsigned32
  rbnPingHistoryMaxRtt Unsigned32
  rbnPingHistoryAverageRtt Unsigned32
  rbnPingHistoryProbeResponses Gauge32
  rbnPingHistorySentProbes Gauge32
  rbnPingHistoryRttSumOfSquares Unsigned32
  rbnPingHistoryLastGoodProbe DateAndTime
  rbnPingHistoryJitter Gauge32

RbnPingCtlEntry  
SEQUENCE    
  rbnPingCtlMaxHistoryRows Unsigned32

RbnPingCtlIpEntry  
SEQUENCE    
  rbnPingCtlIpDontFragment TruthValue
  rbnPingCtlIpTtl Unsigned32

Defined Values

rbnPingMib 1.3.6.1.4.1.2352.2.46
This MIB supplements the standard Ping MIB, namely: DISMAN-PING-MIB (RFC 4560) This module defines additional objects for creating and monitoring ping tests. All MIB objects defined in this module are viewed within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3).
MODULE-IDENTITY    

rbnPingObjects 1.3.6.1.4.1.2352.2.46.1
OBJECT IDENTIFIER    

rbnPingConformance 1.3.6.1.4.1.2352.2.46.2
OBJECT IDENTIFIER    

rbnPingNotifications 1.3.6.1.4.1.2352.2.46.3
OBJECT IDENTIFIER    

rbnPingGlobals 1.3.6.1.4.1.2352.2.46.1.1
OBJECT IDENTIFIER    

rbnPingResults 1.3.6.1.4.1.2352.2.46.1.2
OBJECT IDENTIFIER    

rbnPingControl 1.3.6.1.4.1.2352.2.46.1.3
OBJECT IDENTIFIER    

rbnPingIp 1.3.6.1.4.1.2352.2.46.1.4
OBJECT IDENTIFIER    

rbnPingNumTests 1.3.6.1.4.1.2352.2.46.1.1.1
The number of entries in the pingCtlTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rbnPingResultsTable 1.3.6.1.4.1.2352.2.46.1.2.1
This table enhances the pingResultsTable, providing additional statistics for completed ping tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnPingResultsEntry

rbnPingResultsEntry 1.3.6.1.4.1.2352.2.46.1.2.1.1
A conceptual row in the rbnPingResultsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnPingResultsEntry  

rbnPingResultsJitter 1.3.6.1.4.1.2352.2.46.1.2.1.1.1
The calculated ping jitter value, which is the delta between the minimum round-trip-time (RTT) and the maximum RTT. If no RTT has been received, this object will have a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rbnPingHistoryTable 1.3.6.1.4.1.2352.2.46.1.2.2
Defines a table for storing the results of ping tests. This is essentially a mirror of the pingResultsTable, with the addition of an index object. The number of entries in this table is limited per entry in the pingCtlTable by the value of the corresponding rbnPingCtlMaxHistoryRows object. An entry in this table is created when a ping test completes. The initial 2 instance identifier index values identify the pingCtlEntry that these test results belong to. An entry is removed from the table when its corresponding pingCtlEntry is deleted. The oldest entry in this table for a corresponding entry in the pingCtlTable will be removed to allow the addition of a new entry once the number of rows in this table reaches the value specified by the rbnPingCtlMaxHistory for the corresponding entry in the rbnPingCtlTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnPingHistoryEntry

rbnPingHistoryEntry 1.3.6.1.4.1.2352.2.46.1.2.2.1
A conceptual row in the rbnPingHistoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnPingHistoryEntry  

rbnPingHistoryIndex 1.3.6.1.4.1.2352.2.46.1.2.2.1.1
An entry in this table is created when a ping test completes. The initial 2 instance identifier index values identify the pingCtlEntry that these results belongs to. rbnPingHistoryIndex will be assigned values starting at 1 and will wrap after exceeding the maximum possible value ('ffffffff'h).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..ffffffff  

rbnPingHistoryIpTargetAddressType 1.3.6.1.4.1.2352.2.46.1.2.2.1.2
This object indicates the type of address stored in the corresponding pingResultsIpTargetAddress object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rbnPingHistoryIpTargetAddress 1.3.6.1.4.1.2352.2.46.1.2.2.1.3
This object reports the IP address associated with a pingCtlTargetAddress value when the destination address is specified as a DNS name. The value of this object should be a zero-length octet string when a DNS name is not specified or when a specified DNS name fails to resolve. The address type (InetAddressType) that relates to this object is specified by the corresponding value of pingResultsIpTargetAddressType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rbnPingHistoryMinRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.4
The minimum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnPingHistoryMaxRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.5
The maximum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnPingHistoryAverageRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.6
The current average ping round-trip-time (RTT).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnPingHistoryProbeResponses 1.3.6.1.4.1.2352.2.46.1.2.2.1.7
Number of responses received for the corresponding pingCtlEntry and pingResultsEntry. The value of this object MUST be reported as 0 when no probe responses have been received.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rbnPingHistorySentProbes 1.3.6.1.4.1.2352.2.46.1.2.2.1.8
The value of this object reflects the number of probes sent for the corresponding pingCtlEntry and pingResultsEntry. The value of this object MUST be reported as 0 when no probes have been sent.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rbnPingHistoryRttSumOfSquares 1.3.6.1.4.1.2352.2.46.1.2.2.1.9
This object contains the sum of the squares for all ping responses received. Its purpose is to enable standard deviation calculation. The value of this object MUST be reported as 0 when no ping responses have been received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rbnPingHistoryLastGoodProbe 1.3.6.1.4.1.2352.2.46.1.2.2.1.10
Date and time when the last response was received for a probe.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rbnPingHistoryJitter 1.3.6.1.4.1.2352.2.46.1.2.2.1.11
The calculated ping jitter value, which is the delta between the minimum round-trip-time (RTT) and the maximum RTT. If no RTT has been received, this object will have a value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rbnPingCtlTable 1.3.6.1.4.1.2352.2.46.1.3.1
This table enhances the pingCtlTable, providing additional options for ping tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnPingCtlEntry

rbnPingCtlEntry 1.3.6.1.4.1.2352.2.46.1.3.1.1
A conceptual row in the rbnPingCtlTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnPingCtlEntry  

rbnPingCtlMaxHistoryRows 1.3.6.1.4.1.2352.2.46.1.3.1.1.1
The maximum number of corresponding entries allowed in the rbnPingHistoryTable. The oldest corresponding entry in the rbnPingHistoryTable will be removed to allow the addition of a new entry once the number of corresponding rows in the rbnPingHistoryTable reaches this value. When a pingCtlTable entry is removed, all corresponding entries in the rbnPingHistoryTable will also be removed. A value of 0 for this object disables creation of rbnPingHistoryTable entries.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rbnPingCtlIpTable 1.3.6.1.4.1.2352.2.46.1.4.1
This table enhances the pingCtlTable, providing additional options for IPv4 ping tests. These objects are ignored in conceptual rows where the pingCtlType instance does not equal pingIcmpEcho.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnPingCtlIpEntry

rbnPingCtlIpEntry 1.3.6.1.4.1.2352.2.46.1.4.1.1
A conceptual row in the rbnPingCtlIpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnPingCtlIpEntry  

rbnPingCtlIpDontFragment 1.3.6.1.4.1.2352.2.46.1.4.1.1.1
Indicates whether the dont-fragment (DF) flag should be set in the probe packet's IP header.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rbnPingCtlIpTtl 1.3.6.1.4.1.2352.2.46.1.4.1.1.2
Specifies a time-to-live (TTL) value to use in the probe packet's IP header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..255  

rbnPingCompliances 1.3.6.1.4.1.2352.2.46.2.1
OBJECT IDENTIFIER    

rbnPingGroups 1.3.6.1.4.1.2352.2.46.2.2
OBJECT IDENTIFIER    

rbnPingIpCompliance 1.3.6.1.4.1.2352.2.46.2.1.1
The compliance statement for SNMP entities which implement this MIB for IPv4.
Status: current Access: read-create
MODULE-COMPLIANCE    

rbnPingGlobalsGroup 1.3.6.1.4.1.2352.2.46.2.2.1
The collection of global objects for ping tests.
Status: current Access: read-create
OBJECT-GROUP    

rbnPingResultsGroup 1.3.6.1.4.1.2352.2.46.2.2.2
The collection of objects for ping test results.
Status: current Access: read-create
OBJECT-GROUP    

rbnPingCtlGroup 1.3.6.1.4.1.2352.2.46.2.2.3
The maximum number of corresponding entries allowed in the rbnPingHistoryTable.
Status: current Access: read-create
OBJECT-GROUP    

rbnPingIpGroup 1.3.6.1.4.1.2352.2.46.2.2.4
The collection of objects for executing a ping test over IPv4.
Status: current Access: read-create
OBJECT-GROUP