ifOpticalFecType
LUM-IFOPTICAL-MIB ·
.1.3.6.1.4.1.8708.2.48.2.5.1.1.4
Object
Set type of FEC.
g709 - 1st generation FEC according to
ITU-T G.709 (near 6 dB coding gain).
g9751I4 - FEC according to G975.1 I.4. Outer code: RS(1023,1007),
Inner code: BCH(2047,1952).
g9751I7 - FEC according to G975.1 I.7. Two orthogonally
concatenated BCH codes.
sdFec - Proprietary Soft Decision FEC scheme.
Context
- MIB
- LUM-IFOPTICAL-MIB
- OID
.1.3.6.1.4.1.8708.2.48.2.5.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Default
g709- Parent
- ifOpticalFecEntry
- Groups
- 3
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-IFOPTICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOPTICAL-MIB::ifOpticalFecType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFOPTICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFOPTICAL-MIB::ifOpticalFecType.<ifOpticalFecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFOPTICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFOPTICAL-MIB::ifOpticalFecType'
Syntax
Type Description
Defines the FEC type of the signal.
disabled - FEC correction is not activated.
g709 - 1st generation FEC according to
ITU-T G.709 (near 6 dB coding gain).
g9751I4 - FEC according to G975.1 I.4. Outer code: RS(1023,1007),
Inner code: BCH(2047,1952).
g9751I7 - FEC according to G975.1 I.9. Two orthogonally
concatenated BCH codes.
sdFec - Proprietary Soft Decision FEC scheme.
oFec - Open FEC (defined by OpenROADM MSA)
cFec - concatenated FEC (defined by G709.3)
notApplicable (2147483647) is used when fectype is
not used in current configuration.
Values & Constraints
Type Values
0 | disabled |
1 | g709 |
2 | g9751I4 |
3 | g9751I7 |
4 | sdFec |
5 | oFec |
6 | cFec |
2147483647 | notApplicable |