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