C613-50170-01 Rev B
Command Reference for x510 Series
1031
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
OVERFLOW
DATABASE
overflow database
Overview
Use this command to limit the maximum number of Link State Advertisements
(LSAs) that can be supported by the current OSPF instance.
Use the
no
variant of this command to have no limit on the maximum number of
LSAs.
Syntax
overflow database <
0-4294967294
> {hard|soft}
no overflow database
Mode
Router Configuration
Usage
Use
hard
with this command if a shutdown is required if the number of LSAs
exceeds the specified number. Use
soft
with this command if a shutdown is not
required, but a warning message is required, if the number of LSAs exceeds the
specified number.
Example
The following example shows setting the database overflow to 500, and a
shutdown to occur, if the number of LSAs exceeds 500.
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
overflow database 500 hard
Parameter
Description
<
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.