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

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-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
 zhonePingMIB 1.3.6.1.4.1.5504.4.1.19
The Ping MIB (ZHONE-DISMAN-PING-MIB) provides the capability of controlling the use of the ping function at a remote host.
       zhonePingNotifications 1.3.6.1.4.1.5504.4.1.19.0
           zhonePingTestCompleted 1.3.6.1.4.1.5504.4.1.19.0.1
Generated at the completion of a ping test when the corresponding zhonePingCtlTrapGeneration object is set to testCompletion(4).
       zhonePingObjects 1.3.6.1.4.1.5504.4.1.19.1
           zhonePingMaxConcurrentRequests 1.3.6.1.4.1.5504.4.1.19.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.
           zhonePingCtlIndexNext 1.3.6.1.4.1.5504.4.1.19.1.2 integer read-only
This object contains an appropriate value to be used for zhonePingCtlIndex when creating entries in the zhonePingCtlTable. The value 0 indicates that no unassigned entries are available. To obtain the zhonePingCtlIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index. After a manager retrieves a value the agent will determine through its local policy when this index value will be made available for reuse.
           zhonePingCtlTable 1.3.6.1.4.1.5504.4.1.19.1.3 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 zhonePingResultsTable.
               zhonePingCtlEntry 1.3.6.1.4.1.5504.4.1.19.1.3.1 no-access
None
                   zhonePingCtlIndex 1.3.6.1.4.1.5504.4.1.19.1.3.1.1 integer read-only
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.
                   zhonePingCtlTargetAddressType 1.3.6.1.4.1.5504.4.1.19.1.3.1.2 inetaddresstype read-only
Specifies the type of host address to be used at a remote host for performing a ping operation.
                   zhonePingCtlTargetAddress 1.3.6.1.4.1.5504.4.1.19.1.3.1.3 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 object value of corresponding zhonePingCtlTargetAddressType. A value for this object MUST be set prior to transitioning its corresponding zhonePingCtlEntry to active(1) via zhonePingCtlRowStatus.
                   zhonePingCtlDataSize 1.3.6.1.4.1.5504.4.1.19.1.3.1.4 unsigned32 read-only
Specifies the size of the data portion to be transmitted in a ping operation in octets. A ping request is usually an ICMP message encoded into an IP packet. An IP packet has a maximum size of 65535 octets. Subtracting the size of the ICMP or UDP header (both 8 octets) and the size of the IP header (20 octets) yields a maximum size of 65507 octets.
                   zhonePingCtlTimeOut 1.3.6.1.4.1.5504.4.1.19.1.3.1.5 unsigned32 read-only
Specifies the time-out value, in seconds, for a remote ping operation.
                   zhonePingCtlProbeCount 1.3.6.1.4.1.5504.4.1.19.1.3.1.6 unsigned32 read-only
Specifies the number of times to perform a ping operation at a remote host.
                   zhonePingCtlAdminStatus 1.3.6.1.4.1.5504.4.1.19.1.3.1.7 integer read-only
Reflects the desired state that a zhonePingCtlEntry should be in: enabled(1) - Attempt to activate the test as defined by this zhonePingCtlEntry. disabled(2) - Deactivate the test as defined by this zhonePingCtlEntry. Refer to the corresponding zhonePingResultsOperStatus to determine the operational state of the test defined by this entry. Enumeration: 'disabled': 2, 'enabled': 1.
                   zhonePingCtlDataFill 1.3.6.1.4.1.5504.4.1.19.1.3.1.8 octet string read-only
The content of this object is used together with the corresponding zhonePingCtlDataSize 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 zhonePingCtlDataFill should be repeated in a ping packet when the size of the data portion of the ping packet is greater than the size of zhonePingCtlDataFill.
                   zhonePingCtlFrequency 1.3.6.1.4.1.5504.4.1.19.1.3.1.9 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 zhonePingCtlProbeCount object. After a single test completes the number of seconds as defined by the value of zhonePingCtlFrequency 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.
                   zhonePingCtlMaxRows 1.3.6.1.4.1.5504.4.1.19.1.3.1.10 unsigned32 read-only
None
                   zhonePingCtlStorageType 1.3.6.1.4.1.5504.4.1.19.1.3.1.11 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.
                   zhonePingCtlTrapGeneration 1.3.6.1.4.1.5504.4.1.19.1.3.1.12 bits read-only
