diff options
author | Leonid Voronkin <bullet85@yandex.ru> | 2021-01-13 00:13:59 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 21:13:59 +0100 |
commit | 0f51282eb49743889eb372e78f6f397c59ede0b4 (patch) | |
tree | 948f89ad9a688e6c193acd42bf24df6ad45f9c9b /docs/configuration/protocols/bfd.rst | |
parent | ed39728bdfee89c60926bd64914d9bc3166ce0dc (diff) | |
download | vyos-documentation-0f51282eb49743889eb372e78f6f397c59ede0b4.tar.gz vyos-documentation-0f51282eb49743889eb372e78f6f397c59ede0b4.zip |
bfd: add command for isis
Diffstat (limited to 'docs/configuration/protocols/bfd.rst')
-rw-r--r-- | docs/configuration/protocols/bfd.rst | 17 |
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 |