Lab 9 1 Packet Tracer: Static Routing - jude-lindale/Wiki GitHub Wiki

Summary of lab

In this lab we were tasked with static routing. we had to go into the CLI of each router and let the routers know where they can send and recive packets and the route to do so.

Tech Journal

Answers to the following questions: How do you enter "config mode" from the command-line interface of a router?

  • first press enter, then type "exit" then type "enable" and lastly type "config terminal".

How do you enter a static route through the command-line interface (i.e., what command do you use, and what information does the command include?)

  • first you need to make suer you are in config mode. then you type "ip route" following that you give and ip address along with its subnet mask and point it to where you want it to go with the ip address of the router that leads to the desired destination.