Advertisement
wavec022

final project dhcp config

May 6th, 2021
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ==== PUT INTO BALAD ====
  2.  
  3. !
  4. ip dhcp pool LOC_Users
  5. network 10.64.104.0 255.255.255.192
  6. default-router 10.64.104.62
  7. !
  8. ip dhcp pool OPS_Users
  9. network 10.64.104.64 255.255.255.224
  10. default-router 10.64.104.94
  11. !
  12.  
  13.  
  14. ==== PUT INTO TALIL WIFI ====
  15.  
  16. !
  17. ip dhcp pool 75_Ranger
  18. network 192.168.1.0 255.255.255.192
  19. !
  20.  
  21.  
  22. ==== PUT INTO TIKRIT WIFI ====
  23.  
  24. !
  25. ip dhcp pool AF_Users
  26. network 192.168.2.0 255.255.255.128
  27. !
  28.  
  29.  
  30. ==== PUT INTO WARHORSE ====
  31.  
  32. !
  33. ip dhcp pool Sparta_Data
  34. network 192.168.3.0 255.255.255.240
  35. !
  36. ip dhcp pool Sparta_Voice
  37. network 10.64.104.128 255.255.255.240
  38. default-router 10.64.104.142
  39. option 150 ip 10.64.104.142
  40. !
  41. ip dhcp pool Army_Users
  42. network 10.64.104.96 255.255.255.224
  43. default-router 10.64.104.126
  44. !
  45. ip dhcp pool Maresz_Data
  46. network 10.64.104.144 255.255.255.240
  47. default-router 10.64.104.158
  48. !
  49.  
  50.  
  51. ==== PUT INTO IRONHORSE ====
  52.  
  53. !
  54. ip dhcp pool Speicher_Data
  55. network 10.64.104.208 255.255.255.248
  56. default-router 10.64.104.214
  57. !
  58. ip dhcp pool Speicher_Voice
  59. network 10.64.104.216 255.255.255.248
  60. default-router 10.64.104.222
  61. option 150 ip 10.64.104.222
  62. !
  63. ip dhcp pool SOF
  64. network 192.168.4.0 255.255.255.224
  65. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement