Lab 9.2 Ip Routes - mathewyanez/tech-journal GitHub Wiki
When putting together a network with multiple routers it is essential to set up static routing manually, or RIP so that the devices know where to actually forward packets when receiving packets.
ip route 192.168.1.x 255.255.255.x 192.168.2.x
For example, connecting two different routing paths to find different networks that would be isolated between the two.
Static routes take a while to set up though, once the network gets bigger it is advisable if not necessary to switch to RIP.
Remember when trying to remember how the routes should be set, look at the Network ID's, which would be able to communicate? Literealy say what it is you want to do and it is easy to figure out.