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

VENDOR: ERICSSON


 Home MIB: RBN-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
 rbnPingMib 1.3.6.1.4.1.2352.2.46
This Redback 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).
       rbnPingObjects 1.3.6.1.4.1.2352.2.46.1
           rbnPingGlobals 1.3.6.1.4.1.2352.2.46.1.1
               rbnPingNumTests 1.3.6.1.4.1.2352.2.46.1.1.1 gauge32 read-only
The number of entries in the pingCtlTable.
           rbnPingResults 1.3.6.1.4.1.2352.2.46.1.2
               rbnPingResultsTable 1.3.6.1.4.1.2352.2.46.1.2.1 no-access
This table enhances the pingResultsTable, providing additional statistics for completed ping tests.
                   rbnPingResultsEntry 1.3.6.1.4.1.2352.2.46.1.2.1.1 no-access
A conceptual row in the rbnPingResultsTable.
                       rbnPingResultsJitter 1.3.6.1.4.1.2352.2.46.1.2.1.1.1 gauge32 read-only
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.
               rbnPingHistoryTable 1.3.6.1.4.1.2352.2.46.1.2.2 no-access
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.
                   rbnPingHistoryEntry 1.3.6.1.4.1.2352.2.46.1.2.2.1 no-access
A conceptual row in the rbnPingHistoryTable.
                       rbnPingHistoryIndex 1.3.6.1.4.1.2352.2.46.1.2.2.1.1 unsigned32 no-access
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).
                       rbnPingHistoryIpTargetAddressType 1.3.6.1.4.1.2352.2.46.1.2.2.1.2 inetaddresstype read-only
This object indicates the type of address stored in the corresponding pingResultsIpTargetAddress object.
                       rbnPingHistoryIpTargetAddress 1.3.6.1.4.1.2352.2.46.1.2.2.1.3 inetaddress read-only
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.
                       rbnPingHistoryMinRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.4 unsigned32 read-only
The minimum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.
                       rbnPingHistoryMaxRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.5 unsigned32 read-only
The maximum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.
                       rbnPingHistoryAverageRtt 1.3.6.1.4.1.2352.2.46.1.2.2.1.6 unsigned32 read-only
The current average ping round-trip-time (RTT).
                       rbnPingHistoryProbeResponses 1.3.6.1.4.1.2352.2.46.1.2.2.1.7 gauge32 read-only
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.
                       rbnPingHistorySentProbes 1.3.6.1.4.1.2352.2.46.1.2.2.1.8 gauge32 read-only
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.
                       rbnPingHistoryRttSumOfSquares 1.3.6.1.4.1.2352.2.46.1.2.2.1.9 unsigned32 read-only
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.
                       rbnPingHistoryLastGoodProbe 1.3.6.1.4.1.2352.2.46.1.2.2.1.10 dateandtime read-only
Date and time when the last response was received for a probe.
                       rbnPingHistoryJitter 1.3.6.1.4.1.2352.2.46.1.2.2.1.11 gauge32 read-only
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.
           rbnPingControl 1.3.6.1.4.1.2352.2.46.1.3
               rbnPingCtlTable 1.3.6.1.4.1.2352.2.46.1.3.1 no-access
This table enhances the pingCtlTable, providing additional options for ping tests.
                   rbnPingCtlEntry 1.3.6.1.4.1.2352.2.46.1.3.1.1 no-access
A conceptual row in the rbnPingCtlTable.
                       rbnPingCtlMaxHistoryRows 1.3.6.1.4.1.2352.2.46.1.3.1.1.1 unsigned32 read-only
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.
           rbnPingIp 1.3.6.1.4.1.2352.2.46.1.4
               rbnPingCtlIpTable 1.3.6.1.4.1.2352.2.46.1.4.1 no-access
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.
                   rbnPingCtlIpEntry 1.3.6.1.4.1.2352.2.46.1.4.1.1 no-access
A conceptual row in the rbnPingCtlIpTable.
                       rbnPingCtlIpDontFragment 1.3.6.1.4.1.2352.2.46.1.4.1.1.1 truthvalue read-only
Indicates whether the dont-fragment (DF) flag should be set in the probe packet's IP header.
                       rbnPingCtlIpTtl 1.3.6.1.4.1.2352.2.46.1.4.1.1.2 unsigned32 read-only
Specifies a time-to-live (TTL) value to use in the probe packet's IP header.
       rbnPingConformance 1.3.6.1.4.1.2352.2.46.2
           rbnPingCompliances 1.3.6.1.4.1.2352.2.46.2.1
               rbnPingIpCompliance 1.3.6.1.4.1.2352.2.46.2.1.1
The compliance statement for SNMP entities which implement the Redback Ping MIB for IPv4.
           rbnPingGroups 1.3.6.1.4.1.2352.2.46.2.2
               rbnPingGlobalsGroup 1.3.6.1.4.1.2352.2.46.2.2.1
The collection of global objects for ping tests.
               rbnPingResultsGroup 1.3.6.1.4.1.2352.2.46.2.2.2
The collection of objects for ping test results.
               rbnPingCtlGroup 1.3.6.1.4.1.2352.2.46.2.2.3
The maximum number of corresponding entries allowed in the rbnPingHistoryTable.
               rbnPingIpGroup 1.3.6.1.4.1.2352.2.46.2.2.4
The collection of objects for executing a ping test over IPv4.
       rbnPingNotifications 1.3.6.1.4.1.2352.2.46.3