📌 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.