C613-50170-01 Rev B
Command Reference for x510 Series
1163
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
TIMERS
SPF
EXP
(IP
V
6 OSPF)
timers spf exp (IPv6 OSPF)
Overview
Use this command to adjust route calculation timers using exponential back-off
delays.
Use
no
form of this command to return to the default exponential back-off timer
values.
Syntax
timers spf exp <
min-holdtime
> <
max-holdtime
>
no timers spf exp <
min-holdtime
> <
max-holdtime
>
Mode
Router Configuration
Usage
This command configures the minimum and maximum delay time between the
receipt of a topology change and the calculation of the Shortest Path First (SPF).
The time between SPF runs increases if a topology change occurs (and triggers a
new SPF run) before the last SPF holdtimer has finished. The time between runs
may increase up to the max-holdtime value.This increase in holdtime prevents too
many SPF runs from occurring if multiple OSPF topology change events occur.
Examples
To set the minimum delay time to 5 milliseconds and maximum delay time to 2
seconds, use the commands:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf 100
awplus(config-router)#
timers spf exp 5 2000
Related
Commands
timers spf (IPv6 OSPF) (deprecated)
Parameter
Description
<
min-holdtime
>
Specifies the minimum delay between receiving a change to the
SPF calculation in milliseconds. The range is 0-2147483647. The
default SPF min-holdtime value is 50 milliseconds.
<
max-holdtime
>
Specifies the maximum delay between receiving a change to the
SPF calculation in milliseconds. The range is 0-2147483647. The
default SPF max-holdtime value is 50 seconds.