Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
jfgagnon
New Contributor II

BGP Multihoming

Hi,

 

Trying to configure Fortigate for BGP multihomng with 2 ISP.

I was wondering how can I create the route that I advertised to EBGP ? 

I want to be able to create VIP to them back to LAN adresses (My servers)

Can it be a Loopback address? 

 

I found this article:

http://kb.fortinet.com/kb/viewContent.do?externalId=FD31160

But they create vDom in order to create the root 2.2.2.0 to advertise.

 

Is there any other way?

 

Thanks!

 

2 REPLIES 2
Toshi_Esumi
Esteemed Contributor III

The reason separated vdom between root for the VIP root and routing for two outside interfaces in the article is due to vip config requiring "extintf" as in the config.

config firewall vip     edit "server-vip"         set extip 2.2.2.2         set extintf "vdl0"         set mappedip 10.10.1.1     next end

I don't know any other way around because when I tried configuring the same VIP for two different external interfaces like wan1 and wan2, I got an error below and it didn't take for the second vip.

"The virtual IP is overlapped with another VIP entry-vip01."

 

I think separating those vdoms and applying vip to vdom-link is a smart way and the only way if the incoming interface can change.

 

jfgagnon

How about creating a blackhole route?

Labels
Top Kudoed Authors