From 8dbe9214588529872904c433834b3a6b61bc5aa3 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 29 Aug 2021 21:16:51 +0300 Subject: [PATCH] doc: Add `neighbor PEER link-bw-encoding-ieee` Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 819a6ab562..b0f05ece3f 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1402,6 +1402,15 @@ Configuring Peers Allow peerings between directly connected eBGP peers using loopback addresses. +.. clicmd:: neighbor PEER disable-link-bw-encoding-ieee + + By default bandwidth in extended communities is carried encoded as IEEE + floating-point format, which is according to the draft. + + Older versions have the implementation where extended community bandwidth + value is carried encoded as uint32. To enable backward compatibility we + need to disable IEEE floating-point encoding option per-peer. + .. clicmd:: neighbor PEER ebgp-multihop Specifying ``ebgp-multihop`` allows sessions with eBGP neighbors to -- 2.39.5