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

VENDOR: INTERNET-STANDARD


 Home MIB: DISMAN-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
 pingMIB 1.3.6.1.2.1.80
The Ping MIB (DISMAN-PING-MIB) provides the capability of controlling the use of the ping function at a remote host. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4560; see the RFC itself for full legal notices.
       pingNotifications 1.3.6.1.2.1.80.0
           pingProbeFailed 1.3.6.1.2.1.80.0.1
Generated 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.
           pingTestFailed 1.3.6.1.2.1.80.0.2
Generated when a ping test is determined to have failed, when the corresponding pingCtlTrapGeneration object is set to testFailure(1). In this instance, pingCtlTrapTestFailureFilter should specify the number of probes in a test required to have failed in order to consider the test failed.
           pingTestCompleted 1.3.6.1.2.1.80.0.3
Generated at the completion of a ping test when the corresponding pingCtlTrapGeneration object has the testCompletion(2) bit set.
       pingObjects 1.3.6.1.2.1.80.1
           pingMaxConcurrentRequests 1.3.6.1.2.1.80.1.1 unsigned32 read-write
The maximum number of concurrent active ping requests that are allowed within an agent implementation. A value of 0 for this object implies that there is no limit for the number of concurrent active requests in effect. The limit applies only to new requests being activated. When a new value is set, the agent will continue processing all the requests already active, even if their number exceeds the limit just imposed.
           pingCtlTable 1.3.6.1.2.1.80.1.2 no-access
Defines the ping Control Table for providing, via SNMP, the capability of performing ping operations at a remote host. The results of these operations are stored in the pingResultsTable and the pingProbeHistoryTable.
               pingCtlEntry 1.3.6.1.2.1.80.1.2.1 no-access
Defines an entry in the pingCtlTable. The first index element, pingCtlOwnerIndex, is of type SnmpAdminString, a textual convention that allows for use of the SNMPv3 View-Based Access Control Model (RFC 3415, VACM) and that allows a management application to identify its entries. The second index, pingCtlTestName (also an SnmpAdminString), enables the same management application to have multiple outstanding requests.
                   pingCtlOwnerIndex 1.3.6.1.2.1.80.1.2.1.1 snmpadminstring no-access
To facilitate the provisioning of access control by a security administrator using the View-Based Access Control Model (RFC 2575, VACM) for tables in which multiple users may need to create or modify entries independently, the initial index is used as an 'owner index'. Such an initial index has a syntax of SnmpAdminString and can thus be trivially mapped to a securityName or groupName defined in VACM, in accordance with a security policy. When used in conjunction with such a security policy, all entries in the table belonging to a particular user (or group) will have the same value for this initial index. For a given user's entries in a particular table, the object identifiers for the information in these entries will have the same subidentifiers (except for the 'column' subidentifier) up to the end of the encoded owner index. To configure VACM to permit access to this portion of the table, one would create vacmViewTreeFamilyTable entries with the value of vacmViewTreeFamilySubtree including the owner index portion, and vacmViewTreeFamilyMask 'wildcarding' the column subidentifier. More elaborate configurations are possible.
                   pingCtlTestName 1.3.6.1.2.1.80.1.2.1.2 snmpadminstring no-access
The name of the ping test. This is locally unique, within the scope of a pingCtlOwnerIndex.
                   pingCtlTargetAddressType 1.3.6.1.2.1.80.1.2.1.3 inetaddresstype read-only
Specifies the type of host address to be used at a remote host for performing a ping operation.
                   pingCtlTargetAddress 1.3.6.1.2.1.80.1.2.1.4 inetaddress read-only
Specifies the host address to be used at a remote host for performing a ping operation. The host address type is determined by the value of the corresponding pingCtlTargetAddressType. A value for this object MUST be set prior to transitioning its corresponding pingCtlEntry to active(1) via pingCtlRowStatus.
                   pingCtlDataSize 1.3.6.1.2.1.80.1.2.1.5 unsigned32 read-only
