Skip to content

Commit 797d07f

Browse files
committed
feat(interlink): continue
1 parent 72f60a8 commit 797d07f

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

network/interlink/concepts.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ categories:
1515

1616
## Allowed routes list
1717

18-
The default rule blocks any and all routes from being propagated over InterLink. Attaching an allowed routes list allows you to define the ranges of routes that should be whitelisted. When creating an allowed routes list, you specify one or many IP ranges representing the outgoing routes to announce from the Scaleway VPC, and one or many IP ranges representing the incoming route announcements to accept from the external infrastructure.
18+
The default rule blocks any and all routes from being propagated over InterLink. Attaching an allowed routes list (aka **routing policy**) allows you to define the ranges of routes that should be whitelisted. When creating an allowed routes list, you specify one or many IP ranges representing the outgoing routes to announce from the Scaleway VPC, and one or many IP ranges representing the incoming route announcements to accept from the external infrastructure.
1919

2020
Each InterLink can have one allowed routes list attached to it, but a single allowed routes list can be attached to multiple InterLinks, if desired. When [route propagation](#route-propagation) is activated, the route ranges defined in the allowed routes list are whitelisted, and traffic can flow across the InterLink along these routes.
2121

2222
You may also know allowed routes lists under the germs "routing policy", or "route filters".
2323

24-
TODO diagram incoming/outgoing routes with examples? API naming
24+
TODO diagram incoming/outgoing routes with examples?
25+
26+
## Attached VPC
27+
28+
Each InterLink can be attached to one Scaleway VPC. The InterLink and the VPC must be in the same [region](#region). You can detach the InterLink from the VPC at any time, and attach it to a different VPC in the same region, if you wish. When an InterLink is not attached to any VPC, no traffic can flow.
2529

2630
## Bandwidth
2731

@@ -59,5 +63,9 @@ When creating an InterLink, you must specify a [region](/network/vpc/concepts/#r
5963

6064
Route propagation can be activated or deactivated at any given time on an InterLink. When activated, the Scaleway VPC and external infrastructure dynamically exchange and update information about their routes. Route propagation must be activated to allow traffic to flow over the InterLink. When deactivated, all pre-learned/announced routes are removed from the VPC's route table, and traffic cannot flow. Note that even with route propagation activated, the default rule blocks all route announcements: you must use an [allowed routes list](#allowed-routes-list) to specify the route ranges to whitelist.
6165

66+
## Routing policy
67+
68+
See [Allowed routes list](#allowed-routes-list).
69+
6270

6371

network/interlink/index.mdx

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
meta:
3+
title: InterLink Documentation
4+
description: Dive into Scaleway InterLink with our quickstart guides, how-tos, tutorials and more.
5+
---
6+
7+
<ProductHeader
8+
productName="InterLink"
9+
productLogo="interlink"
10+
description="InterLink lets you create a secure, private connection between your external infrastructure, and your Scaleway VPC."
11+
url="/network/interlink/quickstart/"
12+
label="InterLink Quickstart"
13+
/>
14+
15+
## Getting Started
16+
17+
<Grid>
18+
<SummaryCard
19+
title="Quickstart"
20+
icon="rocket"
21+
description="Learn how to get started with InterLink."
22+
label="View Quickstart"
23+
url="/network/interlink/quickstart/"
24+
/>
25+
<SummaryCard
26+
title="Concepts"
27+
icon="info"
28+
description="Core concepts that give you a better understanding of InterLink."
29+
label="View Concepts"
30+
url="/network/interlink/concepts/"
31+
/>
32+
<SummaryCard
33+
title="How-tos"
34+
icon="help-circle-outline"
35+
description="Check our guides to creating and configuring an InterLink."
36+
label="View How-tos"
37+
url="/network/interlink/how-to/"
38+
/>
39+
<SummaryCard
40+
title="Additional Content"
41+
icon="book-open-outline"
42+
description="Go beyond the basics with detailed, in-depth guides to configuring InterLink."
43+
label="Read more"
44+
url="/network/interlink/reference-content/"
45+
/>
46+
</Grid>
47+
48+
<ClickableBanner
49+
productLogo="cli"
50+
title="InterLink API"
51+
description="Manage InterLink using the Scaleway API."
52+
url="https://www.scaleway.com/en/developers/api/interlink/"
53+
label="Go to InterLink API"
54+
/>
55+
56+
## Changelog
57+
58+
<ChangelogList
59+
productName="interlink"
60+
numberOfChanges={3}
61+
/>

0 commit comments

Comments
 (0)