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

# Palo Alto Networks VM-Series Firewall with Megaport Virtual Edge

> This help topic describes Palo Alto Networks with Megaport Virtual Edge (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;
};

Palo Alto Networks offers a range of solutions for MVE, providing both advanced network flexibility and scalability, and robust security options. Depending on your needs, you can deploy a Palo Alto Networks VM-Series Firewall for extra security to your network at the edge or Palo Alto Networks Prisma SD-WAN for streamlined network management and SD-WAN functionalities.

VM-Series is the next-generation firewall (NGFW) solution from Palo Alto Networks that adds extra security to your network at the edge. Using Megaport Virtual Edge (MVE), you can quickly and securely deploy a NGFW in many global locations.

In the Megaport Portal you create and manage the MVE and Virtual Cross Connects (VXCs) to cloud on-ramps and other services in the Megaport software-defined network. MVE acts as the underlay providing the compute, networking, and connectivity on demand, so that when it is paired with the overlay of the VM-Series NGFW it quickly and securely deploys a complete virtual firewall service. You manage the firewall via the appliance's local GUI or Palo Alto network orchestrator, [Panorama](https://docs.paloaltonetworks.com/panorama).

The following diagram shows an example network implementation of Palo Alto Networks VM-Series Firewall features over the Megaport network.

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