Skip to content

Commit 5a4619b

Browse files
Remove MT-specific notes and call out out-of-scope at the top
1 parent eea878d commit 5a4619b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

src/content/docs/byoip/get-started.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Work with your account team to make sure your contract covers everything you nee
1111

1212
Once your account configurations are in place, consider the sections below to learn how to set up your BYOIP prefixes. Also make sure to review the [BYOIP Service-Specific Terms](https://www.cloudflare.com/service-specific-terms-network-services/#bring-your-own-ip-terms).
1313

14+
:::note[Magic Transit]
15+
The process described on this page does not support onboarding IP prefixes for use with [Cloudflare Magic Transit](/magic-transit/). For further guidance, refer to the [Magic Transit get started](/magic-transit/get-started/).
16+
:::
17+
1418
## Before you begin
1519

1620
- Your prefix must be registered under one of the Regional Internet Registries (RIRs):
@@ -168,10 +172,6 @@ In IP address management, service bindings map the traffic destined for a given
168172
169173
When you onboard your IP prefixes to Cloudflare, there must be one service binding that spans across your entire prefix. Traffic destined for a given IP address will be routed to this service by default. You can also configure [additional service bindings](#optional-additional-bindings) as described in the next step.
170174
171-
:::note
172-
Magic Transit can only be used as default binding, spanning across your entire prefix. You can then add CDN or Spectrum bindings for smaller subnets but not the other way around. For details refer to [service bindings scope](/byoip/service-bindings/#scope).
173-
:::
174-
175175
1. Make a `GET` request to the [List Services](/api/resources/addressing/subresources/services/methods/list/) endpoint and take note of the `id` associated with the service you want to use.
176176
2. (Optional) If needed, use the [List Prefixes](/api/resources/addressing/subresources/prefixes/methods/list/) endpoint to get or confirm the `id` associated with your prefix.
177177
3. Make a `POST` request to the [Create service binding](/api/resources/addressing/subresources/prefixes/subresources/service_bindings/methods/create/) endpoint, indicating the entire BYOIP prefix that you are onboarding and the service that should be used for your default binding.
@@ -187,13 +187,9 @@ json={{
187187
188188
A corresponding BGP prefix will be created automatically. Allow five hours before you advertise the prefix.
189189
190-
:::note
191-
For Magic Transit customers, the BGP prefix will be created in a `locked` state. Work with your account team to make sure it is unlocked after additional checks have passed.
192-
:::
193-
194190
### (Optional) Additional bindings
195191
196-
If you want to selectively route traffic on a per-IP address basis to CDN or Spectrum, you can create additional service bindings. Magic Transit can only be used as default binding, spanning across your entire prefix.
192+
If you want to selectively route traffic on a per-IP address basis to CDN or Spectrum, you can create additional service bindings.
197193
198194
:::note
199195
The steps below only cover assigning specific IPs to additional services. For guidance that includes CDN or Spectrum setup steps, refer to [Service bindings](/byoip/service-bindings/).
@@ -203,7 +199,7 @@ The steps below only cover assigning specific IPs to additional services. For gu
203199
204200
<Details header="Example">
205201
206-
**Magic Transit protected prefix:** `203.0.113.0/24`
202+
**Spectrum protected prefix:** `203.0.113.0/24`
207203
208204
**IPs to upgrade to CDN:**
209205

0 commit comments

Comments
 (0)