TEXT 34
Data Communication and Networks Guest on 23rd May 2022 01:16:14 PM
  1. [1/0] in static
  2. 1 means administrative distance (ad)
  3.  
  4. 0 means matric value - cost of the distance
  5.  
  6.  
  7. Dynamic Routing
  8. Consists of three methods
  9. EIGRP is the commonly used and has 90 AD
  10.  
  11. RIP uses the hop count as the matric value
  12. OSPF uses the bandwidth as the matric value
  13. EIGRP consists of the multiple parameters which includes bandwidth, MTU and load balancing.
  14.  
  15. Configuring OSPF
  16. Router(config)#router ospf 1
  17. Router(config-router)#network 192.168.0.4 255.255.255.252 area 0
  18. Router(config-router)#network 192.168.0.8 255.255.255.252 area 0
  19. Router(config-router)#network 192.168.3.0 255.255.255.0 area 0
  20. Router(config-router)#network 192.168.4.0 255.255.255.0 area 0
  21. Router(config-router)#
  22.  
  23. Only add the one in dynamic routing which are connected.
  24.  
  25. In order to run DHCP on all routers, it is required to use relay agent so that the broadcast requests are not dropped by the router.
  26. Go to that interface where packet will be dropped in router. The DHCP address will be used in the relay agent, the IP which is used to access the router.
  27.  
  28. ip helper-address 192.168.0.1 255.255.255.252

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.