To configure the duration of the RIP or RIPng graceful restart period, include the restart-time statement at the [edit protocols (rip | ripng) graceful-restart] hierarchy level.
- [edit]
- protocols {
-
- (rip | ripng) {
-
-
graceful-restart {
-
disable;
-
restart-time seconds;
- }
- }
- }
To disable RIP or RIPng graceful restart capability, include the disable statement at the [edit protocols (rip | ripng) graceful-restart] hierarchy level.