Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Run the command  set protocol 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 protocol ospf timers lsa min-arrival to remove this configuration and go back to default delay of 1000 milliseconds.


Command Syntax

set protocol ospf [vrf <vrf-name>] timers lsa min-arrival <0-600000>

delete protocol 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
  • No labels