Skip to content

Creating an MVE Integrated with VMware

This topic describes how to create and configure a Megaport Virtual Edge (MVE) with VMware SD-WAN. Once you have a Megaport account, you use the VMware centralized management console called Orchestrator. In Orchestrator you create and configure the profile and edge device. In the Megaport Portal, you create, administer, maintain, monitor, and terminate MVE.

Before you begin, you need to create a Megaport account:

  • New Megaport customers – Log in to the Megaport Portal, create your account, and proceed to your VMware SD-WAN Orchestrator account. For more information on setting up a Megaport account, see Creating an Account.
  • Existing Megaport customers – Proceed to Creating a VMware edge profile and device to start creating a new MVE.

Tip

VMware provides documentation for their SD-WAN product at VMware SD-WAN Documentation.

Licensing

Before you create an MVE in the Megaport Portal, you need a valid license from VMware. For more information on obtaining a VMware license, see Edge Licensing or ask your VMware Sales Associate or Reseller.

Basic steps

This section provides an overview of the configuration steps in VMware Orchestrator and the Megaport Portal.

The basic steps are:

  • Create a VMware edge device profile and edge device in Orchestrator.
  • Configure the VMware edge device and apply the profile to the device.
  • Generate an SSH public key.
  • Create an MVE instance in the Megaport Portal.

Creating a VMware Virtual Edge profile and device

To get started, you create a default profile so that when the edge device registers to Orchestrator, it retrieves its base configuration, connects to Orchestrator, and enables some specific firewall rules. After that you can manage the MVE device through Orchestrator.

To create an edge profile in Orchestrator

  1. Log in to the VMware SD-WAN Orchestrator.

  2. Click the link for the Customer profile account.

  3. Choose Configure > Profiles.

  4. Click New Profile.

  5. Enter a Profile Name and an optional Description.
    For example, megaport-default-profile.
    Create Profile

  6. Click Create.

To create a virtual edge device in Orchestrator

  1. Select the Device tab.

  2. Select Global Segment from the Configure Segment drop-down.

  3. Enable Cloud VPN.
    Enable Cloud VPN

  4. Unselect all device types, except for Virtual Edge.

  5. Under Device Settings: Virtual Edge, click Edit next to GE1 and GE2 and disable those interfaces sequentially.

  6. Ensure that GE3 is enabled.
    GE3 becomes the first available routed interface. Other ports do not require to be disabled and can be left in their current state.
    Device Settings

  7. Configure the following options for the GE3 interface:

    • Interface Enabled – Select this option.
    • Capability – Choose Routed from the drop-down list.
    • Addressing Type – Choose DHCP from the drop-down list.
    • WAN Overlay – Enable this option and choose Auto-Detect Overlay from the drop-down list.
    • All other interfaces – Leave the default values.
  8. Click Update GE3.

  9. Under Wi-Fi Radio, ensure that Radio Enabled is unselected (there are no wireless interfaces).

  10. Click Save Changes in the upper-right corner.

  11. Select the Firewall tab and enter comma-separated IP values for any customer-side management IPs that require access to the edge device.
    Edge Access

  12. Ensure that the Firewall Status option is set to On.

  13. Next to Support Access, enter the trusted IP addresses that are allowed access to the device.

  14. Next to SNMP Access, you can optionally allow SNMP access to the WAN public interface. Enter the trusted IP addresses to allow.

  15. Next to Local Web UI Access, enter the trusted IP addresses to allow access to the WAN interface. This is important because you are configuring a VMware Virtual Edge device with no LAN ports and no console.

  16. Accept 80 as the Local Web UI Port Number or change it to match your environment.

  17. Click Save Changes in the upper-right corner.

The next step is to configure and assign the profile to the edge device.

Configuring the VMware edge device

After creating the profile, you will configure the edge device to get it connected to the internet.

To configure a VMware edge device in Orchestrator

  1. In Orchestrator, click the link for the Customer profile account.

  2. Choose Configure > Edges.

  3. In the upper-right corner, click New Edge….

  4. Populate the fields as required for your network.

    • Name – Enter a name for the edge device.
    • Model – Choose Virtual Edge from the drop-down list.
    • Profile – Select the recently created profile to assign to the new edge device.
    • Authentication – Choose an authentication option for the edge device.
      For more information on the authentication options, see the VMware SD-WAN documentation.
    • Edge License – Choose the license to apply to this edge device. The list displays the licenses assigned to your enterprise. Licenses are grouped by the edge device throughput limit (1 Gbps or 10 Gbps), region, and length of contract. For more information on obtaining a VMware license, see Edge Licensing or ask your VMware Sales Associate or Reseller.
    • Custom Info (optional) – Enter a description for the edge device.
    • Contact Name and Contact Email – Enter a contact name and email address for this device.
      Provision New Edge
  5. Click Create.

  6. The Edge Overview tab lists an activation key. Save the activation key for use in the Megaport Portal. Edge Overview Tab

  7. Make any device-specific changes to the Device, Business Policy, or Firewall parameters. Or, use a device-specific profile to use predefined profile settings.

  8. Click Save Changes in the upper-right corner.

