! PermitANY — Fortinet FortiGate BGP Configuration ! BGP routing configuration for FortiGate: eBGP and iBGP peers, route-maps, prefix lists, redistribution, and community settings via FortiOS CLI. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! # FortiGate BGP Configuration — FGT-EDGE-01 ! config router bgp set as 65001 set router-id 1.1.1.1 set graceful-restart enable set log-neighbour-changes enable config neighbor edit "203.0.113.1" set remote-as 65000 set description "ISP1" set interface "port1" set next-hop-self enable set soft-reconfiguration enable set timers-hold 30 set timers 10 set route-map-in "RM-ISP1-IN" set route-map-out "RM-ISP1-OUT" next end config network edit "10.0.0.0/16" next end config redistribute connected set status disable end config redistribute static set status disable end end