Defines the Remote Operations test History Table for storing the results of a test operation.
The indexes of the table are nqaAdminCtrlOwnerIndex, nqaAdminCtrlTestName, nqaHistoryIndex, nqaHistoryHopIndex, nqaHistoryProbeIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.111.5.1.1.1 |
nqaHistoryIndex |
Integer32{(1,'7fffffff'h)} |
not-accessible |
The history table index and times for dispatching dependency tests. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.2 |
nqaHistoryHopIndex |
Integer32{(1,255)} |
not-accessible |
The hop index. If the test type is Traceroute or LSP Traceroute, the entry only defines one hop. For other types, the default value is 1. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.3 |
nqaHistoryProbeIndex |
Integer32{(1,'7fffffff'h)} |
not-accessible |
The probe index of tests. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.4 |
nqaHistoryTimeStamp |
OCTET STRING{(8,8),(11,11)} |
read-only |
The start time stamp of a probe. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.5 |
nqaHistoryAddressType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-only |
The address type of history records. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.6 |
nqaHistoryAddress |
OCTET STRING{(0,255)} |
read-only |
The destination address of tests. For Traceroute, it is the destination address of each hop. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.7 |
nqaHistoryCompletionTime |
Integer32 |
read-only |
The amount of time 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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.8 |
nqaHistoryFinishState |
INTEGER{success(1),timeout(2),drop(3),busy(4),overThreshold(5),disconnected(6),noConnected(7)} |
read-only |
The result of a test operation made by a remote host for a particular probe. |
value list: 1: success(1) 2: timeout(2) 3: drop(3) 4: busy(4) 5: overThreshold(5) 6: disconnected(6) 7: noConnected(7) . Do not support the setting of value'overThreshold(4)'. |
1.3.6.1.4.1.2011.5.25.111.5.1.1.9 |
nqaHistoryLastRC |
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 responses are defined normally in the ip_icmp include file. |
This object is implemented as defined in the corresponding MIB files. |