dppipTxFecMode
NETI-TRUNK-MIB ·
.1.3.6.1.4.1.2928.2.3.1.1.3.1.40
Object
The DPP-IP interface's current mode of operation of the transmit side Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
Context
- MIB
- NETI-TRUNK-MIB
- OID
.1.3.6.1.4.1.2928.2.3.1.1.3.1.40- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dppipEntry
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 'NETI-TRUNK-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-TRUNK-MIB::dppipTxFecMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-TRUNK-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-TRUNK-MIB::dppipTxFecMode.<dppipIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-TRUNK-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-TRUNK-MIB::dppipTxFecMode'