Troubleshooting Tip: Forward Error Correction cannot be changed
| Description | This article describes a possible reason why the Forward Error Correction (FEC) cannot be changed on an interface. |
| Scope | FortiGate. |
| Solution | The FEC must match on both sides of the link for an interface to come up. However, FortiGate does not allow changing the forward-error-correction of an interface that is a member of an LACP group.
config system interface
The error above mentions interface speed, but it is actually referring to Forward Error Correction.
show system interface port40 | grep forward-error-correction
However, the setting will not take place, and checking the interface with the following command will show that the interface is still using CL91 for Forward Error Correction:
diagnose hardware deviceinfo nic port40 | grep FEC
This is expected behavior, as the error mentioned that this FEC setting cannot be changed while the interface is a member of an aggregate (LACP) interface. |
