SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX240H DHCP Services Pool Mask

    Posted 07-24-2013 13:18

    Hi All:

     

    I have a fairly simple question, an answer to which I have not found, perhaps someone here could help out.

     

    I wish to modify the the mask on the DHCP pool. Can I do this without having to delete the existing pool and creating it new with the new mask? Currently if I run a 'show system services dhcp pool' command, it results in output 'Pool Name: 192.168.100.1/24  Low Address: 192.168.100.10 High Address 192.168.100.254'. I wish to change the mask on that pool and obviously the high address.

     

    Is it possible to change the mask without having to delete the pool?

     

    Thank you.

     



  • 2.  RE: SRX240H DHCP Services Pool Mask
    Best Answer

     
    Posted 07-24-2013 20:39

    Instead of delete and re-add, you could replace the string.

    How:

     

    [edit]

    user# edit system services dhcp pool 192.168.100.0/24

     

    [edit system services dhcp pool 192.168.100.0/24]
    user# replace pattern 192.168.100.254 with 192.168.100.200

     

    Regards,

    Raveen

     

    Note: If this answers your question you could mark this post as accepted solution, that way, it benefits others as well. Kudos will be cool if I deserve it!



  • 3.  RE: SRX240H DHCP Services Pool Mask

    Posted 07-25-2013 06:57

    Works perfectly.

     

    Thanks Raveen.



  • 4.  RE: SRX240H DHCP Services Pool Mask

     
    Posted 07-25-2013 19:34

    Glad that it worked for you, you are welcome.