F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
350
Examples
# Set the LSA arrival interval to 200 milliseconds.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] lsa-arrival-interval 200
Related commands
lsa-generation-interval
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 [ initial-interval [ incremental-interval ] ]
undo lsa-generation-interval
Default
The maximum interval is 5 seconds, the minimum interval is 0 milliseconds, and the incremental interval
is 5000 milliseconds.
Views
OSPF view
Default command level
2: System level
Parameters
maximum-interval: Specifies the maximum LSA generation interval in the range of 1 to 60 seconds. The
default is 5 seconds.
initial-interval: Specifies the minimum LSA generation interval, in the range of 10 to 60000 milliseconds.
The default is 0 milliseconds.
incremental-interval: Specifies the LSA generation incremental interval in the range of 10 to 60000
milliseconds. The default is 5000 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.
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