! PermitANY — Fortinet FortiGate Interface & VLAN Config ! Physical interfaces, VLAN sub-interfaces, loopbacks, and aggregate (LACP) interface configuration for FortiGate firewalls. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! # FortiGate Interface Configuration — FGT-EDGE-01 ! config system interface edit port1 set type physical set description "WAN link" set mode static set ip 203.0.113.1 255.255.255.252 set allowaccess ping https ssh set role undefined next edit port2.10 set type vlan set vlanid 10 set interface port2 set description "PROD VLAN" set ip 10.10.10.1 255.255.255.0 set allowaccess ping next edit bond1 set type aggregate set member port3 port4 set lacp-mode active set ip 10.0.0.1 255.255.255.252 set allowaccess ping https ssh next end