DISMAN-PING-MIB

MIB Reference — IPNetwork Monitor

All MIBsDISMAN-PING-MIB

Organization: IETF Distributed Management Working Group

Last Updated: 2006-06-13

Category: SNMP Framework

Description:

Defines managed objects for configuring and executing remote ping operations via SNMP, with tables for control, results, and probe history.

Imported Objects

From IF-MIB

InterfaceIndexOrZero

From INET-ADDRESS-MIB

InetAddress
InetAddressType

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Unsigned32
mib-2

From SNMPv2-TC

DateAndTime
RowStatus
StorageType
TEXTUAL-CONVENTION
TruthValue

What Is DISMAN-PING-MIB?

DISMAN-PING-MIB is an IETF Distributed Management (RFC 4560) standards-track MIB that lets a management station remotely configure and trigger ICMP (or other transport) ping tests on a managed device, then retrieve the results. It exposes control objects for defining ping test parameters (target address, packet count, size, interval), a results table summarizing each completed test run, and a probe-history table capturing per-packet round-trip statistics. Its monitoring role is about active reachability and latency testing rather than passive counters: it lets an operator verify a remote host is reachable, measure round-trip time and packet loss, and detect connectivity degradation directly from the device's own vantage point rather than from the NMS. It builds on the broader IETF DISMAN framework and shares design patterns with the companion DISMAN-TRACEROUTE-MIB and DISMAN-NSLOOKUP-MIB. It is used in service-provider and enterprise networks where an operator needs a network element itself to run reachability tests toward remote hosts on demand via SNMP. The DISMAN-PING-MIB RFC (RFC 4560) specifies these control, results, and probe-history tables in detail, giving vendors a standardized way to expose active ping-testing capability.

IPNetwork Monitor allows you to monitor SNMP objects defined in DISMAN-PING-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • ping test configuration (target, count, size)
  • test completion status
  • round-trip time min/avg/max
  • packet loss count
  • per-probe round-trip history

Supported Devices

  • vendor-neutral, standards-based MIB, not tied to a specific manufacturer; applies to any SNMP-managed device capable of running active ping tests

Monitoring Examples

An operator would create an entry in the ping control table specifying the target IP and packet count, then poll the corresponding results-table entry for round-trip statistics such as packets sent, received, and minimum/average/maximum RTT once the test completes. The per-probe history table can then be examined to see whether packet loss or elevated latency was concentrated in specific probes, revealing intermittent versus sustained connectivity problems between the device and the target host.

