This repository contains the codes and configurations required to run various Cisco Packet Tracer simulations for the Computer Networks course in B.Tech. Each assignment is designed to cover essential networking topics and practical implementations using Cisco Packet Tracer.
- RIP
- EIGRP
- OSPF
- DHCP
- ACL
- NAT (Static NAT)
- PAT (NAT Overloading)
- VLAN
Each assignment directory contains the following files:
<assignment_name>.md
- Configuration codes for the assignment.<assignment_name_DOC>.pdf
- Detailed report with screenshots explaining the assignment.<assignment_name>.pkt
- Ready-to-run Cisco Packet Tracer file for the assignment.
├── RIP
│ ├── RIP.md
│ ├── RIP_DOC.pdf
│ ├── RIP.pkt
├── EIGRP
│ ├── EIGRP.md
│ ├── EIGRP_DOC.pdf
│ ├── EIGRP.pkt
├── OSPF
│ ├── OSPF.md
│ ├── OSPF_DOC.pdf
│ ├── OSPF.pkt
├── DHCP
│ ├── DHCP.md
│ ├── DHCP_DOC.pdf
│ ├── DHCP.pkt
├── ACL
│ ├── ACL.md
│ ├── ACL_DOC.pdf
│ ├── ACL.pkt
├── NAT
│ ├── NAT.md
│ ├── NAT_DOC.pdf
│ ├── NAT.pkt
├── PAT
│ ├── PAT.md
│ ├── PAT_DOC.pdf
│ ├── PAT.pkt
├── VLAN
│ ├── VLAN.md
│ ├── VLAN_DOC.pdf
│ ├── VLAN.pkt
To run the simulations, you will need Cisco Packet Tracer installed on your system. You can download it from the Cisco Networking Academy using the links below:
Operating System | Download Link |
---|---|
macOS | Download Cisco Packet Tracer for macOS |
Windows | Download Cisco Packet Tracer for Windows |
-
Clone this repository:
git clone https://github.com/YourUsername/Cisco_Packet_Tracer_Simulations.git cd Cisco_Packet_Tracer_Simulations
-
Open Cisco Packet Tracer.
-
Open the desired
.pkt
file from the corresponding assignment directory. -
Follow the configuration steps provided in the
<assignment_name>.md
file. -
Refer to the
<assignment_name_DOC>.pdf
for detailed explanations and screenshots.
If you have suggestions or improvements, feel free to fork the repository, make changes, and submit a pull request. For major changes, please open an issue to discuss your proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.