[bird graceful restart time] Is there any way to set graceful restart time?
David Petera
david.petera at nic.cz
Fri Jan 10 10:53:30 CET 2025
Hello,
the option you want to use is `graceful restart time <number>` as cited
from the documentation at
https://bird.network.cz/?get_doc&v=20&f=bird-6.html#bgp-graceful-restart-time:
|graceful restart time /number/|
The restart time is announced in the BGP Graceful Restart capability
and specifies how long the neighbor would wait for the BGP session
to re-establish after a restart before deleting stale routes.
Default: 120 seconds
And possibly these additional options:
|min graceful restart time /number/|
The lower bound for the graceful restart time to override the value
received in the BGP Graceful Restart capability announced by the
neighbor. Default: no lower bound.
|max graceful restart time /number/|
The upper bound for the graceful restart time to override the value
received in the BGP Graceful Restart capability announced by the
neighbor. Default: no upper bound.
Hope this helps!
David
On 1/10/25 04:05, 이재용 wrote:
> Hello,
>
> We use BIRD for communication with servers with higher-level switches.
> In our config , there is config to set graceful restart like below.
>
> protocol bgp example2 {
> import all;
> export all;
>
> ...
>
> graceful restart on;
> }
>
> As far as I know, the default value for graceful restart is 120 seconds.
> But I don't know how to change this time.
> Please give me some advice on this. Thank you.
>
>
--
David Petera (he/him) | BIRD Tech Support | CZ.NIC, z.s.p.o.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20250110/fd9204b1/attachment.htm>
More information about the Bird-users
mailing list