> ## 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.

# Versa Secure SD-WAN with Megaport Virtual Edge

> This help topic describes Versa Secure 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;
};

Versa Secure SD-WAN creates the private overlay network and manages the network connections and network policies. The Megaport Portal is used 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 Versa Secure SD-WAN fabric acts as the overlay, and the Megaport SDN acts as the underlay.

<Note>
  Versa offers several management system options. For simplicity, this documentation  describes deployments using the Versa Director console.
</Note>

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

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