tmnxOamSaaCtlKeepProbeHistoryOpr
TIMETRA-OAM-TEST-MIB ·
.1.3.6.1.4.1.6527.3.1.2.11.3.2.1.16
Object
column Enumeration
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)'.
Context
- MIB
- TIMETRA-OAM-TEST-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.11.3.2.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tmnxOamSaaCtlEntry
- Groups
- 1
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 'TIMETRA-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-OAM-TEST-MIB::tmnxOamSaaCtlKeepProbeHistoryOpr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-OAM-TEST-MIB::tmnxOamSaaCtlKeepProbeHistoryOpr.<tmnxOamSaaCtlOwnerIndex>.<tmnxOamSaaCtlTestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-OAM-TEST-MIB::tmnxOamSaaCtlKeepProbeHistoryOpr'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | keep |
2 | drop |
Conformance
Member of