- show ip route - to show the routing table of the router
- router only have the routing which are directly connected to it, so the routing needs to be done manually.
- Next hop address will be added
- This is the configuration for the Router 1
- ip route 192.168.2.0 255.255.255.0 192.168.0.1
- the last ip address is the ip address which is used for the next hop
- Static routing always have the lowest administrative value.
- ip route 192.168.3.0 255.255.255.0 192.168.0.1
- ip route 192.168.0.4 255.255.255.252 192.168.0.1
Recent Pastes