Specifies the size of the data portion to be transmitted in a ping operation, in octets. Whether this value can be applied depends on the selected implementation method for performing a ping operation, indicated by pingCtlType in the same conceptual row. If the method used allows applying the value contained in this object, then it MUST be applied. If the specified size is not appropriate for the chosen ping method, the implementation SHOULD use whatever size (appropriate to the method) is closest to the specified size. The maximum value for this object was computed by subtracting the smallest possible IP header size of 20 octets (IPv4 header with no options) and the UDP header size of 8 octets from the maximum IP packet size. An IP packet has a maximum size of 65535 octets (excluding IPv6 Jumbograms).
                   pingCtlTimeOut 1.3.6.1.2.1.80.1.2.1.6 unsigned32 read-only
Specifies the time-out value, in seconds, for a remote ping operation.
                   pingCtlProbeCount 1.3.6.1.2.1.80.1.2.1.7 unsigned32 read-only
Specifies the number of times to perform a ping operation at a remote host as part of a single ping test.
                   pingCtlAdminStatus 1.3.6.1.2.1.80.1.2.1.8 integer read-only
Reflects the desired state that a pingCtlEntry should be in: enabled(1) - Attempt to activate the test as defined by this pingCtlEntry. disabled(2) - Deactivate the test as defined by this pingCtlEntry. Refer to the corresponding pingResultsOperStatus to determine the operational state of the test defined by this entry. Enumeration: 'disabled': 2, 'enabled': 1.
                   pingCtlDataFill 1.3.6.1.2.1.80.1.2.1.9 octet string read-only
The content of this object is used together with the corresponding pingCtlDataSize value to determine how to fill the data portion of a probe packet. The option of selecting a data fill pattern can be useful when links are compressed or have data pattern sensitivities. The contents of pingCtlDataFill should be repeated in a ping packet when the size of the data portion of the ping packet is greater than the size of pingCtlDataFill.
                   pingCtlFrequency 1.3.6.1.2.1.80.1.2.1.10 unsigned32 read-only
The number of seconds to wait before repeating a ping test as defined by the value of the various objects in the corresponding row. A single ping test consists of a series of ping probes. The number of probes is determined by the value of the corresponding pingCtlProbeCount object. After a single test is completed the number of seconds as defined by the value of pingCtlFrequency MUST elapse before the next ping test is started. A value of 0 for this object implies that the test as defined by the corresponding entry will not be repeated.
                   pingCtlMaxRows 1.3.6.1.2.1.80.1.2.1.11 unsigned32 read-only
The maximum number of corresponding entries allowed in the pingProbeHistoryTable. An implementation of this MIB will remove the oldest corresponding entry in the pingProbeHistoryTable to allow the addition of an new entry once the number of corresponding rows in the pingProbeHistoryTable reaches this value. Old entries are not removed when a new test is started. Entries are added to the pingProbeHistoryTable until pingCtlMaxRows is reached before entries begin to be removed. A value of 0 for this object disables creation of pingProbeHistoryTable entries.
                   pingCtlStorageType 1.3.6.1.2.1.80.1.2.1.12 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                   pingCtlTrapGeneration 1.3.6.1.2.1.80.1.2.1.13 bits read-only
The value of this object determines when and whether to generate a notification for this entry: probeFailure(0) - Generate a pingProbeFailed notification subject to the value of pingCtlTrapProbeFailureFilter. The object pingCtlTrapProbeFailureFilter can be used to specify the number of consecutive probe failures that are required before a pingProbeFailed notification can be generated. testFailure(1) - Generate a pingTestFailed notification. In this instance the object pingCtlTrapTestFailureFilter can be used to determine the number of probe failures that signal when a test fails. testCompletion(2) - Generate a pingTestCompleted notification. By default, no bits are set, indicating that none of the above options is selected. Bits: 'testCompletion': 2, 'testFailure': 1, 'probeFailure': 0.
                   pingCtlTrapProbeFailureFilter 1.3.6.1.2.1.80.1.2.1.14 unsigned32 read-only
