testMode
AcBoard ·
.1.3.6.1.4.1.5003.9.10.1.3.2.1.1.7
Object
column deprecated
Enumeration
Testing mode to be applied. Valid Range:CoderLoopback will perform an encoder-decoder loopback inside the DSP device, PCMLoopback will loopback the incoming PCM to the outgoing PCM, ToneInjection will generate a1000 Hz tone to outgoing PCM and NoLoopback will set the channel to work in a normal mode. Refer to TTestCode enumeration (default =3= NoLoopBack).
Context
- MIB
- AcBoard
- OID
.1.3.6.1.4.1.5003.9.10.1.3.2.1.1.7- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- voiceSettingsEntry
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 'AcBoard' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AcBoard::testMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AcBoard' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AcBoard::testMode.<cID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AcBoard' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AcBoard::testMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | coderLoopback |
1 | pCMLoopback |
2 | toneInjection |
3 | noLoopback |