Technical Tip: BGP with AWS transit gateway
| Description | This article describes the solution for BGP dropped on the AWS transit gateway. |
| Scope | FortiGate and AWS transit gateway. |
| Solution | When configuring BGP with AWS transit gateway, it is required that the routes originate from an eBGP peer and should have next-hop-self configured. Otherwise, the routes will be dropped on AWS. To achieve this, enable 'next-hop-self' on the FortiGate.
config neighbor edit <neighbor> set next-hop-self enable next end
config router bgp config neighbor edit <neighbor> set route-reflector-client enable set next-hop-self-rr enable next end
Related documents: |
