dot3EponFecAbility
ZXEPON-SERVICE-MIB ·
.1.3.6.1.4.1.3902.1015.1010.1.4.1.1.2
Object
column Enumeration
An object that indicates the support of operation of the optional FEC sublayer of the 1000BASE-PX PHY, specified in [802.3ah] clause 65.2. unknown(1) value is assigned in initialization, for non FEC support state or type not yet known. unsupported(2) value is assigned when sublayer is not supported. supported(3) value is assigned when sublayer is supported. This object is applicable for an OLT, with the same value for all virtual interfaces, and for an ONU. the FEC counters will have a zero value, when the interface is not supporting FEC. The counters: dot3EponFecPCSCodingViolation - not affected by FEC ability. dot3EponFecCorrectedBlocks - has a zero value when dot3EponFecAbility is unknown (1) and unsupported (2). dot3EponFecUncorrectableBlocks - has a zero value when dot3EponFecAbility is unknown (1) and unsupported (2). dot3EponFecBufferHeadCodingViolation - has a zero value when dot3EponFecAbility is unknown (1) and unsupported (2).
Context
- MIB
- ZXEPON-SERVICE-MIB
- OID
.1.3.6.1.4.1.3902.1015.1010.1.4.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot3EponFecEntry
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 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-MIB::dot3EponFecAbility'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXEPON-SERVICE-MIB::dot3EponFecAbility.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXEPON-SERVICE-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXEPON-SERVICE-MIB::dot3EponFecAbility'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | unsupported |
3 | supported |