diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-02-07 20:56:54 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-02-07 20:57:52 +0200 |
| commit | 835e9c5d51a66134fb20df23485f237f4c7cd643 (patch) | |
| tree | edd7b92ce32e5db0628f58141571a77caece5a92 | |
| parent | 5bf7fe566d74c1093e0c032436a657b4f44ad5f6 (diff) | |
doc: Add few words about `bgp disable-ebgp-connected-route-check`
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | doc/user/bgp.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 81b4e34647..bacb69b815 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -424,6 +424,16 @@ Reject routes with AS_SET or AS_CONFED_SET types This command enables rejection of incoming and outgoing routes having AS_SET or AS_CONFED_SET type. +Disable checking if nexthop is connected on EBGP sessions +--------------------------------------------------------- + +.. index:: [no] bgp disable-ebgp-connected-route-check +.. clicmd:: [no] bgp disable-ebgp-connected-route-check + + This command is used to disable the connection verification process for EBGP peering sessions + that are reachable by a single hop but are configured on a loopback interface or otherwise + configured with a non-directly connected IP address. + .. _bgp-route-flap-dampening: Route Flap Dampening |
