RBN-PING-MIB
AI MIB Summary
The RBN-PING-MIB extends the standard DISMAN-PING-MIB to enable Redback network devices to define, configure, and monitor custom ICMP echo request tests and their associated performance metrics within specific SNMP contexts. This module provides vendor-specific objects for managing ping test parameters and retrieving detailed operational status, including success rates, round-trip times, and test state transitions, beyond the capabilities of the base RFC 4560 implementation.
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).
Main OID:
rbnPingMib.1.3.6.1.4.1.2352.2.46
39
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
39 total| Object Name |
|---|
rbnPingMibThis 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). MODULE-IDENTITY .1.3.6.1.4.1.2352.2.46 |
rbnPingObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.1 |
rbnPingGlobals OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.1.1 |
rbnPingNumTestsThe number of entries in the pingCtlTable.ro Gauge32 .1.3.6.1.4.1.2352.2.46.1.1.1 |
rbnPingResults OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.1.2 |
rbnPingResultsTableThis table enhances the pingResultsTable, providing additional statistics for completed ping tests. SEQUENCE OF RbnPingResultsEntry .1.3.6.1.4.1.2352.2.46.1.2.1 |
rbnPingResultsEntryA conceptual row in the rbnPingResultsTable. RbnPingResultsEntry .1.3.6.1.4.1.2352.2.46.1.2.1.1 |
rbnPingResultsJitterThe 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.ro Gauge32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.1.1.1 |
rbnPingHistoryTableDefines 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. SEQUENCE OF RbnPingHistoryEntry .1.3.6.1.4.1.2352.2.46.1.2.2 |
rbnPingHistoryEntryA conceptual row in the rbnPingHistoryTable. RbnPingHistoryEntry .1.3.6.1.4.1.2352.2.46.1.2.2.1 |
rbnPingHistoryIndexAn 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). Unsigned32 (1..'ffffffff'h) .1.3.6.1.4.1.2352.2.46.1.2.2.1.1 |
rbnPingHistoryIpTargetAddressTypeThis object indicates the type of address stored in the corresponding pingResultsIpTargetAddress object.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2352.2.46.1.2.2.1.2 |
rbnPingHistoryIpTargetAddressThis 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.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2352.2.46.1.2.2.1.3 |
rbnPingHistoryMinRttThe minimum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.2.1.4 |
rbnPingHistoryMaxRttThe maximum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.2.1.5 |
rbnPingHistoryAverageRttThe current average ping round-trip-time (RTT).ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.2.1.6 |
rbnPingHistoryProbeResponsesNumber 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.ro Gauge32 UNITS "responses" .1.3.6.1.4.1.2352.2.46.1.2.2.1.7 |
rbnPingHistorySentProbesThe 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.ro Gauge32 UNITS "probes" .1.3.6.1.4.1.2352.2.46.1.2.2.1.8 |
rbnPingHistoryRttSumOfSquaresThis 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.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.2.1.9 |
rbnPingHistoryLastGoodProbeDate and time when the last response was received for a probe.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2352.2.46.1.2.2.1.10 |
rbnPingHistoryJitterThe 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.ro Gauge32 UNITS "milliseconds" .1.3.6.1.4.1.2352.2.46.1.2.2.1.11 |
rbnPingControl OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.1.3 |
rbnPingCtlTableThis table enhances the pingCtlTable, providing additional options for ping tests. SEQUENCE OF RbnPingCtlEntry .1.3.6.1.4.1.2352.2.46.1.3.1 |
rbnPingCtlEntryA conceptual row in the rbnPingCtlTable. RbnPingCtlEntry .1.3.6.1.4.1.2352.2.46.1.3.1.1 |
rbnPingCtlMaxHistoryRowsThe 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.rw Unsigned32 .1.3.6.1.4.1.2352.2.46.1.3.1.1.1 |
rbnPingIp OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.1.4 |
rbnPingCtlIpTableThis 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. SEQUENCE OF RbnPingCtlIpEntry .1.3.6.1.4.1.2352.2.46.1.4.1 |
rbnPingCtlIpEntryA conceptual row in the rbnPingCtlIpTable. RbnPingCtlIpEntry .1.3.6.1.4.1.2352.2.46.1.4.1.1 |
rbnPingCtlIpDontFragmentIndicates whether the dont-fragment (DF) flag should be set in the probe packet's IP header.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2352.2.46.1.4.1.1.1 |
rbnPingCtlIpTtlSpecifies a time-to-live (TTL) value to use in the probe packet's IP header.rw Unsigned32 .1.3.6.1.4.1.2352.2.46.1.4.1.1.2 |
rbnPingConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.2 |
rbnPingCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.2.1 |
rbnPingIpComplianceThe compliance statement for SNMP entities which implement the Redback Ping MIB for IPv4. Unknown .1.3.6.1.4.1.2352.2.46.2.1.1 |
rbnPingGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.2.2 |
rbnPingGlobalsGroupThe collection of global objects for ping tests. Unknown .1.3.6.1.4.1.2352.2.46.2.2.1 |
rbnPingResultsGroupThe collection of objects for ping test results. Unknown .1.3.6.1.4.1.2352.2.46.2.2.2 |
rbnPingCtlGroupThe maximum number of corresponding entries allowed in the rbnPingHistoryTable. Unknown .1.3.6.1.4.1.2352.2.46.2.2.3 |
rbnPingIpGroupThe collection of objects for executing a ping test over IPv4. Unknown .1.3.6.1.4.1.2352.2.46.2.2.4 |
rbnPingNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2352.2.46.3 |