0% found this document useful (0 votes)
5 views3 pages

Multi-Router Network Configuration Lab

The lab involved designing and configuring a multi-router network topology with Delhi, Mumbai, and Bangalore routers, including IP addressing and advanced static routing. Successful end-to-end connectivity was verified through ping tests between various hosts across different subnets. This hands-on experience is recommended for those learning networking fundamentals.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Multi-Router Network Configuration Lab

The lab involved designing and configuring a multi-router network topology with Delhi, Mumbai, and Bangalore routers, including IP addressing and advanced static routing. Successful end-to-end connectivity was verified through ping tests between various hosts across different subnets. This hands-on experience is recommended for those learning networking fundamentals.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

📌 Lab Overview

In this lab, I designed and configured a network topology consisting of three routers (Delhi,
Mumbai, and Bangalore), multiple switches, and end-user devices spread across three
different subnets.

📍 Key Highlights
Designed a multi-router network topology

Assigned and managed IP addressing across all interfaces

Configured advanced static routing for inter-network communication

Verified full end-to-end connectivity using ping tests between different hosts

IP Subnets Used: [Link]/24, [Link]/24, [Link]/24, [Link]/24,


[Link]/24

🔌 Step 1: Interface IP Configuration


▶️ Delhi Router

interface fa0/0
ip address [Link] [Link]
no shutdown

interface gi0/0
ip address [Link] [Link]
no shutdown

▶️ Mumbai Router

interface gi0/0
ip address [Link] [Link]
no shutdown

interface gi0/1
ip address [Link] [Link]
no shutdown

interface gi0/2
ip address [Link] [Link]
no shutdown

▶️ Bangalore Router

interface gi0/0
ip address [Link] [Link]
no shutdown

interface gi0/1
ip address [Link] [Link]
no shutdown

💻 Step 2: PC IP Configuration
▶️ Win8
IP: [Link]
Subnet: [Link]
Gateway: [Link]

▶️ Win9
IP: [Link]
Subnet: [Link]
Gateway: [Link]

▶️ Win
IP: [Link]
Subnet: [Link]
Gateway: [Link]

📍 Step 3: Static Routing Configuration


▶️ Delhi Router

ip route [Link] [Link] [Link]


ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link]

▶️ Mumbai Router

ip route [Link] [Link] [Link]


ip route [Link] [Link] [Link]
▶️ Bangalore Router

ip route [Link] [Link] [Link]


ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link]

✅ Step 4: Verification (Use Ping)


From Win8 to Win9: ping [Link]

From Win8 to Win: ping [Link]

From Win9 to Win: ping [Link]

Devices successfully communicated across different networks — a great hands-on


experience with static routing!

If you're learning networking, I’d highly recommend practicing this kind of setup. It's
foundational to understanding how routers communicate and route data.

You might also like