# fec rs-ieeeIt can show the error message as below.
"ERROR: FEC validation failed on ethX/Y due to incompatible configured speed or transceiver type"(X/Y is your Cisco Nexus interface.)
# config system interfaceAt FortiGate with link aggregation interface:
edit <interface name>
set forward-error-corrrection disable <----- (Enabled by default).
next
end
# config system interface(portX and portY are the member of the link aggregation interface.)
edit <portX>
set forward-error-corrrection disable <----- (Enabled by default).
next
edit <portY>
set forward-error-corrrection disable <----- (Enabled by default).
next
end
# conf terminal
# interface ethernet X/Y
# set fec off
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2023 Fortinet, Inc. All Rights Reserved.