diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-09 20:10:58 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-14 18:19:05 +0100 |
commit | f0c81afe6160542a13e0dfd9cbf30259d195802a (patch) | |
tree | ce3885799bcdf807b0fe1d69ea2ecda61eae2c09 /doc | |
parent | bgpd: Reject routes having AS_SET or AS_CONFED_SET (diff) | |
download | frr-f0c81afe6160542a13e0dfd9cbf30259d195802a.tar.xz frr-f0c81afe6160542a13e0dfd9cbf30259d195802a.zip |
doc: Add documentation for `bgp reject-as-sets` command
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
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 6c2065821..4f7abcbf0 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -416,6 +416,14 @@ Require policy on EBGP 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. +Reject routes with AS_SET or AS_CONFED_SET types +------------------------------- + +.. index:: [no] bgp reject-as-sets +.. clicmd:: [no] bgp reject-as-sets + + This command enables rejection of incoming and outgoing routes having AS_SET or AS_CONFED_SET type. + .. _bgp-route-flap-dampening: Route Flap Dampening |