Static Routing
Static Routing
Static Routing
A Fundamental Concept in Computer Networking
Godfrey M. Raut
What is Routing?
• 🔹 The process of forwarding packets from one network to another.
Diagram
Router_A Config
• Router_A(config)# ip route 192.168.2.0 255.255.255.0 10.10.10.2
Router_B Config
• Router_B(config)# ip route 192.168.1.0 255.255.255.0 10.10.10.1
Verifying Static Routes
• Router# show ip route
• Router# show running-config
Expected Output: Static routes listed with an "S" in the routing table.
Summary
Static routing is manually configured and does not change dynamically.