From 7fb7ae40f4b8546e34e43269e93d51edd3b25cd4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 2 Feb 2021 23:08:33 +0100 Subject: ospf: add hello-multiplier --- docs/configuration/protocols/ospf.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/configuration/protocols') diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 41ab7cac..e1957cec 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -343,6 +343,15 @@ Interface Configuration attached to a common network. The default value is 40 seconds. The interval range is 1 to 65535. +.. cfgcmd:: set protocols ospf interface hello-multiplier + + The hello-multiplier specifies how many Hellos to send per second, from 1 + (every second) to 10 (every 100ms). Thus one can have 1s convergence time + for OSPF. If this form is specified, then the hello-interval advertised in + Hello packets is set to 0 and the hello-interval on received Hello packets + is not checked, thus the hello-multiplier need NOT be the same across + multiple routers on a common link. + .. cfgcmd:: set protocols ospf interface hello-interval Set number of seconds for Hello Interval timer value. Setting this value, -- cgit v1.2.3