From 563212ee3e24aaa1f8c629814a5ecb0e78c859e4 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Fri, 6 Jan 2023 14:47:24 +0200 Subject: [PATCH] doc: Add `neighbor path-attribute discard` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 7f97491630..77b4d35afb 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1704,6 +1704,13 @@ Configuring Peers Default: disabled. +.. clicmd:: neighbor path-attribute discard (1-255)... + + Drops specified path attributes from BGP UPDATE messages from the specified neighbor. + + 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 graceful-shutdown Mark all routes from this neighbor as less preferred by setting ``graceful-shutdown`` -- 2.39.5