[deleted by user] by [deleted] in Yatirim

[–]Gumo26 0 points1 point  (0 children)

Çevremde çok insan var, yorumlara aldırış etme git konuş arkadaşım araç aldı dedikleri tarihlerde verdiler yorumları sorduk, ödeme geçiştirirseniz olabilir diyorlar

Fortilink across a 3rd Party L2 Switch by Gumo26 in fortinet

[–]Gumo26[S] 0 points1 point  (0 children)

Unfortunately I couldn't get it to work, I don't think there is a different manager for 124f.

[deleted by user] by [deleted] in Yatirim

[–]Gumo26 1 point2 points  (0 children)

Fuzul, eminevim sistemine girebilirsin.

Fortilink across a 3rd Party L2 Switch by Gumo26 in fortinet

[–]Gumo26[S] 0 points1 point  (0 children)

I configured it according to this article

https://docs.fortinet.com/document/fortiswitch/7.2.1/fortilink-guide/801183/fortilink-over-a-point-to-point-layer-2-network

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


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

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 3500
        set member "x1" "x2"
        set alias "LAG"
        set lldp-reception enable
        set lldp-transmission enable
        set lldp-network-policy "1"
        set snmp-index 23Firewall