Lab 9.1: Static Routing - FlameSpyro/Tech-Journal GitHub Wiki

Deliverable 7

  • The big issue with trying to static 25 different networks is the fact of the large amount of commands you would need to do with each. If you would want every network to be able to ping every single one, then you must put in a command for each of them causing a bit of a mess.

Review

  • Today we did a small lab were we take a pre made file and put it into packet tracer. We then tested to see how the 3 networks communicated which was unreachable all around. Using the CLI in the routers we input the commands enable and config terminal in order to input a bunch of commands. These commands were used to give computers access to communicate with the entered networks. The command looked like this! This was one router connecting to two different routers and having to go through one to get to the other, being the middle command. Had to do a double take on this as I messed up on one of the commands and could not verify what. While there is a static menu in packet tracer do not use it as this menu does not exist while in the field, stick to the CLI.

`R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.20.1

R2(config)#ip route 10.10.10.0 255.255.255.0 10.10.20.1

R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 `