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

# Megaport On-ramp as a Service

> This help topic describes what Megaport On-ramp as a Service is and provides detailed information on how to order it.

export const Gloss = ({term, anchor, langDir = 'en'}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Gloss -';
  if (typeof term !== 'string') {
    term = String(term);
  }
  if (typeof anchor !== 'string') {
    anchor = String(anchor);
  }
  if (!term || term === 'undefined') {
    console.error(`${errorPrefix} the \`term\` property is required — rendering an empty string instead`);
    return <></>;
  }
  if (!anchor || anchor === 'undefined') {
    console.error(`${errorPrefix} the \`anchor\` property is required — rendering an empty string instead`);
    return <></>;
  }
  const lang = langDir === 'en' ? '/' : '/' + langDir + '/';
  const glossaryPage = lang + 'glossary/#' + anchor;
  return <a href={glossaryPage}>{term}</a>;
};

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;
};

Megaport On-ramp as a Service (OaaS) is purpose-built for service providers to deliver private, dedicated connectivity to their end customers, helping them meet stringent security and compliance requirements.

With Megaport OaaS, the entire process is fully automated. A virtual LAN (<Gloss term="VLAN" anchor="vlan" />) is created automatically, IP addresses are assigned, Border Gateway Protocol (<Gloss term="BGP" anchor="bgp" />) peering details are generated, and traffic is secured end-to-end. Megaport OaaS eliminates the manual back-and-forth of service key exchanges and removes the need for additional development effort from service providers.

By bypassing the risks of the public internet, Megaport OaaS provides a more secure, compliant, and reliable alternative for accessing mission-critical Software as a Service (<Gloss term="SaaS" anchor="saas" />) applications, transporting sensitive data, and connecting to Security Service Edge (SSE) solutions, without the delays or complexity of manual provisioning.

## Who is it for?

Megaport OaaS is suitable for a wide range of service providers, including SSE and Secure Access Service Edge (<Gloss term="SASE" anchor="sase" />) providers, storage providers, and any SaaS application providers delivering services to end customers.

It is also well-suited for telco providers that need to deliver SSE, SASE, storage, and other SaaS services to their customers.

The following network diagram shows how service providers integrate their services into the Megaport network fabric using Megaport OaaS.

<Image src="/images/deployment/onramp-as-a-service/megaport-oaas.png" alt="OaaS" shadow={true} width={800} />

## Key benefits of Megaport OaaS

Megaport OaaS provides a platform for service providers to offer automated, secure, and private connectivity to cloud environments.

Traditional connectivity methods often depend on expensive, fixed-capacity leased lines or expose traffic to the public internet, lacking the sophisticated automation found in hyperscaler private on-ramps. As a result, service providers’ customers are frequently pushed into manual, non-standardized connection processes.

Megaport OaaS addresses this challenge by enabling service providers to deliver hyperscaler-level on-ramp automation without requiring internal development resources.  The key benefits are summarized below.

* **Private on-ramp** -- Provide private, direct connectivity to cloud environments. Eliminate the need for service providers to build and maintain their own on-ramp infrastructure or dedicate resources to connection automation.

* **Automated provisioning** -- Facilitate the rapid, automated configuration of network elements. Automatically generate VLAN, IP address assignments, and Border BGP peering details within minutes, resulting in the delays and complexity of manual coordination or service key exchange processes.

* **Secure transport** -- Offer a secure, dedicated path for data transport that bypasses the public internet. Enable secure transport without requiring the engineering of Virtual Private Network (<Gloss term="VPN" anchor="vpn" />)/(<Gloss term="IPsec" anchor="ipsec" />) tunnels or the capital investment in dedicated private circuits.

* **Global reach** – Extend network connectivity using the existing Megaport infrastructure. Allow service providers to establish connectivity in geographical regions where they lack a physical network footprint, providing a stable alternative to the public internet for global interconnection.

## Ordering Megaport OaaS

Below is a step-by-step workflow that describes how to order a Megaport OaaS.

1. Contact your Megaport Account Manager or Solution Architect to discuss your requirements. We will use those requirements to design a network solution that meets your needs.

2. After you and Megaport agree on the proposed solution, your Megaport Account Manager will provide a Manual Service Order (MSO) form for your review and acceptance of pricing, terms, and conditions.

3. After you sign the MSO, Megaport will place the order and send the connectivity details to the service provider.

## Helpful references

* [Introducing Megaport](/overview)
* [Megaport Cloud Connectivity Overview](/cloud/megaport)
* [Megaport Marketplace Overview](/marketplace/overview)
* [Understanding Locations](/enabled-locations)
