Skip to main content
duenlim
Staff
Staff
April 11, 2022

Technical Tip : The network interface of LAG member(s) status show down after upgraded to 6.2.x or 6.4.x.

  • April 11, 2022
  • 0 replies
  • 1507 views
Description This article talks about the issue that arises after upgrading to 6.2.x or 6.4.x. where the status of LAG member(s) is down.
Scope FortiGate
Solution

An example of port1 is considered to be a LAG member and it's currently showing down and to bring it up use the following CLI commands :


# config system interface
      edit port1
         set status up
      next
   end

 

In FortiOS 6.4.0, the status of the LAG members interfaces must set to 'UP' to be able to process traffic. Refer to below references:

 

https://docs.fortinet.com/document/fortigate/6.4.0/fortios-release-notes/289806/resolved-issues
https://docs.fortinet.com/document/fortigate/6.2.2/fortios-release-notes/289806/resolved-issues

 

Bug ID #574110 - When adding admin down interface as a member of aggregate interface, it shows up and process the traffic.