diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-01-17 16:03:38 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-01-17 16:03:38 +0200 |
| commit | edf98aa365a8edb566b1096218b51b124ea4b63f (patch) | |
| tree | db44126527af28adb8ddc2944d03865f4ae8c89a | |
| parent | dda8dbd32c94624529fa685f7691aa39ef63cf1e (diff) | |
doc: Add some words about `neighbor <X> maximum-prefix-out` cmd
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | doc/user/bgp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 2d4d0c4945..d3ac4b22ab 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1075,6 +1075,11 @@ Configuring Peers granular and offers much smarter matching criterion than number of received prefixes, making it more suited to implementing policy. +.. index:: [no] neighbor PEER maximum-prefix-out NUMBER +.. clicmd:: [no] neighbor PEER maximum-prefix-out NUMBER + + Sets a maximum number of prefixes we can send to a given peer. + .. index:: [no] neighbor PEER local-as AS-NUMBER [no-prepend] [replace-as] .. clicmd:: [no] neighbor PEER local-as AS-NUMBER [no-prepend] [replace-as] |
