Can anyone explain me what can be done under:
I tried to understand it, but couldn't. Thankyou for any help.
Solved! Go to Solution.
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.
System > Network > Interface > Physical - This is a Physical Interface/Port on the FortiSwitch. You can assign IP address to a Physical interface for managing the FortiSwitch (Static or DHCP)
System > Network > Interface > VLAN - This is SVI - A Logical L3 Interface created under a Physical Interface, You can assign IP address and VLAN ID here. You can create multiple SVIs with different Subnet and VLAN IDs under the same Physical Interface. This make FortiSwitch as an L3 device with Gateway on the FortiSwitch
Switch > Port > Physical - This configuration section is to define the FortiSwitch Physical ports (Layer 2) specfic settings like "Link Speed, Frame Size, Admin Status, PPPOE Settings, Frame Size etc.
config switch physical-port
edit <port_name>
set status {up | down}
set description <string>
set max-frame-size <bytes_int>
set speed {1000auto | 100full | 100half | 10full | 10half | auto | 10000cr | 10000full | 10000sr | 1000full | auto-module}
set poe-status {enable | disable}
next
end
Switch > Interface > Physical - This configuration section is to define the FortiSwitch Physical port specfic Layer 2 settings like Native VLAN, Allowed VLAN's, Port Security, MAB & other L2 security settings like BPDU Guard, Root Guard, Loop Protection,.
config switch interface
edit port30
set stp-state enabled
set edge-port enabled
set stp-bpdu-guard enabled
set stp-bpdu-guard-timeout 60
next
end
Switch > VLAN - This is where you create all your VLANs
System > Network > Interface > Physical - This is a Physical Interface/Port on the FortiSwitch. You can assign IP address to a Physical interface for managing the FortiSwitch (Static or DHCP)
System > Network > Interface > VLAN - This is SVI - A Logical L3 Interface created under a Physical Interface, You can assign IP address and VLAN ID here. You can create multiple SVIs with different Subnet and VLAN IDs under the same Physical Interface. This make FortiSwitch as an L3 device with Gateway on the FortiSwitch
Switch > Port > Physical - This configuration section is to define the FortiSwitch Physical ports (Layer 2) specfic settings like "Link Speed, Frame Size, Admin Status, PPPOE Settings, Frame Size etc.
config switch physical-port
edit <port_name>
set status {up | down}
set description <string>
set max-frame-size <bytes_int>
set speed {1000auto | 100full | 100half | 10full | 10half | auto | 10000cr | 10000full | 10000sr | 1000full | auto-module}
set poe-status {enable | disable}
next
end
Switch > Interface > Physical - This configuration section is to define the FortiSwitch Physical port specfic Layer 2 settings like Native VLAN, Allowed VLAN's, Port Security, MAB & other L2 security settings like BPDU Guard, Root Guard, Loop Protection,.
config switch interface
edit port30
set stp-state enabled
set edge-port enabled
set stp-bpdu-guard enabled
set stp-bpdu-guard-timeout 60
next
end
Switch > VLAN - This is where you create all your VLANs
As @saneeshpv_FTNT, explained CLI is more easier to understand the structure of FortiSwitch config, if you know FortiGate's CLI structure.
Just to reiterate,
Toshi
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 |
---|---|
1720 | |
1093 | |
752 | |
447 | |
234 |
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.