Skip to content

Commit b980c2f

Browse files
refined code
1 parent df3d5bc commit b980c2f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/content/docs/magic-transit/how-to/bgp-peering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import { Render } from "~/components"
1313
params={{
1414
productName: "Magic Transit",
1515
productPath: "/magic-transit/reference/tunnel-health-checks/",
16-
legacyHCs: "/magic-transit/reference/tunnel-health-checks/#legacy-health-checks-system"
16+
legacyHCs: "/magic-transit/reference/tunnel-health-checks/#legacy-health-checks-system",
1717
}}
1818
/>

src/content/docs/magic-wan/configuration/manually/how-to/bgp-peering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import { Render } from "~/components"
1313
params={{
1414
productName: "Magic WAN",
1515
productPath: "/magic-wan/reference/tunnel-health-checks/",
16-
legacyHCs: "/magic-wan/reference/tunnel-health-checks/#legacy-health-checks-system"
16+
legacyHCs: "/magic-wan/reference/tunnel-health-checks/#legacy-health-checks-system",
1717
}}
1818
/>

src/content/partials/network-interconnect/bgp-peering.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With this functionality, customers can:
2222

2323
Routes received from the customer device will be redistributed into the Magic routing table, which is used by both Magic WAN and Magic Transit.
2424

25-
All routes in the Magic routing table are advertised to BGP peers. Each BGP peer will receive each prefix route along with the full `AS_PATH`, with the selected Cloudflare side ASN prepended. This is so that the peer can accurately perform loop prevention.
25+
All routes in the Magic routing table are advertised to BGP peers. Each BGP peer will receive each prefix route along with the full `AS_PATH`, with the selected Cloudflare side ASN prepended. This is so that the peer can accurately perform [loop prevention](https://datatracker.ietf.org/doc/html/rfc4271#section-9.1.2).
2626

2727
BGP peering sessions can advertise reachable prefixes to a peer and withdraw previously advertised prefixes. This should not take more than a few minutes to propagate.
2828

@@ -60,7 +60,6 @@ By default each BGP peering session will use the same Cloudflare side ASN to rep
6060
- The Cloudflare side ASN will never be exposed in `AS PATH` of anycast announcements from the Cloudflare edge. In those announcements, Cloudflare will always use the Cloudflare ASN of `13335` optionally prepended with a bring-your-own ASN as described in [Cloudflare ASN vs. your own ASN](/magic-transit/how-to/advertise-prefixes/#cloudflare-asn-vs-your-own-asn)
6161
- The customer device ASN can be a private ASN, or the ASN they are using for Magic Transit anycast announcements at the edge: this has no impact on the ASN for the Anycast announced prefix at the edge of the Cloudflare global network.
6262

63-
6463
## How to set up BGP peering
6564

6665
:::caution

0 commit comments

Comments
 (0)