MIBs Depot

HP-ICF-LINKTEST

Registered at
1.3.6.1.4.1.11.2.14.10.2.7
Last updated
2000-11-03 22:25
Organization
Hewlett Packard Company, Network Infrastructure Solutions
Revisions
2000-11-03 22:25, 1997-03-06 03:38, 1996-09-06 22:18
Namespace
hp
Source file
HP-ICF-LINKTEST
Digest
sha256:b26f2ccb068dcf95954d6a7f321557cb7c753cb6dce14f5a9f33e733d85a53e3

Description

This MIB module describes objects for managing the link test features of devices in the HP Integrated Communication Facility product line.

Contact

Hewlett Packard Company 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpicfCommon, hpicfObjectModules
RMON-MIBOwnerString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeInterval

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HP-ICF-LINKTEST
HP-ICF-OID
RMON-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hpicfLinkTestConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.7.1
hpicfLinkTestCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.7.1.1
hpicfLinkTestGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.7.1.2
hpicfLinktest
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.1.6
hpicfLinkTestNextIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.6.1Integer32 (0..65535)read-writecurrent
hpicfLinkTestTable
OBJECT-TYPE
A table of in-progress link tests.
1.3.6.1.4.1.11.2.14.11.1.6.2not-accessiblecurrent
hpicfLinkTestEntry
OBJECT-TYPE
A row in the table, containing information about a single link test.
1.3.6.1.4.1.11.2.14.11.1.6.2.1not-accessiblecurrent
hpicfLinkTestIndex
OBJECT-TYPE
The value of this object uniquely identifies this link test.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.1Integer32 (1..65535)not-accessiblecurrent
hpicfLinkTestType
OBJECT-TYPE
The type of test to run.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.2INTEGER {icmpEcho(1), ieee8022Test(2), ipxDiagnostic(3)}read-createcurrent
hpicfLinkTestAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.3OCTET STRING (SIZE(4 | 6 | 10))read-createcurrent
hpicfLinkTestIfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.4Integer32read-createcurrent
hpicfLinkTestTimeout
OBJECT-TYPE
The time interval over which a link test response must be recieved, or the test is counted as failed.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.5TimeIntervalread-createcurrent
hpicfLinkTestRepetitions
OBJECT-TYPE
The total number of times that the agent should send link test packets to the destination host.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.6Integer32 (1..65535)read-createcurrent
hpicfLinkTestAttempts
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.7Integer32 (0..65535)read-onlycurrent
hpicfLinkTestSuccesses
OBJECT-TYPE
The number of times that we have received 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 receives a response from the destination of this test. Note that the number of failed attempts is given by hpicfLinkTestAttempts - hpicfLinkTestSuccesses.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.8Integer32 (0..65535)read-onlycurrent
hpicfLinkTestMinRespTime
OBJECT-TYPE
The shortest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.9Integer32read-onlycurrent
hpicfLinkTestMaxRespTime
OBJECT-TYPE
The longest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.10Integer32read-onlycurrent
hpicfLinkTestTotalRespTime
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.11Integer32read-onlycurrent
hpicfLinkTestOwner
OBJECT-TYPE
The entity that configured this test and is therefore using the resources assigned to it.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.12OwnerStringread-createcurrent
hpicfLinkTestStatus
OBJECT-TYPE
The status of this entry.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.13RowStatusread-createcurrent
hpicfLinkTestDeleteMode
OBJECT-TYPE
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 assocated 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.
1.3.6.1.4.1.11.2.14.11.1.6.2.1.14INTEGER {keepWhenDone(1), destroyWhenDone(2)}read-createcurrent

Conformance

NameOIDStatus
hpicfLinkTestCompliance
MODULE-COMPLIANCE
The compliance statement for ICF devices that provide a connectivity test facility.
1.3.6.1.4.1.11.2.14.10.2.7.1.1.1deprecated
hpicfLinkTestCompliance2
MODULE-COMPLIANCE
The compliance statement for ICF devices that provide a connectivity test facility.
1.3.6.1.4.1.11.2.14.10.2.7.1.1.2current
hpicfLinkTestGroup
OBJECT-GROUP
A collection of objects for initiating and monitoring network connectivity tests on ICF devices.
1.3.6.1.4.1.11.2.14.10.2.7.1.2.1deprecated
hpicfLinkTestGroup2
OBJECT-GROUP
A collection of objects for initiating and monitoring network connectivity tests on ICF devices.
1.3.6.1.4.1.11.2.14.10.2.7.1.2.2current