mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 19:55:32 +00:00
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>
This commit is contained in:
parent
d7cce42cc7
commit
e7c105a7b4
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user