Skip to main content
scampos
Staff
Staff
February 27, 2025

Technical Tip: How to create an aggregate interface 802.3ad using two or more ports

  • February 27, 2025
  • 2 replies
  • 4721 views
Description This article describes how to create an aggregation interface 802.3ad (LACP) using two or more (if necessary) physical interfaces.
Scope FortiGate v7.x.
Solution

802.3ad is an IEEE specification that allows combining multiple physical ports into one logical port. It is also known as the Link Aggregation Control Protocol (LACP). The benefits can be, but no limit to bandwidth increase, protection against anomalies, load balancing, and improvement to fault tolerance.

 

To create an aggregate interface, go to Network -> Interfaces:

 

Screenshot 2025-02-26 150733.jpg

 

If the physical interfaces are members of a Hardware/Software/VLAN Switch, remove the desired ones from it:

 Screenshot 2025-02-26 152041.jpg

 

Screenshot 2025-02-26 152110.jpg 

Once the physical interfaces are available, select Create New -> Interface:

 

Screenshot 2025-02-26 151142.jpg

 

Set the type to '802.3ad aggregate' and add the members to it:

 

Screenshot 2025-02-26 151333.jpg

 

Screenshot 2025-02-26 151415.jpg

 

Set the necessary configurations for the interface, like the name, Interface IP, Administrative Access, and DHCP Server:

 

Screenshot 2025-02-26 151638.jpg

 

After setting all the necessary configurations, select 'OK':

 

Screenshot 2025-02-26 152550.jpg

 

This will create the aggregate interface:

 

Screenshot 2025-02-26 152626.jpg

 

Example configuration in the CLI: 

 

config system interface
    edit "Aggregate_Test"
        set vdom "root"
        set type aggregate
        set member "internal5" "internal6"
        set device-identification enable
        set role lan
    next
end

 

Related article:

Technical Tip: Initial troubleshooting steps for LACP (Link Aggregation - 802.3ad) 

2 replies

bkarl
Staff
Staff
March 6, 2025

Great job!

emmanuelgonzalez914
Staff
Staff
March 6, 2025

Great work.

Virtual event | September 2026. SASE summit. The age of autonomous trust. Register here!