TEXT 32
Data Communication & Network Guest on 9th May 2022 01:16:53 PM
  1. show ip route - to show the routing table of the router
  2. router only have the routing which are directly connected to it, so the routing needs to be done manually.
  3. Next hop address will be added
  4. This is the configuration for the Router 1
  5. ip route 192.168.2.0 255.255.255.0 192.168.0.1
  6. the last ip address is the ip address which is used for the next hop
  7.  
  8. Static routing always have the lowest administrative value.
  9. ip route 192.168.3.0 255.255.255.0 192.168.0.1
  10. ip route 192.168.0.4 255.255.255.252 192.168.0.1

Coding Base is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.