The value of this object determines when and if to generate a notification for this entry: probeFailure(0) - Generate a zhonePingProbeFailed notification subject to the value of zhonePingCtlTrapProbeFailureFilter. The object zhonePingCtlTrapProbeFailureFilter can be used to specify the number of successive probe failures that are required before a zhonePingProbeFailed notification can be generated. testFailure(1) - Generate a zhonePingTestFailed notification. In this instance the object zhonePingCtlTrapTestFailureFilter can be used to determine the number of probe failures that signal when a test fails. testCompletion(2) - Generate a zhonePingTestCompleted notification. The value of this object defaults to zero, indicating that none of the above options have been selected. Bits: 'testCompletion': 2, 'testFailure': 1, 'probeFailure': 0.
                   zhonePingCtlTrapProbeFailureFilter 1.3.6.1.4.1.5504.4.1.19.1.3.1.13 unsigned32 read-only
The value of this object is used to determine when to generate a zhonePingProbeFailed NOTIFICATION. Setting zhonePingCtlTrapGeneration to probeFailure(0) implies that a zhonePingProbeFailed NOTIFICATION is generated only when the number of successive probe failures as indicated by the value of zhonePingCtlTrapPrbefailureFilter fail within a given ping test.
                   zhonePingCtlTrapTestFailureFilter 1.3.6.1.4.1.5504.4.1.19.1.3.1.14 unsigned32 read-only
The value of this object is used to determine when to generate a zhonePingTestFailed NOTIFICATION. Setting zhonePingCtlTrapGeneration to testFailure(1) implies that a pingTestFailed NOTIFICATION is generated only when the number of ping failures within a test exceed the value of zhonePingCtlTrapTestFailureFilter.
                   zhonePingCtlType 1.3.6.1.4.1.5504.4.1.19.1.3.1.15 object identifier read-only
The value of this object is used to either report or select the implementation method to be used for calculating a ping response time. The value of this object MAY be selected from zhonePingImplementationTypeDomains. Additional implementation types SHOULD be allocated as required by implementers of the ZHONE-DISMAN-PING-MIB under their enterprise specific registration point and not beneath zhonePingImplementationTypeDomains.
                   zhonePingCtlDescr 1.3.6.1.4.1.5504.4.1.19.1.3.1.16 snmpadminstring read-only
The purpose of this object is to provide a descriptive name of the remote ping test.
                   zhonePingCtlSourceAddressType 1.3.6.1.4.1.5504.4.1.19.1.3.1.17 inetaddresstype read-only
Specifies the type of the source address, zhonePingCtlSourceAddress, to be used at a remote host when performing a ping operation.
                   zhonePingCtlSourceAddress 1.3.6.1.4.1.5504.4.1.19.1.3.1.18 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 force the source address to be something other than the primary IP address of the interface the probe packet is sent on. 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 zhonePingCtlSourceAddressType.
                   zhonePingCtlIfIndex 1.3.6.1.4.1.5504.4.1.19.1.3.1.19 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.
                   zhonePingCtlByPassRouteTable 1.3.6.1.4.1.5504.4.1.19.1.3.1.20 truthvalue read-only
The purpose of this object is to optionally enable 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 routed).
                   zhonePingCtlDSField 1.3.6.1.4.1.5504.4.1.19.1.3.1.21 unsigned32 read-only
Specifies the value to store in the Differentiated Services (DS) Field in the IP packet used to encapsulate the ping probe. The DS Field is defined as the Type of Service (TOS) octet in a IPv4 header or as the Traffic Class octet in a IPv6 header. The value of this object must be a decimal integer in the range from 0 to 255. 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 for guidance on usage of this field.
                   zhonePingCtlRowStatus 1.3.6.1.4.1.5504.4.1.19.1.3.1.22 rowstatus read-only