OIDs
OID symbolicOID numericTypeAccessDescription
pingMIB1.3.6.1.2.1.80The Ping MIB (DISMAN-PING-MIB) as defined in RFC 2925.
pingNotifications1.3.6.1.2.1.80.0
NTF pingProbeFailed1.3.6.1.2.1.80.0.1Generated when a probe failure is detected, when the corresponding pingCtlTrapGeneration object is set to probeFailure(0), subject to the value of pingCtlTrapProbeFailureFilter. The object pingCtlTrapProbeFailureFilter can be used to specify the number of consecutive probe failures that are required before this notification can be generated.
NTF pingTestFailed1.3.6.1.2.1.80.0.2Test failed notification.
NTF pingTestCompleted1.3.6.1.2.1.80.0.3Test completed notification.
pingObjects1.3.6.1.2.1.80.1
U32 pingMaxConcurrentRequests1.3.6.1.2.1.80.1.1Unsigned32read-writeMaximum concurrent ping requests.
pingCtlTable1.3.6.1.2.1.80.1.2not-accessiblePing control table.
pingCtlEntry1.3.6.1.2.1.80.1.2.1not-accessibleA ping control entry.
STR pingCtlOwnerIndex1.3.6.1.2.1.80.1.2.1.1SnmpAdminStringnot-accessibleOwner index.
STR pingCtlTestName1.3.6.1.2.1.80.1.2.1.2SnmpAdminStringnot-accessibleTest name.
IPt pingCtlTargetAddressType1.3.6.1.2.1.80.1.2.1.3InetAddressTyperead-createTarget address type.
IP pingCtlTargetAddress1.3.6.1.2.1.80.1.2.1.4InetAddressread-createTarget address.
U32 pingCtlDataSize1.3.6.1.2.1.80.1.2.1.5Unsigned32read-createData size.
U32 pingCtlTimeOut1.3.6.1.2.1.80.1.2.1.6Unsigned32read-createTimeout in seconds.
U32 pingCtlProbeCount1.3.6.1.2.1.80.1.2.1.7Unsigned32read-createNumber of probes per test.
INT pingCtlAdminStatus1.3.6.1.2.1.80.1.2.1.8INTEGERread-createAdmin status.
OCT pingCtlDataFill1.3.6.1.2.1.80.1.2.1.9OCTET STRINGread-createData fill octets.
U32 pingCtlFrequency1.3.6.1.2.1.80.1.2.1.10Unsigned32read-createFrequency of tests.
U32 pingCtlMaxRows1.3.6.1.2.1.80.1.2.1.11Unsigned32read-createMax rows in history table.
STO pingCtlStorageType1.3.6.1.2.1.80.1.2.1.12StorageTyperead-createStorage type.
BIT pingCtlTrapGeneration1.3.6.1.2.1.80.1.2.1.13Bitsread-createWhich traps to generate.
U32 pingCtlTrapProbeFailureFilter1.3.6.1.2.1.80.1.2.1.14Unsigned32read-createProbe failure filter.
U32 pingCtlTrapTestFailureFilter1.3.6.1.2.1.80.1.2.1.15Unsigned32read-createTest failure filter.
OID pingCtlType1.3.6.1.2.1.80.1.2.1.16OBJECT IDENTIFIERread-createType of ping test.
STR pingCtlDescr1.3.6.1.2.1.80.1.2.1.17SnmpAdminStringread-createDescription.
IPt pingCtlSourceAddressType1.3.6.1.2.1.80.1.2.1.18InetAddressTyperead-createSource address type.
IP pingCtlSourceAddress1.3.6.1.2.1.80.1.2.1.19InetAddressread-createSource address.
NUM pingCtlIfIndex1.3.6.1.2.1.80.1.2.1.20InterfaceIndexOrZeroread-createInterface index.
T/F pingCtlByPassRouteTable1.3.6.1.2.1.80.1.2.1.21TruthValueread-createBypass routing table.
U32 pingCtlDSField1.3.6.1.2.1.80.1.2.1.22Unsigned32read-createDS field.
ROW pingCtlRowStatus1.3.6.1.2.1.80.1.2.1.23RowStatusread-createRow status.
pingResultsTable1.3.6.1.2.1.80.1.3not-accessiblePing results table.
pingResultsEntry1.3.6.1.2.1.80.1.3.1not-accessibleA ping results entry.
INT pingResultsOperStatus1.3.6.1.2.1.80.1.3.1.1INTEGERread-onlyOperational status.
IPt pingResultsIpTargetAddressType1.3.6.1.2.1.80.1.3.1.2InetAddressTyperead-onlyIP target address type.
IP pingResultsIpTargetAddress1.3.6.1.2.1.80.1.3.1.3InetAddressread-onlyIP target address.
U32 pingResultsMinRtt1.3.6.1.2.1.80.1.3.1.4Unsigned32read-onlyMinimum RTT.
U32 pingResultsMaxRtt1.3.6.1.2.1.80.1.3.1.5Unsigned32read-onlyMaximum RTT.
U32 pingResultsAverageRtt1.3.6.1.2.1.80.1.3.1.6Unsigned32read-onlyAverage RTT.
G32 pingResultsProbeResponses1.3.6.1.2.1.80.1.3.1.7Gauge32read-onlyProbe responses received.
G32 pingResultsSentProbes1.3.6.1.2.1.80.1.3.1.8Gauge32read-onlyProbes sent.
U32 pingResultsRttSumOfSquares1.3.6.1.2.1.80.1.3.1.9Unsigned32read-onlySum of squares of RTT.
DAT pingResultsLastGoodProbe1.3.6.1.2.1.80.1.3.1.10DateAndTimeread-onlyLast good probe timestamp.
pingProbeHistoryTable1.3.6.1.2.1.80.1.4not-accessiblePing probe history table.
pingProbeHistoryEntry1.3.6.1.2.1.80.1.4.1not-accessibleA probe history entry.
U32 pingProbeHistoryIndex1.3.6.1.2.1.80.1.4.1.1Unsigned32not-accessibleProbe history index.
U32 pingProbeHistoryResponse1.3.6.1.2.1.80.1.4.1.2Unsigned32read-onlyResponse time.
OPE pingProbeHistoryStatus1.3.6.1.2.1.80.1.4.1.3OperationResponseStatusread-onlyStatus.
I32 pingProbeHistoryLastRC1.3.6.1.2.1.80.1.4.1.4Integer32read-onlyLast return code.
DAT pingProbeHistoryTime1.3.6.1.2.1.80.1.4.1.5DateAndTimeread-onlyTime of probe.
pingConformance1.3.6.1.2.1.80.2
pingCompliances1.3.6.1.2.1.80.2.1
pingCompliance1.3.6.1.2.1.80.2.1.1Compliance statement.
pingFullCompliance1.3.6.1.2.1.80.2.1.2The compliance statement for SNMP entities that fully implement the DISMAN-PING-MIB.
pingMinimumCompliance1.3.6.1.2.1.80.2.1.3The minimum compliance statement for SNMP entities that implement the minimal subset of the DISMAN-PING-MIB. Implementors might choose this subset for small devices with limited resources.
pingGroups1.3.6.1.2.1.80.2.2
pingGroup1.3.6.1.2.1.80.2.2.1The ping group.
pingTimeStampGroup1.3.6.1.2.1.80.2.2.2Timestamp group.
pingNotificationsGroup1.3.6.1.2.1.80.2.2.3The ping notifications group.
pingMinimumGroup1.3.6.1.2.1.80.2.2.4The group of objects that constitute the remote ping capability.
pingCtlRowStatusGroup1.3.6.1.2.1.80.2.2.5The RowStatus object of the pingCtlTable.
pingHistoryGroup1.3.6.1.2.1.80.2.2.6The group of objects that constitute the history capability.
pingImplementationTypeDomains1.3.6.1.2.1.80.3
pingIcmpEcho1.3.6.1.2.1.80.3.1Indicates that an implementation is using the Internet Control Message Protocol (ICMP) 'ECHO' facility.
pingUdpEcho1.3.6.1.2.1.80.3.2Indicates that an implementation is using the UDP echo port (7).
pingSnmpQuery1.3.6.1.2.1.80.3.3Indicates that an implementation is using an SNMP query to calculate a round trip time.
pingTcpConnectionAttempt1.3.6.1.2.1.80.3.4Indicates that an implementation is attempting to connect to a TCP port in order to calculate a round trip time.

FAQ

How would an operator use DISMAN-PING-MIB to test reachability to a remote host from a network device itself?
They configure ping test parameters — target address, packet count, size, interval — via the control table, trigger the test, and then read the results table for a summary and the probe-history table for per-packet round-trip statistics, all without needing to log into the device's CLI.

What advantage does DISMAN-PING-MIB give over simply pinging the target from the management station?
It measures reachability, round-trip time, and packet loss from the managed device's own vantage point in the network, rather than from the NMS, which can reveal connectivity degradation specific to that device's position that a ping from the NMS wouldn't show.

RFC description

Defines managed objects for SNMP ping (echo) diagnostics and remote host reachability testing as specified in RFC 4560, enabling active probing of network targets and collection of round-trip time statistics.

Start monitoring SNMP-managed device capable of running active ping tests (vendor-neutral, RFC 4560) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download DISMAN-PING-MIB