The next step is to generate an SSH key for authentication.

Administrative access to MVE

Megaport MVE and Orchestrator connect through a public/private SSH key pair to establish secure connections. The public SSH key allows you to SSH into Orchestrator and set the administrative password, enable HTTPS access, and optionally register the MVE to Orchestrator.

Megaport supports the 2048-bit RSA key type.

To generate an SSH key pair (Linux/Mac OSX)

  • Run the SSH keygen command:
     ssh-keygen -f ~/.ssh/megaport-mve-instance-1-2048 -t rsa -b 2048
    

The key generator command creates an SSH key pair and adds two files to your ~/.ssh directory:

  • megaport-mve-instance-1-2048 - contains the private key.
  • megaport-mve-instance-1-2048.pub - contains the public key that is authorized to log in to the VMware account.

To generate an SSH key pair (Windows, using PuTTYgen)

  1. Open PuTTYGen.
  2. In the Key section, choose RSA 2048 bit and click Generate.
  3. Move your mouse randomly in the small screen to generate the key pairs.
  4. Enter a key comment, which will identify the key.
    This is convenient when you use several SSH keys.
  5. Enter a Key passphrase, and re-enter to confirm.
    The passphrase is used to protect your key. You will be asked for it when you connect via SSH.
  6. Click Save private key, choose a location, and click Save.
  7. Click Save public key, choose a location, and click Save.

Public keys: You’ll copy and paste the contents of the public key file in the Megaport Portal later to distribute the public key to the edge device. Your private key will match the public key to grant access. Only a single private key has access to the edge device for SSH access.

Creating an MVE in the Megaport Portal

Before you create an MVE, you need to determine the best location - one that supports MVE and one that is in the most compatible metro area. You can connect multiple locations to an individual MVE. For location details, see Planning Your Deployment.

You can deploy multiple MVEs within the same metropolitan area for redundancy or capacity reasons.

To create an MVE

  1. In the Megaport Portal, go to the Services page.
  2. Click Create MVE.
    Create MVE button

  3. Select the MVE location.

    Select a location geographically close to your target branch and/or on-premises locations.

    The country you choose must be a market in which you have already registered. To search for your local market in the list, enter a country in the Country Filter or a metro region detail in the Search filter.

    If you haven’t registered a billing market in the location where you will deploy the MVE, follow the procedure in Enabling Billing Markets.

  4. Select a diversity zone.
    You can select either Red or Blue, or select Auto and have Megaport select the zone for you. The selected or allocated diversity zone will be displayed on the location details through the rest of the provisioning, and on the summary page at the end.
    For more information, see MCR and MVE Diversity.

    Select MVE location

  5. Click Next.

  6. Select VMware SD-WAN and the software version.
    The MVE will be configured to be compatible with this software version from VMware.

  7. Specify the MVE details:

    • MVE Name – Enter a name for the MVE that is easily identifiable, particularly if you plan on provisioning more than one. This name appears in the Megaport Portal.

    • Size – Select a size from the drop-down list. The list displays all sizes that match the CPU capacity at the selected location. The sizes support varying numbers of concurrent connections, and individual partner product metrics vary slightly. For sizing details, see Planning Your VMWare Deployment.

      Note

      Partner-managed accounts can associate a Partner Deal to a service with a minimum 12-month subscription. For more information, see Associating a Deal With a Service.

    • Service Level Reference (optional) – Specify a unique identifying number for the MVE to be used for billing purposes, such as a cost center number or a unique customer ID. The service level reference number appears for each service under the Product section of the invoice. You can also edit this field for an existing service.

    • Orchestrator Address – Enter an FQDN (Fully Qualified Domain Name) or IPv4 or IPv6 address for the Orchestrator where you created the edge device.

    • Activation Code – Enter the activation key provided to you by Orchestrator after creating the edge device.

    • SSH Key – Copy and paste the contents of your public SSH key here. You can find the public key in the megaport-mve-instance-1-2048.pub file generated earlier.

    • Virtual Interfaces (vNICs) – Each MVE is configured with one vNIC named Data Plane by default. To change the name, type over the name text in the box.

      You can add a total of five vNICs to the MVE, including the one added by default. For more information, see Types of vNIC Connections.

      To add a vNIC:

      • Click + Add.

        Add vNIC

      • Enter a name for the vNIC.

        Add name for vNIC

      Note

      If you want to increase or decrease the number of vNICs on this MVE after it has been deployed, you will have to delete the entire MVE and recreate it. You can’t add or delete vNICs on a deployed MVE.

    • Minimum Term – Select No Minimum Term, 12 Months, 24 Months, or 36 Months. Longer terms result in a lower monthly rate. 12 Months is selected by default.
      For more information on contract terms, see MVE Pricing and Contract Terms.

      Note

      Partner and partner-managed accounts select MVE subscriptions instead of MVE contract terms.

    MVE details

  8. Click Next to view the Summary page.
    The monthly rate is based on location and size.
    MVE summary

  9. Confirm the configuration and pricing then click Add MVE.
    You are prompted to create a Megaport Internet connection. A Megaport Internet connection provides connectivity and allows MVE to register and communicate with the SD-WAN overlay network. The overlay network is created and maintained by VMware SD-WAN to provide secure tunnels from the branch locations.
    Create Megaport Internet connection

