Run the command set protocols ospf6 timers lsa min-arrival to set the minimum delay for 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 OSPFv3 instance. If a VRF is not specified here, the command will affect OSPFv3 for the default VRF.
Run the command delete protocols ospf6 timers lsa min-arrival to remove this configuration and go back to default delay of 1000 milliseconds.
...
Command Syntax
set protocols ospf6 [vrf <vrf-name>] timers lsa min-arrival <0-600000>milliseconds>
delete protocols ospf6 [vrf <vrf-name>] ospf6 timers lsa min-arrival <0-600000>milliseconds>
Parameter
Parameter | Description |
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 OSPFv3 minimum delay to receive LSA to 2000 milliseconds.
Code Block |
---|
admin@XorPlus# set protocols ospf6 vrf BLUE timers lsa min-arrival 2000
admin@Xorplus# commit |
...