show interface fec
Use this command to display the FEC (forward error correction) statistics for an interface.
Note: You can only display FEC statistics for physical interfaces and not for management or logical interfaces.
Command Syntax
show interface (IFNAME|) fec
Parameters
IFNAME
Physical Interface name.
Default
None
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#sh int ce54 fec
+-------------+--------+-----------+-------------+----------------------+------------------------+
| Interface | Config | HW Status | Oper Status | Corrected Block Count| Uncorrected Block Count|
+-------------+--------+-----------+-------------+----------------------|------------------------+
ce54 on cl91 cl91 0 12
#sh int ce53 fec
+-------------+--------+-----------+-------------+----------------------+------------------------+
| Interface | Config | HW Status | Oper Status | Corrected Block Count| Uncorrected Block Count|
+-------------+--------+-----------+-------------+----------------------|------------------------+
ce53 auto cl91 cl91 0 0
#sh int ce52 fec
+-------------+--------+-----------+-------------+----------------------+------------------------+
| Interface | Config | HW Status | Oper Status | Corrected Block Count| Uncorrected Block Count|
+-------------+--------+-----------+-------------+----------------------|------------------------+
ce52 off off off 0 0
Table 20-48 explain the fields in the command output.
Table 20-54: show interface fec
Field | Description |
Interface | Name of the configured interface. |
config | Configured value. |
HW Status | FEC currently programmed in HW. |
Oper Status | FEC currently operating over the link. |
Corrected Block Count | Number of the corrected block count. |
Uncorrected Block Count | Number of the uncorrected block count. |
Last modified date: 08/28/2023