To create the Megaport Internet connection

  1. Click Create Megaport Internet to proceed (recommended), or click Not now to provision internet access at a later time.

    Note

    MVE requires connectivity to the internet. You can either provision a Megaport Internet connection or provide your own internet access.

  2. Select the target Port (the internet router).
    The B-End of a Megaport Internet connection can be anywhere in the same country as the originating MVE.
    You can filter by diversity zone, or select to view all.

  3. Click Next.

  4. Specify the connection details:

    • Connection Name – The name of your Megaport Internet connection to be shown in the Megaport Portal.

    • Service Level Reference (optional) – Specify a unique identifying number for the Megaport Internet connection to be used for billing purposes, such as a cost center number or a unique customer ID. The service level reference number appears for each service under the Product section of the invoice.

      Tip

      Use the same Service Level Reference numbers for the Megaport Internet connection and MVE to help identify the matching pair in your invoice.

    • Rate Limit – The speed of your connection in Mbps. The rate limit is adjustable from 20 Mbps to 10 Gbps in increments of 1 Mbps. You can change the speed as needed after you create the Megaport Internet connection. Monthly billing details appear based on location and rate limit.

    • VXC State – Select Enabled or Shut Down to define the initial state of the connection. For more information, see Shutting Down a VXC for Failover Testing.

      Note

      If you select Shut Down, traffic will not flow through this service and it will behave as if it was down on the Megaport network. Billing for this service will remain active and you will still be charged for this connection.

    • A-End vNIC – Specify a vNIC from the drop-down list. The list reflects the vNICs that you defined when you created the MVE.

    • Preferred A-End VLAN (optional) – Specify an unused VLAN ID for this connection.
      This must be a unique VLAN ID on this MVE and can range from 2 to 4093. If you specify a VLAN ID that is already in use, the system displays the next available VLAN number. The VLAN ID must be unique to proceed with the order. If you don’t specify a value, Megaport will assign one.

      Alternatively, you can click Untag. This selection removes the VLAN tagging for this connection and it will be configured without a VLAN ID.

    • Minimum Term – Select No Minimum Term, 12 Months, 24 Months, or 36 Months. Longer terms result in a lower monthly rate. 12 Months is selected by default.
      Take note of the information on the screen to avoid early termination fees (ETF). See Megaport Internet Pricing and Contract Terms and VXC, Megaport Internet, and IX Billing for more information.

    Megaport Internet connection details

  5. Click Next to proceed to the connection detail summary.

  6. Click Add VXC to order the connection. Configured services

  7. Click Order.
    Order services

  8. If you have a promotional code, click Add Promo Code, enter it, and click Add Code.

  9. Click Order Now.
    Order services

Ordering the MVE provisions the instance and assigns IP addresses from the Megaport SDN. The MVE provisioning takes only a few minutes to complete. The provisioning process spins up a VMware MVE instance.

Viewing the MVE in the Megaport Portal

After creating the MVE, you can view it in the Megaport Portal on the Services page. You can also view the public IP addresses assigned.

To view an MVE in the Megaport Portal

  • Go to the Services page.

MVE and Megaport Internet connection in the Megaport Portal

The Megaport Internet icon differs from a standard VXC icon in the Megaport Portal, as shown in the image.

For more information on the Services page, see Understanding the Services Page.

To view the public IP addresses assigned to the MVE

  1. Click the gear icon Gear icon next to the Megaport Internet connection.
    The Connection Configuration screen appears. From here, you can modify any of the Megaport Internet connection details.

  2. Click the Details tab.

  3. Locate the public IP address (IPv4 or IPv6).
    These are the public IP addresses assigned to the MVE. Make a note of these addresses for use later.

  4. Verify that you see your new MVE device in the Megaport Portal under Services.

The Public IP Addresses (IPv4 or IPv6) are the addresses of the MVE device. By this time, the new MVE should be registered to your Orchestrator and ready for additional configuration.

Viewing the MVE in Orchestrator

After creating the MVE, you can monitor the status in Orchestrator.

To view an MVE in Orchestrator

  1. Log in to Orchestrator.
  2. Choose Monitor > Network Overview.
  3. Click the MVE edge device from the list.
    The Link Status and Bandwidth Usage metrics are displayed.

    Orchestrator

Validating your connection

  • In Orchestrator under Test & Troubleshoot > Remote Diagnostics, select the MVE and click Run for Troubleshoot BGP - Show BGP Summary to verify the BGP session and ensure the edge device is up.

You can also check connectivity and BGP status from the CLI of the edge device. For more information, see Reviewing MVE Connection Settings in VMware SD-WAN.

Next steps

Once the MVE is provisioned with an Active status, the next step is to create VXCs to connect the Megaport network to other MVEs or cloud service providers. You can optionally connect a physical Port to the MVE through a private VXC or connect to a service provider in the Megaport Marketplace.

For more information, see Creating a VXC.


Last update: 2024-04-15