FRR has command ip ospf dead-interval minimal hello-multiplier <1-10> under interface configuration mode.
When this command specified, then the dead-interval is set to 1 second and one must specify a hello-multiplier. The hello-multiplier specifies how many Hellos to send per second, from 2 (every 500ms) to 10 (every 100ms).
It would be great to implement this command in VyOS.
For exapmle
set interfaces <inttype> <intname> ip ospf dead-interval minimal hello-multiplier <2-10> (The value 1 doesn't make sense because in this case the hello and dead intervals are the same)
Description
Description
Details
Details
- Difficulty level
- Easy (less than an hour)
- Version
- -
- Why the issue appeared?
- Will be filled on close
- Is it a breaking change?
- Perfectly compatible
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
In progress | FEATURE REQUEST | None | T3355 Remove all remaining legacy Vyatta code | ||
Resolved | c-po | T2175 Rewriting all FRR processes allow for reloading and to XML/Python style | |||
Resolved | c-po | T3235 Rewrite protocol OSPF to new XML/Python style | |||
Resolved | FEATURE REQUEST | c-po | T3263 OSPF Hello subsecond timer |
Event Timeline
Comment Actions
New syntax could be set protocols ospf interface eth0 dead-hello-multiplier <1-10> to not have to many nesting levels. Would that work out, too?
FRR only allows either
ip ospf dead-interval 4
or
ip ospf dead-interval minimal hello-multiplier 10
to be active