The value of this object is used to determine when to generate a pingProbeFailed NOTIFICATION. Setting BIT probeFailure(0) of object pingCtlTrapGeneration to '1' implies that a pingProbeFailed NOTIFICATION is generated only when a number of consecutive ping probes equal to the value of pingCtlTrapProbeFailureFilter fail within a given ping test. After triggering the notification, the probe failure counter is reset to zero.
                   pingCtlTrapTestFailureFilter 1.3.6.1.2.1.80.1.2.1.15 unsigned32 read-only
The value of this object is used to determine when to generate a pingTestFailed NOTIFICATION. Setting BIT testFailure(1) of object pingCtlTrapGeneration to '1' implies that a pingTestFailed NOTIFICATION is generated only when a number of consecutive ping tests equal to the value of pingCtlTrapProbeFailureFilter fail. After triggering the notification, the test failure counter is reset to zero.
                   pingCtlType 1.3.6.1.2.1.80.1.2.1.16 object identifier read-only
The value of this object is used either to report or to select the implementation method to be used for calculating a ping response time. The value of this object MAY be selected from pingImplementationTypeDomains. Additional implementation types SHOULD be allocated as required by implementers of the DISMAN-PING-MIB under their enterprise-specific registration point and not beneath pingImplementationTypeDomains.
                   pingCtlDescr 1.3.6.1.2.1.80.1.2.1.17 snmpadminstring read-only
The purpose of this object is to provide a descriptive name of the remote ping test.
                   pingCtlSourceAddressType 1.3.6.1.2.1.80.1.2.1.18 inetaddresstype read-only
Specifies the type of the source address, pingCtlSourceAddress, to be used at a remote host when a ping operation is performed.
                   pingCtlSourceAddress 1.3.6.1.2.1.80.1.2.1.19 inetaddress read-only
Use the specified IP address (which must be given in numeric form, not as a hostname) as the source address in outgoing probe packets. On hosts with more than one IP address, this option can be used to select the address to be used. If the IP address is not one of this machine's interface addresses, an error is returned and nothing is sent. A zero-length octet string value for this object disables source address specification. The address type (InetAddressType) that relates to this object is specified by the corresponding value of pingCtlSourceAddressType.
                   pingCtlIfIndex 1.3.6.1.2.1.80.1.2.1.20 interfaceindexorzero read-only
Setting this object to an interface's ifIndex prior to starting a remote ping operation directs the ping probes to be transmitted over the specified interface. A value of zero for this object means that this option is not enabled.
                   pingCtlByPassRouteTable 1.3.6.1.2.1.80.1.2.1.21 truthvalue read-only
The purpose of this object is to enable optional bypassing the route table. If enabled, the remote host will bypass the normal routing tables and send directly to a host on an attached network. If the host is not on a directly attached network, an error is returned. This option can be used to perform the ping operation to a local host through an interface that has no route defined (e.g., after the interface was dropped by the routing daemon at the host).
                   pingCtlDSField 1.3.6.1.2.1.80.1.2.1.22 unsigned32 read-only
Specifies the value to store in the Type of Service (TOS) octet in the IPv4 header or in the Traffic Class octet in the IPv6 header, respectively, of the IP packet used to encapsulate the ping probe. The octet to be set in the IP header contains the Differentiated Services (DS) Field in the six most significant bits. This option can be used to determine what effect an explicit DS Field setting has on a ping response. Not all values are legal or meaningful. A value of 0 means that the function represented by this option is not supported. DS Field usage is often not supported by IP implementations, and not all values are supported. Refer to RFC 2474 and RFC 3260 for guidance on usage of this field.
                   pingCtlRowStatus 1.3.6.1.2.1.80.1.2.1.23 rowstatus read-only
This object allows entries to be created and deleted in the pingCtlTable. Deletion of an entry in this table results in the deletion of all corresponding (same pingCtlOwnerIndex and pingCtlTestName index values) pingResultsTable and pingProbeHistoryTable entries. A value MUST be specified for pingCtlTargetAddress prior to acceptance of a transition to active(1) state. When a value for pingCtlTargetAddress is set, the value of object pingCtlRowStatus changes from notReady(3) to notInService(2). Activation of a remote ping operation is controlled via pingCtlAdminStatus, not by changing this object's value to active(1). Transitions in and out of active(1) state are not allowed while an entry's pingResultsOperStatus is active(1), with the exception that deletion of an entry in this table by setting its RowStatus object to destroy(6) will stop an active ping operation. The operational state of a ping operation can be determined by examination of its pingResultsOperStatus object.
           pingResultsTable 1.3.6.1.2.1.80.1.3 no-access
Defines the Ping Results Table for providing the capability of performing ping operations at a remote host. The results of these operations are stored in the pingResultsTable and the pingProbeHistoryTable. An entry is added to the pingResultsTable when an pingCtlEntry is started by successful transition of its pingCtlAdminStatus object to enabled(1). If the object pingCtlAdminStatus already has the value enabled(1), and if the corresponding pingResultsOperStatus object has the value completed(3), then successfully writing enabled(1) to object pingCtlAdminStatus re-initializes the already existing entry in the pingResultsTable. The values of objects in the re-initialized entry are the same as the values of objects in a new entry would be. An entry is removed from the pingResultsTable when its corresponding pingCtlEntry is deleted.
               pingResultsEntry 1.3.6.1.2.1.80.1.3.1 no-access
Defines an entry in the pingResultsTable. The pingResultsTable has the same indexing as the pingCtlTable so that a pingResultsEntry corresponds to the pingCtlEntry that caused it to be created.
                   pingResultsOperStatus 1.3.6.1.2.1.80.1.3.1.1 integer read-only
Reflects the operational state of a pingCtlEntry: enabled(1) - Test is active. disabled(2) - Test has stopped. completed(3) - Test is completed. Enumeration: 'disabled': 2, 'completed': 3, 'enabled': 1.
                   pingResultsIpTargetAddressType 1.3.6.1.2.1.80.1.3.1.2 inetaddresstype read-only
This object indicates the type of address stored in the corresponding pingResultsIpTargetAddress object.
                   pingResultsIpTargetAddress 1.3.6.1.2.1.80.1.3.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.
                   pingResultsMinRtt 1.3.6.1.2.1.80.1.3.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.
                   pingResultsMaxRtt 1.3.6.1.2.1.80.1.3.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.
                   pingResultsAverageRtt 1.3.6.1.2.1.80.1.3.1.6 unsigned32 read-only
The current average ping round-trip-time (RTT).
                   pingResultsProbeResponses 1.3.6.1.2.1.80.1.3.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.
                   pingResultsSentProbes 1.3.6.1.2.1.80.1.3.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.
                   pingResultsRttSumOfSquares 1.3.6.1.2.1.80.1.3.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.
                   pingResultsLastGoodProbe 1.3.6.1.2.1.80.1.3.1.10 dateandtime read-only
Date and time when the last response was received for a probe.
           pingProbeHistoryTable 1.3.6.1.2.1.80.1.4 no-access
Defines a table for storing the results of ping operations. The number of entries in this table is limited per entry in the pingCtlTable by the value of the corresponding pingCtlMaxRows object. An entry in this table is created when the result of a ping probe is determined. The initial 2 instance identifier index values identify the pingCtlEntry that a probe result (pingProbeHistoryEntry) belongs to. An entry is removed from this table when its corresponding pingCtlEntry is deleted. An implementation of this MIB will remove the oldest entry in the pingProbeHistoryTable of the corresponding entry in the pingCtlTable to allow the addition of an new entry once the number of rows in the pingProbeHistoryTable reaches the value specified by pingCtlMaxRows for the corresponding entry in the pingCtlTable.
               pingProbeHistoryEntry 1.3.6.1.2.1.80.1.4.1 no-access
