Technical Tip: Adding VLANs to an interface
Description
This article describes how to add VLANs to interfaces.
Scope
FortiADC.
Solution
- From Web UI:
- Navigate to Network -> Interface.
- Select Create New.
- Set the VLAN interface name, VLAN ID, member interface and IP address.

- Select Save.
- From CLI:
config system interface
edit "VLAN_290"
set type vlan
set vdom root
set ip 10.10.10.10/24
set vlanid 290
set interface port4
next
end
Afterwards, the VLAN interface should appear under the interface:
