From 39d6ba6e867ff8edc557df2b76f4d0138324bf8c Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Fri, 2 Feb 2024 10:45:55 +0200 Subject: [PATCH] doc: Add `neighbor X send-community extended rpki` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 86d7c402ed..53dc551ca3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1674,7 +1674,18 @@ Configuring Peers modifying the `net.core.optmem_max` sysctl to a larger value to avoid out of memory errors from the linux kernel. -.. clicmd:: neighbor PEER send-community +.. clicmd:: neighbor PEER send-community + + Send the communities to the peer. + + Default: enabled. + +.. clicmd:: neighbor PEER send-community extended rpki + + Send the extended RPKI communities to the peer. RPKI extended community + can be send only to iBGP and eBGP-OAD peers. + + Default: enabled. .. clicmd:: neighbor PEER weight WEIGHT -- 2.39.5