Specifications

graceful-restart enable Configuring OSPF
Enterasys Matrix N Standalone (NSA) Series Configuration Guide 21-39
Mode
Routercommand,Routerconfiguration:Matrix>Router(configrouter)#
Usage
SettingdatabaseoverflowallowsyoutosetalimitonthenumberofexternalLSAs.Ifthelimitis
exceeded,selforiginatedexternalLSAswillberemovedsothatOSPFcanhandlethelarge
numberofexternalLSAscomingfromanotherrouter.Whenthewarninglevelisset,aSyslog
message
willbeissuedwhenthenumberofexternalLSAshasreachedthespecifiedlevel.Every
exitoverflowintervalseconds,thedatabasewillbecheckedand,ifthetotalislessthanthelimit
specified,theselforiginatedexternalLSAswillberestored.
The“no”formofthiscommandremovesthedatabase
overflowlimits.
Example
ThisexampleshowshowtosettheOSPFdatabaseexitoverflowintervalto240seconds,the
overflowlimitto3800LSAs,andthewarninglevelto2500LSAs:
Matrix->Router(config)#router ospf 1
Matrix->Router(config-router)#database-overflow external exit-overflow-interval
240
Matrix->Router(config-router)#database-overflow external limit 3800
Matrix->Router(config-router)#database-overflow external warning-level 2500
graceful-restart enable
Usethiscommandtoenablethegracefulrestartabilityonthisrouter.
Syntax
graceful-restart enable
no graceful-restart enable
Parameters
None.
Defaults
Disabled.
Mode
Routercommand,Routerconfiguration:Matrix>Router(configrouter)#
Usage
GracefulrestartallowsthisroutertostayontheforwardingpathduringarestartofOSPF
software.Formoreinformationaboutgracefulrestart,seeUnderstandingGracefulRestarton
page 2119.
The“no”formofthiscommanddisablesgracefulrestartforthisrouter.