Question
BGP Graceful Restart
Dear All,
I would like to enable BGP graceful restart on my FGCP cluster like this:
neighbor x.x.x.x
set capability-graceful-restart enable
[...]
next
What needs to be configured on the Cisco peer? As far as I can tell, the upstream peers need to be "helpers". I believe nx-os supports this by default:
router bgp X
graceful-restart <- Enables Graceful-restart and Helper
graceful-restart-helper <- Enables only the helper in the event that the above comand is disabled
Does anyone know about how to configure a helper in IOS-XE?
Also, would there be any harm in enabling graceful-restart on all the neighbors, even if only the FGT is the only peer to implement clustering?
Many thanks
James.
