tnOamSaaCtlKeepProbeHistoryOpr
TN-OAM-TEST-MIB ·
.1.3.6.1.4.1.7483.6.1.2.11.3.4.1.16
Object
column Enumeration
The value of tnOamSaaCtlKeepProbeHistoryOpr 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 tnOamSaaCtlKeepProbeHistoryOpr is derived from the value
of`tnOamSaaCtlKeepProbeHistoryAdm, as shown in the following table.
tnOamSaaCtlKeepProbeHistoryAdm tnOamSaaCtlKeepProbeHistoryOpr
-------------------------------- --------------------------------------
'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
tnOamSaaCtlKeepProbeHistoryOpr and tnOamSaaCtlTestMode values
are shown in the following table.
Configuration Options History Table Rows Created
-------------------------- --------------------------
'keep(1)', 'ping(1)' tnOamPingHistoryTable or
tnOamMacPingHistoryTable
'keep(1)', 'traceroute(2)' tnOamTrProbeHistoryTable
'drop(2)', 'ping(1)' none
'drop(2)', 'traceroute(2)' unsupported combination.
If tnOamSaaCtlTestMode is 'notConfigured(0)', the value of
tnOamSaaCtlKeepProbeHistoryOpr is insignificant, since a test without
a test mode cannot be started. When a Get is performed on
tnOamSaaCtlKeepProbeHistoryOpr in this case, 'keep(1)' is returned.
If tnOamSaaCtlKeepProbeHistoryAdm is 'auto(3)':
1. tnOamSaaCtlKeepProbeHistoryOpr 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) tnOamSaaCtlTestMode is 'ping(1)' AND the test is continuous
(i.e. tnOamSaaCtlContinuous is 'true') AND an accounting
policy is specified (i.e. tnOamSaaCtlAcctPolicyId is non-
zero).
2. Otherwise, tnOamSaaCtlKeepProbeHistoryOpr is 'keep(1)'.
Context
- MIB
- TN-OAM-TEST-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.11.3.4.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tnOamSaaCtlEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-OAM-TEST-MIB::tnOamSaaCtlKeepProbeHistoryOpr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-OAM-TEST-MIB::tnOamSaaCtlKeepProbeHistoryOpr.<tnSysSwitchId>.<tnOamSaaCtlTestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-OAM-TEST-MIB::tnOamSaaCtlKeepProbeHistoryOpr'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | keep |
2 | drop |