A collection of my networking labs using the Cisco Packet Tracer. This repository contains a collection of networking projects and labs built with Cisco Packet Tracer. Overtime, this lab will be updated as i progress in my learning journey. It documents my journey learning LAN, VLAN, IP addressing, WAN, and router configurations as well as other advanced topics step by step.
- Basic Home Network → Simple LAN setup with PCs, switch, and router.
- LAN → Multi-device LAN with static addressing.
- VLAN → VLAN segmentation and inter-VLAN routing (router-on-a-stick).
- IP Addressing → Static and dynamic (DHCP) IP addressing.
- WAN → Connecting two LANs via serial links and static routing.
- Router Configurations → General router setup for multiple scenarios (basic config, DHCP, static routing, OSPF, EIGRP, etc.).
##Repo structure
networking-labs/ │── README.md │ ├── basic-home-network/ │ ├── README.md │ ├── basic-home-network.pkt │ ├── router-config.txt │ └── notes.md │ ├── lan/ │ ├── README.md │ ├── lan.pkt │ ├── router-config.txt │ └── notes.md │ ├── vlan/ │ ├── README.md │ ├── vlan.pkt │ ├── switch-config.txt │ ├── router-config.txt │ └── notes.md │ ├── ip-addressing/ │ ├── README.md │ ├── ip-addressing.pkt │ ├── router-config.txt │ └── notes.md │ ├── wan/ │ ├── README.md │ ├── wan.pkt │ ├── router1-config.txt │ ├── router2-config.txt │ └── notes.md │ └── router-configurations/ ├── README.md ├── basic-config.txt ├── static-routing.txt ├── dhcp-config.txt ├── ospf-config.txt ├── eigrp-config.txt └── notes.md
- Cisco Packet Tracer
- ISR4331 Router
- 2960 Switch
- PCs
- Clone the repo:
git clone https://github.com/<your-username>/networking-labs.git