You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use **B**order **G**ateway **P**rotocol (BGP) communities on outgoing routes (advertized by Scaleway VPC) and incoming routes (advertized by your external router). TODO CHECK?
18
+
19
+
A BGP community is a group of IP prefixes that share a common attribute.
20
+
21
+
Scaleway makes available three tags for the **Local Preference** attribute. This attribute lets you influence load balancing and route preference for traffic. For each prefix that you advertize over a BGP session, you can apply one of the following local preference community tags to indicate the priority of the associated path for returning traffic:
22
+
23
+
-`12876:42050` — Low preference
24
+
-`12876:42100` — Medium preference
25
+
-`12876:42200` — High preference
26
+
27
+
Local preference BGP community tags are evaluated in order from lowest to highest preference, where the highest preference is preferred.
28
+
29
+
These tags are mutually exclusive, meaning you can only apply one of them per prefix.
30
+
31
+
To apply these community tags, you must configure your BGP router or software to add the appropriate community to the routes you advertise.
0 commit comments