diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-10-29 20:39:40 +0100 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-10-30 13:03:30 +0100 |
commit | 583a9fd4e8ad0d45665255e24816ace6444c6e9d (patch) | |
tree | 32ce9225859d31751f5335e5b31c2686cb19720e /doc | |
parent | bgpd: expose sender side AS path loop detection (diff) | |
download | frr-583a9fd4e8ad0d45665255e24816ace6444c6e9d.tar.xz frr-583a9fd4e8ad0d45665255e24816ace6444c6e9d.zip |
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 <rzalamena@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index b916fcf41..1bcfc2048 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 |