SD-WAN

Central Breakout Using Hub-and-Spoke SD-WAN Topology

Central Breakout Using Hub-and-Spoke SD-WAN Topology

A practical design guide for routing branch internet traffic through a secure central hub.

In one sentence: Central breakout sends internet-bound traffic from every spoke through the hub, where security, NAT, monitoring, and policy enforcement are applied before traffic reaches the internet.

1. Why central breakout matters

Branch networks often need the flexibility of SD-WAN without giving up centralized control. In a hub-and-spoke design, each branch forms an encrypted tunnel to a central hub. Instead of accessing the internet locally, branch traffic follows the tunnel to the hub and exits through the hub’s WAN connection.

This creates one consistent enforcement point for internet access. Security teams can apply the same inspection, access policies, public IP identity, and logging standards across sites, while operations teams gain a simpler place to observe and troubleshoot traffic flows.

2. How traffic moves through the network

Figure 1. Outbound and return traffic in a central-breakout hub-and-spoke design.

  • A user at a branch opens an internet or SaaS application.
  • The spoke matches the default internet route and sends the session through an encrypted SD-WAN tunnel.
  • The hub applies security policy, monitoring, and source NAT before forwarding the session to the internet.
  • Return traffic reaches the hub public IP, is mapped to the original session, and travels back through the correct spoke tunnel.

3. What the design delivers

Centralized internet breakout changes how branch traffic is handled by bringing security, visibility, and public internet access under a common hub. The result is a more consistent approach to managing internet traffic across distributed locations.

1. Consistent security policy

All branches of internet traffic crosses the same inspection and policy boundary. This is useful when an organization needs uniform filtering, auditing, or compliance controls across many locations.

2. Centralized observability

Internet sessions are easier to monitor because the breakout point is consolidated. Operations teams can correlate events, investigate failures, and measure usage from a common location.

3. Predictable public identity

Source NAT at the hub allows branch users to appear on the internet through the hub public IP. This can simplify SaaS allow-listing and partner access policies.

4. The four-part implementation

Implementing centralized internet breakout requires the SD-WAN fabric, hub, and spoke configurations to work together correctly. The process can be structured into four key steps, from building the fabric to directing internet-bound traffic through the hub.

1. Build the SD-WAN fabric

Create an SD-WAN network in the parent cluster, assign a tunnel CIDR, select HUB\_AND\_SPOKE, choose the SLA profile, and set the required MTU and cipher. Enable options such as a public hub IP, Layer 2 tunneling, or WAN optimization only when they match the design.

2. Add and prepare the hub

Add the hub appliance, select HUB as its member type, supply its static public IP when applicable, and choose the WAN links that will participate. Configure outbound forwarding toward the WAN and ensure the hub has sufficient internet capacity for aggregate spoke traffic.

3. Add each spoke and advertise the right networks

Add each branch appliance as a SPOKE, select its participating WAN links, and advertise only the LAN subnets that must be reachable over the fabric. Create the required SD-WAN SLA and member rules at the spoke so path selection and failover operate as intended.

4. Direct internet traffic to the hub

Use the default route, 0.0.0.0/0, as the policy intent for central breakout. Validate that the selected rule sends internet-bound sessions into the SD-WAN fabric and that the hub forwards them toward its WAN. Avoid overlapping or more-specific routes that unintentionally bypass the hub.

Important: A default route has broad impact. Confirm a management-access and rollback plan before activation, especially when the same tunnel carries production traffic.

5. NAT: the part that completes the path

Central breakout requires a complete forward and return path. At the hub, source NAT translates branch traffic to the hub’s public IP before it reaches the internet. Connection tracking and the corresponding return translation then associate replies with the original branch session and route them back through the correct tunnel.

If the platform exposes separate Forward NAT, Reverse NAT, or reverse-rule controls, enable and validate the rules required by the deployed software version. Existing automatically created SD-WAN rules may be reused when they match the intended route and security policy.

6. Choosing a path-selection algorithm

