106
Default
The maximum interval is 5 seconds, the minimum interval is 0 milliseconds, and the incremental interval
is 0 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. 0 indicates that the minimum interval can be any value.
incremental-interval
: Specifies the LSA generation incremental interval in the range of 10 to 60000
milliseconds.
Usage guidelines
When network changes are not frequent, LSAs are generated at the
minimum-interval
. If network
changes become frequent, the LSA generation interval is incremented by
incremental-interval
× 2
n-2
(n is
the number of generation times) each time a LSA generation occurs until the
maximum-interval
is
reached.
The minimum interval and the incremental interval cannot be greater than the maximum interval.
Examples
# Configure the maximum LSA generation interval as 2 seconds, minimum interval as 100 milliseconds
and incremental interval as 100 milliseconds.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] lsa-generation-interval 2 100 100
Related commands
lsa-arrival-interval
lsdb-overflow-limit
Use
lsdb-overflow-limit
to specify the upper limit of external LSAs in the LSDB.
Use
undo
lsdb-overflow-limit
to restore the default.
Syntax
lsdb-overflow-limit
number
undo lsdb-overflow-limit
Default
The number of external LSAs is not limited.
Views
OSPF view