A Virtual Private Cloud (VPC) is a private network interface for collections of DigitalOcean resources. VPC networks are inaccessible from the public internet and other VPC networks, and traffic on them doesn’t count against bandwidth usage. You can link VPC networks to each other using VPC peering connections.
DigitalOcean’s Partner Network Connect lets you establish high-bandwidth, low-latency network connections directly between DigitalOcean VPC networks and other public cloud providers or on-premises datacenters.
Creating a full end-to-end connection has four main steps:
This document covers how to create a partner attachment on DigitalOcean and connect it to your Megaport Cloud Router. To help you complete the other side of the connection, see Connect Megaport to Other Clouds or On-premises Datacenters for links to relevant Megaport resources for common partner networks.
A partner attachment is a point of connection between DigitalOcean and Megaport. Partner attachments exist in a DigitalOcean region and can connect VPCs from any datacenter within that region.
You can create partner attachments via the control panel or the DigitalOcean API.
Go to the Multi-cloud Integrations tab in the Networking section of the control panel, then click Create Partner Attachment.
On the creation page, configure the following options:
Review your total cost in the summary area at the upper-right corner of the control panel, then click Create partner attachment to create the partner attachment.
Once your partner attachment is created, you’re taken to its details page:
Click Continue to view the configuration details needed to complete setup on Megaport. This includes a service key and the BGP details you provided earlier. You use the service key once during Megaport setup. The BGP details remain available and editable in the partner attachment’s Settings tab.
Proceed to the next step to complete the connection with Megaport.
Send a POST request to the /v2/partner_network_connect/attachments
endpoint with a JSON payload like the following:
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_TOKEN" \
--data-binary @- \
"https://api.digitalocean.com/v2/partner_network_connect/attachments" <<EOF
{
"name": "<attachment-name>",
"connection_bandwidth_in_mbps": 1000,
"region": "AMS",
"naas_provider": "MEGAPORT",
"vpc_ids": [
"c140286f-e6ce-4131-8b7b-df4590ce8d6a",
"994a2735-dc84-11e8-80bc-3cfdfea9fba1"
]
}
EOF
Update these configuration options in your request:
name
: The name of the partner attachment. It can include uppercase or lowercase letters, numbers, and hyphens (-
).connection_bandwidth_in_mbps
: The reserved bandwidth in Mbps. It must match one of the capacities listed on the pricing page, or the API returns the error invalid connection bandwidth rate provided
. Bandwidth is measured in metric units (for example, 5 Gbps is entered as 5000
).region
: Region where the partner attachment is created.vpc_ids
: List of DigitalOcean VPC IDs to attach to the partner attachment. You can use doctl vpcs list
to view your VPCs, their regions, and IDs.The API response should look similar to the example below. It includes the ID of the new resource (1cf0aad8-292b-40f8-9d32-1fbde6e04991
in this example) and the generated BGP configuration (excluding the auth key).
{
"partner_attachment": {
"id": "1cf0aad8-292b-40f8-9d32-1fbde6e04991",
"name": "example-ams",
"urn": "do:partner_attachment:1cf0aad8-292b-40f8-9d32-1fbde6e04991",
"state": "CREATING",
"connection_bandwidth_in_mbps": 1000,
"region": "AMS",
"naas_provider": "MEGAPORT",
"vpc_ids": [
"c140286f-e6ce-4131-8b7b-df4590ce8d6a",
"994a2735-dc84-11e8-80bc-3cfdfea9fba1"
],
"bgp": {
"local_asn": 64532,
"local_router_ip": "169.254.0.1/29",
"peer_asn": 133937,
"peer_router_ip": "169.254.0.6/29"
},
"created_at": "2024-12-13T12:37:52.152922792Z"
}
}
Save the BGP configuration details for use when setting up Megaport in the next section.
Next, retrieve the generated service key:
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_TOKEN" \
"https://api.digitalocean.com/v2/partner_network_connect/attachments/<your_attachment_id>/service_key"
Replace <your_attachment_id>
with your ID from the previous API response.
The API returns a service key. This key is used to connect a Megaport VXC back to DigitalOcean. Save the key for later use.
{
"service_key": {
"created_at": "2024-12-13T12:37:55Z",
"value": "6e4fa7f8-8ab2-47c4-956f-dd3be7ca1367"
}
}
Now retrieve the BGP auth key:
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_TOKEN" \
"https://api.digitalocean.com/v2/partner_network_connect/attachments/<your_attachment_id>/bgp_auth_key"
Replace <your_attachment_id>
with your ID.
The API responds with an auth key:
{
"bgp_auth_key": {
"value": "0xGb6eHCZQKiaJXtgd1HdULK22m0Rs0zWmR3akyRdOL"
}
}
Save this key to use when configuring BGP on Megaport.
To check the status of the partner attachment, send a GET
request to its URL:
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_TOKEN" \
"https://api.digitalocean.com/v2/partner_network_connect/attachments/<your_attachment_id>"
The state
of the partner attachment is ACTIVE
when it is ready.
Next, create a Megaport Cloud Router (MCR). The MCR routes traffic between the Virtual Cross Connections (VXCs) attached to it. If you already have an MCR, you can use the existing one.
Go to the Megaport website, then in the Megaport portal, on the top of the Services page, click the link to the Create MCR page.
133937
) unless you have a specific reason to change it.When you’re done configuring the MCR, you still need to order it to complete the process. Set up your billing details and finish ordering the MCR before proceeding.
Refer to Megaport’s Creating an MCR documentation for more in-depth information on this process.
To make a connection between Megaport and the partner attachment at DigitalOcean, add a Virtual Cross Connection (VXC) to your Megaport Cloud Router.
This step requires the service key, BGP auth key, and BGP configuration from your partner attachment.
First, find your MCR Services list in the Megaport portal.
Click the + Connection button to add a VXC.
Local router IP
from DigitalOcean is the Peer IP for Megaport). Use the BGP authentication key for the BGP Password.As with creating the MCR, you must order the VXC to complete the process.
Refer to Megaport’s Creating an MCR VXC documentation for more in-depth information.
After the MCR and VXC are configured and ordered, go to the VXC Configuration Details page. The Service Status and BGP IP Address status indicators turn green when the connection is fully established.
Back in the DigitalOcean Control Panel, return to your partner attachment’s details page. The connection status indicates Established when the connection from DigitalOcean to the Megaport Cloud Router is complete.
To finish connecting your DigitalOcean VPC networks to other clouds or datacenters you need to configure a second connection from your Megaport Cloud Router. The type of connections available are listed on Megaport’s Creating an MCR VXC page.
The following documentation links cover some common cloud provider and on-premesis destinations: