LACP support on entry-level E-series devices 6.2.1
Link Aggregation Control Protocol (LACP) is now supported on FortiGate and FortiWiFi 90E, 80E, 60E, 50E, and 30E devices.
To create a link aggregation interface in the GUI:
- Go to Network > Interfaces.
- Click Create New > Interface.
- Set Type to 802.3ad Aggregate.
- Configure the other settings as required.
- Click OK.
To create a link aggregation interface in the CLI:
configure system interface edit "aggregateinterf" set vdom "root" set type aggregate set member "internal1" "internal2" set device-identification enable set lldp-transmission enable set role lan set snmp-index 13 next end
To check the aggregate interface status:
diagnose netlink aggregate name <name of aggregate interface>