Skip to main content
Contributor
June 21, 2022

Technical Tip: Hardware-switch option is missing while creating a new interface

  • June 21, 2022
  • 0 replies
  • 8844 views
Description This article discusses about the hardware-switch option missing under 'type' section while creating a new interface.
Scope

FortiGate.

Solution

Creating a new interface with 'Type: Hardware-switch' is not possible as the 'Hardware-switch' option is missing.

 

This is because by default globally 'virtual-vlan-switch' is enabled.

In this case only the 'vlan-switch' option will be given.

 

1.png

 

2.png


If hardware-switch option is a requirement then the vlan-switch option should be disabled globally.

Follow the below CLI commands to achieve the very same.

 

config system global

     set virtual-switch-vlan disable

  end

 

To disable virtual-switch-vlan from the GUI, go to System -> Settings and disable VLAN switch mode:

 

Image-1-1.png

 

Now when tried to create a new interface, 'Type: Hardware-switch' option shows up as expected.

 

3.png

 

4.png

 

Note: At any given point of time, either hardware-switch or vlan-switch can be chosen.

After running the above specified CLI commands, the following alert will appear:

 

'This change will disable trunk on interfaces and remove VLAN from virtual switches. If you don't want it to be changed, type "abort" '.