OcNOS-RON-6.3.1 : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : overflow database
overflow database
Use this command to limit the maximum number of LSAs that can be supported by the OSPF instance.
Use the no parameter with this command to have an unlimited number of LSAs.
Command Syntax
overflow database <0-4294967294> (hard|soft|)
no overflow database
Parameters
<0-4294967294>
 
The maximum number of LSAs
hard
Shutdown occurs if the number of LSAs exceeds the specified value.
soft
Warning message appears if the number of LSAs exceeds the specified value.
Default
No default value is specified. unlimited number of LSAs.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows setting the database overflow to 5 and shutting down in that event.
#configure terminal
(config)#router ospf 100
(config-router)#overflow database 5 hard
Last modified date: 07-13-2023