bgp update-delay
Use this command to set the update delay for a graceful-restart capable router. The update-delay value is the maximum time a graceful-restart capable router, which is restarting, will defer route-selection and advertisements to all its graceful-restart capable neighbors. This maximum time starts from the instance the first neighbor attains established state after restart. The restarting router prematurely terminates this timer when end-of-RIB markers are received from all its graceful-restart capable neighbors.
Use the no form of this command to set to the update delay to its default value.
Command Syntax
bgp update-delay <1-3600>
no bgp update-delay
no bgp update-delay <1-3600>
Parameters
<1-3600>
Delay interval in seconds
Default
By default, update-delay value is 120 seconds
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#router bgp 10
(config-router)#bgp update-delay 345
Last modified date: 07-13-2023