I need help I have 2 Fortigate I need to make connectivity between these 2 firewalls by using vlan 51 each site has different vlan that i want to access on both sites i have a diagram.
both FGT are connected via the same subnet and vlan (172.168.201.0/?? and VID 51). This implies both FGT do have an interface in that vlan and subnet. So they already bascially have a (connected) route. This is automagically there once there is an interface connected to that subnet and vlan.
So if clients/servers/devices behind the FGTs use the corresponding FGT as default gw you will only need static routing for the subnets behind the FGTs plus policies to allow the traffic you need to flow.
So on VCK you would probably need those static routes:
172.16.35.0/24 with gw 172.168.201.20
10.10.10.0/24 with gw 172.168.201.20
10.10.20.0/24 with gw 172.168.201.20
10.10.30.0/24 with gw 172.168.201.20
and on MK2 you migh need:
172.17.200.0/24 with gw 172.168.201.10
10.17.100.0/24 with gw 172.168.201.10
because the routing is the first thing the FGT looks at when it is hit by traffic.
When a route has been found the FGT uses that to determine if there is a matching policy to allow the traffic.