Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interlink): console doc for private beta #4319

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
72f60a8
feat(interlink): start concepts
RoRoJ Oct 22, 2024
797d07f
feat(interlink): continue
RoRoJ Oct 24, 2024
98918f0
fix(interlink): modifications
RoRoJ Oct 24, 2024
fb86d05
feat(interlink): continue
RoRoJ Oct 29, 2024
bdca2a1
fix(interlink): add links
RoRoJ Oct 30, 2024
d7e638d
fix(interlink): fixed links
RoRoJ Oct 30, 2024
f77e49d
fix(interlink): add more content
RoRoJ Oct 31, 2024
477d842
feat(interlink): doc
RoRoJ Oct 31, 2024
a34433f
feat(interlink): private beta doc
RoRoJ Nov 5, 2024
2800133
fix(interlink): add info
RoRoJ Nov 7, 2024
4b0932a
Apply suggestions from code review
RoRoJ Nov 7, 2024
70aa9a7
Apply suggestions from code review
RoRoJ Nov 7, 2024
86687f3
Apply suggestions from code review
RoRoJ Nov 7, 2024
caa2423
Apply suggestions from code review
RoRoJ Nov 7, 2024
da28a0c
fix(interlink): change 10 working days to 10 days
RoRoJ Nov 8, 2024
a8756fc
Apply suggestions from code review
RoRoJ Nov 14, 2024
843df6a
Apply suggestions from code review
RoRoJ Nov 14, 2024
6b2d5e7
fix(interlink): add pairing key info
RoRoJ Dec 13, 2024
14df830
feat(interlink): console doc
RoRoJ Dec 3, 2024
c0988c3
fix(interlink): add doc
RoRoJ Dec 4, 2024
11db0ad
fix(interlink): continue doc
RoRoJ Dec 9, 2024
4d49f4b
feat(interlink): continue doc
RoRoJ Dec 11, 2024
5209610
feat(interlink): continue doc
RoRoJ Dec 12, 2024
8a5555c
feat(interlink): first draft public beta
RoRoJ Dec 13, 2024
bd7a4c5
fix(interlink): changed provisioning doc
RoRoJ Dec 13, 2024
2cab188
fix(interlink): add faq
RoRoJ Dec 16, 2024
8ba3168
fix(interlink): rebase and change links
RoRoJ Jan 29, 2025
b41b452
fix(interlink): continue content
RoRoJ Jan 29, 2025
6a46a84
fix(interlink): ready
RoRoJ Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added faq/assets/scaleway-interlink-diag-simple.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 14 additions & 4 deletions pages/interlink/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ Each InterLink can be attached to one Scaleway VPC. The InterLink and the VPC mu

Every InterLink has a defined bandwidth, representing the maximum data transfer rate possible over the connection. Measured in megabits per second (Mbps) or gigabits per second (Gbps), it shows how much data can be transmitted over InterLink per second.

## Border Gateway Protocol (BGP)

