Skip to main content
Saram Consulting LLC

How to Set Up a Redundant Network

Here's a breakdown of how to set up a redundant network, along with explanations and considerations:

Understanding Redundancy

Key Strategies

  1. Redundant Hardware

    • Network Switches: Employ multiple switches. If one fails, traffic reroutes through the others.
    • Routers: Utilize multiple routers for alternate default gateway paths.
    • Network Interface Cards (NICs): Use multiple NICs on critical servers to connect to different switches, ensuring connectivity if one NIC or switch fails.
    • Power Supplies: Consider redundant power supplies for switches and servers to protect against PSU failures.
  2. Redundant Links

    • Uplinks: Have multiple uplinks between switches, ideally to different upstream devices, to provide alternate routes for traffic.
    • Link Aggregation (LAG): Combine multiple physical links into a single logical channel using protocols like LACP. This provides higher bandwidth and resilience.
    • WAN Redundancy: Implement multiple internet connections (e.g., one fiber, one cable) with automatic failover.
  3. Redundant Protocols

    • Spanning Tree Protocol (STP): Essential for switched networks. STP prevents loops and determines the best paths, but it can introduce brief disruptions during transitions. Newer versions, like Rapid STP (RSTP), offer faster convergence.
    • Routing Protocols: OSPF, EIGRP, and BGP are dynamic routing protocols that can automatically discover and adjust to network changes, re-routing traffic when failures occur.
    • First Hop Redundancy Protocols (FHRP): HSRP, VRRP, and GLBP provide default gateway redundancy for client computers.

Design Considerations

Implementation Steps (Simplified)

  1. Network Audit: Assess your current network setup and identify potential single points of failure.
  2. Plan: Design your redundant topology with the strategies mentioned above.
  3. Hardware: Purchase necessary redundant hardware (switches, routers, NICs, etc.)
  4. Physical Setup: Install and cable everything according to your plan.
  5. Configuration:
    • Implement STP or RSTP on your switches.
    • Configure redundant links between devices (LAG if supported)
    • Configure routing protocols if necessary.
    • Set up FHRP on routers.
  6. Testing: Thoroughly test all failover scenarios to verify configuration and identify issues.

Additional Tips

Important Note: Setting up redundant networks can be complex. Factors like the size of your network, specific requirements, and budget will heavily influence the best approach. It might be advisable to consult with a network professional for larger or more critical network setups.