From 713c64dd09e086b3668e38c5e1b8ad04c07eefe1 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 5 Sep 2019 19:57:46 +0300 Subject: [PATCH] doc: Add documentation for `bgp ebgp-requires-policy` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index da339b4409..7883d0e4c6 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -368,6 +368,16 @@ Administrative Distance Metrics Sets the administrative distance for a particular route. +.. _bgp-requires-policy: + +Require policy on EBGP +------------------------------- + +.. index:: [no] bgp ebgp-requires-policy +.. clicmd:: [no] bgp ebgp-requires-policy + + This command requires incoming and outgoing filters to be applied for eBGP sessions. Without the incoming filter, no routes will be accepted. Without the outgoing filter, no routes will be announced. + .. _bgp-route-flap-dampening: Route Flap Dampening -- 2.39.5