Algorithm Best suited to Key consideration
Session-based weighted Web, file transfer, TCP sessions Keeps each session on one path and reduces packet reordering.
Packet cloning Voice, critical real-time traffic Improves resilience but consumes additional bandwidth.
Per-packet weighted Selected stateless or UDP traffic Uses links efficiently but may reorder packets.
Best path Applications governed by SLA metrics Adapts to latency, jitter, loss, and available bandwidth.

For most general branch traffic, session-based weighted load balancing is a practical starting point because it balances utilization while preserving session consistency. More specialized techniques should be applied selectively according to application behavior and bandwidth cost.

7. Validation checklist

  • Every spoke shows a healthy tunnel to the hub and receives the expected tunnel address.
  • The branch default route resolves through the intended SD-WAN rule.
  • Public-IP checks from a branch show the hub egress address.
  • DNS, web browsing, SaaS access, and large downloads work from each spoke.
  • Return traffic follows the same logical path and sessions remain stable during link failover.
  • Hub firewall, NAT, and monitoring logs identify the originating branch correctly.
  • Hub WAN capacity and redundancy are sufficient for combined branch demand.

8. Design considerations

Central breakout trades some path efficiency for control. Traffic may travel farther than it would with local breakout, increasing latency and hub bandwidth consumption. The hub also becomes a critical shared service, so resilient WAN links, capacity planning, redundant appliances, and tested failover are essential.

Use central breakout when security consistency, regulatory control, shared services, or a predictable public IP matter more than the shortest internet path. Where latency-sensitive cloud applications dominate, consider a hybrid policy that keeps selected applications local while routing governed traffic through the hub.

9. Where central breakout is most useful

Central breakout is particularly useful when many branches need internet access but the organization wants security and operational decisions to remain centralized. Instead of deploying and maintaining a complete security stack at every location, branches send selected internet traffic to a hub where shared controls can be applied consistently.

1. Banks and regulated organizations

Branch traffic can pass through centrally managed firewalls, inspection systems, logging platforms, and compliance controls. This helps enforce a common policy across locations and provides a consolidated audit trail.

2. Retail stores and distributed offices

Stores or small offices often have limited local IT resources. Central breakout allows internet access, content filtering, threat inspection, and troubleshooting to be managed from a data center or headquarters rather than separately at every branch.

3. Organizations using IP-based SaaS allow-lists

When SaaS platforms, partners, or payment services permit access only from approved public IP addresses, central breakout can present the hub public IP for users at many branches. This avoids maintaining a separate allow-list entry for every local ISP address.

4. Environments with shared security services

Traffic can be directed through central firewalls, secure web gateways, intrusion-prevention systems, proxies, data-loss prevention services, or malware inspection tools before it reaches the internet.

5. Branches using basic or untrusted internet circuits

A branch can use an economical broadband or cellular underlay while the encrypted SD-WAN overlay carries governed internet traffic to the hub. The provider circuit supplies transport, while enterprise security policy remains under organizational control.

10. Problems central breakout can solve

Operational problem How central breakout helps Result
Different security policies at every branch Routes internet traffic through a common enforcement stack at the hub. More consistent protection and governance.
Limited visibility into branch internet traffic Consolidates logs, sessions, alerts, and usage at the central exit. Simpler monitoring and investigation.
Changing or numerous branch public IP addresses Uses the hub public IP as the shared internet identity. Simpler SaaS and partner allow-listing.
–High cost of security appliances at small sites Allows branches to consume shared hub security services. Lower branch complexity and operational overhead.
Difficult policy updates across many locations Policy changes are concentrated at the central security boundary. Faster and more uniform change control.
Uncontrolled direct internet access The overlay default route or application policy sends governed traffic to the hub. Reduced accidental policy bypass.
Complex branch troubleshooting Provides a known traffic path and centralized logs for analysis. Faster isolation of routing, NAT, or security problems.
Need to inspect branch-to-cloud sessions Steers selected SaaS or cloud traffic through approved inspection services. Improved compliance and threat detection.

11. How a typical use case works

