Port-Channel – Link Aggregation Configuration on Fortiswitch
Link Aggregation configuration on Fortswitch:
Via GUI:
- Go to Switch > Port > Trunk and select Add Trunk.
- Give the trunk an appropriate name.
- For the mode, select Static, LACP Active, LACP Passive, or Fortinet Trunk.
- Add the required ports to the Included list.
- Select Create.
Via CLI:
config switch trunk
edit trunk1
set members "port1" "port2" "port3"
set description test
set mode lacp-passive
set port-selection-criteria src-dst-ip
end
Verification
Via Gui:
Go to Switch > Port > Trunk or Switch > Monitor > Trunks.
Via CLI:
diagnose switch trunk list