Forward Error Correction Support (FEC)

FW Version: 7130+

Support for FEC is built into all 100G capable Packet Capture systems. By default its turned off and requires manual setting to enable the port to link up.

Configuration

Enabling FEC support requires editing the file

/opt/fmadio/etc/network.lua

Add in cap0 and cap1 interface settings into the file if they do not exist, such as the following

,
["cap0"] =
{
    ["Address"] = "192.168.15.170",
    ["MAC"]     = "00:af:a0:02:00:00",
    ["FEC"]     = true,
},
["cap1"] =
{
    ["Address"] = "192.168.15.171",
    ["MAC"]     = "00:af:a0:02:01:00",
    ["FEC"]     = true,
},

Address and MAC settings are not required, only if you need the capture port to have an IP/MAC address

After updating the file check the syntax is correct by running the following command

The output should look like the following, without any errors or warnings about the syntax.

Once complete, please reboot the system and FEC should be enabled on boot.

Manual FEC settings

FEC settings can be overridden and set manually per the following commands

Force FEC on all ports

Disable FEC on all ports

Last updated

Was this helpful?