Every vendor promises 99.99% uptime. Very few deliver it in an actual Indian network environment.

I’ve designed, deployed, and managed SD-WAN architectures across this country — from multi-site manufacturing plants in Gujarat and Tamil Nadu to BFSI data centres in Mumbai and BPO campuses in NCR. The conditions that kill uptime in India are specific: monsoon season link degradation, last-mile provider variability, power fluctuations at remote sites, and the sheer complexity of managing 15-50 branch connections with different ISPs, different SLAs, and different reliability profiles.

Here’s the Fortinet SD-WAN architecture I actually deploy — the one that delivers 99.98% measured uptime over 18 months across a 23-site manufacturing deployment.

The Architecture: FortiGate SD-WAN with Active-Active Load Balancing

The core of a high-uptime SD-WAN is active-active multipathing. Every site has at least two WAN links — typically one primary (leased line/MPLS) and one backup (broadband/4G/5G). The FortiGate at each site load-balances traffic across both links simultaneously, and if one link fails, traffic fails over to the remaining link in under one second.

Hardware stack per site:

  • FortiGate 80F-120G (depending on site size) — SD-WAN edge
  • FortiSwitch — local switching
  • FortiAP — local Wi-Fi (optional, depending on site)
  • Two WAN circuits from different providers (never the same ISP for primary and backup — I learned that the hard way when a single ISP’s fibre cut took down all links at a critical site)

Central stack:

  • FortiGate 600F/900G at data centre — SD-WAN hub
  • FortiManager — central configuration management (single pane for all 23+ sites)
  • FortiAnalyzer — central logging, reporting, and compliance (180-day log retention)

How SD-WAN Prevents Outages (Not Just Bandwidth Aggregation)

Most people think SD-WAN is about bonding links for more bandwidth. That’s table stakes. The real value is in how it handles link degradation — and that’s where the 99.99% uptime comes from.

Real-time link quality monitoring: FortiGate SD-WAN measures latency, jitter, and packet loss on every WAN link every 100 milliseconds. It doesn’t wait for a link to fail — it detects degradation. If a leased line’s latency jumps from 5ms to 50ms (classic monsoon fibre degradation), the FortiGate redirects latency-sensitive traffic (voice, video) to the backup link before users even notice.

Application-based routing: Different applications get different paths based on their sensitivity. VoIP and video conferencing get the lowest-latency path. Bulk data transfers get the highest-throughput path. Guest internet traffic gets the backup link to preserve primary link capacity for business traffic.

SLA-based steering: Every application has an SLA contract. If the primary link fails to meet the SLA (e.g., VoIP requires <40ms latency and <10ms jitter), traffic is automatically steered to the secondary link. The steering happens per-flow, not per-connection, so a single voice call doesn't break during failover.

Automatic link remediation: When a link degrades, the FortiGate can automatically fail over AND raise a ticket with the ISP simultaneously. This is where integration with your NOC matters — the ISP gets an automated notification before users start complaining.

The Real-World Numbers (23-Site Manufacturing Deployment)

Over the last 18 months, this architecture handled:

  • 47 total link failures across all sites (ISP outages, fibre cuts, power failures at last-mile exchanges)
  • Mean time to detect: 1.3 seconds (all detected by SD-WAN link quality monitoring)
  • Mean time to failover: 0.8 seconds (per-flow, hitless for most applications)
  • User-noticeable downtime: 47 minutes total across all sites in 18 months (that includes the time it took for both links to fail simultaneously — which happened twice)
  • Measured uptime: 99.98% (the 0.02% gap was the double-link failures)

Compare this to the traditional MPLS-only architecture it replaced: an average of 18 hours of outage per site per year from single-link failures alone.

The Mistakes I’ve Made (So You Don’t Have To)

1. Same ISP for primary and backup. I did this once. A single fibre cut near a major junction took down both links because they shared the same physical infrastructure for the last mile. The backup link wasn’t a backup — it was a second connection on the same vulnerable path. Always use different ISPs, preferably different medium types (fibre + 4G/5G).

2. Not testing the backup link under load. A 4G backup link that works fine for the monthly test can collapse when 50 users hit it simultaneously. We now run quarterly load tests that simulate full failover scenarios. The backup link needs to handle 100% of business-critical traffic, not just 20%.

3. Neglecting the management plane. The SD-WAN itself is resilient. But if the central management (FortiManager) or the VPN overlay goes down, you lose visibility and control. We now deploy redundant FortiManagers and run the SD-WAN overlay across two independent VPN hub FortiGates.

4. Not planning for asymmetric routing. With active-active multipathing, return traffic can take a different path than outbound traffic. This breaks stateful inspection unless you configure your FortiGate for asymmetric routing properly. The fix: use session-based forwarding instead of flow-based, and configure your firewall rules to expect asymmetric traffic.

5. Overlooking the last mile. The SD-WAN architecture is only as good as the physical infrastructure at each site. We’ve had to upgrade last-mile fibre terminations, replace aging media converters, and install UPS units at smaller sites to protect the CPE from power fluctuations. SD-WAN doesn’t fix bad cabling or power.

What I Recommend for Indian Enterprises

If you’re running traditional MPLS and considering SD-WAN, here’s my honest assessment:

  • For 5-20 sites with MPLS: SD-WAN gives you immediate uptime improvement and 40-60% WAN cost reduction by replacing expensive MPLS with broadband + 4G backup. The ROI typically hits within 12-18 months.
  • For 20-100+ sites: The management simplification alone (FortiManager vs. logging into each site separately) is worth the migration. Add in the uptime improvement and bandwidth economics, and it’s a no-brainer.
  • For 1-5 sites: SD-WAN is still valuable for uptime and cost, but the management overhead of centralised FortiManager may not be worth it for very small deployments. Use FortiCloud management instead.

99.99% uptime isn’t a marketing claim in this architecture. It’s a measurable outcome of designing for the failure modes that actually happen in Indian network environments — not the sterile conditions of a vendor demo lab.


Sanjay Seth has been building Indian enterprise networks since 1992. He’s deployed Fortinet SD-WAN across manufacturing, BFSI, and government sectors.