Skip to content

Commit 7419fa7

Browse files
adjusted subheaders
1 parent 7cb817b commit 7419fa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/partials/networking-services/routing/bgp-peering.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ When BGP advertises a route, it is automatically added to the Magic routing tabl
5757

5858
Additionally, when multiple BGP routes exist with the same prefix length and priority, traffic is distributed across them using <a href={props.ecmp}>equal-cost multi-path (ECMP) routing</a>.
5959

60-
### Change route priorities with BGP attributes
60+
## Change route priorities with BGP attributes
6161

6262
Cloudflare supports traffic engineering via BGP communities and AS prepending. You can use these traffic routing techniques to set route priorities and perform traffic engineering across multiple interconnects.
6363

64-
#### BGP communities for setting route priority
64+
### BGP communities for setting route priority
6565

6666
The default BGP route priority is `100`. This base priority can be adjusted using communities. For example, when a route is tagged with the community `13335:60010` its priority is set to `10`. This makes it a higher priority than the default of `100` because lower numeric priorities are preferred.
6767

@@ -77,7 +77,7 @@ The community values supported for setting base route priority are:
7777

7878
It is considered a misconfiguration to set multiple base priority communities in the same prefix update message. In this situation the highest priority (lowest integer value) is preferred.
7979

80-
#### AS path prepending for adjusting route priority
80+
### AS path prepending for adjusting route priority
8181

8282
For each additional mention of the customer ASN in the received AS path an additional `10` is added to the route's base priority. By increasing the priority number, the route is less preferred.
8383

@@ -94,7 +94,7 @@ AS_PATH: 65000 65000 65200
9494
AS_PATH: 65000 65000 65200
9595
```
9696

97-
#### How communities and prepends work together
97+
### How communities and prepends work together
9898

9999
Cloudflare adjusts route priority when using AS prepending with communities. For example, if a route is tagged with `13335:60150`, the base priority is set to `150`. If you prepend your ASN twice, Cloudflare adds `10` for each prepend, increasing the route priority to `180`.
100100

0 commit comments

Comments
 (0)