FortiADC
FortiADC enhances the scalability, performance, and security of your applications whether they are hosted on premises or in the cloud.
Robin_McDonald_FTNT
Article Id 192872

Description

 

This article describes how to add VLANs to interfaces.

Scope

 

FortiADC.

Solution

  • From Web UI:
    1. Navigate to Network -> Interface.
    2. Select Create New.
    3. Set the VLAN interface name, VLAN ID, member interface and IP address.


VLAN interface.PNG

 

  1. 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:

 

VLAN interface list.PNG

 

See the FortiADC Administration guide for more information