Skip to main content
Robin_McDonald_FTNT
Staff & Editor
Staff & Editor
February 24, 2015

Technical Tip: Adding VLANs to an interface

  • February 24, 2015
  • 0 replies
  • 1911 views

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