Static Routing & Default Routes
Static routing is the manual configuration of specific path entries in a router's routing table to reach remote destination networks.
Static routes are manually configured (AD = 1). A default route (`0.0.0.0/0`) catches all unspecified destinations.
In Simple Terms
Visual Diagram & Flow
0.0.0.0/0 -> R2
192.168.1.0/24 -> R1
Every home and branch office in the world uses a default route to send Internet traffic to their ISP gateway.
How It Works (Technical Breakdown)
A static route is like physical road signs nailed into the ground. A default route is a sign at an intersection saying "For all other destinations, keep driving straight onto Interstate 90".
Branch Router configuration: `ip route 10.0.0.0 255.0.0.0 192.168.1.2` (Explicit route to Corporate HQ) `ip route 0.0.0.0 0.0.0.0 203.0.113.1` (Default route sending all Internet traffic to ISP)
Configuring a static route in one direction but forgetting to configure the return route on the remote router, leading to asymmetric dead-ends.
Prerequisites
Concept Mastery Quiz
Test your comprehension with active-recall questions.
Active Recall Flashcards
Click each flashcard to reveal the answer and test your memory.
Content Versioning
Audit trail of revisions and updates for this knowledge topic.
| Version | Change Summary | Author | Timestamp |
|---|---|---|---|
| v1 (Current) | Active production content | system | Sun, Aug 23, 2026 11:09 AM |