150
Views
OSPF view
Predefined user roles
network-admin
Parameters
interval
: Specifies the interval that OSPF exits overflow state, in the range of 0 to 2147483647 seconds.
Usage guidelines
When the number of LSAs in the LSDB exceeds the upper limit, the LSDB is in an overflow state. In this
state, OSPF does not receive any external LSAs and deletes the external LSAs generated by itself to save
system resources.
You can configure the interval that OSPF exits overflow state. An interval of 0 indicates that the timer is
not started and OSPF does not exit overflow state.
Examples
# Configure the OSPF exit overflow interval as 10 seconds.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] lsdb-overflow-interval 10
lsa-generation-interval
Use
lsa-generation-interval
to configure the OSPF LSA generation interval.
Use
undo lsa-generation-interval
to restore the default.
Syntax
lsa-generation-interval
maximum-interval
[
minimum-interval
[
incremental-interval
] ]
undo lsa-generation-interval
Default
The maximum interval is 5 seconds, the minimum interval is 50 milliseconds, and the incremental interval
is 200 milliseconds.
Views
OSPF view
Predefined user roles
network-admin
Parameters
maximum-interval
: Specifies the maximum LSA generation interval in the range of 1 to 60 seconds.
minimum-interval
: Specifies the minimum LSA generation interval in the range of 10 to 60000
milliseconds.
incremental-interval
: Specifies the LSA generation incremental interval in the range of 10 to 60000
milliseconds.