Re: what is this ( graceful restart on) does??

2018-02-14 Thread Job Snijders
On Wed, Feb 14, 2018 at 07:51:05PM +, ABBAS, KASHIF wrote:
> Need to understand what is the functionality of graceful restart….
> Can anybody please explain this graceful restart feature working in
> BIRD..

https://tools.ietf.org/html/rfc4724

Kind regards,

Job


what is this ( graceful restart on) does??

2018-02-14 Thread ABBAS, KASHIF
Need to understand what is the functionality of  graceful restart…. Can anybody 
please explain this graceful restart feature working in BIRD..

Thanks,

Kashif Abbas



From: Bird-users [mailto:bird-users-boun...@network.cz] On Behalf Of Michael 
Wayne
Sent: Wednesday, February 14, 2018 1:21 PM
To: bird-users@network.cz
Subject: Howto bind BGP to single interface?

Trying to determine what is wrong with "strict bind yes;" under "protocol bgp". 
 The docs suggest that my syntax is correct.

protocol bgp vultr {
local as 1234;
source address 111.22.33.44;
# strict bind yes;  # Fails if uncommented
import filter accept_all;
export filter export_bgp;
# import none;
graceful restart on;
multihop 2;
neighbor 11.22.33.44 as 1;
password "";
}