graceful-restart restart-interval

Use this command to configure the length of time graceful restart will attempt to complete a restart before terminating.

Syntax

graceful-restart restart-interval interval
no graceful-restart restart-interval

Parameters

interval Specifies the length of time in seconds graceful restart will attempt to complete a restart before terminating. Valid values are 1 – 65535. The default value is 65535 seconds.

Defaults

The restart interval defaults to 65535 seconds.

Mode

IS-IS router configuration.

Usage

The “no” form of this command resets the restart interval to the default value of 65535 seconds.

Example

This example shows how to set the restart interval to 35000 seconds:

System(rw)->configure
System(rw-config)->router isis
System(rw-config-isis)->graceful-restart restart-interval 35000
System(rw-config-isis)->