tmnxOamSaaCtlKeepProbeHistoryOpr
1.3.6.1.4.1.6527.3.1.2.11.3.2.1.16
The value of tmnxOamSaaCtlKeepProbeHistoryOpr indicates whether or not
per-probe history table rows will be created for this test. A test
without per-probe history table rows consumes less CPM RAM.
The value of tmnxOamSaaCtlKeepProbeHistoryOpr is derived from the value
of`tmnxOamSaaCtlKeepProbeHistoryAdm, as shown in the following table.
tmnxOamSaaCtlKeepProbeHistoryAdm tmnxOamSaaCtlKeepProbeHistoryOpr
-------------------------------- --------------------------------------
'keep(1)' 'keep(1)'
'drop(2)' 'drop(2)'
'auto(3)' 'keep(1)' or 'drop(2)', chosen by SROS
The history table rows created for the combinations of
tmnxOamSaaCtlKeepProbeHistoryOpr and tmnxOamSaaCtlTestMode values
are shown in the following table.
Configuration Options History Table Rows Created
-------------------------- --------------------------
'keep(1)', 'ping(1)' tmnxOamPingHistoryTable or
tmnxOamMacPingHistoryTable
'keep(1)', 'traceroute(2)' tmnxOamTrProbeHistoryTable
'drop(2)', 'ping(1)' none
'drop(2)', 'traceroute(2)' unsupported combination.
If tmnxOamSaaCtlTestMode is 'notConfigured(0)', the value of
tmnxOamSaaCtlKeepProbeHistoryOpr is insignificant, since a test without
a test mode cannot be started. When a Get is performed on
tmnxOamSaaCtlKeepProbeHistoryOpr in this case, 'keep(1)' is returned.
If tmnxOamSaaCtlKeepProbeHistoryAdm is 'auto(3)':
1. tmnxOamSaaCtlKeepProbeHistoryOpr is 'drop(2)' if
a) the test's probe count is greater than 100, OR
b) the test's interval is less than one second, OR
c) tmnxOamSaaCtlTestMode is 'ping(1)' AND the test is continuous
(i.e. tmnxOamSaaCtlContinuous is 'true') AND an accounting
policy is specified (i.e. tmnxOamSaaCtlAcctPolicyId is non-
zero).
2. Otherwise, tmnxOamSaaCtlKeepProbeHistoryOpr is 'keep(1)'.