clientIfTxState
LUM-CLIENT-MIB ·
.1.3.6.1.4.1.8708.2.27.2.2.1.1.138
Object
column LUM-TCTrxTxState
The operational state of the transiver for outgoing (TX) signal. - Init started - Init ready - Data path locked - Laser ready off - Laser ready - Laser bias ready - Ready - Low power - High power up - TX off - TX turn on
Context
- MIB
- LUM-CLIENT-MIB
- OID
.1.3.6.1.4.1.8708.2.27.2.2.1.1.138- Type
- column
- Access
- readonly
- Status
- current
- Parent
- clientIfEntry
- Groups
- 13
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 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-CLIENT-MIB::clientIfTxState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-CLIENT-MIB::clientIfTxState.<clientIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-CLIENT-MIB::clientIfTxState'
Syntax
- Source
- LUM-TCTrxTxState
- Base type
Enumeration
Type Description
TRX TX start-up sequence state. - Init started - Init ready - Data path locked - Laser ready off - Laser ready - Laser bias ready - Ready
Values & Constraints
Type Values
0 | missing |
1 | initStarted |
2 | initReady |
3 | dataPathLocked |
4 | laserReadyOff |
5 | laserReady |
6 | laserBiasReady |
7 | ready |
8 | lowPower |
9 | highPowerUp |
10 | txOff |
11 | txTurnOn |
2147483647 | notApplicable |