skyzo-sa/redundant-campus-network-lab — explained in plain English
Analysis updated 2026-05-18
Follow exact CLI commands to build a redundant three-switch campus network from scratch in EVE-NG.
Practice VLAN segmentation, trunking, and EtherChannel configuration for CCNA or CCNP exam prep.
Use the verification and troubleshooting checklist to debug your own Cisco lab setup.
Try the optional challenge tasks on inter-VLAN routing and port security after finishing the base lab.
| skyzo-sa/redundant-campus-network-lab | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | CSS | Python |
| Last pushed | — | 2022-10-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires EVE-NG or physical Cisco Catalyst switches (2960/3560) to follow along, no cloud account needed.
Redundant Campus Network Lab is a step-by-step networking lab guide for building a simulated enterprise campus network with built-in redundancy. It is designed as a hands-on learning resource for people studying network administration or preparing for certifications like CCNA and CCNP. The lab walks you through configuring a three-switch network connected to two PCs, all running inside EVE-NG, a tool that simulates network hardware virtually so you do not need physical equipment. The topology is set up so that no single cable failure can take the whole network offline, which is what "redundant" means here. The configuration covers several core concepts. VLANs, or Virtual Local Area Networks, divide the physical network into separate logical segments, here labeled SALES, ENGINEERING, HR, and MANAGEMENT, so that traffic from each group stays isolated. Trunk links carry traffic from multiple VLANs across a single cable between switches. EtherChannel bundles two physical links between switches into one logical link for higher throughput and resilience: if one cable fails, the other keeps things running. Spanning Tree Protocol prevents network loops and is configured to elect one switch as the root bridge for predictable traffic paths. The guide includes exact CLI commands for each step, verification commands to confirm things are working, and a troubleshooting checklist for when they are not. Optional challenge tasks cover inter-VLAN routing and port security. It uses Cisco IOS CLI and Cisco Catalyst switches. The full README is longer than what was shown.
A hands-on Cisco networking lab guide that builds a redundant three-switch campus network with VLANs, trunking, EtherChannel, and Spanning Tree Protocol.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.