HP-ICF-LINKTEST

File: HP-ICF-LINKTEST.mib (17228 bytes)

Imported modules

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

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
RowStatus TimeInterval MODULE-COMPLIANCE
OBJECT-GROUP OwnerString hpicfObjectModules
hpicfCommon

Defined Types

HpicfLinkTestEntry  
SEQUENCE    
  hpicfLinkTestIndex Integer32
  hpicfLinkTestType INTEGER
  hpicfLinkTestAddress OCTET STRING
  hpicfLinkTestIfIndex Integer32
  hpicfLinkTestTimeout TimeInterval
  hpicfLinkTestRepetitions Integer32
  hpicfLinkTestAttempts Integer32
  hpicfLinkTestSuccesses Integer32
  hpicfLinkTestMinRespTime Integer32
  hpicfLinkTestMaxRespTime Integer32
  hpicfLinkTestTotalRespTime Integer32
  hpicfLinkTestOwner OwnerString
  hpicfLinkTestStatus RowStatus
  hpicfLinkTestDeleteMode INTEGER

Defined Values

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.
MODULE-IDENTITY    

hpicfLinktest 1.3.6.1.4.1.11.2.14.11.1.6
OBJECT IDENTIFIER    

hpicfLinkTestNextIndex 1.3.6.1.4.1.11.2.14.11.1.6.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hpicfLinkTestTable 1.3.6.1.4.1.11.2.14.11.1.6.2
A table of in-progress link tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfLinkTestEntry

hpicfLinkTestEntry 1.3.6.1.4.1.11.2.14.11.1.6.2.1
A row in the table, containing information about a single link test.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfLinkTestEntry  

hpicfLinkTestIndex 1.3.6.1.4.1.11.2.14.11.1.6.2.1.1
The value of this object uniquely identifies this link test.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hpicfLinkTestType 1.3.6.1.4.1.11.2.14.11.1.6.2.1.2
The type of test to run.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER icmpEcho(1), ieee8022Test(2), ipxDiagnostic(3)  

hpicfLinkTestAddress 1.3.6.1.4.1.11.2.14.11.1.6.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(4|6|10)  

hpicfLinkTestIfIndex 1.3.6.1.4.1.11.2.14.11.1.6.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpicfLinkTestTimeout 1.3.6.1.4.1.11.2.14.11.1.6.2.1.5
The time interval over which a link test response must be recieved, or the test is counted as failed.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

hpicfLinkTestRepetitions 1.3.6.1.4.1.11.2.14.11.1.6.2.1.6
The total number of times that the agent should send link test packets to the destination host.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hpicfLinkTestAttempts 1.3.6.1.4.1.11.2.14.11.1.6.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpicfLinkTestSuccesses 1.3.6.1.4.1.11.2.14.11.1.6.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpicfLinkTestMinRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.9
The shortest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfLinkTestMaxRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.10
The longest time (in milliseconds) between request and response for all of the link tests that have been attempted as part of this test.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfLinkTestTotalRespTime 1.3.6.1.4.1.11.2.14.11.1.6.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfLinkTestOwner 1.3.6.1.4.1.11.2.14.11.1.6.2.1.12
The entity that configured this test and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

hpicfLinkTestStatus 1.3.6.1.4.1.11.2.14.11.1.6.2.1.13
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfLinkTestDeleteMode 1.3.6.1.4.1.11.2.14.11.1.6.2.1.14
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER keepWhenDone(1), destroyWhenDone(2)  

hpicfLinkTestConformance 1.3.6.1.4.1.11.2.14.10.2.7.1
OBJECT IDENTIFIER    

hpicfLinkTestCompliances 1.3.6.1.4.1.11.2.14.10.2.7.1.1
OBJECT IDENTIFIER    

hpicfLinkTestGroups 1.3.6.1.4.1.11.2.14.10.2.7.1.2
OBJECT IDENTIFIER    

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.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

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.
Status: current Access: read-create
MODULE-COMPLIANCE    

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.
Status: deprecated Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP