diff options
-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 |