2025 Guide: Overlay vs Underlay in SD-WAN – What’s Changed? [CCNP Enterprise]

2025 Guide: Overlay vs Underlay in SD-WAN – What’s Changed?[CCNP Enterprise]

If you’re anything like my students or clients, you’ve probably heard the words “overlay” and “underlay” thrown around constantly in the world of SD-WAN. But in 2025, how much do you really understand about how these layers work—and more importantly, how they’ve evolved?

Today, we’re diving deep into the core difference between overlay and underlay in SD-WAN, how Cisco and other vendors are redefining their roles, and what changes you need to keep in mind when designing or troubleshooting a next-gen WAN architecture.

Let’s make this easy, practical, and 100% aligned with what you’d expect from a CCNP Enterprise-level breakdown.


Theory in Brief: What Are Overlay & Underlay?

Underlay Network

The underlay is the physical network—your routers, switches, MPLS links, internet circuits, and fiber connections. It’s the actual transport path over which data is carried.

Think of it as the road infrastructure that carries vehicles.

  • Examples: Internet, MPLS, LTE/4G/5G links
  • Carries packets from site to site
  • Usually managed by ISPs or service providers

Overlay Network

The overlay is the virtual network created on top of the underlay. It uses tunnels, such as IPsec, GRE, or VXLAN, to form logical paths between branch locations.

Imagine a dedicated, encrypted tunnel over the internet, like a subway system built under existing roads.

  • Built using SD-WAN controllers
  • Routes traffic based on policies (App-aware routing)
  • Enables segmentation and security

Why Overlay/Underlay Separation Matters

In traditional WAN, these layers are tightly coupled. In SD-WAN, they are decoupled, giving you greater flexibility, control, and visibility. This separation is the reason we now enjoy application-aware routing, path failover, and end-to-end telemetry.


What’s Changed in 2025?

Change AreaTraditional SD-WAN (Pre-2023)Modern SD-WAN (2025)
Transport DependenceMPLS dominatedDIA, 5G, broadband now primary underlays
Control PlaneController-initiated tunnelsAI-enhanced path selection + auto-heal
SecurityIPsec + basic firewallSASE, ZTNA integrated in overlay
TelemetrySNMP & NetFlowReal-time visibility with ML-based alerts
Policy DeploymentManual CLI-basedCentralized with intent-based GUI tools

Summary: Overlay vs Underlay

FeatureUnderlayOverlay
PurposePhysical packet transportVirtual path for logical traffic flow
TechnologyMPLS, Internet, LTEIPsec, GRE, VXLAN
Control PlaneStatic/dynamic routingController-based routing policies
VisibilityDevice-levelEnd-to-end application flow
Configuration MethodManual (CLI or NMS)Centralized via SD-WAN controller
Example ProtocolsOSPF, BGPOMP (Cisco SD-WAN), VXLAN

Essential CLI Commands

PurposeCommandDescription
View transport interfacesshow sdwan interfaceLists interfaces used in underlay
View BFD statusshow sdwan bfd sessionsMonitors overlay tunnel health
Display OMP routesshow omp routesShows overlay reachability
Check control connectionsshow control connectionsValidates overlay connectivity
Troubleshoot underlay path lossping <next-hop IP>Underlay path reachability check
Debug tunnel flapsdebug tunnel-eventsSee tunnel stability issues

Real-World Use Case: Multisite SD-WAN Deployment

SiteUnderlayOverlay Configuration
HQDual DIA + MPLSFull-mesh overlay with segmentation
Branch ABroadband + 5G backupTunnel to HQ + App policy for VoIP
Branch BInternet onlyTunnel to data center via controller
Cloud HubDirect connect + VPNOverlay extension using IPsec tunnels

EVE-NG LAB: Overlay and Underlay Demo

LAB TOPOLOGY


LAB CLI CONFIGURATION

vEdge1 Underlay Interface

interface ge0/0
 ip address 192.0.2.10/30
 tunnel-interface
  encapsulation ipsec
  color biz-internet

Overlay BFD Configuration

bfd-template 100ms
 multiplier 7
 interval 100

vSmart Policy Snippet

vpn-list DATA
 vpn 10

traffic-policy VOIP-QoS
 sequence 10
  match application voip
  action
   accept
   set
    preference 100
    restrict

Troubleshooting Tips

ProblemLikely CauseSuggested Fix
Tunnel downNo control connectionCheck show control connections
App routing not workingMissing policy on vSmartReview centralized policy config
Underlay unreachableISP down or interface errorCheck ping, show interfaces
Packet loss on tunnelBFD instabilityTune BFD template settings
Overlay route missingOMP route not advertisedVerify OMP routes on vEdge and vSmart

FAQs About Overlay vs Underlay in SD-WAN

1. What is the Underlay Network in SD-WAN?

Answer:
The underlay refers to the physical or transport network — such as MPLS, broadband internet, or LTE — that carries the actual data packets. It’s the real path between sites, responsible for basic IP connectivity.
In SD-WAN, the underlay is usually abstracted, but it still plays a critical role in determining performance, loss, latency, and jitter.


