Description |
This article describes how to configure BGP routing between a standalone FortiSwitch and Amanzon AWS DX endpoint. |
Scope | FortiSwitch and Amazon AWS BGP routing. |
Solution |
FortiSwitch and Amazon BGP configuration requirement as follow:
edit "port24" set description "Uplink to Amazon AWS-DC Circuit" set speed 10000full next
edit "port24" set native 1 set allowed-vlans 364 next edit "internal" set native 1 set allowed-vlans 35,364 set stp-state disabled next
config router bgp set as 12345 set router-id 5.6.7.8 config neighbor edit "169.254.10.33" set remote-as 54321 set password “provided-by-Amazon-team" next end
config network edit 1 set prefix 169.254.10.32 255.255.255.248 next end
config router static edit 1 set dst 0.0.0.0 0.0.0.0 set gateway 169.254.10.33 next end |