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

## Palo Alto Networks Prisma SD-WAN

Palo Alto Networks Prisma SD-WAN is the next-generation SD-WAN solution that is autonomous, application-defined, and cloud-delivered. Prisma SD-WAN helps you secure and connect your branch offices and data centers without increasing cost and complexity.

Prisma SD-WAN provides complete end-to-end visibility into performance and remediation to provide application resiliency. With Prisma SD-WAN, businesses can enable cloud-delivered infrastructure for the network, security, operations, and multicloud by seamlessly deploying third-party entities, such as MVE, at speed and scale without added resources.

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. You host virtual instances of Palo Alto Networks Prisma SD-WAN on the MVE, managed within Palo Alto Networks centralized [Strata Cloud Manager console](https://docs.paloaltonetworks.com/strata-cloud-manager).

The following diagram shows an example network implementation of Palo Alto Networks Prisma SD-WAN features over the Megaport network.

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