https://github.com/mr-mrf-dev/netlab-archive
🌐 My network lab projects and exam resources in Cisco Packet Tracer
https://github.com/mr-mrf-dev/netlab-archive
cisco-packet-tracer netlab network network-lab packet-tracer packet-tracer-project
Last synced: about 2 months ago
JSON representation
🌐 My network lab projects and exam resources in Cisco Packet Tracer
- Host: GitHub
- URL: https://github.com/mr-mrf-dev/netlab-archive
- Owner: Mr-MRF-Dev
- License: mit
- Created: 2025-03-18T21:43:36.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-18T23:26:59.000Z (2 months ago)
- Last Synced: 2025-03-18T23:30:28.160Z (2 months ago)
- Topics: cisco-packet-tracer, netlab, network, network-lab, packet-tracer, packet-tracer-project
- Homepage:
- Size: 513 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 NetLab Archive
[](/LICENSE)
My network lab projects and exam resources in Cisco Packet Tracer, including the following:
- Folder Structure
```text
📂 NetLab-Archive
├── 📁 images
├── 📁 src
│ ├── 📄 Exam.pkt
│ └── 📄 Project.pkt
├── 📄 LICENSE
└── 📄 README.md
```- Exam Packet Tracer file

- Project Packet Tracer file

## 📥 Getting Started
1. prerequisites
[Download Cisco Packet Tracer](https://www.netacad.com/resources/lab-downloads?courseLang=en-US#:~:text=Learning%20Resources-,Cisco%20Packet%20Tracer,-Cisco%20Packet%20Tracer)
Ensure you have Cisco Packet Tracer installed. This project was tested with **Windows 8.2.0 (64-bit)** version.> also you can learn more about Packet Tracer by enrolling in the [`Getting Started With Cisco Packet Tracer`](https://www.netacad.com/courses/getting-started-cisco-packet-tracer?courseLang=en-US) course (from Cisco Networking Academy).
2. Clone the repository
If you have [Git](https://git-scm.com/) installed:
```bash
git clone https://github.com/Mr-MRF-Dev/NetLab-Archive.git
```If you have [GitHub CLI](https://cli.github.com/) installed:
```bash
gh repo clone Mr-MRF-Dev/NetLab-Archive
```Navigate to the Project Directory
```bash
cd NetLab-Archive
```3. Open the Packet Tracer files
- Open the Packet Tracer application
- Click on `File` > `Open`
- Navigate to the `src` directory
- Select the `Exam.pkt` or `Project.pkt` file## 🤝 Contributing
We welcome any contributions you may have. If you're interested in helping out, please fork the repository and create an [Issue](https://github.com/Mr-MRF-Dev/NetLab-Archive/issues) or [Pull Request](https://github.com/Mr-MRF-Dev/NetLab-Archive/pulls). We'll be happy to review your contributions.
## 📝 License
This project is licensed under the MIT License. For more information, please refer to the [LICENSE](/LICENSE) file.