diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-10 09:25:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 09:25:42 +0300 |
| commit | d30fa812aeadd2b4b15f7b47b7216c064816a3cc (patch) | |
| tree | 88162b4ebf82b01750e20c4a0d56accb588f0e35 /doc | |
| parent | f9f11c675fb50cb3ff7c1140a5461e829b00cae9 (diff) | |
| parent | 244155ac47ed0331727f05fd494029a6b2496f17 (diff) | |
Merge pull request #17002 from louis-6wind/bfd-values
bfdd, yang: change bfd timer and multiplier values
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bfd.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 4c142cfbbb..5f698a1cd0 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -139,7 +139,7 @@ Peer / Profile Configuration BFD peers and profiles share the same BFD session configuration commands. -.. clicmd:: detect-multiplier (2-255) +.. clicmd:: detect-multiplier (1-255) Configures the detection multiplier to determine packet loss. The remote transmission interval will be multiplied by this value to @@ -151,23 +151,23 @@ BFD peers and profiles share the same BFD session configuration commands. detect failures only after 900 milliseconds without receiving packets. -.. clicmd:: receive-interval (10-60000) +.. clicmd:: receive-interval (10-4294967) Configures the minimum interval that this system is capable of receiving control packets. The default value is 300 milliseconds. -.. clicmd:: transmit-interval (10-60000) +.. clicmd:: transmit-interval (10-4294967) The minimum transmission interval (less jitter) that this system wants to use to send BFD control packets. Defaults to 300ms. -.. clicmd:: echo receive-interval <disabled|(10-60000)> +.. clicmd:: echo receive-interval <disabled|(10-4294967)> Configures the minimum interval that this system is capable of receiving echo packets. Disabled means that this system doesn't want to receive echo packets. The default value is 50 milliseconds. -.. clicmd:: echo transmit-interval (10-60000) +.. clicmd:: echo transmit-interval (10-4294967) The minimum transmission interval (less jitter) that this system wants to use to send BFD echo packets. Defaults to 50ms. |
