Advertisement
tirabytes

Juniper SRX: DHCP Pool

Aug 31st, 2014
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1.  
  2. 88 88
  3. ,d "" 88 ,d
  4. 88 88 88
  5. MM88MMM 88 8b,dPPYba, ,adPPYYba, 88,dPPYba, 8b d8 MM88MMM ,adPPYba, ,adPPYba,
  6. 88 88 88P' "Y8 "" `Y8 88P' "8a `8b d8' 88 a8P_____88 I8[ ""
  7. 88 88 88 ,adPPPPP88 88 d8 `8b d8' 88 8PP""""""" `"Y8ba,
  8. 88, 88 88 88, ,88 88b, ,a8" `8b,d8' 88, "8b, ,aa aa ]8I
  9. "Y888 88 88 `"8bbdP"Y8 8Y"Ybbd8"' Y88' "Y888 `"Ybbd8"' `"YbbdP"'
  10. d8'
  11. ################################################## d8' ##### http://www.tirabytes.com/ ##
  12.  
  13. ## Set DHCP range
  14. set system services dhcp pool 192.168.x.0/24 address-range low 192.168.x.100
  15. set system services dhcp pool 192.168.x.0/24 address-range high 192.168.x.200
  16.  
  17. ## Set Domain / Gateway / DNS / Lease Time
  18. set system services dhcp pool 192.168.x.0/24 domain-name xxxx.local
  19. set system services dhcp pool 192.168.x.0/24 name-server 192.168.x.100
  20. set system services dhcp pool 192.168.x.0/24 router 192.168.x.254
  21. set system services dhcp pool 192.168.x.0/24 default-lease-time 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement