Key Points
- EdgeConnect organizes the network into three layers: underlay (physical labeled circuits), fabric (auto-built IPsec tunnels), and overlays (Business Intent policy).
- The fabric typically holds one IPsec tunnel per underlay per site pair — a branch with MPLS and Internet keeps two live, monitored tunnels to its hub.
- Orchestrator auto-discovers peerings from your chosen topology and builds/maintains every tunnel automatically — no manual per-pair configuration.
- Topology choices — hub-and-spoke, full mesh, regional mesh — trade direct connectivity against tunnel count.
- Because every transport's tunnel stays up continuously, the system is always ready to switch paths without renegotiating anything — the foundation of fast failover.
Before EdgeConnect can make any clever forwarding decisions, it needs something to forward across. That "something" is the SD-WAN fabric: a web of encrypted tunnels connecting your sites over whatever physical circuits you happen to own.
Three layers: underlay, fabric, and overlays
It helps to picture the architecture as three stacked layers:
| Layer | What it is | Example |
|---|---|---|
| Underlay | The physical WAN circuits you buy from carriers, each tagged with a label | MPLS, INET (broadband/DIA), LTE/5G |
| Fabric | A set of IPsec tunnels built between sites over those circuits — typically one tunnel per underlay per site pair | Branch↔Hub over MPLS and over Internet |
| Overlays | Logical "virtual WANs" — Business Intent Overlays — that group applications and assign SLA and path policy | "RealTime" overlay for voice, "BestEffort" for backups |
A useful analogy: the underlay is the set of physical roads (a toll highway, a free surface street, a backup gravel road). The fabric is the set of armored delivery routes you've pre-mapped on those roads. The overlays are your shipping policies — "perishable goods take the fastest clean route; bulk freight takes whatever is cheapest." Dynamic Path Control is the dispatcher who reads the policy and assigns each shipment to a route in real time.
An IPsec tunnel is an encrypted, authenticated connection between two appliances that protects traffic as it crosses an untrusted network like the public Internet. EdgeConnect builds these tunnels automatically and keeps them up continuously — the secret behind its fast failover.
Auto-discovery and automatic tunnel creation
In a traditional WAN an engineer configures every tunnel by hand. For a 100-site mesh that is thousands of tunnels and a configuration nightmare. EdgeConnect replaces this with orchestration:
- Site definition and WAN uplinks. Each appliance registers with Orchestrator. You declare each WAN interface, give it a label (MPLS, INET, LTE), and set addressing (static, DHCP, or behind NAT).
- Topology selection. You choose full mesh, hub-and-spoke, or regional hubs. Orchestrator computes which sites tunnel to which, over which labels — the auto-discovery step.
- Automatic IPsec tunnel creation. Orchestrator pushes endpoints, IKE/IPsec parameters, and NAT-traversal settings; appliances negotiate IKE, build the security associations, and register each tunnel as a logical "WAN path."
- Tunnel health monitoring. Every tunnel is then continuously monitored for latency, loss, jitter, and availability — the live data that feeds path selection.
- Route distribution. LAN networks learned via static, OSPF, or BGP are advertised across the fabric — but DPC, not the routing protocol, decides which tunnel carries which flow.
The result: between any two sites you typically have multiple parallel IPsec tunnels, one per underlay, all up and all monitored at once.
Figure 3.1: The three-layer EdgeConnect model.
Topology options
| Topology | How tunnels are built | Best for | Trade-off |
|---|---|---|---|
| Hub-and-spoke | Each branch tunnels only to one or more hubs; branch-to-branch transits a hub | Centralized apps; simple, few tunnels | Branch-to-branch takes an extra hop (added latency) |
| Full mesh | Every site tunnels directly to every other site | Heavy site-to-site traffic (VoIP, collaboration) | Tunnel count grows with the square of site count |
| Regional mesh | Sites mesh within a region; regions connect through regional hubs | Large, distributed networks | Balances direct connectivity against tunnel scale |
Animation: The three-layer fabric comes online
Circuits power up first, IPsec tunnels stitch the fabric together, then overlays ride across. Tunnels over MPLS and INET both stay up at once.
1. In the three-layer EdgeConnect model, what does the fabric layer actually consist of?
The physical MPLS, broadband, and LTE circuits bought from carriers Automatically built IPsec tunnels between sites, typically one per underlay per site pair The Business Intent Overlays that assign SLA and path policy to applications The Orchestrator management plane that pushes configuration2. Why does keeping a tunnel over every transport up continuously matter for failover later on?
It lets Orchestrator skip the auto-discovery step entirely It means a switch to a backup path needs no IKE renegotiation or routing reconvergence — only a forwarding-decision change It reduces the number of tunnels the network has to maintain It forces all traffic onto MPLS by default for predictability3. A retailer has 200 stores that mostly talk to two data centers and rarely to each other. Which topology fits best, and why?
Full mesh, because every site should have a direct tunnel to every other site Hub-and-spoke, because traffic is centralized and it keeps tunnel counts manageable Regional mesh, because the stores are geographically close No topology — tunnels should be configured by hand per store4. What is the role of auto-discovery in Orchestrator?
It scans the Internet for unknown EdgeConnect appliances to add automatically It takes your expressed topology intent and computes which sites peer with which, over which labels It discovers application traffic and assigns it to overlays It measures loss and latency to discover the healthiest path5. Once the fabric is built, what decides which tunnel actually carries a given flow's packets?
The routing protocol (OSPF or BGP) that advertised the LAN networks Dynamic Path Control, not the routing protocol The carrier's MPLS provider edge Whichever tunnel was built first during IKE negotiation