From 583a9fd4e8ad0d45665255e24816ace6444c6e9d Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Tue, 29 Oct 2019 16:39:40 -0300 Subject: [PATCH] doc: bgp sender side as path loop detection Document the new command that does sender side AS path loop detection and filtering. Signed-off-by: Rafael Zalamena --- doc/user/bgp.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index b916fcf413..1bcfc2048f 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1137,6 +1137,14 @@ Peer Filtering on reflected routes. This option allows the modifications to be reflected as well. Once enabled, it affects all reflected routes. +.. index:: [no] neighbor PEER sender-as-path-loop-detection +.. clicmd:: [no] neighbor PEER sender-as-path-loop-detection + + Enable the detection of sender side AS path loops and filter the + bad routes before they are sent. + + This setting is disabled by default. + .. _bgp-peer-group: Peer Groups