Skip to main content
PacketMentor logo
Open menu
← All lab tasks
IP Connectivity Intermediate ~12 min · 3-device

Bring up OSPF on a 3-router triangle

Three routers wired in a triangle (each router connects to both others). All interfaces are already IP'd and up. Configure single-area OSPF (area 0) on all three so every router sees the other two as Full neighbors and learns routes to the remote loopbacks. Then ping across.

R1 Lo0=1.1.1.1 Gi0/0 10.0.12.1/30 ─── 10.0.12.2/30 Gi0/0 R2 Lo0=2.2.2.2
R1 Gi0/1 10.0.13.1/30 ─── 10.0.13.2/30 Gi0/0 R3 Lo0=3.3.3.3
R2 Gi0/1 10.0.23.1/30 ─── 10.0.23.2/30 Gi0/1 R3
Topology
R1R2R3