From 70a029ef1c5627afd9a5facce8b8931a8ffa2d35 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 22 Jan 2023 21:22:09 +0200 Subject: [PATCH] doc: Add `neighbor path-attribute treat-as-withdraw` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 9c69848258..8a840e0ef7 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1711,6 +1711,11 @@ Configuring Peers If you do not want specific attributes, you can drop them using this command, and let the BGP proceed by ignoring those attributes. +.. clicmd:: neighbor path-attribute treat-as-withdraw (1-255)... + + Received BGP UPDATES that contain specified path attributes are treat-as-withdraw. If + there is an existing prefix in the BGP routing table, it will be removed. + .. clicmd:: neighbor graceful-shutdown Mark all routes from this neighbor as less preferred by setting ``graceful-shutdown`` -- 2.39.5