Static Routing - samuel-richardson/Sam-Tech-Journal GitHub Wiki
Static Routes
What are static routes?
Static routes are routes in which the router is hard coded to route information.
How to route statically
For each router.
Enter in to router config> enable > config# config terminal > enter routes Here routes are entered such as
ip route "network address" "subnetmask" "ip of connecting router"
For example, ip route 192.168.20.0 255.255.255.0 10.10.10.1