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

# Fortinet FortiGate with Megaport Virtual Edge

> This help topic describes Fortinet FortiGate 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;
};

Fortinet FortiGate 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 Fortinet FortiGate fabric acts as the overlay, and the Megaport SDN acts as the underlay.

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

The following diagram shows an example network implementation of Fortinet FortiGate features over the Megaport network.

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