/
set protocols ospf timers throttle spf

set protocols ospf timers throttle spf

Run the command set protocols ospf timers throttle spf to set the initial delay, the initial hold time and the maximum hold timeand the  between the SPF is calculation and the event which triggered the calculation. These timers prevents the system from overburdening the CPU with frequent SPF calculations. The optional parameter vrf can be used to specify the name of the VRF for this configuration to take effect on. If the VRF name is not specified, the command takes effect on OSPF for the default VRF.

Run the command delete protocols ospf timers throttle spf to delete this configuration.


Command Syntax

set protocols ospf [vrf <vrf-name>] timers throttle spf <0-600000> <0-600000> <0-600000>

delete protocols ospf [vrf <vrf-name>] timers throttle spf <0-600000> <0-600000> <0-600000>


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF for the OSPF instance.

spf <0-600000> <0-600000> <0-600000>Specifies the initial delay, the initial hold time and the maximum hold time respectively. Each value ranges from 0 to 600000 milliseconds.

Example

  •  Configure OSPF SPF times of intial hold time, minimum hold time and maximum hold time to 20, 50 and 5000 respectively.
admin@XorPlus# set protocols ospf vrf BLUE timers throttle spf 20 50 5000
admin@Xorplus# commit

Copyright © 2025 Pica8 Inc. All Rights Reserved.