2. What is the Overlay Network in SD-WAN?

Answer:
The overlay is the logical or virtual network built on top of the underlay. It uses tunnels (typically IPsec or GRE) to securely transport data between SD-WAN edge devices.
The overlay enables centralized policies, segmentation, encryption, and application-aware routing — making it the intelligent layer of the SD-WAN architecture.


3. How Do Overlay and Underlay Work Together in SD-WAN?

Answer:
The overlay uses the underlay as a transport medium. Think of the underlay as the road and the overlay as your GPS system guiding the traffic.
The SD-WAN controller constantly monitors underlay performance and dynamically selects the best path for each application using the overlay logic. This allows real-time failover and application-based path selection.


4. What’s New in Overlay/Underlay Design for SD-WAN in 2025?

Answer:
In 2025, several enhancements are trending:

  • Cloud-native underlays (like AWS/Azure fabric extensions) are being integrated.
  • AI-driven path selection improves application performance.
  • Overlay security is now often integrated with Zero Trust Network Access (ZTNA).
  • Enhanced telemetry and real-time analytics provide better insight into both layers.

5. Can You Give a Simple Analogy to Understand Overlay vs Underlay?

Answer:
Sure!
Imagine the underlay as the physical road system — highways, streets, lanes.
The overlay is your GPS with traffic-aware routing, live directions, and preferred paths.
The GPS (overlay) doesn’t own the road (underlay), but it optimizes how you travel across it based on real-time conditions.


6. Is It Possible to Have Multiple Underlays in a Single SD-WAN Deployment?

Answer:
Absolutely. SD-WAN is designed to aggregate multiple transport types (MPLS, Internet, LTE, 5G).
This gives businesses:

  • Redundancy
  • Cost optimization (use MPLS for critical apps, broadband for best-effort traffic)
  • Seamless failover and load balancing

Each underlay can be used intelligently by the overlay based on defined SLAs and policy.


7. How Does SD-WAN Ensure Application-Aware Routing Over the Overlay?

Answer:
SD-WAN uses application recognition engines (like DPI) and metrics from the underlay (delay, loss, jitter) to make decisions in real time.
Policies are defined based on:

  • Application type (e.g., Zoom, SAP)
  • User groups or branch locations
  • Path health
    The overlay dynamically routes the traffic over the best available underlay link based on those conditions.

8. What Happens If an Underlay Link Fails? Does the Overlay Automatically Adjust?

Answer:
Yes. One of the major strengths of SD-WAN is dynamic path selection.
If an underlay link fails or degrades beyond threshold, the overlay:

  • Immediately reroutes traffic via another healthy underlay path.
  • Maintains tunnel continuity (if possible) to avoid session drops.
  • Ensures seamless failover using protocols like BFD or IP SLA.

This ensures high availability and better user experience.


9. Are Routing Protocols Still Used in Overlay and Underlay Networks?

Answer:
Yes — but with a modern twist.

  • Underlay might use traditional routing protocols (like OSPF, BGP) for basic connectivity.
  • Overlay may use control-plane protocols like OMP (Overlay Management Protocol) in Cisco SD-WAN or BGP in other vendors to exchange reachability information.

This separation allows scalable and flexible route control between branches, data centers, and cloud.


10. How Should a CCNP Engineer Approach Overlay vs Underlay in Real Deployments?

Answer:
As a CCNP Enterprise engineer, think in layers:

Always monitor both layers — issues in underlay can still disrupt the overlay!

Design the underlay for redundancy, quality, and secure physical transport.

Build intelligent overlays with policy-based routing, segmentation, and SLA assurance.

Use centralized controllers (like vSmart in Cisco SD-WAN) for overlay orchestration.


YouTube Link

Watch the Complete CCNP Enterprise: Overlay vs Underlay in SD-WAN – What’s Changed? Lab Demo & Explanation on our channel:

Class 1 CCNP Enterprise Course and Lab Introduction | FULL COURSE 120+ HRS | Trained by Sagar Dhawan
Class 2 CCNP Enterprise: Packet Flow in Switch vs Router, Discussion on Control, Data and Management
Class 3 Discussion on Various Network Device Components
Class 4 Traditional Network Topology vs SD Access Simplified

Final Note

Understanding how to differentiate and implement Overlay vs Underlay in SD-WAN – What’s Changed? is critical for anyone pursuing CCNP Enterprise (ENCOR) certification or working in enterprise network roles. Use this guide in your practice labs, real-world projects, and interviews to show a solid grasp of architectural planning and CLI-level configuration skills.

If you found this article helpful and want to take your skills to the next level, I invite you to join my Instructor-Led Weekend Batch for:

CCNP Enterprise to CCIE Enterprise – Covering ENCOR, ENARSI, SD-WAN, and more!

Get hands-on labs, real-world projects, and industry-grade training that strengthens your Routing & Switching foundations while preparing you for advanced certifications and job roles.

Emailinfo@networkjourney.com
WhatsApp / Call: +91 97395 21088

Upskill now and future-proof your networking career!