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
Work with your account team to make sure your contract covers everything you need to onboard your prefix. Cloudflare requires service-specific configurations, as well as some requirements common to all BYOIP customers.
11
11
@@ -124,9 +124,10 @@ Once the ownership validation is successful, you can remove the token.
124
124
When all validations pass - RPKI, IRR, and ownership - the `approved` field in your prefix will return `"V"`. This means you can proceed to create IP address service bindings[^1].
125
125
126
126
If needed, you can use the [Prefix Details endpoint](/api/resources/addressing/subresources/prefixes/methods/get/) to check if any issues were found during validation. If so, proceed with the necessary changes and make a request to restart validation.
(WIP - Add code block example for "/accounts/account_id/addressing/prefixes/prefix_id/validate")
132
133
@@ -192,11 +193,38 @@ The steps below only cover assigning specific IPs to additional services. For gu
192
193
193
194
1. Plan for what IP(s) will get the additional binding. Cloudflare **strongly** recommends implementing service bindings through an **aggregated** CIDR block, as it is more efficient than adding discrete bindings for non-contiguous CIDR blocks.
194
195
195
-
(WIP - Add collapsable example similar to existing ones in the service bindings docs)
Add one discrete CDN service binding for `203.0.113.16` with a `/29` netmask.
212
+
213
+
</Details>
196
214
197
215
2. Make a `POST` request to the [Create service binding](/api/resources/addressing/subresources/prefixes/subresources/service_bindings/methods/create/) endpoint, indicating the IP address you want to bind to the CDN or Spectrum. Specify the **corresponding network mask** as needed.
0 commit comments