FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
sahmed_FTNT
Staff & Editor
Staff & Editor
Article Id 352688
Description This article provides configuration guide between FortiGate and Huawei switch.
Scope All OS
Solution

Topology:

  Network Security Diagram Template.jpg

 

LACP configuration on FortiGate:

 

config system interface

    edit "Lab-LACP"
        set vdom "root"
        set type aggregate
        set member "internal6" "internal7"
        set alias "Uplink-Port"
        set lldp-reception enable
        set lldp-transmission enable
        set role lan
        set snmp-index 19
    next
end

 

Note: port 6 and port 7 is used for LACP

 

LACP configuration on Huawei:

 

Step 1: Config Trunk interface.

 

interface Eth-Trunk Uplink -> Uplink is trunk name
mode lacp-static
quit

 

Step 2: Assign interface in the Trunk.

 

interface ethernet 1/0/1
eth-trunk Uplink
quit

interface ethernet 1/0/2
eth-trunk Uplink
quit

Step 3: For display.


display eth-trunk Uplink

 

Port 1/0/1 and port 1/0/1 is used for LACP