Skip to main content
Christian_89
Contributor III
July 23, 2023
Solved

Fortiswitch Docu

  • July 23, 2023
  • 1 reply
  • 2400 views

Hello Together

For the documantion for the Fortiswitch, Doucusnap is used by the customer.
The Fortiswitches are only connected to the Fortigate via Fortilink.
I can make the Fortiswitch accessible via SNMP and ping?

 

Best answer by ebilcari

you can choose the policy and find the button "Edit in CLI" from the GUI and set manually the outgoing interface like:

config firewall policy
edit 22
set name "xxxx"
set srcintf "port2"
set dstintf "port5"    <-- in my case or "FortiLink" 

1 reply

ebilcari
Staff
Staff
July 23, 2023

Yes, but you have to setup up a valid IP subnet that is routable for the FortiLink interface. You also need to create a firewall policy to allow SNMP and ICMP communication to the switch from the external server.

FortiLink interface as an example:

fortilink IP.PNG

You can also set up DHCP reservation so the IP of the switch will not change after reboots.

Emirjon
Christian_89
Contributor III
July 23, 2023

thanks for the info.

For the firewall policy I can not select the fortilink.

or I'm just on the hiatus is possible through

ebilcari
Staff
ebilcariAnswer
Staff
July 23, 2023

you can choose the policy and find the button "Edit in CLI" from the GUI and set manually the outgoing interface like:

config firewall policy
edit 22
set name "xxxx"
set srcintf "port2"
set dstintf "port5"    <-- in my case or "FortiLink" 
Emirjon