diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-02 10:45:55 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-07 22:35:21 +0200 |
| commit | 39d6ba6e867ff8edc557df2b76f4d0138324bf8c (patch) | |
| tree | 788b4b2a255b1e2c06f71db2a3809cf53ca48bfb /doc | |
| parent | 7fe05d6185d6c5846ef56eb767aef77b5629dff5 (diff) | |
doc: Add `neighbor X send-community extended rpki` command
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bgp.rst | 13 |
1 files changed, 12 insertions, 1 deletions
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 <both|all|extended|standard|large> + + 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 |
