# Lab 9.1: Packet Tracer Static Routing

### Summary

During this lab, we learned how to set up a routing table and connect 3 networks. I had no problems completing this lab. Some key commands I want to write down are when you get into a router if it just shows "name>" then you must type enable to get "name#" then if you type config it shows up as "name(config)#". To enter a static route through the command-line you have to go to CLI and then get to config mode then type "ip route 'network' 'submask' 'next hop'". to show the routing table you want to be at where it just says the "name#" then type "show ip route"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paul-gleason.gitbook.io/net-150-network-fundamentals/labs/lab-9.1-packet-tracer-static-routing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
