Network Redundancy and High Availability
·3 min read·517 words
Network redundancy is the foundation of high availability (HA). The objective is to eliminate every Single Point of Failure (SPOF) to achieve 99.99% availability (53 min of downtime/year), or even 99.999% (5 min/year). This guide covers every technique: hardware, links, protocols, and data centers. 2026.
HA Levels
- 99% (two nines): 3.65 days of downtime/year — unacceptable for businesses
- 99.9% (three nines): 8.77 hours/year — suitable for SMBs
- 99.99% (four nines): 52.6 minutes/year — standard for mid-market companies
- 99.999% (five nines): 5.26 minutes/year — critical environments (banking, healthcare)
- 99.9999% (six nines): 31.5 seconds/year — hyperscale environments
Hardware Redundancy
- Power supplies: 2× redundant PSUs (A+B feed) on 2 separate circuits
- Fans: 2× hot-swappable fan trays
- Supervisor cards: 2× supervisor cards with NSF/SSO (Non-Stop Forwarding/Stateful Switchover)
- Line cards: hot-swappable, reload without disruption
- Memory: ECC recommended
Link Redundancy (LAG)
- LACP (802.3ad): active-active link aggregation, 2-8 links
- MC-LAG (Multi-Chassis LAG): LACP across separate switches
- vPC (Cisco Nexus): proprietary MC-LAG equivalent
- MLAG (Arista, Juniper): MC-LAG equivalent
- Recommendation: always use LACP with 2 links to 2 separate switches
L3 Redundancy (FHRP)
- HSRP (Cisco): 2 active-standby routers with a virtual IP
- VRRP (IETF standard): multi-vendor HSRP equivalent
- GLBP (Cisco): load-balancing gateway (4 active-active routers)
- Anycast gateway (EVPN-VXLAN): a more elegant approach in which every leaf acts as a gateway
Routing Protocol Redundancy
- OSPF/ISIS with BFD: convergence <1s
- BGP multi-homing: 2 peerings with 2 separate ISPs
- Segment Routing FRR (Fast Reroute): precomputed backup path, <50ms
- LFA (Loop-Free Alternates): IGP backup <50ms
WAN Redundancy
- 2 links from 2 separate carriers (diverse providers)
- 2 physical service entrances into the building (2 entry points)
- SD-WAN automatic failover <1s
- 4G/5G backup for critical sites
Geographic Redundancy (DCs)
- 2 active data centers + 1 DR site (Disaster Recovery)
- Synchronous replication over <100 km (latency <5ms acceptable for DBMS)
- Asynchronous replication beyond that distance (backup + cold DR)
- Active-active architecture with global LB (GSLB, Cisco GSS, F5 BIG-IP GTM)
Firewall Redundancy
- FortiGate FGCP: active-passive (<1s failover) or active-active
- Palo Alto HA: active-passive + session synchronization
- Cisco ASA/FTD: active-standby failover
- Check Point ClusterXL: HA + load sharing
Wi-Fi Redundancy
- Wi-Fi controllers: 2× HA with SSO (AireOS, 9800-CL, Aruba MC)
- APs: association with multiple controllers
- Roaming: 802.11r/k/v for seamless handover
Typical Redundant Design
SMB and Mid-Market Campus
- 2× firewalls in active-passive HA
- 2× core switches using VSS/StackWise Virtual
- 2× access switches per zone (dual attachment)
- LACP at every layer
- 2× WAN links (FTTH + 4G backup)
Production DC
- Spine-leaf with 4+ spines (loss of 1 = -25% capacity)
- Each leaf with 2 uplinks per spine (8 uplinks total)
- Servers with 2 NICs → 2 separate leaves (MC-LAG)
- 2 A+B power feeds
- 2 WAN connections to 2 carriers
Common Mistakes
- Hardware redundancy using the same power supply: hidden SPOF
- LACP configuration mismatch (active/passive): no bundle is formed
- HSRP without preemption: the active router remains active after recovery → asymmetric routing
- BGP without BFD: unacceptable 90s convergence
- Redundant links following the same physical path (same conduit = SPOF)
Order from OPTINOC
HA audit of your network + turnkey redundant design. Cisco VSS, StackWise Virtual, FortiGate HA, and BGP multi-homing. Validated failover testing. Quote within 48 hours.
