HP-ICF-LINKTEST: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-LINKTEST
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
 hpicfLinkTestMib 1.3.6.1.4.1.11.2.14.10.2.7
This MIB module describes objects for managing the link test features of devices in the HP Integrated Communication Facility product line.
     hpicfLinkTestConformance 1.3.6.1.4.1.11.2.14.10.2.7.1
         hpicfLinkTestCompliances 1.3.6.1.4.1.11.2.14.10.2.7.1.1
             hpicfLinkTestCompliance 1.3.6.1.4.1.11.2.14.10.2.7.1.1.1
The compliance statement for ICF devices that provide a connectivity test facility.
             hpicfLinkTestCompliance2 1.3.6.1.4.1.11.2.14.10.2.7.1.1.2
The compliance statement for ICF devices that provide a connectivity test facility.
         hpicfLinkTestGroups 1.3.6.1.4.1.11.2.14.10.2.7.1.2
             hpicfLinkTestGroup 1.3.6.1.4.1.11.2.14.10.2.7.1.2.1
A collection of objects for initiating and monitoring network connectivity tests on ICF devices.
             hpicfLinkTestGroup2 1.3.6.1.4.1.11.2.14.10.2.7.1.2.2
A collection of objects for initiating and monitoring network connectivity tests on ICF devices.
 hpicfLinktest 1.3.6.1.4.1.11.2.14.11.1.6
     hpicfLinkTestNextIndex 1.3.6.1.4.1.11.2.14.11.1.6.1 integer32 read-write
A currently unassigned value of hpicfLinkTestIndex. The value 0 indicates that no unassigned values are available. In order to cause a non-zero value of this object to be assigned for use as the hpicfLinkTestIndex of a future link test, it must be successfully modified by a set operation. When modified by a set operation, the new value must precisely match the value presently held by the object. If not, the management protocol set operation will fail. Immediately after the completion of a successful set operation, the agent must modify the value of this object. The algorithm for modifying the value is implementation-dependent, and may use a subset of values within the legal range. However, the agent must guarantee that the new value is not assigned to any in-use value of hpicfLinkTestIndex. A management station creates a new link test using this algorithm: - issue a management protocol retrieval operation to obtain the value of hpicfLinkTestNextIndex; if the retrieved value is zero, a new link test cannot be created at this time; - issue a management protocol set operation for hpicfLinkTestNextIndex, supplying the same value as obtained in the previous step; - if the set operation succeeds, use the supplied value as the hpicfLinkTestIndex of the new link test; if the set operation fails, go back to the first step and obtain a new value for hpicfLinkTestNextIndex; - issue a management protocol set operation to create an instance of the hpicfLinkTestStatus object setting its value to 'createAndGo' or 'createAndWait' (as specified in the description of the RowStatus textual convention). Note that the set of hpicfLinkTestNextIndex and the instance of hpicfLinkTestStatus may occur in the same set operation if desired.
     hpicfLinkTestTable 1.3.6.1.4.1.11.2.14.11.1.6.2 no-access
A table of in-progress link tests.
         hpicfLinkTestEntry 1.3.6.1.4.1.11.2.14.11.1.6.2.1 no-access
A row in the table, containing information about a single link test.
             hpicfLinkTestIndex 1.3.6.1.4.1.11.2.14.11.1.6.2.1.1 integer32 no-access
The value of this object uniquely identifies this link test.
             hpicfLinkTestType 1.3.6.1.4.1.11.2.14.11.1.6.2.1.2 integer read-only
The type of test to run. Enumeration: 'ieee8022Test': 2, 'icmpEcho': 1, 'ipxDiagnostic': 3.
             hpicfLinkTestAddress 1.3.6.1.4.1.11.2.14.11.1.6.2.1.3 octet string read-only
The destination address used for sending link test packets, formatted according to the value of the corresponding instance of hpicfLinkTestType. When hpicfLinkTestType is equal to 'icmpEcho', this object will be four octets long, and contain an IP address in network byte order. When hpicfLinkTestType is equal to 'ieee8022Test', this object will be six octets long, and contain an IEEE MAC address in canonical order. When hpicfLinkTestType is equal to 'ipxDiagnostic', this object will be ten octets long, and will contain the IPX network number in network byte order, followed by the IPX node number in network byte order.
             hpicfLinkTestIfIndex 1.3.6.1.4.1.11.2.14.11.1.6.2.1.4 integer32 read-only
The local interface to send the link test packets on. The value of this object must correspond to an ifIndex value for an interface capable of supporting the requested link test. The value 0 is used to indicate that the agent should determine the interface using local routing information.
             hpicfLinkTestTimeout 1.3.6.1.4.1.11.2.14.11.1.6.2.1.5 timeinterval read-only
The time interval over which a link test response must be received, or the test is counted as failed.
             hpicfLinkTestRepetitions 1.3.6.1.4.1.11.2.14.11.1.6.2.1.6 integer32 read-only
The total number of times that the agent should send link test packets to the destination host.
             hpicfLinkTestAttempts 1.3.6.1.4.1.11.2.14.11.1.6.2.1.7 integer32 read-only
The number of times we have sent link test packets to the destination during the current test. This object will start at zero when the corresponding instance of hpicfLinkTestStatus is set to 'active'. It will increment at the completion of each iteration of the test until either it reaches the value of hpicfLinkTestRepetitions, or the corresponding instance of hpicfLinkTestStatus is set to a value other than 'active'. Note that it is incremented at the completion of each iteration, not when the link test packet is sent, so that the number of failures can be calculated accurately.
             hpicfLinkTestSuccesses 1.3.6.1.4.1.11.2.14.11.1.6.2.1.8 integer32 read-only
The number of times that we have recieved a response to a link test packet during the current test. This object will start at zero when the corresponding instance of hpicfLinkTestStatus is set to 'active'. It will increment each time the agent recieves a response from the destination of this test. Note that the number of failed attempts is given by hpicfLinkTestAttempts - hpicfLinkTestSuccesses.
             hpicfLinkTestMinRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.9 integer32 read-only
The shortest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
             hpicfLinkTestMaxRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.10 integer32 read-only
The longest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
             hpicfLinkTestTotalRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.11 integer32 read-only
The sum of all of the response times (in milliseconds) for all of the link tests that have been attempted as part of this test. This value can be used in conjunction with hpicfLinkTestSuccesses to calculate the average response time.
             hpicfLinkTestOwner 1.3.6.1.4.1.11.2.14.11.1.6.2.1.12 ownerstring read-only
The entity that configured this test and is therefore using the resources assigned to it.
             hpicfLinkTestStatus 1.3.6.1.4.1.11.2.14.11.1.6.2.1.13 rowstatus read-only
The status of this entry.
             hpicfLinkTestDeleteMode 1.3.6.1.4.1.11.2.14.11.1.6.2.1.14 integer read-only
When the value of this object is 'keepWhenDone', the associated instance of the hpicfLinkTestStatus object will be changed to 'notInService' upon completion of the test. It will then be timed out by the agent after 5 minutes in the 'notInService' state. When the value of this object is 'destroyWhenDone', the associated instance of the hpicfLinkTestStatus object will be changed to 'destroy' upon completion of the test. This will remove the row from the table immediately after the test completes. Enumeration: 'destroyWhenDone': 2, 'keepWhenDone': 1.