To configure graceful restart globally, include the graceful-restart statement at the [edit routing-options] hierarchy level. To configure the duration of the graceful restart period, include the restart-duration statement at the [edit routing-options graceful-restart] hierarchy level.
- [edit]
- routing-options {
-
-
graceful-restart {
-
disable;
-
restart-duration seconds;
- }
- }
To disable graceful restart globally, include the disable statement at the [edit routing-options graceful-restart] hierarchy level.