Skip to main content
Flamba
New Member
December 27, 2019
Solved

FWF-60E Software Switch , how to remove a port from "internal"

  • December 27, 2019
  • 2 replies
  • 26146 views

I am setting up a fortiwifi 60e  V6.0.8 build 0303 and i have a strange problem with network interfaces.

I find a single "software switch" that i have never used. This switch software has internal and wifi members.

From the internal member i want to remove a port, for example the 7, but i can't.  I am going crazy . Does anyone know how to do? Thank' to all.

 

FROM CLI: Connected

FWF60 # config system virtual-switch FWF60 (virtual-switch) # show config system virtual-switch edit "internal" set physical-switch "sw0" config port edit "internal1" next edit "internal2" next edit "internal3" next edit "internal4" next edit "internal5" next edit "internal6" next edit "internal7" next end next end

Best answer by rwpatterson

Just shooting from the hip here. Have you tried

 

   config system virtual-switch     edit "internal"     set physical-switch "sw0"     config port ? The question mark at the end should give you options on what you can do from there.

2 replies

rwpatterson
New Member
December 27, 2019

Just shooting from the hip here. Have you tried

 

   config system virtual-switch     edit "internal"     set physical-switch "sw0"     config port ? The question mark at the end should give you options on what you can do from there.

emnoc
New Member
December 27, 2019

Actual go into the config port sub-section and delete the interface

 

homefgt (port) # delete 

*All    members of physical switch sw0:

 

current members of lan

 

lan1   

lan2   

lan3   

lan4   

lan5   

 

homefgt (port) # delete 

 

Ken Felix

BNDP
New Member
January 3, 2020

You can edit the Internal switch interfaces and after that, u can see in the interface members all the ports are available with 'X' symbol. So you can select which port u want to remove and click on 'X' symbol. Then it will become an independent port.