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

# 6WIND with Megaport Virtual Edge

> This help topic describes 6WIND 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;
};

The integration of 6WIND and its Virtual Service Router (VSR) with Megaport's MVE delivers secure, high-performance multicloud and hybrid cloud connectivity, allowing you to connect, secure, and easily manage your cloud environments. For more information, see the [6WIND VSR Datasheet](https://media.megaport.com/docs/pdf/6wind/6wind-mega-virtual-service-router.pdf).

6WIND provides an overlay network and manages the network connections, routing, 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 6WIND fabric acts as the overlay, and the Megaport SDN acts as the underlay.

For more information, see [6WIND Licensed Network Functions](/mve/6wind/6wind-network-functions).

The following diagram shows an example network implementation of 6WIND features over the Megaport network.

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