Consider an organization with fifty branch offices and a firewall cluster at headquarters. Without central breakout, every branch may use a different ISP address, security configuration, and logging method. With central breakout, the intended traffic flow becomes:

  • A branch user starts an internet or SaaS session.
  • The spoke policy matches that traffic and sends it through the encrypted SD-WAN tunnel.
  • The hub applies firewall policy, web filtering, threat inspection, and logging.
  • Source NAT translates the session to the hub public IP.
  • The internet response returns to the hub and is mapped back to the correct branch session.
  • Operations teams can review the entire transaction from the central monitoring location.
Practical outcome: The branch requires connectivity and an SD-WAN appliance, while the more complex internet-security and visibility functions can remain centralized.

12. When central breakout may not be the best choice

Central breakout is not automatically the right path for every application. The additional trip through the hub may create avoidable latency or consume excessive hub bandwidth. Consider local or hybrid breakout when:

  • Branches use latency-sensitive SaaS, voice, video, or collaboration platforms whose nearest service edge is local.
  • The hub does not have enough WAN, firewall, or encrypted-throughput capacity for aggregate branch demand.
  • A hub outage would interrupt internet access for too many sites and adequate redundancy is unavailable.
  • Local regulations require traffic to remain inside a region that is different from the hub location.
  • Branches already have an approved local security stack and direct internet access is operationally preferable.

A hybrid design is often the most balanced answer: keep trusted, latency-sensitive SaaS traffic local and send regulated, unknown, private-application, or high-risk traffic through the central hub.

13. Decision checklist

  • Do multiple sites need the same firewall, filtering, inspection, or compliance policy?
  • Would a common public IP simplify access to SaaS or partner platforms?
  • Is centralized logging more important than the shortest internet path?
  • Can the hub and its WAN links handle the combined peak traffic from all participating branches?
  • Is the hub redundant, and has failover been tested?
  • Which applications should use central breakout, and which should remain local?
  • Are NAT, return routing, DNS behavior, and rollback access fully defined?

14. Conclusion

A hub-and-spoke SD-WAN design provides a clear way to centralize branch internet access. When default-route policy, forwarding, NAT, SLA monitoring, and return routing are aligned, every spoke gains controlled access through a common security boundary. The result is simpler policy enforcement and better visibility, provided the hub is engineered for the traffic and availability it must carry.

15. Frequently Asked Questions

1. What is central internet breakout in an SD-WAN environment?

Central internet breakout routes internet-bound traffic from branch locations through a central SD-WAN hub instead of allowing each branch to access the internet directly. The hub becomes the common point for security inspection, policy enforcement, monitoring, and NAT.

2. What are the main benefits of using central breakout?

Central breakout provides consistent security policies, centralized visibility, and a predictable public IP address for branch users. It can also simplify SaaS allow-listing, compliance controls, troubleshooting, and security management across multiple locations.

3. How does internet traffic reach the central hub?

The spoke uses the default route, 0.0.0.0/0, to identify internet-bound traffic and sends it through the encrypted SD-WAN tunnel to the hub. The hub then applies the required security policies and source NAT before forwarding the traffic to the internet.

4. What should be considered before implementing central internet breakout?

Organizations should evaluate hub WAN capacity, firewall and encrypted-throughput requirements, redundancy, latency, NAT and return routing, and the applications that will use the centralized path. Central breakout can increase latency and hub bandwidth consumption, so capacity and failover planning are important.

5. When is central breakout most useful?

Central breakout is particularly useful for distributed organizations such as banks, retail stores, branch offices, and environments that rely on IP-based SaaS allow-lists or shared security services. It is most valuable when centralized security, compliance, monitoring, or a common public IP is more important than taking the shortest path to the internet.

Jaimin Suthar

Sr. Network Engineer Team Leader

Jaimin Suthar

Jaimin Suthar is a Team Leader with over six years of experience in enterprise networking, SD-WAN, firewalls, cloud connectivity, and LAN/WAN infrastructure. He specializes in designing, implementing, and troubleshooting secure, reliable, and scalable network architectures while leading technical support, customer escalations, and solution deployments.

Recent Posts