8e2845d44be89ff9125835189e077641f91b332a
howto/Bird-communities.md
... | ... | @@ -29,6 +29,10 @@ bw = min(up,down) for asymmetric connections |
29 | 29 | (64511, 32) :: encrypted with unsafe vpn solution |
30 | 30 | (64511, 33) :: encrypted with safe vpn solution (but no PFS - the usual OpenVPN p2p configuration falls in this category) |
31 | 31 | (64511, 34) :: encrypted with safe vpn solution with PFS |
32 | + |
|
33 | +Propagation: |
|
34 | +- - for latency pick max(received_route.latency, link_latency) |
|
35 | +- - for encryption and bandwidth pick min between received BGP community and peer link |
|
32 | 36 | ``` |
33 | 37 | For example, if your peer is 12ms away and your link speed is 250Mbit/s and you are peering using OpenVPN P2P, then the community string would be (3, 24, 33). |
34 | 38 |