Skip to main content

Campus Distribution Layer Design

1. Traditional Distribution Layer Design

Core Concept

Uses two standalone physical switches at the distribution layer to provide resiliency, with the Layer 2 / Layer 3 boundary located at the distribution layer.

Topology Options

  • Loop-Free Design (VLAN per Access Switch):

    • Restricts each Layer 2 VLAN to a single wiring closet / access switch.

    • Eliminates topology loops and STP blocking, but limits network flexibility (VLANs cannot span across switches).

  • Looped Design (VLAN Spanning Access Switches):

    • Extends the same VLAN across multiple access switches to support specific applications.

    • Forces STP to block redundant links, which wastes bandwidth, risks loop failures, and causes slower convergence.

Default Gateway Redundancy (FHRPs)

Because the distribution switches are standalone, First-Hop Redundancy Protocols are required to provide a virtual IP/MAC gateway:

  • HSRP & VRRP: Active/Standby operation. Active traffic uses only one uplink at a time unless manually load-balanced per VLAN. Fine-tuning timers for subsecond failover increases CPU load.

  • GLBP: Balances host traffic across multiple uplinks simultaneously, but only works in non-looped topologies.

2. Simplified Distribution Layer Design

image.png

image.png

Core Concept

Combines multiple physical distribution switches into a single logical switch using technologies like VSS (Virtual Switching System) or Switch Stacking.

Key Features & Advantages

3. Software-Defined Access (SD-Access) Design

Core Concept

Solves Layer 2 extension and policy limits over a routed access network by deploying an automated fabric architecture.

Key Characteristics

  • Underlay vs. Overlay: Runs virtual network topologies (Overlay) over a physical Layer 3 routed network (Underlay).

  • Automated Management: Provisioned automatically using Cisco SD-Access technology.

  • Identity-Based Security: Integrates with Cisco TrustSec for software-defined micro-segmentation and policy enforcement based on user identity and group membership rather than IP address.

Quick Comparison Summary

Feature Traditional Design Simplified Design SD-Access Design
Distribution Setup 2 Standalone switches 1 Logical switch (VSS / Stack) Fabric Control / Border Nodes
L2/L3 Boundary Distribution Layer Distribution Layer Access Layer (Routed Access)
Uplink Utilization Half blocked by STP (unless loop-free) 100% Active via EtherChannel 100% Active via L3 ECMP
Gateway Redundancy Requires FHRP (HSRP/VRRP/GLBP) Single Logical SVI (No FHRP) Anycast Gateway
VLAN Spanning Discouraged (causes L2 loops) Supported seamlessly Virtualized across fabric overlay