Skip to content

Commit eea878d

Browse files
Overall review and text touch-ups
1 parent a768a81 commit eea878d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/byoip/concepts/route-filtering-rpki.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { GlossaryTooltip } from "~/components";
99

10-
As referred in the [IRR concept page](/byoip/concepts/irr-entries/), network operators use IRR records to configure backbone routers. In summary, it is the IRR records that provide information about IP prefixes and the <GlossaryTooltip term="autonomous system numbers (ASNs)">autonomous systems</GlossaryTooltip> authorized to announce them. Then, network operators will apply filtering policies to avoid invalid announcements.
10+
As referred in the [IRR concept page](/byoip/concepts/irr-entries/), network operators use IRR records to configure backbone routers. In summary, it is the IRR records that provide information about IP prefixes and the <GlossaryTooltip term="autonomous system numbers (ASNs)">autonomous systems (ASN)</GlossaryTooltip> authorized to announce them. Then, network operators will apply filtering policies to avoid invalid announcements.
1111

1212
Considering this important role of IRR records, validation via Resource Public Key Infrastructure (RPKI) was introduced. With RPKI, the IP/ASN association is cryptographically validated before being passed on to the routers.
1313

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Once your account configurations are in place, consider the sections below to le
1313

1414
## Before you begin
1515

16-
- Your prefix must be registered under one of the following Regional Internet Registries (RIRs):
16+
- Your prefix must be registered under one of the Regional Internet Registries (RIRs):
1717

1818
- [AFRINIC](https://afrinic.net/)
1919
- [APNIC](https://www.apnic.net/)
@@ -131,7 +131,7 @@ For `2001:0db8::/34`, you would setup four (`2^(36-34)`) reverse DNS zones, for
131131
cf-validation.<REVERSE_ZONE_ADDRESS> IN TXT <TOKEN>
132132
```
133133
134-
4. Update nameservers at your Regional Internet Registry (RIR).The exact steps to update your nameservers will depend on the registry you are using.
134+
4. Update nameservers at your Regional Internet Registry (RIR). The exact steps to update your nameservers will depend on the registry you are using.
135135
136136
</TabItem> </Tabs>
137137
@@ -261,7 +261,7 @@ Once a service binding is created (or deleted), it will take **four to six hours
261261

262262
## 3. Advertise the BGP prefix
263263

264-
Once created, BGP prefixes are initially withdrawn. After all your configurations are in place - including [address maps](/byoip/address-maps/)[^2] if you will use CDN service -, proceed to advertise the BGP route for your prefix.
264+
Once automatically created (following [step 2](#2-create-service-bindings)), BGP prefixes are initially withdrawn. After all your configurations are in place - including [address maps](/byoip/address-maps/)[^2] if you will use CDN service -, proceed to advertise the BGP route for your prefix.
265265

266266
1. Use the [Update BGP prefix](/api/resources/addressing/subresources/prefixes/subresources/bgp_prefixes/methods/edit/) endpoint to start the advertisement.
267267

0 commit comments

Comments
 (0)