**B**order **G**ateway **P**rotocol (BGP) is a standardized gateway protocol that allows autonomous systems to exchange routing information. InterLink uses BGP to facilitate [route propagation](#route-propagation), so that the Scaleway VPC and the external infrastructure's router can learn each other's routes.

## Connection type

The type of physical connection for an InterLink. In the long term, InterLink will be available in both **hosted** and **dedicated** connection types. For now, only **hosted** connections (facilitated via a partner) are available:

- **Hosted InterLink**: The customer provisions an InterLink via a [partner](#partner). The available bandwidth is shared between multiple customers: each gets a specified amount when creating their InterLink.
- **Dedicated InterLink**: The customer gets sole use of a single InterLink port on Scaleway's router, with the entire bandwidth of that port.

[Find out more about connection types](/interlink/reference-content/overview/#types-of-interlink).

## InterLink

InterLink, currently in Private Beta, is Scaleway's product to let you create a secure, private connection between your external infrastructure, and your Scaleway VPC. This allows you to direct your traffic safely from your Scaleway infrastructure to your on-premises infrastructure, away from the public internet.
Expand Down Expand Up @@ -72,7 +85,4 @@ Route propagation can be activated or deactivated at any given time on an InterL

## Routing policy

See [Allowed routes list](#allowed-routes-list).



See [Allowed routes list](#allowed-routes-list).
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
79 changes: 79 additions & 0 deletions pages/interlink/how-to/complete-provisioning.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
meta:
title: How to complete InterLink provisioning
description: Learn how to complete the provisioning process for your Scaleway InterLink, to ensure your hosted connection between your on-premises infrastructure and Scaleway VPC is up and running as soon as possible.
noindex: true
content:
h1: How to complete InterLink provisioning
paragraph: Learn how to complete the provisioning process for your Scaleway InterLink, to ensure your hosted connection between your on-premises infrastructure and Scaleway VPC is up and running as soon as possible.
dates:
validation: 2024-12-09
posted: 2024-12-09
tags: interlink direct-connect provision hosted partner contact error
categories:
- network
---

<Message type="important">
InterLink is currently in [Private Beta](https://www.scaleway.com/en/betas/), and only available to selected testers.
</Message>

After you have [ordered your InterLink](/interlink/how-to/order-interlink), further action is required on both the customer side and the [partner](/interlink/concepts/#partner) side before the InterLink is provisioned and ready for active use. This page walks you through the steps to take and how to deal with potential problems that could arise.

<Lightbox src="scaleway-interlink-ordering.webp" alt="A four step flow chart shows the following steps: 1. User orders InterLink via Scaleway, 2. User requests InterLink from partner, 3. Partner accepts InterLink request, 4. Partner provisions InterLink." />

<Macro id="requirements" />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Ordered an InterLink](/interlink/how-to/order-interlink)

## Contact partner to request InterLink

After ordering the InterLink from Scaleway, you **must** contact your chosen partner to request that they provision the connection on their side. Scaleway is not able to automatically do this step for you.

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

2. Click on the InterLink that you want to finish provisioning. The InterLink's **Overview** page displays.

<Lightbox src="scaleway-interlink-overview-requesting.webp" alt="A screen in the Scaleway console show's an overview of an InterLink's partner, location, region, bandwidth, creation date, pairing key, and IPv4/IPv6 connectivity status." />

3. Note down the [pairing key](/interlink/concepts/#pairing-key) for your InterLink. This is a unique identification number which the partner will need in order to provision your InterLink.

4. Contact your partner. After [creating your InterLink order](/interlink/how-to/order-interlink/), either their online portal URL, or their email address was displayed to you for this purpose. Use the relevant method to contact your partner, provide the pairing key, and request that they provision your InterLink from their side.

<Message type="tip">
You can also use the [Get a partner](https://www.scaleway.com/en/developers/api/interlink/#path-partners-get-a-partner) endpoint in the API to get contact details and other information about your selected partner.
</Message>

Your InterLink will remain in `Requested` status until the partner responds to your request.

## Wait for partner to accept InterLink request

Once you have requested the InterLink from your partner, you must wait for them to respond to your request. There is no further action for you to take at this point. You can keep track of your InterLink's [status](/interlink/reference-content/statuses/) via the [InterLink listing](https://console.scaleway.com/interlink/links) in the Scaleway console.

<Lightbox src="scaleway-interlink-listing.webp" alt="A screen in the Scaleway console shows a listing of InterLinks, with the following information: name, status, partner, location, region and bandwidth." />

When the partner approves your request, the InterLink moves to `Provisioning` status. This means that the partner has agreed to facilitate your InterLink, and is now preparing the resources and configuration necessary to establish the physical connection.

Your InterLink will remain in `Provisioning` status until this process has been completed.

<Message type="important">
If your InterLink does not move to `Provisioning` status, you may see one of the following statuses:

- `Refused`: The partner did not agree to provision your InterLink. Delete this InterLink resource, and contact your partner for more information. Consider re-ordering with a different partner.
- `Expired`: Your InterLink order timed out: after 10 days, no response was received from the selected partner. Delete the InterLink resource, and create a new order if you wish to try again.
</Message>

## Partner provisions InterLink

When the partner has finished provisioning your InterLink, it moves to `Active` status. This indicates that the physical link and necessary accompanying configuration has been completed on the partner's side, and your InterLink is ready for use.

You must still configure your InterLink by attaching it to a VPC, attaching an allowed routes list, and activating route propagation, before traffic can flow over the InterLink. For help with these steps, see our documentation on [How to configure your InterLink](/interlink/reference-content/configuring/).

<Message type="important">
If you see a `Limited connectivity` status next to your InterLink on the [listing page](https://console.scaleway.com/interlink/links), this indicates that the partner provisioned your InterLink, but either IPv4 or IPv6 connectivity is down. Similarly, a `Down` status indicates the InterLink is provisioned, but both IPv4 **and** IPv6 connectivity are down. Open a Scaleway support ticket, or contact your partner for assistance.

A `Locked` status indicates, again, that the InterLink was provisioned, but Scaleway Trust and Safety have locked the resource. No actions are possible from you as a user: you should open a support ticket for help and information.
</Message>

Loading
Loading