Troubleshooting Tip: Unable to add an interface with zero references as a member to the FortiLink LAG
| Description | This article describes why an interface with zero references is not appearing in the interface list. |
| Scope | FortiOS. |
| Solution | The FortiGate is configured with a FortiLink aggregation.
In the screenshot above, the WAN2 interface shows zero references. However, when trying to add it as a member interface in FortiLink, it does not appear in the selection.
CLI command:
FGT # config system interface FGT (interface) # edit fortilink FGT (fortilink) # append member FGT (fortilink) # append member wan2 value parse error before 'wan2'
Solution: Verify the IP mode of the WAN2 interface. If it is set to DHCP or PPPoE, change it to Manual, and it should then become available for selection as a FortiLink member.
CLI Commands:
FGT # config system interface FGT (interface) # edit wan2 FGT (wan2) # set mode static FGT (wan2) # end FGT # config system interface FGT (interface) # edit fortilink FGT (fortilink) # append member FGT (fortilink) # append member wan2 FGT (fortilink) # end Note: |



