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
[BYOIP] Review get-started and IRR guidance (#18941)
* Specify requirements for IRR route, route6, and origin
* Remove note on less specific prefixes being acceptable
* Add callout for when using RPKI and link to CF portal
* Nit: remove duplicated Overview h2
* Add glossary definition and tooltip for ROA
* Adjust ROA definition
* Remove dupe sentence and old button from Overview
* Add second source for RPKI validation
Copy file name to clipboardExpand all lines: src/content/docs/byoip/concepts/irr-entries/best-practices.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,6 @@ Add or update IRR entries when they meet any of these criteria:
81
81
* The entry is incomplete or inaccurate — for example, when the route object does not show the correct origin.
82
82
* The entry is complete but requires updating — for example, when they correspond to supernets but need to correspond to subnets used in Magic Transit.
83
83
84
-
You are strongly encouraged to verify IRR entries for the exact prefixes you will use to onboard with Cloudflare.
85
-
86
-
IRR entries for less specific prefixes are acceptable as long as you understand and accept the following risk: if you modify your IRR entries in the future (for example, by changing your ASN) and the IRR entry for the supernet no longer matches the prefix or origin mapping in your Magic Transit configuration, the prefix will have reduced reachability due to networks Cloudflare peers with automatically filtering the prefix. Having specific IRR entries helps minimize (but not entirely remove) this risk.
87
-
88
84
### IRR entry verification methods
89
85
90
86
To verify your prefix and ASN route, use the tools and methods outlined on the table below:
Copy file name to clipboardExpand all lines: src/content/docs/byoip/get-started.mdx
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,23 @@ import { GlossaryTooltip } from "~/components"
11
11
To bring your own IPs, you must work with your account team to understand everything you need to ensure a smooth transition during the onboarding process.
12
12
13
13
:::note
14
-
15
-
BYOIP is ingress only.
14
+
BYOIP is ingress only.
16
15
:::
17
16
18
-
## Overview
19
-
20
17
Cloudflare requires a service-specific configuration for your prefixes, as well as some requirements common to all BYOIP customers regardless of service type. These requirements are common to all products compatible with BYOIP, such as [Magic Transit](/magic-transit/), [Spectrum](/spectrum/), and [CDN services](/cache/).
21
18
22
19
## Prerequisites
23
20
24
21
There are two major prerequisites before Cloudflare can begin onboarding your IP space.
25
22
26
-
1. You must verify your [Internet Routing Registry (IRR)](/byoip/concepts/irr-entries/) records are up to date with the correct prefix or ASN information.
27
-
2. Cloudflare must receive a [Letter of Agency (LOA)](/byoip/concepts/loa/) to announce your prefixes, which we will share with our transit partners as evidence that we are allowed to announce the route.
23
+
1. Cloudflare must receive a [Letter of Agency (LOA)](/byoip/concepts/loa/) to announce your prefixes, which we will share with our transit partners as evidence that we are allowed to announce the route.
24
+
2. You must verify that your [Internet Routing Registry (IRR)](/byoip/concepts/irr-entries/) records are up to date and contain:
25
+
-`route` or `route6` objects matching the exact prefixes you want to onboard
26
+
-`origin` matching the correct ASN you want to onboard
28
27
29
-
Optionally, if you use the <GlossaryTooltipterm="Resource Public Key Infrastructure (RPKI)">Resource Public Key Infrastructure (RPKI)</GlossaryTooltip> protocol to sign your routes, Cloudflare can help with this as well. Contact your account team if you are interested in using RPKI.
28
+
:::caution[RPKI validation]
29
+
You are not required to use <GlossaryTooltipterm="Resource Public Key Infrastructure (RPKI)">Resource Public Key Infrastructure (RPKI)</GlossaryTooltip>. However, if you do, make sure your <GlossaryTooltipterm="Route Origin Authorization (ROA)">ROAs</GlossaryTooltip> are accurate. You can use [Cloudflare's RPKI Portal](https://rpki.cloudflare.com/?view=validator) and a second source such as [Routinator](https://rpki-validator.ripe.net/ui/) to double check your prefixes.
30
+
:::
30
31
31
32
After onboarding, [Border Gateway Protocol (BGP)](https://www.cloudflare.com/learning/security/glossary/what-is-bgp/) announcements for customer prefixes can be controlled with the [Dynamic Advertisement](/byoip/concepts/dynamic-advertisement/) API or via the Cloudflare dashboard.
32
33
@@ -47,5 +48,5 @@ To protect your network using a Cloudflare IP address, contact your account mana
47
48
48
49
:::note
49
50
50
-
When you use a Cloudflare-managed IP space, you do not need to provide a Letter of Agency (LOA) and advertise your prefixes that are associated with bringing your own IP.
51
+
When you use a Cloudflare-managed IP space, you do not need to provide a Letter of Agency (LOA) and advertise your prefixes that are associated with bringing your own IP.
Copy file name to clipboardExpand all lines: src/content/docs/byoip/index.mdx
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,6 @@ import { LinkButton, Plan } from "~/components";
12
12
13
13
<Plantype="enterprise" />
14
14
15
-
With **Bringing Your Own IPs** (BYOIP), Cloudflare announces your IPs in all our locations. Use your IPs with Magic Transit, Spectrum, CDN services, or Gateway DNS.
15
+
With **Bringing Your Own IPs** (BYOIP), Cloudflare announces your IPs in all our locations. Use your IPs with [Magic Transit](/magic-transit/), [Spectrum](/spectrum/), [CDN services](/cache/), or [Gateway DNS](/cloudflare-one/policies/gateway/dns-policies/).
16
16
17
-
BYOIP is compatible with [Magic Transit](/magic-transit/), [Spectrum](/spectrum/), [CDN services](/cache/), and [Gateway DNS](/cloudflare-one/connections/connect-devices/agentless/dns/locations/dns-resolver-ips/#bring-your-own-dns-resolver-ip).
0 commit comments