summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLeonid Voronkin <bullet85@yandex.ru>2021-01-13 00:13:59 +0400
committerGitHub <noreply@github.com>2021-01-12 21:13:59 +0100
commit0f51282eb49743889eb372e78f6f397c59ede0b4 (patch)
tree948f89ad9a688e6c193acd42bf24df6ad45f9c9b /docs
parented39728bdfee89c60926bd64914d9bc3166ce0dc (diff)
downloadvyos-documentation-0f51282eb49743889eb372e78f6f397c59ede0b4.tar.gz
vyos-documentation-0f51282eb49743889eb372e78f6f397c59ede0b4.zip
bfd: add command for isis
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/protocols/bfd.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst
index 20ff3b8a..4812f930 100644
--- a/docs/configuration/protocols/bfd.rst
+++ b/docs/configuration/protocols/bfd.rst
@@ -61,17 +61,24 @@ Enable BFD in BGP
Enable BFD on a BGP peer group
-
Enable BFD in OSPF
------------------
-.. cfgcmd:: set interfaces ethernet <ethN> ip ospf bfd
+.. cfgcmd:: set interfaces ethernet <interface> ip ospf bfd
+
+ Enable BFD for OSPF on a interface
+
+.. cfgcmd:: set interfaces ethernet <interface> ipv6 ospfv3 bfd
- Enable BFD for ospf on a interface
+ Enable BFD for OSPFv3 on a interface
+
+
+Enable BFD in ISIS
+------------------
-.. cfgcmd:: set interfaces ethernet <ethN> ipv6 ospfv3 bfd
+.. cfgcmd:: set protocols isis <name> interface <interface> bfd
- Enable BFD for ospfv3 on a interface
+ Enable BFD for ISIS on a interface