graceful-restart enable Configuring OSPF
Enterasys Matrix DFE-Gold Series Configuration Guide 21-39
Mode
Routercommand,Routerconfiguration:Matrix‐>Router(config‐router)#
Usage
SettingdatabaseoverflowallowsyoutosetalimitonthenumberofexternalLSAs.Ifthelimitis
exceeded,self‐originatedexternalLSAswillberemovedsothatOSPFcanhandlethelarge
numberofexternalLSAscomingfromanotherrouter.Whenthewarninglevelisset,aSyslog
message
willbeissuedwhenthenumberofexternalLSAshasreachedthespecifiedlevel.Every
exit‐overflowintervalseconds,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
Usethiscommandtoenablethegraceful‐restartabilityonthisrouter.
Syntax
graceful-restart enable
no graceful-restart enable
Parameters
None.
Defaults
Disabled.
Mode
Routercommand,Routerconfiguration:Matrix‐>Router(config‐router)#
Usage
GracefulrestartallowsthisroutertostayontheforwardingpathduringarestartofOSPF
software.Formoreinformationaboutgracefulrestart,see“UnderstandingGracefulRestart”on
page 21‐19.
The“no”formofthiscommanddisablesgraceful‐restartforthisrouter.