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. Optional parameter instance-id can be included to specify the OSPFv2 multi-instance ID. 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.


Multiple instances of OSPF are only allowed in the default VRF. A maximum of 8 instance can be configured in the default VRF. In non-default VRFs, only single instance OSPF can be configured.


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 [instance-id <instance-id> | vrf <vrf-name>] timers lsa min-arrival <milliseconds>

delete protocols ospf [instance-id <instance-id> | vrf <vrf-name>] timers lsa min-arrival <milliseconds>


Parameter

Parameter

Description

instance-id <instance-id>Optional, specifies the OSPF instance ID. The value is an integer that ranges from 1 to 8.

vrf <vrf-name>

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

min-arrival <milliseconds>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 for OSPF instance ID 1.
admin@XorPlus# set protocols ospf instance-id 1 timers lsa min-arrival 2000
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.