Skip to content

Commit 4009ec9

Browse files
committed
fix(il): edits
1 parent a80efc2 commit 4009ec9

File tree

2 files changed

+30
-48
lines changed

2 files changed

+30
-48
lines changed

pages/interlink/how-to/configure-interlink.mdx

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import image7 from './assets/scaleway-interlink-attach-vpc.webp'
2121
InterLink is currently in [Public Beta](https://www.scaleway.com/en/betas/).
2222
</Message>
2323

24-
Once you have created your InterLink (and in the case of hosted InterLinks, that it has been [provisioned](/interlink/how-to/complete-provisioning/) by your chosen partner), a number of configuration steps become available to you. These steps must be carried out in order for traffic to successfully flow over your InterLink:
24+
Once you have created your InterLink (and in the case of hosted InterLinks, it has been [provisioned](/interlink/how-to/complete-provisioning/) by your chosen partner), a number of configuration steps become available to you. These steps must be carried out in order for traffic to successfully flow over your InterLink:
2525

2626
- Attach a VPC
2727
- Create and attach routing policies
@@ -36,7 +36,7 @@ This document explains how to complete these configuration steps with the Scalew
3636

3737
- A Scaleway account logged into the [console](https://console.scaleway.com)
3838
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
39-
- [Ordered an InterLink](/interlink/how-to/order-interlink/) which has been [provisioned](/interlink/how-to/complete-provisioning/) by the partner
39+
- [Ordered an InterLink](/interlink/how-to/order-interlink/) (which, if self-hosted, has been [provisioned](/interlink/how-to/complete-provisioning/) by the partner)
4040

4141
## How to attach a VPC
4242

@@ -107,28 +107,28 @@ You must configure the real physical or software-based networking device, locate
107107
- **VLAN ID** for the InterLink
108108

109109
You also need to set up route announcements and filters on the customer side. For this, you will need the following information, also available from the InterLink's **Overview** screen.
110-
Et j'av
110+
111111
- **BGP interconnection subnet(s)**: The private subnet used for the VPC and external infrastructure to establish a BGP session and exchange routing information. For InterLinks that have both IPv4 and IPv6 routing policies, one IPv4 and one IPv6 subnet will be provided.
112112

113113
- **Routing policy**: Take into account the routing policy(ies) you attached to the connection, when configuring routing policy on the customer gateway device.
114114

115115
## How to activate route propagation
116116

117-
Once you have attached a VPC, attached routing policies and (for self-hosted InterLinks) set up your network device, you can activate route propagation. This is the final step in configuring your InterLink so that traffic can flow between the VPC and your external infrastructure: it triggers the dynamic exchange of route information between the VPC and external infrastructure.
117+
Activating route propagation is the final step in configuring your InterLink so that traffic can flow between the VPC and your external infrastructure: it triggers the dynamic exchange of route information between the VPC and external infrastructure.
118118

119119
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.
120120

121121
2. Click on the InterLink that you want to configure. The InterLink's **Overview** page displays.
122122

123123
3. In the **Route propagation** section, click **Activate propagation**.
124124

125-
A pop-up displays, confirming that the action will launch the BGP session(s) and allow traffic to flow over the InterLink, via the routes whitelisted in the attached routing policy(ies).
125+
A pop-up displays, confirming that the action will launch the BGP session(s), allowing traffic to flow over the InterLink via the routes whitelisted in the attached routing policy(ies).
126126

127127
4. Click **Activate route propagation**.
128128

129-
Route propagation is activated, and you are returned to your InterLink's overview page.
129+
Route propagation is activated. You are returned to your InterLink's overview page.
130130

131-
While route propagation remains active, traffic can flow across the InterLink along the routes allowed by the routing policy(ies). The VPC and external infrastructure will dynamically exchange and update route information. You can deactivate route propagation at any time: if you do so, all routes are blocked and no traffic can flow.
131+
While route propagation remains active, the VPC and external infrastructure will dynamically exchange and update route information. Traffic can flow across the InterLink along the routes whitelisted in the routing policy(ies). You can deactivate route propagation at any time: if you do so, all routes are blocked and no traffic can flow.
132132

133133
## How to modify your InterLink configuration
134134

@@ -142,13 +142,13 @@ You can modify the following aspects of your InterLink configuration at any time
142142
It is not possible to modify settings that were defined at the time of creating the InterLink, such as its region, partner, dedicated connection, location, or bandwidth. To modify any of those settings, you must delete the InterLink and create a new one.
143143
</Message>
144144

145-
### How to change the attached VPC
145+
### How to detach or change the attached VPC
146146

147147
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.
148148

149149
2. Click on the InterLink that you want to configure. The InterLink's **Overview** page displays.
150150

151-
3. In the **Attached VPC** section, click the unlink icon <Icon name="unlink" /> next to the VPC you want to detach.
151+
3. In the **Attached VPC** section, click the unlink icon <Icon name="unlink" /> next to the VPC to detach.
152152

153153
A pop-up displays, confirming that this action will detach the VPC, and the InterLink will not be connected to any Scaleway resources until you reattach a VPC.
154154

@@ -160,21 +160,7 @@ It is not possible to modify settings that were defined at the time of creating
160160

161161
The VPC is detached, and you are returned to the InterLink's **Overview** page. No traffic can currently flow over the InterLink, and all associated routes are removed from the VPC's route table.
162162

163-
Follow the next steps to attach another VPC.
164-
165-
5. In the **Attached VPC** section, click **Attach VPC**. A pop-up displays:
166-
167-
<Lightbox image={image7} alt="A screen in the Scaleway console invites the user to attach a VPC to complete the connection from their external infrastructure, across the InterLink to their Scaleway resources. A dropdown menu allows a VPC to be selected. A banner reminds users to check any attached routing policies for compatibility with the selected VPC." />
168-
169-
6. Select one of your existing VPCs from the dropdown list. It must be in the same region as the InterLink. Alternatively, click **+ Create VPC** to create and attach a new VPC.
170-
171-
<Message type="tip">
172-
Ensure that the routing policy(ies) attached to the InterLink is suitable for the VPC you are attaching. Remember that the outgoing routes in the policy should correspond to the route announcements to whitelist from the VPC itself.
173-
</Message>
174-
175-
7. Click **Attach VPC**.
176-
177-
The VPC is attached and you are returned to the InterLink's **Overview** page. Remember to check the routing policy and activate route propagation so that traffic can flow across the InterLink.
163+
If you want to attach a new VPC, follow the [normal process](#how-to-attach-a-vpc) for doing so. Remember to check that the InterLink's routing policies are appropriate for the new VPC.
178164

179165
### How to replace or detach an attached routing policy
180166

@@ -190,28 +176,6 @@ It is not possible to modify settings that were defined at the time of creating
190176

191177
The policy is detached or replaced, and you are returned to your InterLink's Overview page.
192178

193-
### How to edit an existing routing policy
194-
195-
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.
196-
197-
2. Click on the InterLink that you want to configure. The InterLink's **Overview** page displays.
198-
199-
3. In the **Route propagation** section, click the three dot icon <Icon name="more" /> next to the routing policy. Then click **Edit policy** in the menu that displays.
200-
201-
<Message type="tip">
202-
You can also edit routing policies from their dedicated tab in the console, including policies that aren't currently attached to an InterLink.
203-
</Message>
204-
205-
The **Edit routing policy** wizard displays. See the dedicated documentation on [creating and attaching a routing policy](/interlink/how-to/create-routing-policy/) for help with routing policies.
206-
207-
4. Make the required edits, and click **Edit routing policy**
208-
209-
A warning displays, to remind you that modifications will immediately be propagated on InterLinks using this policy.
210-
211-
5. Click **Save**.
212-
213-
The policy is modified and modifications are immediately applied.
214-
215179
### How to deactivate route propagation
216180

217181
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.

pages/interlink/how-to/create-routing-policy.mdx

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to create a routing policy
2+
title: How to create and manage routing policies
33
description: Find out how to create a routing policy for your Scaleway InterLink. Whitelist incoming and outgoing route announcements, so that traffic can flow securely over your InterLink.
44
dates:
55
validation: 2027-07-09
@@ -55,4 +55,22 @@ Remember to [attach the policy to an InterLink](/interlink/how-to/configure-inte
5555

5656
<Message type="tip">
5757
See our dedicated documentation on using [BGP communities](/interlink/reference-content/bgp-communities/) to influence route priority for InterLink traffic.
58-
</Message>
58+
</Message>
59+
60+
### How to edit an existing routing policy
61+
62+
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.
63+
64+
2. Click on the **Routing Policy** tab. A list of your routing policies displays.
65+
66+
3. Click <Icon name="more" /> next to the routing policy to edit, and select **Edit** in the menu that displays.
67+
68+
4. The **Edit routing policy** wizard displays. See the dedicated documentation on [creating and attaching a routing policy](/interlink/how-to/create-routing-policy/) for help with routing policies.
69+
70+
5. Make the required edits, and click **Edit routing policy**
71+
72+
A warning displays, to remind you that modifications will immediately be propagated on InterLinks using this policy.
73+
74+
5. Click **Save**.
75+
76+
The policy is modified and modifications are immediately applied.

0 commit comments

Comments
 (0)