Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Gumo
New Contributor II

Fortilink 3rd Party Switch L2

I want to configure FortiLink over a point-to-point layer-2 network for connection to FortiGate Firewall and Cisco BB (Backbone). I need to connect FortiSwitch via Cisco BB. I'request support on how I can perform this configuration.

The environment have: Fortigate > Cisco BB > FortiSwitchfor(1).png

 

 

9 REPLIES 9
ozkanaltas
Valued Contributor III

Hello @Gumo ,

 

If you want to manage your FortiSwitch via FortiGate, you just need to configure 4094 vlan on the Cisco switch. FortiSwitch uses 4094 vlan for management and tunnel. After that configuration, FortiGate can discover FortiSwitch and manage it.

 

Also, there are different options. For these options, you can review these documents.

 

https://docs.fortinet.com/document/fortiswitch/7.2.1/fortilink-guide/801183/fortilink-over-a-point-t...

 

https://docs.fortinet.com/document/fortiswitch/7.2.1/fortilink-guide/801182/fortilink-mode-over-a-la...

 

 

If you have found a solution, please like and accept it to make it easily accessible to others.
NSE 4-5-6-7 OT Sec - ENT FW
If you have found a solution, please like and accept it to make it easily accessible to others.NSE 4-5-6-7 OT Sec - ENT FW
Gumo
New Contributor II

I cannot pass 4094 vlan through the switch, I think I will have to change to Fortilink 4094 vlan.

ozkanaltas
Valued Contributor III

Hello @Gumo ,

 

This is another option. You can change FortiSwitch management vlan.

 

https://docs.fortinet.com/document/fortiswitch/7.0.8/devices-managed-by-fortios/173258/optional-fort...

 

 

If you have found a solution, please like and accept it to make it easily accessible to others.
NSE 4-5-6-7 OT Sec - ENT FW
If you have found a solution, please like and accept it to make it easily accessible to others.NSE 4-5-6-7 OT Sec - ENT FW
Gumo
New Contributor II

Is it enough to change it under the interface on the Fortigate firewall?

set switch-controller-mgmt-vlan 3500

ozkanaltas
Valued Contributor III

Hello @Gumo ,

 

You also need to change the p2p native vlan settings on Fortiswitch.

 

 

config switch global
set fortilink-p2p-native-vlan 3500
end

 

And also you can review this document about that. 

 

https://docs.fortinet.com/document/fortiswitch/7.2.8/administration-guide/163696/configuring-auto-to...

 

If you have found a solution, please like and accept it to make it easily accessible to others.
NSE 4-5-6-7 OT Sec - ENT FW
If you have found a solution, please like and accept it to make it easily accessible to others.NSE 4-5-6-7 OT Sec - ENT FW
Gumo
New Contributor II

Thank you for your valuable information @ozkanaltas
Teşekkürler.

Gumo
New Contributor II

The settings I made on Fortigate Firewall and Switch are as follows. The switch receives IP through the firewall. Satus remains down.

Fortigate Firewall

Firewall

config system interface
    edit "fortilink"
        set vdom "root"
        set fortilink enable
        set ip 10.255.1.1 255.255.255.0
        set allowaccess ping fabric
        set type aggregate
        set switch-controller-mgmt-vlan 4094
        set member "x1" "x2"
        set alias "LAG"
        set lldp-reception enable
        set lldp-transmission enable
        set lldp-network-policy "1"
        set snmp-index 23



Forti switch

Forti switch

config switch global
set fortilink-p2p-native-vlan 3500
end

config switch vlan
edit 10
next
edit 11
next
edit 3500
next
end

config switch physical-port
edit port27,port28
set fortilink-p2p enable
next

config switch trunk
edit "LAG1"
        set mode lacp-active
            set members "port27" "port28

config switch interface
   edit "LAG1"
        set native-vlans 3500
        set allowed-vlans 10,11,3500
        set snmp-index 31
    next

 

 

Gumo
New Contributor II

 

Cisco Switch

 

Cisco Switch
interface port-channel2
switchport mode trunk
switchport trunk allowed vlan 11,10
switchport trunk native vlan 3500

interface eth 1/1-1/2
switchport
switchport mode trunk
channel-group 2 mode active
no shutdown

 

 

 
 

 

 

ozkanaltas
Valued Contributor III

Hello @Gumo ,

 

Can you change the management vlan configuration on the FortiGate side?

 

config system interface
edit "fortilink"
set switch-controller-mgmt-vlan 4094
end

 

If you have found a solution, please like and accept it to make it easily accessible to others.
NSE 4-5-6-7 OT Sec - ENT FW
If you have found a solution, please like and accept it to make it easily accessible to others.NSE 4-5-6-7 OT Sec - ENT FW
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors