> ## Documentation Index
> Fetch the complete documentation index at: https://docs.megaport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Aruba EdgeConnect SD-WAN with Megaport Virtual Edge

> This help topic describes Aruba EdgeConnect SD-WAN with Megaport MVE functionality.

export const Image = ({src, alt = '', caption, width, height, shadow}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Image -';
  if (typeof src !== 'string') {
    src = String(src);
  }
  if (!src || src === 'undefined') {
    console.error(`${errorPrefix} \`src\` is required — rendering an empty string instead`);
    return <></>;
  }
  const img = <img className={['mega-image-style', shadow ? 'shadow' : ''].join(' ')} src={src} alt={alt} width={width} height={height} style={{
    display: 'block'
  }} />;
  return caption ? <figure>
      {img}
      <figcaption style={{
    textAlign: 'center',
    width
  }}>{caption}</figcaption>
    </figure> : img;
};

Aruba EdgeConnect SD-WAN creates the private overlay network and manages the network connections and network policies. You use the Megaport Portal to create and order the MVE and create and manage the Virtual Cross Connects (VXCs) to the cloud on-ramps and other services in the Megaport SDN. The Aruba SD-WAN fabric acts as the overlay, and the Megaport SDN acts as the underlay.

<Note>
  TCP throughput issues caused by NIC driver settings have been fixed in EdgeConnect versions 9.1.4.1 and later and 9.2.2.0 and later.
</Note>

The following diagram shows an example network implementation of Aruba EdgeConnect SD-WAN features over the Megaport network.

<Image src="/images/mve/mve-overview-1-sdwan.png" alt="MVE vRouter + Firewall" width={850} />
