2 types of routing
- static routing
- manually setting routing information
- dynamic routing
- routers share information
Static routing
Skeleton for the command:
|
|
- dst network
- the network where the router will try to route to
- admin distance
- trustworthiness of a routing protocol the lower the admin distance, the better the router will trust that router
| Admin distance | Number |
|---|---|
| Connected | 0 |
| Static | 1 |
| 120 | |
| 90 | |
| 110 |
The router will prefere the route the minimum admin distance.