Lab: More Static Routes - Hsanokklis/2022-2023-Tech-journal GitHub Wiki

Summary: Creating a network with Static routing to understand how it works

Doc Link


Set up the network

image

Make sure you put in all the default gateways within each router in each network so that the PCs on the network can communicate with the router(the default gateway is the first useable IP address)

  • Put the HWIC-2T serial port into the routers (this gives you serial ports to connect the routers)

image

Label all networks with netID

image

Label router ports with IP addresses

The default gateway is the first available IP address

Add static routes to all routers

You essentially need to manually input the RIP for each router. If a router is connected to a network it can communicate with it, but if it is not, then you need to tell it how to access the other networks through the other routers.

image

  • Network

This is the network ID of the network

  • Mask

This is the subnet mask of the networks

  • Next Hop

This is the IP address of the device you need to get to to get to another network, so in this case it would be the IP address of the router that would let you access another network

Router1 and Router3 will need to have 3 Static addresses because there are 3 other networks they are trying to reach

image

image

image

image

All PCs need correct IP addresses

image

image

image

image

Test Machine needs to be able to ping all PCs in each network

Network 3 to Network 2

image

Network 3 to Network 1

image

Network 3 to Network 0

image

Complete the below IP Table

image

Final Network setup