Fix: Remove extra parameter in EXOS OSPFv2 timer configuration#3254
Open
Fix: Remove extra parameter in EXOS OSPFv2 timer configuration#3254
Conversation
The fifth parameter in the 'configure ospf vlan timer' command should be positive (the template value is zero) on SW release 33.1.1.31 The parameter seems to be optional, so it might be better to remove it? Closes #3253
sdargoeuves
reviewed
Mar 29, 2026
Collaborator
sdargoeuves
left a comment
There was a problem hiding this comment.
I agree, I'm not sure why 0 got there initially...
Removing this value seems the best approach indeed
wait timer interval—This interval is required by the OSPF standard to be equal to the router dead interval. Under some circumstances, setting the wait interval to smaller values can help OSPF routers on a broadcast network to synchronize more quickly at the expense of possibly electing an incorrect DR or BDR. This value should not be set to less than the hello interval. The default value is equal to the router dead interval.
(source)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The fifth parameter in the 'configure ospf vlan timer' command should be positive (the template value is zero) on SW release 33.1.1.31
The parameter seems to be optional, so it might be better to remove it?
Closes #3253