show interface fec
Use this command to display the forward error correction (FEC FEC is a technique that detects and corrects errors during data transmission to maintain the reliability of the communication system.) statistics for an interface.
Displays only FEC statistics for physical interfaces, not management or logical interfaces.
Command Syntax
show interface (IFNAME|) fec
Parameters
IFNAME
Specifies the physical interface name.
Default
None
Command Mode
Execution mode and Privileged execution mode
Applicability
Introduced before OcNOS version 1.3. Introduced new fields, bit error
, and symbol error
; renamed the fields from Corrected Block Count
and Uncorrected Block Count
to Corrected Codeword Count
and Uncorrected Codeword Count
in the show output display in OcNOS version 6.6.0.
Example
OcNOS#show interface fec
+------------------+--------+---------------------+------------------------+--------------------------+------------+------------+
|Interface |Config |HW Status|Oper Status|Corrected Codeword Count|Uncorrected Codeword Count|Bit Error |Symbol Error|
+------------------+--------+---------------------+------------------------+--------------------------+------------+------------+
cd1 auto RS544_2xN RS544_2xN 3916680617 48 3751187751 3923420622
ce2 auto off off 0 0 0 0
ce3 auto off off 0 0 0 0
OcNOS#show interface cd1 fec
+------------------+--------+---------------------+------------------------+--------------------------+------------+------------+
|Interface |Config |HW Status|Oper Status|Corrected Codeword Count|Uncorrected Codeword Count|Bit Error |Symbol Error|
+------------------+--------+---------------------+------------------------+--------------------------+------------+------------+
cd1 auto RS544_2xN RS544_2xN 3930398699 48 3764260805 3937147040
Here is the explanation of the show command output fields.
Field |
Description |
Interface |
Name of the configured interface. |
Config |
Configured value |
HW Status |
FEC currently programmed in hardware (HW). |
Oper Status |
FEC currently operating over the link. |
Corrected Codeword Count |
Number of the corrected codeword count. |
Uncorrected Codeword Count |
Number of the uncorrected codeword count. |
Bit Error |
Number of individual RX RS-FEC bit errors. |
Symbol Error |
Number of individual RX RS-FEC symbol errors. |