Technical Tip: Expected behavior of the FortiGate FortiLink aggregate interface 'split interface' option with multiple FortiSwitches connected to the FortiGate
| Description | This article describes the behavior of the FortiLink aggregate interface when multiple FortiSwitches are connected to the FortiGate, and the 'split interface' option is enabled (default). |
| Scope | FortiOS v7.2.x, v7.4.x, v7.6.0, v7.6.1+. |
| Solution | Hovering over the 'i' information icon next to 'FortiLink split interface' in the FortiGate GUI when editing the FortiLink aggregate interface will display the following information:
Connect a FortiLink aggregate interface from one FortiGate to more than one FortiSwitch (no MCLAG).
When the 'FortiLink split interface' option is enabled on the FortiLink interface in the FortiGate, the 'Interface members' section will show that only one of the interface members is up and active. This may lead to concern that there is an issue with the port(s) that are going down.
In the above screenshot example, interface x3 shows as down. This is expected behavior as, when the 'FortiLink split interface' option is enabled, and multiple FortiSwitch units are connected to the FortiGate, only one link remains active.
Checking the same via the CLI:
diagnose netlink aggregate name fortilink
To avoid confusion, note that member port x3 will be shown as 'admin' down instead of physically down.
diagnose hardware deviceinfo nic x3 | grep -i 'admin\|status' ========== Link Status ==========
get system interface physical x3 == [onboard]
show system interface ? (no <enter> is needed and will look similar to the below) x3 static 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 up disable physical
Note: To enable/disable the FortiLink split interface via the CLI, use the following commands:
config system interface edit <aggregate_name> <-- Replace <aggregate_name> with the FortiLink interface name to be configured. set fortilink-split-interface [enable | disable] end
Starting from FortiGate v7.6.1, as described in the release notes: What’s new in FortiOS 7.6.1, the default behavior of the split-interface is changed due to the following details: The default fortilink-neighbor-detect mode is changed from 'fortilink' to 'lldp', and the redundancy is achieved in another way.
show full-configuration system interface fortilink | grep neighbor set fortilink-neighbor-detect lldp
Because of this change, the status of all member ports will always show as UP, but only the connections (if multiple) to the same switch will show LACP in the 'established' state. The other member ports will be in the 'negotiating' state and, as a result, only 1 active path will remain.
diagnose netlink aggregate name fortilink
Also, due to changing the 'fortilink-neighbor-detect' to LLDP, this will cause a network outage for non-MCLAG environments where the 'access-vlan' | 'Block intra-VLAN traffic' feature is also used/enabled. Avoiding the issue requires the 'fortilink-neighbor-detect' to be set to 'FortiLink' instead. For more details, refer to Technical Tip: Managed FortiSwitch redundancy for Access-VLAN feature.
See the following documents for configuration steps for FortiLink: |

