Advertisement
worms005

10.1.2.4

Dec 13th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. 10.1.2.4
  2. Kamil Janik 226973
  3.  
  4. Częśc 2.
  5. Krok 6.
  6. _R2(config)# ip dhcp excluded-address 192.168.0.1 192.168.0.9
  7.  
  8. R2(config)# ip dhcp excluded-address 192.168.1.1 192.168.1.9
  9.  
  10. R2(config)# ip dhcp pool R1G1
  11.  
  12. R2(dhcp-config)# network 192.168.1.0 255.255.255.0
  13.  
  14. R2(dhcp-config)# default-router 192.168.1.1
  15.  
  16. R2(dhcp-config)# dns-server 209.165.200.225
  17.  
  18. R2(dhcp-config)# domain-name ccna-lab.com
  19.  
  20. R2(dhcp-config)# lease 2
  21.  
  22. R2(dhcp-config)# exit
  23.  
  24. R2(config)# ip dhcp pool R1G0
  25.  
  26. R2(dhcp-config)# network 192.168.0.0 255.255.255.0
  27.  
  28. R2(dhcp-config)# default-router 192.168.0.1
  29.  
  30. R2(dhcp-config)# dns-server 209.165.200.225
  31.  
  32. R2(dhcp-config)# domain-name ccna-lab.com
  33.  
  34. R2(dhcp-config)# lease 2
  35.  
  36. Krok 7.
  37.  
  38. R1(config)# interface g0/0
  39.  
  40. R1(config-if)# ip helper-address 192.168.2.254
  41.  
  42. R1(config-if)# exit
  43.  
  44. R1(config)# interface g0/1
  45.  
  46. R1(config-if)# ip helper-address 192.168.2.254
  47.  
  48. Krok 8.
  49.  
  50. Pierwsze dwa adresy które mogą wydierżawić PC-cA i PC-B ?
  51. PC-B: 192.168.0.10 y PC-A: 192.168.1.10
  52.  
  53. Krok 9.
  54.  
  55. a)
  56. Wraz z wydzierżawionymi adresami IP, jakie inne użyteczne informacje identyfikacyjne klienta pojawiają się w wyniku?
  57.  
  58. Adresy sprzętowe klienta pozwalają zidentyfikować konkretne komputery, które dołączyły do sieci.
  59.  
  60. b)
  61. Podano 10 różnych typów komunikatów DHCP.
  62.  
  63. c)
  64. Następny adres do wynajęcia.
  65.  
  66. d)R2# show run | section dhcp
  67.  
  68. ip dhcp excluded-address 192.168.0.1 192.168.0.9
  69.  
  70. ip dhcp excluded-address 192.168.1.1 192.168.1.9
  71.  
  72. ip dhcp pool R1G1
  73.  
  74. network 192.168.1.0 255.255.255.0
  75.  
  76. default-router 192.168.1.1
  77.  
  78. domain-name ccna-lab.com
  79.  
  80. dns-server 209.165.200.225
  81.  
  82. lease 2
  83.  
  84. ip dhcp pool R1G0
  85.  
  86. network 192.168.0.0 255.255.255.0
  87.  
  88. default-router 192.168.0.1
  89.  
  90. domain-name ccna-lab.com
  91.  
  92. dns-server 209.165.200.225
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement