Ospf - Lab 1 (Atech) : Topology Diagram
Ospf - Lab 1 (Atech) : Topology Diagram
Topology Diagram
ATech Reference Topology 1
atech_R1 atech_R2
.1 12.12.12.0 /24 .2
R1 Fa0/0 Fa0/1 R2
Lo: 1.1.1.1/32 Lo: 2.2.2.2/32
10.0.0.0/24 .1 .1 192.168.0.0/24
Task
Task: Configure OSPF on R1 and R2 so that PC1 and PC2 could Ping each other successfully
Related Info:
‐ OSPF Process ID: 1
‐ OSPF Area: 0
‐ All Loopback IP’s, Interface IP’s are mentioned in this topology Diagram
‐ PC IP/Gateway, Router Interface IP’s and Loopback IP’s are already configured (so that you can focus
on the OSPF configuration)
*This lab is based on Cisco as vendor. For same lab with other vendor equipment, please browse to ATech
Solution
Step1: Enable OSPF Protocol on Router. Assign Process ID 1 to this new OSPF
R1(config)#router ospf 1
facebook.com/ATechIT1 Youtube.com/c/ATechIT Linkedin.com/company/ATechIT/ Aurumme.com/ATech Your Feedback, Comments are Welcomed: [email protected]
Verification
✓ Verification1: Verify the connectivity and routes using Show commands on R1 and R2 as in below:
R1#show ip route
R2#show ip route
It shows that our configuration is successful because both routers are exchanging their routes with each other now. R1
has routes to reach R2’s subnets(PC2) and R2 has routes to R1’s subnets (PC1).
✓ Verification2: Verify the connectivity and routes using Ping from PC1 to PC2 and from PC2 to PC1:
PC1#ping 192.168.0.2
PC2#ping 10.0.0.2
Ping works successfully as in below. It means that our Configuration has been successful:
facebook.com/ATechIT1 Youtube.com/c/ATechIT Linkedin.com/company/ATechIT/ Aurumme.com/ATech Your Feedback, Comments are Welcomed: [email protected]
Complete Solution
Below is complete solution containing all commands from scratch if you want to simulate yourself:
Complete Solution
Atech_R1 Atech_R2
atech_R1(config)#hostname atech_R1 atech_R2(config)#hostname atech_R2
Relevant Files
GNS3 File:
https://www.facebook.com/groups/ATechIT/250980652126793/
facebook.com/ATechIT1 Youtube.com/c/ATechIT Linkedin.com/company/ATechIT/ Aurumme.com/ATech Your Feedback, Comments are Welcomed: [email protected]