Skip to content

TheCleverIdiott/Computer-Networks-Cisco-Packet-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco Packet Tracer Simulation Codes for Computer Networks Course

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.

Assignment List

  1. RIP
  2. EIGRP
  3. OSPF
  4. DHCP
  5. ACL
  6. NAT (Static NAT)
  7. PAT (NAT Overloading)
  8. VLAN

Repository Structure

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.

Directory Structure

├── 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

Getting Started

Prerequisites

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

Running the Simulations

  1. Clone this repository:

    git clone https://github.com/YourUsername/Cisco_Packet_Tracer_Simulations.git
    cd Cisco_Packet_Tracer_Simulations
  2. Open Cisco Packet Tracer.

  3. Open the desired .pkt file from the corresponding assignment directory.

  4. Follow the configuration steps provided in the <assignment_name>.md file.

  5. Refer to the <assignment_name_DOC>.pdf for detailed explanations and screenshots.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.