Configures a device to signal other devices not to use it as an intermediate hop in their shortest path first (SPF) calculations if the resources of the intermediate system are overloaded and preventing the IS from properly performing Intermediate System-to-Intermediate System (IS-IS) routing.
A device automatically sets the overload on in its Link State PDUs (LSPs) to other intermediate systems if an overload condition occurs.
IS-IS router configuration mode
The no form of the command removes the configured overload state.
The following example sets the overload bit to on with immediate effect.
device# configure terminal device(config)# router isis device(config-isis-router)# set-overload-bit
The following example configures the device to set the overload bit on in all its IS-IS LSPs sent to other ISs during the first five seconds following a successful software reload. After the five seconds expire, the device resets the overload bit to off in all its IS-IS LSPs.
device# configure terminal device(config)# router isis device(config-isis-router)# set-overload-bit on-startup 60
The following example specifies that the overload bit is set upon system startup and remains set until BGP has converged and specifies that the device that 86400 seconds is the maximum time that IS-IS will wait for BGP convergence to complete.
device# configure terminal device(config)# router isis device(config-isis-router)# set-overload-bit on-startup wait-for-bgp 86400