tnOamPingCtlTimeOut
TN-OAM-TEST-MIB ·
.1.3.6.1.4.1.7483.6.1.2.11.1.4.1.19
Object
column r/w
millisecondsUnsigned32
The value of tnOamPingCtlTimeOut specifies the time-out value,
in milliseconds, to be used during a test run.
Timers (with duration configured using the tnOamPingCtlTimeOut value)
are used in one of two ways during a test run.
1. Per Probe: a timer is started each time a probe is sent. If the
timer expires before the probe response arrives, the probe is
declared failed. This is the traditional time-out method for a
sequence of probes.
OR
2. Per Test: a timer is started once per test run, when the last
probe of the test run is sent. ANY probe which does not have a
response when the timer expires is declared failed.
'Per Probe' or 'Per Test' is chosen based on the
tnOamPingCtlTestMode value. The choice is not configurable.
The accepted minimum, maximum, and default values for
tnOamPingCtlTimeOut depend on tnOamPingCtlTestMode, as shown in the
following table in seconds. The table also shows the timer usage
for the test mode.
tnOamPingCtlTestMode Min Max Def Timer Usage
---------------------- --- --- --- -----------
'atmPing' 1 10 5 Per Probe
'dnsPing' 1 120 5 Per Probe
'ethCfmLoopback' 1 10 5 Per Probe
'ethCfmTwoWayDelay' 1 10 5 Per Test
'ethCfmOneWayDelay' 1 10 5 Per Test
'ethCfmTwoWaySlm' 1 10 5 Per Test
'ethCfmTwoWayLm' 1000 10000 1000 Per Test
'icmpPing' 1 10 5 Per Test
'lspPing' 1 10 5 Per Probe
'macPing' 1 10 5 Per Probe
'mfibPing' 1 100 5 Per Probe
'mtuPing' 1 10 5 Per Probe
'p2mpLspPing' 1 120 10 Per Probe
'sdpPing' 1 10 5 Per Probe
'vccvPing' 1 10 5 Per Probe
'vprnPing' 1 100 5 Per Probe
otherwise ......... the value of tnOamPingCtlTimeOut is irrelevant
Context
- MIB
- TN-OAM-TEST-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.11.1.4.1.19- Type
- column
- Access
- readwrite
- Status
- current
- Units
- milliseconds
- Parent
- tnOamPingCtlEntry
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::tnOamPingCtlTimeOut'
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::tnOamPingCtlTimeOut.<tnSysSwitchId>.<tnOamPingCtlTestIndex>'
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::tnOamPingCtlTimeOut'
Syntax
millisecondsUnsigned32
Values & Constraints
Object Constraints
range: 1-120000