Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
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
......
-Jake
iJake wrote:It already is, if you look at the screenshot.You can turn your "Switch mode" to interface using the following
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
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.
trixxmanaty wrote:Yeah that looks like a visual bug, I'd always recommend firefox for the FortiOS GUIThe 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.
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
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' ...
-
300C x1, 200E x4, 240D x2, 200D x4, 101E x2, 100E x4, 100D x12, 80C x2, 70D x2, 61E x2, 60E x2, 60D x30, 60C x24, 60B x9, 50E x20, 50B x17, 40C x17, 30E x3
FortiMail VMs
FortiAnalyzer VMs
FortiSandbox (testrun)
The reason is that a hardware-switch needs at least 2 port members. Unless you kill the switch in CLI you won't get at the second member port. I'm in the same position as you both, and am still looking for the correct way to solve this (due to lack of time).
Hmmm ... so the only way ist to schedule a downtime - edit the config by hand - and upload it again ... :(
-
300C x1, 200E x4, 240D x2, 200D x4, 101E x2, 100E x4, 100D x12, 80C x2, 70D x2, 61E x2, 60E x2, 60D x30, 60C x24, 60B x9, 50E x20, 50B x17, 40C x17, 30E x3
FortiMail VMs
FortiAnalyzer VMs
FortiSandbox (testrun)
Kind of.
The "switch" is a virtual object, called a virtual-switch. It contains at least one hardware switch called a physical-switch. to get hold of all interfaces you can delete the virtual-switch:
config system virtual-switch
edit "internal"
set physical-switch "sw0"
config port
edit "internal1"
next
edit "internal2"
next
end
next
end
So here you enter 'delete internal' to delete the virtual-switch. In order to do this, first all references to 'internal' have to be removed from the config. At that point I just let it be.
Remember that even the default config (after 'exec factoryreset') has references to 'internal', such as a static route, a DHCP server and a policy. So this is something you better do at the very beginning of configuration.
Hi
I am using Fortigate 60D with firmware 5.2.7 I am facing some issue like whenever I update any configuration in internal switch (Hardware Switch) its Keep asking for SPAN port,but here I am using only Single fortigate firewall. Please Help me to resolve this.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1688 | |
1087 | |
752 | |
446 | |
227 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.