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 🕶️.
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;
}- labs/ — Practical scenarios, configs, and topologies
- learn/ — Notes & explanations I figured out (teaching while learning)
- Cisco IOS CLI Commands
- Routing & Switching
- VLANs, STP, OSPF, EIGRP, BGP
- Security & Troubleshooting
- Build strong networking fundamentals
- Create a clean and shareable knowledge base
- Document all steps portfolio
⚡ Stay connected, stay sharp. ⚡