Skip to content

Commit e328b43

Browse files
Replace HTML table by markdown
1 parent 91a0540 commit e328b43

File tree

1 file changed

+9
-34
lines changed

1 file changed

+9
-34
lines changed

src/content/docs/byoip/concepts/irr-entries/best-practices.mdx

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,13 @@ You can add or update an IRR entry by following the directions of your routing r
1515

1616
The recommended registries are AFRINIC, APNIC, ARIN, LACNIC, and RIPE. Refer to the table below for more information.
1717

18-
<table>
19-
<thead>
20-
<tr>
21-
<th>Route registry</th>
22-
<th>URL</th>
23-
</tr>
24-
</thead>
25-
<tbody>
26-
<tr>
27-
<td>AFRINIC</td>
28-
<td><a href="https://afrinic.net/internet-routing-registry#guide">https://afrinic.net/internet-routing-registry#guide</a></td>
29-
</tr>
30-
<tr>
31-
<td>APNIC</td>
32-
<td><a href="https://www.apnic.net/manage-ip/apnic-services/routing-registry/">https://www.apnic.net/manage-ip/apnic-services/routing-registry/</a></td>
33-
</tr>
34-
<tr>
35-
<td>ARIN</td>
36-
<td><a href="https://www.arin.net/resources/manage/irr/quickstart/">https://www.arin.net/resources/manage/irr/quickstart/</a></td>
37-
</tr>
38-
<tr>
39-
<td>LACNIC</td>
40-
<td><a href="https://lacnic.zendesk.com/hc/articles/360038667154-What-are-a-route-and-a-route-6-objects">https://lacnic.zendesk.com/hc/articles/360038667154-What-are-a-route-and-a-route-6-objects</a></td>
41-
</tr>
42-
<tr>
43-
<td>RIPE</td>
44-
<td><a href="https://www.ripe.net/manage-ips-and-asns/db/support/managing-route-objects-in-the-irr">https://www.ripe.net/manage-ips-and-asns/db/support/managing-route-objects-in-the-irr</a></td>
45-
</tr>
46-
</tbody>
47-
</table>
18+
| Route registry | URL |
19+
| -------------- | --- |
20+
| AFRINIC | [https://afrinic.net/internet-routing-registry#guide](https://afrinic.net/internet-routing-registry#guide) |
21+
| APNIC | [https://www.apnic.net/manage-ip/apnic-services/routing-registry/](https://www.apnic.net/manage-ip/apnic-services/routing-registry/) |
22+
| ARIN | [https://www.arin.net/resources/manage/irr/quickstart/](https://www.arin.net/resources/manage/irr/quickstart/) |
23+
| LACNIC | [https://lacnic.zendesk.com/hc/articles/360038667154-What-are-a-route-and-a-route-6-objects](https://lacnic.zendesk.com/hc/articles/360038667154-What-are-a-route-and-a-route-6-objects) |
24+
| RIPE | [https://www.ripe.net/manage-ips-and-asns/db/support/managing-route-objects-in-the-irr](https://www.ripe.net/manage-ips-and-asns/db/support/managing-route-objects-in-the-irr) |
4825

4926
## Verify an IRR entry
5027

@@ -82,14 +59,12 @@ Use [IRR Explorer](https://irrexplorer.nlnog.net) to verify which prefixes are a
8259

8360
Use WHOIS lookup to verify your origin ASN and routing data.
8461

85-
**Method:** In a terminal, use this `whois` command, substituting your network prefix for *network-prefix*:
62+
**Method:** In a terminal, use the following `whois` command, replacing `<NETWORK_PREFIX>` with your network prefix. The host `rr.ntt.net` is the primary server for the Global IP network.
8663

8764
```sh
88-
whois -h rr.ntt.net network-prefix
65+
whois -h rr.ntt.net <NETWORK_PREFIX>
8966
```
9067

91-
The host `rr.ntt.net` is the primary server for the Global IP network.
92-
9368
**Output:** IRR route, origin, and source information.
9469

9570
<Details header="WHOIS output example">

0 commit comments

Comments
 (0)