Fortinet black logo

New Features

LACP support on entry-level E-series devices  6.2.1

Copy Link
Copy Doc ID 761d83e3-4a7b-11e9-94bf-00505692583a:226063
Download PDF

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:
  1. Go to Network > Interfaces.
  2. Click Create New > Interface.
  3. Set Type to 802.3ad Aggregate.
  4. Configure the other settings as required.

  5. 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> 

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:
  1. Go to Network > Interfaces.
  2. Click Create New > Interface.
  3. Set Type to 802.3ad Aggregate.
  4. Configure the other settings as required.

  5. 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>