Skip to main content

Create a DirectLinkInterface

To create a DirectLinkInterface, you must configure a connection between the DirectLink router and your VPC (Virtual Private Cloud).

To access your resources over a DirectLink connection, you must configure this connection with one or more DirectLinkInterface. A DirectLinkInterface corresponds to a network path between the DirectLink router and one of your VPC, specified by means of the virtual gateway attached to it. You must create a DirectLinkInterface for each VPC you want to access, and you can create several DirectLinkInterface using the same DirectLink connection.

note

The MTU (Maximum Transmission Unit) of a DirectLinkInterface is limited to 1500 bytes.

A DirectLinkInterface can be in one of the following states:

  • confirming: the virtual interface is awaiting confirmation from its owner. After 7 days, if the virtual interface is not confirmed, its state becomes expired.
  • pending: the virtual interface is created and remains in the pending state until your router and the DirectLink router are configured.
  • available: the virtual interface can send network traffic.
  • deleting: the virtual interface is being deleted. It remains in the deleting state until Numspot deletes the DirectLink router configuration.
  • deleted: the virtual interface is deleted and can no longer send network traffic.
  • rejected: the virtual interface was deleted while it was in the confirming state.
  • expired: the owner of the virtual interface did not confirm its creation within the 7-day period. As the virtual interface can no longer be used, you must create a new one.

Permissions

info

This action requires the following IAM (Identity and Access Management) permissions:

  • connectivity.directlink.create
warning

Before you begin:

  • Ensure that you have an existing DirectLink connection in the available status.
  1. In the console, navigate to ConnectivityDirectLink.
  2. Select the DirectLink connection for which you want to create an interface.
  3. Click Create an interface.
  4. Fill in the following information:
    • "Name": a name for the interface
    • "Virtual Gateway": the ID of the target virtual gateway
    • "VLAN": a unique VLAN number between 2 and 4094
    • "BGP ASN": the ASN (Autonomous System Number) of the requesting side (between 64512 and 65534)
  5. Optionally specify:
    • "BGP Key": a BGP authentication key
    • "Client Private IP": the IP of the requesting side
    • "Numspot Private IP": the IP of the Numspot side
  6. Click Create.

The created DirectLinkInterface moves to the confirming state and then to available.

info

The Numspot ASN for the eu-west-2 and cloudgouv-eu-west-1 regions is: 50624

Once accepted, the requester becomes the owner of the interface and can use it to access their VPC over their DirectLink connection.

If your internal network is not located in the same datacenter as the DirectLink site, you can call on a network service provider to have an optical fiber installed there.

warning

The security groups used for the VPC must allow flows coming from your internal network.

Was this page helpful?