An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 🌐 NetLab Archive

[![GitHub License](https://img.shields.io/github/license/mr-mrf-dev/NetLab-Archive)](/LICENSE)
![GitHub repo size](https://img.shields.io/github/repo-size/mr-mrf-dev/NetLab-Archive)

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

![Exam ScreenShot](/images/ExamScreenshot.png)

- Project Packet Tracer file

![Project ScreenShot](/images/ProjectScreenshot.png)

## 📥 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.