BIG-IP BGP Routing Protocol Configuration And Use Cases
I'm testing similar setup in our environment and want to check with you the best approach. I have 2 kind of design that I want to do. 1 is front and backend in same vlan and other one on 2 different vlans(Topology attached). I'll be using 2 seperate vlan to connect to 2 switch and running BGP over it. Expectation is there wont be a connection drop in the event of a switch failure or big ip failure.
These are the thing I did inorder to make it work. I want to check with you if there is any better way to do this.
- Attached a SNAT to the Virtual Server(Standard type) and advertised to BGP.
- SNAT, I created as standard type virtual server inorder to get them in kernel and redistribute to BGP.
- Disabled Autolast hop.
- Disabled vlan keyed connection
- Enabled connection mirroring for the Virtual server.
- In BGP, I disabled graceful restart and enabled BFD.
- All of them are ebgp and I have set BGP advertise interval to 0 inorder to advertise updates as quickly as possible.
I found and article online https://my.f5.com/manage/s/article/K13558, that state to enable loose close/initiation enabled for fastl4 protocol profile. But in my case I have the virtual servers including SNAT configured as type standard.
I want to do the same thing with GTM. Do you have any suggestions here?