diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-02 23:08:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-05 21:59:34 +0100 |
commit | 7fb7ae40f4b8546e34e43269e93d51edd3b25cd4 (patch) | |
tree | 765b5d5637e4e4b1f94cb58104a17aad9976c6e5 /docs/configuration/protocols | |
parent | c2ebc4a3c9cf5fd240357054288a1da7b827dc5a (diff) | |
download | vyos-documentation-7fb7ae40f4b8546e34e43269e93d51edd3b25cd4.tar.gz vyos-documentation-7fb7ae40f4b8546e34e43269e93d51edd3b25cd4.zip |
ospf: add hello-multiplier
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 <interface> hello-multiplier <number> + + 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 <interface> hello-interval <number> Set number of seconds for Hello Interval timer value. Setting this value, |