diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-27 15:20:38 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-27 15:20:38 +0100 |
commit | e7c105a7b46e7ffbaf3e605558bd950e6dd45eaf (patch) | |
tree | 9870fcdb4886f24f5485da5592dcb4ebab33e913 /doc | |
parent | Merge pull request #5350 from sworleys/Fix-NS-Defualt-Info (diff) | |
download | frr-e7c105a7b46e7ffbaf3e605558bd950e6dd45eaf.tar.xz frr-e7c105a7b46e7ffbaf3e605558bd950e6dd45eaf.zip |
doc: Add bgp neighbor password command
The bgp neighbor password command was not documented additionally
the fact that you may need to instruct the kernel to have more
memory available for tcp sockets when using this feature on a large
number of peers.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 97ce036f5..2d4d0c494 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1045,6 +1045,15 @@ Configuring Peers .. index:: neighbor PEER port PORT .. clicmd:: neighbor PEER port PORT +.. index:: [no] neighbor PEER password PASSWORD +.. clicmd:: [no] neighbor PEER password PASSWORD + + Set a MD5 password to be used with the tcp socket that is being used + to connect to the remote peer. Please note if you are using this + command with a large number of peers on linux you should consider + modifying the `net.core.optmem_max` sysctl to a larger value to + avoid out of memory errors from the linux kernel. + .. index:: neighbor PEER send-community .. clicmd:: neighbor PEER send-community |