Skip to content

Latest commit

 

History

132 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛰️ CCNA Labs & Learn Networking

Labs & Knowledge Repository

banner status


⚡ About

A repository built during my CCNA journey ⚙️.
It contains both:

  • labs/ → Practical scenarios, configs, and topologies.
  • learn/ → Notes & explanations I figured out (like teaching while learning).

This repo is not just for practice – it’s a personal notebook 🕶️.


📂 Structure

ccna/
├── labs/        # Practical labs and scenarios
├── learn/       # Notes & explanations for each topic
└── README.md
#include <ccna.h>

int main() {
    setup_labs();
    learn();

    while (concepts != mastered) {
        practice();
        troubleshoot();
        document();
    }

    return certified;
}

📂 Directory

  • labs/ — Practical scenarios, configs, and topologies
  • learn/ — Notes & explanations I figured out (teaching while learning)

🛠️ Tech Focus

  • Cisco IOS CLI Commands
  • Routing & Switching
  • VLANs, STP, OSPF, EIGRP, BGP
  • Security & Troubleshooting

🎯 Goals

  • Build strong networking fundamentals
  • Create a clean and shareable knowledge base
  • Document all steps portfolio

⚡ Stay connected, stay sharp. ⚡

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors