TEXT   64
c
Guest on 13th May 2022 02:52:59 AM


  1. 9.
  2. conf t
  3. int s0/
  4. ip address
  5. no shut
  6. ex
  7.  
  8. 10.
  9. conf t
  10. int
  11. ip add
  12. no shut
  13. int
  14. ip add
  15. no shut
  16. ex
  17. router rip
  18. version 2
  19. network
  20. network
  21.  
  22. show ip route
  23.  
  24. 11.
  25. conf t
  26. int lo0
  27. ip add
  28. no shut
  29. int s0/0
  30. ip add
  31. no shut
  32. int s0/1
  33. ip add
  34. no shut
  35. end
  36. wr
  37. conf t
  38. router rip
  39. net 10.0.0.0
  40.  
  41. end
  42. show ip route
  43.  
  44. 12.
  45. conf t
  46. ip dhcp pool ipranges
  47. network 10.11.1.0 255.255.255.0
  48. dns server 322.2522
  49. default router 322.255
  50. lease 10
  51. ip dhcp excluded-addresses 100.1.11.20 100.1.11.31
  52.  
  53. pc2
  54. conf t
  55. no ip routing
  56. int
  57. ip address dhcp
  58. no shut
  59.  
  60. in ri
  61. show ip dhcp binding

Raw Paste

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