Skip to main content
trixxmanaty
New Member
July 4, 2015
Question

remove another Physical Interface Member in Fortinet 60d

  • July 4, 2015
  • 2 replies
  • 23632 views

Hi all,

 

How do I remove a physical interface member in Fortigate 60D. running version v5.2.3,build670 (GA)

I would like to use on Internal 1 which is linked to our LAN. can't find a way to remove internal 7.

 

Thanks

2 replies

iJake
New Member
July 4, 2015

You can turn your "Switch mode" to interface using the following

 

config system global

set internal-switch-mode interface

end

 

On some units, the default is to group interfaces in to a switch.

 

Read more here

http://docs-legacy.fortin...stallation.023.05.html

gschmitt
New Member
July 6, 2015

iJake wrote:

You can turn your "Switch mode" to interface using the following

It already is, if you look at the screenshot.

 

Normally you should be able to remove it by clicking the small X when you mouse over the interface. Does this not appear/work?

Which browser are you using? I recommend using Firefox

trixxmanaty
New Member
July 6, 2015

The X is not showing when I try to remove it. But I'm able to add other interfaces. I have tried using Safari and Google Chrome.

gschmitt
New Member
July 6, 2015

trixxmanaty wrote:

The X is not showing when I try to remove it. But I'm able to add other interfaces. I have tried using Safari and Google Chrome.

Yeah that looks like a visual bug, I'd always recommend firefox for the FortiOS GUI

 

in case you'd like to solve this via the CLI:

config system switch-interface
    edit internal // your switch name
         set member internal1 // List of interfaces you'd like to remain
    next
end

net1
New Member
April 21, 2016

Hi,

 

did you check if it's in use somewhere? As long as there's an entry referring to this interface you can't remove it. The easiest way: Check your config with an editor and have a search for 'internal7' ...