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

BGP neighborship takes time to over VPN.

Hi Guys,

 

I have configured SDWAN between HO & branches and using MPLS & ILL for the traffic as active & passive. 

 

Configured S2S VPN over MPLS & ILL & made the VPNs as SDWAN members.

 

I am running BGP over VPNs for route failover automatically as per the guide & checked failover was happening successfully after manually shut the VPN interface down and up.

 

While doing the VPN interface down & up, The BGP takes around 3 minutes to form the neighborship. 

 

Can we reduce this time to make the neighborship faster... Kindly suggest on that. Thanks.

4 REPLIES 4
asengar
Staff
Staff

Hi @Shantilal1998 

Can you confirm are you using the default BGP times or have to defined the same.

Kindly configure the hold-timer to 15 and keep-alive timer as 5 and check the response.

 

config router bgp

set holdtime-timer  <>

set set keepalive-timer  <>

end

 

the above configuration is global for all the BGP neighbours and the same needs to be changed on the peer device.

In case you want only for specific peer then you can configure the timers for the peers.

config router bgp

config neighbor

edit <neighbor>

set holdtime-timer  <>

set set keepalive-timer  <>

end

 

Thanks

@bhishek
Shantilal1998

Kindly provide config if want to failover in 1 minute only.

srajeswaran
Staff
Staff

3 minutes is the default timers. You can run BFD to detect the failure faster and initiate failover - https://community.fortinet.com/t5/FortiGate/Technical-Tip-FortiGate-BFD-implementation-and-examples/...

Regards,
Suraj
- Have you found a solution? Then give your helper a "Kudos" and mark the solution.
knagaraju
Staff
Staff

Hello Shantilal1998,
Please use the connect-timer in BGP.
config router bgp
config neighbor
edit x.x.x.x
set connect-timer 10
end 
end

Regards
Nagaraju.

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors