set protocols ospf timers lsa min-arrival
Run the command set protocols ospf timers lsa min-arrival to set the minimum delay in receiving a new version of an LSA. The value of this parameter is in milliseconds and ranges from 0 to 600000. The optional parameter vrf can be used to specify a VRF for the OSPF instance. If a VRF is not specified here, the command will affect OSPF for the default VRF.
Run the command delete protocols ospf timers lsa min-arrival to remove this configuration and go back to default delay of 1000 milliseconds.
Command Syntax
set protocols ospf [vrf <vrf-name>] timers lsa min-arrival <0-600000>
delete protocols ospf [vrf <vrf-name>] timers lsa min-arrival <0-600000>
Parameter
Parameter | Description |
vrf <vrf-name> | Optional. Specifies the name of the VRF for the OSPF instance. |
min-arrival <0-600000> | Specify the minimum delay in receiving a new LSA in milliseconds. The value is an integer that ranges from 0 to 600000. |
Example
- Configure OSPF minimum delay to receive LSA to 2000 milliseconds.
admin@XorPlus# set protocols ospf vrf BLUE timers lsa min-arrival 2000 admin@Xorplus# commit
Related content
Copyright © 2025 Pica8 Inc. All Rights Reserved.