Lab-Report-5
Lab-Report-5
Submitted To
Mr. Husne Mubarak
Submitted By
A.K.M Obydur Rahman
ID: 222-15-6410
Section: 63_G1
Department: CSE
Fall-24
Introduction:
In this lab, we configured a network within Cisco Packet Tracer. The aim was to establish
reliable communication between multiple routers, switches and PCs by creating a fully or
partially meshed network where each device could communicate with any other device
through multiple paths. This Configuration ensures high availability and redundancy within
the network.
Equipment:
• Cisco Packet Tracer
✓ Cisco Routers
✓ Cisco Switches
✓ PCs (End Devices)
✓ Ethernet cables (Copper Straight-Through and Copper Crossover, available
within Cisco Packet Tracer)
• Connect each router's Ethernet interface to the appropriate network devices (e.g.,
other routers, switches, or PCs) using Ethernet cables.
• Connect the router's LAN interface to end devices (e.g., PCs) with Ethernet cables to
create local network segments.
• Connect a PC to the router's console port using a dedicated console cable to access
and configure the router through the command-line interface.
Router1:
en
conf t
int fa0/0
no shut
exit
router ospf 1
exit
int se2/0
no shut
exit
router ospf 1
exit
int se3/0
no shut
exit
router ospf 1
int fa1/0
no shut
exit
router ospf 1
exit
Router 2:
en
conf t
int fa0/0
no shut
exit
router ospf 1
exit
int se2/0
no shut
exit
router ospf 1
exit
int se3/0
no shut
exit
router ospf 1
exit
int fa4/0
exit
router ospf 1
exit
Router 3:
en
conf t
int fa0/0
no shut
exit
router ospf 1
exit
int se3/0
no shut
exit
router ospf 1
exit
int se2/0
no shut
exit
router ospf 1
exit
int fa4/0
no shut
exit
router ospf 1
network 192.168.80.0 0.0.0.255 area 2
exit
Router 4:
en
conf t
int fa1/0
no shut
exit
router ospf 1
exit
int se3/0
no shut
exit
router ospf 1
network 192.168.85.0 0.0.0.255 area 2
exit
int se2/0
no shut
exit
router ospf 1
exit
int fa0/0
no shut
exit
router ospf 1
exit
Router 5:
en
conf t
int fa1/0
no shut
exit
router ospf 1
exit
int fa4/0
no shut
exit
router ospf 1
exit
int fa5/0
no shut
exit
router ospf 1
exit
int fa0/0
no shut
exit
router ospf 1
exit
Step 4: Testing Network Connectivity
In Cisco Packet Tracer, ping tests were conducted between various endpoints (Pcs and
routers) to verify connectivity across the partial mesh network. Successful responses
confirmed that the IP and routing configuration were correct and that alternate paths were
functional.
Discussion:
The router configuration lab successfully set up a functional network, with the router acting
as the gateway to the internet and enabling communication within the LAN. Basic
configurations, including assigning IP addresses, setting the subnet mask, and configuring
routing, were performed to ensure smooth communication between devices.
This hands-on lab provided practical experience with router setup and network
troubleshooting, enhancing our understanding of how to configure networks and solve
connectivity issues. Overall, the lab helped solidify core networking concepts and gave us
the skills to manage and troubleshoot real-world networks effectively.