Defines an entry in the pingProbeHistoryTable. The first two index elements identify the pingCtlEntry that a pingProbeHistoryEntry belongs to. The third index element selects a single probe result.
                   pingProbeHistoryIndex 1.3.6.1.2.1.80.1.4.1.1 unsigned32 no-access
An entry in this table is created when the result of a ping probe is determined. The initial 2 instance identifier index values identify the pingCtlEntry that a probe result (pingProbeHistoryEntry) belongs to. An implementation MUST start assigning pingProbeHistoryIndex values at 1 and wrap after exceeding the maximum possible value as defined by the limit of this object ('ffffffff'h).
                   pingProbeHistoryResponse 1.3.6.1.2.1.80.1.4.1.2 unsigned32 read-only
The amount of time measured in milliseconds from when a probe was sent to when its response was received or when it timed out. The value of this object is reported as 0 when it is not possible to transmit a probe.
                   pingProbeHistoryStatus 1.3.6.1.2.1.80.1.4.1.3 operationresponsestatus read-only
The result of a particular probe done by a remote host.
                   pingProbeHistoryLastRC 1.3.6.1.2.1.80.1.4.1.4 integer32 read-only
The last implementation-method-specific reply code received. If the ICMP Echo capability is being used, then a successful probe ends when an ICMP response is received that contains the code ICMP_ECHOREPLY(0). The ICMP codes are maintained by IANA. Standardized ICMP codes are listed at http://www.iana.org/assignments/icmp-parameters. The ICMPv6 codes are listed at http://www.iana.org/assignments/icmpv6-parameters.
                   pingProbeHistoryTime 1.3.6.1.2.1.80.1.4.1.5 dateandtime read-only
Timestamp for when this probe result was determined.
       pingConformance 1.3.6.1.2.1.80.2
           pingCompliances 1.3.6.1.2.1.80.2.1
               pingCompliance 1.3.6.1.2.1.80.2.1.1
The compliance statement for the DISMAN-PING-MIB. This compliance statement has been deprecated because the group pingGroup and the pingTimeStampGroup have been split and deprecated. The pingFullCompliance statement is semantically identical to the deprecated pingCompliance statement.
               pingFullCompliance 1.3.6.1.2.1.80.2.1.2
The compliance statement for SNMP entities that fully implement the DISMAN-PING-MIB.
               pingMinimumCompliance 1.3.6.1.2.1.80.2.1.3
The 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.
           pingGroups 1.3.6.1.2.1.80.2.2
               pingGroup 1.3.6.1.2.1.80.2.2.1
The group of objects that constitute the remote ping capability.
               pingTimeStampGroup 1.3.6.1.2.1.80.2.2.2
The group of DateAndTime objects.
               pingNotificationsGroup 1.3.6.1.2.1.80.2.2.3
The notification that are required to be supported by implementations of this MIB.
               pingMinimumGroup 1.3.6.1.2.1.80.2.2.4
The group of objects that constitute the remote ping capability.
               pingCtlRowStatusGroup 1.3.6.1.2.1.80.2.2.5
The RowStatus object of the pingCtlTable.
               pingHistoryGroup 1.3.6.1.2.1.80.2.2.6
The group of objects that constitute the history capability.
       pingImplementationTypeDomains 1.3.6.1.2.1.80.3
           pingIcmpEcho 1.3.6.1.2.1.80.3.1
Indicates that an implementation is using the Internet Control Message Protocol (ICMP) 'ECHO' facility.
           pingUdpEcho 1.3.6.1.2.1.80.3.2
Indicates that an implementation is using the UDP echo port (7).
           pingSnmpQuery 1.3.6.1.2.1.80.3.3
Indicates that an implementation is using an SNMP query to calculate a round trip time.
           pingTcpConnectionAttempt 1.3.6.1.2.1.80.3.4
Indicates that an implementation is attempting to connect to a TCP port in order to calculate a round trip time.