R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)

154
Parameters
interval: Specifies the LSA arrival interval in the range of 0 to 60000 milliseconds.
Usage guidelines
If an LSA that has the same LSA type, LS ID, originating router ID as the previous LSA is received within
the interval, OSPF discards the LSA. This feature helps protect resources from being over consumed due
to frequent network changes.
HP recommends setting the interval with the lsa-arrival-interval command to be smaller than or equal to
the initial interval set with the lsa-generation-interval command.
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 [ 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.
Usage guidelines
When network changes are infrequent, 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) for each generation until the maximum-interval is reached.
The minimum interval and the incremental interval cannot be greater than the maximum interval.