A mesh-topology enterprise network spanning 6 campuses with DHCP, DNS, WEB servers and full wireless support.
The full mesh topology ensures no single point of failure — all 6 campus routers maintain direct links with each other, enabling redundant paths throughout the network.
Each campus and inter-router serial link occupies its own /24 subnet. OSPF advertises all networks within Area 1.
| Router | Interface | Network | Gateway IP | Role | Status |
|---|---|---|---|---|---|
| Router 1 | fa0/0 |
192.168.10.0/24 | 192.168.10.254 | Campus LAN | Active |
| Router 1–2 | se2/0 |
192.168.80.0/24 | 192.168.80.1 | Serial Link | Active |
| Router 1–3 | se3/0 |
192.168.90.0/24 | 192.168.90.1 | Serial Link | Active |
| Router 2 | fa0/0 |
192.168.20.0/24 | 192.168.20.254 | Campus LAN | Active |
| Router 2–3 | se2/0 |
192.168.100.0/24 | 192.168.100.1 | Serial Link | Active |
| Mesh Links | se6–8/0 |
192.168.120–140.0/24 | 192.168.X.2 | Mesh Backhaul | Active |
Router interfaces were configured in privileged EXEC mode. OSPF Area 1 was used for dynamic route propagation across all 6 routers.
! LAN Interface — Campus 1 interface fa0/0 ip address 192.168.10.254 255.255.255.0 no shut do wr ! save config exit ! Serial to Router 2 interface se2/0 ip address 192.168.80.1 255.255.255.0 clock rate 64000 no shut exit ! Serial to Router 3 interface se3/0 ip address 192.168.90.1 255.255.255.0 clock rate 64000 no shut exit
! OSPF Process 1 — Area 1 router ospf 1 ! Advertise LAN subnet network 192.168.10.0 0.0.0.255 area 1 ! Advertise serial links network 192.168.80.0 0.0.0.255 area 1 network 192.168.90.0 0.0.0.255 area 1 network 192.168.120.0 0.0.0.255 area 1 network 192.168.130.0 0.0.0.255 area 1 network 192.168.140.0 0.0.0.255 area 1 exit ! All other routers configured identically
Three core requirements were defined for the Apollo International University network. All requirements have been fully implemented.