This object allows entries to be created and deleted in the zhonePingCtlTable. Deletion of an entry in this table results in all corresponding (same zhonePingCtlOwnerIndex and zhonePingCtlTestName index values) zhonePingResultsTable entries being deleted. A value MUST be specified for zhonePingCtlTargetAddress prior to a transition to active(1) state being accepted. Activation of a remote ping operation is controlled via zhonePingCtlAdminStatus and 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 zhonePingResultsOperStatus 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 zhonePingResultsOperStatus object. NOTE: ROWS ARE AUTO-DELETED UP ON COMPLETION REGARDLESS OF OUTCOME
           zhonePingResultsTable 1.3.6.1.4.1.5504.4.1.19.1.4 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 zhonePingResultsTable and the zhonePingPastProbeTable. An entry is added to the zhonePingResultsTable when an zhonePingCtlEntry is started by successful transition of its zhonePingCtlAdminStatus object to enabled(1). An entry is removed from the zhonePingResultsTable when its corresponding zhonePingCtlEntry is deleted.
               zhonePingResultsEntry 1.3.6.1.4.1.5504.4.1.19.1.4.1 no-access
Defines an entry in the zhonePingResultsTable. The zhonePingResultsTable has the same indexing as the zhonePingCtlTable in order for a zhonePingResultsEntry to correspond to the zhonePingCtlEntry that caused it to be created.
                   zhonePingResultsOperStatus 1.3.6.1.4.1.5504.4.1.19.1.4.1.1 integer read-only
Reflects the operational state of a zhonePingCtlEntry: enabled(1) - Test is active. disabled(2) - Test has stopped. Enumeration: 'disabled': 2, 'enabled': 1.
                   zhonePingResultsIpTargetAddressType 1.3.6.1.4.1.5504.4.1.19.1.4.1.2 inetaddresstype read-only
This objects indicates the type of address stored in the corresponding zhonePingResultsIpTargetAddress object.
                   zhonePingResultsIpTargetAddress 1.3.6.1.4.1.5504.4.1.19.1.4.1.3 inetaddress read-only
This objects reports the IP address associated with a zhonePingCtlTargetAddress 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.
                   zhonePingResultsMinRtt 1.3.6.1.4.1.5504.4.1.19.1.4.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.
                   zhonePingResultsMaxRtt 1.3.6.1.4.1.5504.4.1.19.1.4.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.
                   zhonePingResultsAverageRtt 1.3.6.1.4.1.5504.4.1.19.1.4.1.6 unsigned32 read-only
The current average ping round-trip-time (RTT).
                   zhonePingResultsProbeResponses 1.3.6.1.4.1.5504.4.1.19.1.4.1.7 unsigned32 read-only
Number of responses received for the corresponding zhonePingCtlEntry and zhonePingResultsEntry. The value of this object MUST be reported as 0 when no probe responses have been received.
                   zhonePingResultsSentProbes 1.3.6.1.4.1.5504.4.1.19.1.4.1.8 unsigned32 read-only
The value of this object reflects the number of probes sent for the corresponding zhonePingCtlEntry and zhonePingResultsEntry. The value of this object MUST be reported as 0 when no probes have been sent.
                   zhonePingResultsRttSumOfSquares 1.3.6.1.4.1.5504.4.1.19.1.4.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.
                   zhonePingResultsLastGoodProbe 1.3.6.1.4.1.5504.4.1.19.1.4.1.10 dateandtime read-only
Date and time when the last response was received for a probe.
       zhonePingConformance 1.3.6.1.4.1.5504.4.1.19.2
           zhonePingGroups 1.3.6.1.4.1.5504.4.1.19.2.2
               zhonePingGroup 1.3.6.1.4.1.5504.4.1.19.2.2.1
The group of objects that comprise the remote ping capability.
               zhonePingTimeStampGroup 1.3.6.1.4.1.5504.4.1.19.2.2.2
The group of DateAndTime objects.
               zhonePingNotificationsGroup 1.3.6.1.4.1.5504.4.1.19.2.2.3
The notification which are required to be supported by implementations of this MIB.
       zhonePingImplementationTypeDomains 1.3.6.1.4.1.5504.4.1.19.3
           zhonePingIcmpEcho 1.3.6.1.4.1.5504.4.1.19.3.1
Indicates that an implementation is using the Internet Control Message Protocol (ICMP) 'ECHO' facility.
           zhonePingUdpEcho 1.3.6.1.4.1.5504.4.1.19.3.2
Indicates that an implementation is using the UDP echo port (7).
           zhonePingSnmpQuery 1.3.6.1.4.1.5504.4.1.19.3.3
Indicates that an implementation is an SNMP query to calculate a round trip time.
           zhonePingTcpConnectionAttempt 1.3.6.1.4.1.5504.4.1.19.3.4
Indicates that an implementation is attempting to connect to a TCP port in order to calculate a round trip time.