set protocols ospf6 timers lsa min-arrival
Run the command set protocols ospf6 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.
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 <milliseconds>
delete protocols ospf6 [vrf <vrf-name>] timers lsa min-arrival <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.
admin@XorPlus# set protocols ospf6 timers lsa min-arrival 2000 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.