RE: BGP keepalive_time

2018-06-12 Thread Arvin Gan
Hi Ondrej, Similarly, if create bgp session with configuration of bgp keepalive_time 80 and hold_time 240, configuration of bgp peer keepalive_time 5 and hold_time 20, I think it also cannot negotiate successfully since negotiated hold_time is 20, but keepalive_time of bgp speaker is 80

RE: BGP keepalive_time

2018-06-12 Thread Arvin Gan
y, June 12, 2018 7:43 PM To: Arvin Gan Cc: bird-users@network.cz Subject: Re: BGP keepalive_time On Tue, Jun 12, 2018 at 01:54:07AM +, Arvin Gan wrote: > Hi all, > > When I used bird, found a question that BGP session received OPEN > message, hold_time is updated wit

Re: BGP keepalive_time

2018-06-12 Thread Ondrej Zajicek
On Tue, Jun 12, 2018 at 01:54:07AM +, Arvin Gan wrote: > Hi all, > > When I used bird, found a question that BGP session received OPEN > message, hold_time is updated with min(config_hold_time, peer_hold_time), > but keepalive_time is not updated if keepalive_time is not zero, that > may

RE: BGP keepalive_time

2018-06-11 Thread Arvin Gan
Hi all, Anyone meet the issue as below reason that cause BGP hold timer timeout (keepalive_time > hold_time) and switch action between closing and opening session? Thanks Arvin From: Arvin Gan Sent: Friday, June 08, 2018 3:22 PM To: 'Ondrej Zajicek' Cc: bird-users@network.cz

BGP keepalive_time

2018-06-08 Thread Arvin Gan
Hi all, When I used bird, found a question that BGP session received OPEN message, hold_time is updated with min(config_hold_time, peer_hold_time), but keepalive_time is not updated if keepalive_time is not zero, that maybe cause keepalive_time is more than the updated hold_time after rec