Static Routing Packet Tracer Assignment
Name: Your Name
Roll Number: 202411496
Course: Computer Networks
Network Topology
PC1 ---- R1 ---- R2 ---- R3 ---- PC3
IP Addressing Table
Device Interface IP Address Subnet Mask Connected To
PC1 NIC [Link] [Link] Router1 G0/0
Router1 G0/0 [Link] [Link] PC1
Router1 S0/0/0 [Link] [Link] Router2 S0/0/0
Router2 S0/0/0 [Link] [Link] Router1 S0/0/0
Router2 S0/0/1 [Link] [Link] Router3 S0/0/0
Router3 S0/0/0 [Link] [Link] Router2 S0/0/1
Router3 G0/0 [Link] [Link] PC3
PC3 NIC [Link] [Link] Router3 G0/0
Router Configurations (Static Routing)
Router1:
enable
conf t
hostname Router1
interface g0/0
ip address [Link] [Link]
no shutdown
interface s0/0/0
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] s0/0/0
end
wr
Router2:
enable
conf t
hostname Router2
interface s0/0/0
ip address [Link] [Link]
no shutdown
interface s0/0/1
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] s0/0/0
ip route [Link] [Link] s0/0/1
end
wr
Router3:
enable
conf t
hostname Router3
interface g0/0
ip address [Link] [Link]
no shutdown
interface s0/0/0
ip address [Link] [Link]
no shutdown
exit
ip route [Link] [Link] s0/0/0
end
wr
Ping Verification
PC1 -> PC3: ping [Link]
PC3 -> PC1: ping [Link]
Expected: Replies confirming connectivity.
(Insert screenshots from Packet Tracer here.)
Saving Packet Tracer File
File -> Save As -> StaticRouting_Assignment.pkt
Attach this .pkt file with your PDF for submission.