Skip to content

birendrachy7/Home-Lab-Network-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Lab Network Design with OSPF & Packet Analysis

Project Overview

This project demonstrates the design and simulation of a small enterprise network using Cisco Packet Tracer, combined with real packet analysis using Wireshark. The network includes multiple routers, switches, and end devices with dynamic routing and traffic analysis.


Network Topology

  • 2 Routers
  • 2 Switches
  • 4 PCs
  • Two LANs connected via routers

IP Addressing Scheme

LAN 1 (Left Side)

  • Network: 192.168.1.0/24
  • PC1: 192.168.1.2
  • PC2: 192.168.1.3
  • Router1 (Gateway): 192.168.1.1

LAN 2 (Right Side)

  • Network: 192.168.2.0/24
  • PC3: 192.168.2.2
  • PC4: 192.168.2.3
  • Router2 (Gateway): 192.168.2.1

Router-to-Router Link

  • Network: 10.0.0.0/30
  • Router1: 10.0.0.1
  • Router2: 10.0.0.2

Technologies Used

  • Cisco Packet Tracer
  • OSPF (Open Shortest Path First)
  • Wireshark (Packet Analyzer)
  • ICMP & ARP Protocols

Routing Configuration (OSPF)

  • Configured OSPF dynamic routing between routers
  • Used Area 0 (Backbone Area)
  • Enabled routing on LAN and inter-router interfaces
  • Verified routing tables using CLI

Testing & Verification

✅ Connectivity Test

  • Successful ping between different LANs
  • Verified end-to-end communication

Packet Analysis (Packet Tracer Simulation)

  • Observed ARP request and reply
  • Analyzed ICMP echo request and reply
  • Tracked packet flow across routers

Wireshark Analysis (Real Traffic)

Activities Performed:

  • Captured ICMP packets using ping command
  • Analyzed ARP request and response
  • Observed real-time packet transmission

Filters Used:

  • icmp → Ping packets
  • arp → Address resolution
  • dns, tcp (basic exploration)

Troubleshooting

  • Used ping and tracert for connectivity testing
  • Verified routing tables (show ip route)
  • Checked interface status (show ip interface brief)
  • Identified failure points using simulation and packet capture

Key Learnings

  • Network design and IP addressing
  • Dynamic routing using OSPF
  • Packet-level analysis using Wireshark
  • Understanding ARP and ICMP protocols
  • Network troubleshooting and failure handling

Future Improvements

  • Add VLAN segmentation
  • Implement SNMP monitoring
  • Expand topology with more routers
  • Analyze HTTP and DNS traffic in Wireshark

👨‍💻 Author

Birendra Chaudhary BE Computer Engineering Student


About

This project demonstrates the design and simulation of a small enterprise network using Cisco Packet Tracer. The network consists of multiple routers, switches, and end devices with proper IP addressing and OSPF-based dynamic routing. Connectivity was verified using ping and traceroute, and fault scenarios were simulated by disabling network links.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors