clientIfFecType
LUM-CLIENT-MIB ·
.1.3.6.1.4.1.8708.2.27.2.2.1.1.131
Object
column r/w
Enumeration
Set FEC scheme.
disabled -- none specific FEC scheme is enabled.
gFec -- GFEC RS(255,239) FEC scheme,
according to ITU.T G.975
superFecI4 -- Super FEC I.4 FEC scheme,
according to ITU-T G.975.1
superFecI7 -- Super FEC I.7 FEC scheme,
according to ITU-T G.975.1
sdFec -- Proprietary Soft Decision FEC scheme.
uFec -- Proprietary Ultra FEC scheme.
scFec -- Staircase FEC scheme
according to ITU-T G.709.2
Context
- MIB
- LUM-CLIENT-MIB
- OID
.1.3.6.1.4.1.8708.2.27.2.2.1.1.131- Type
- column
- Access
- readwrite
- Status
- current
- Default
disabled- Parent
- clientIfEntry
- Groups
- 15
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::clientIfFecType'
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::clientIfFecType.<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::clientIfFecType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | gFec |
3 | superFecI4 |
4 | superFecI7 |
5 | sdFec |
6 | uFec |
7 | scFec |