Guest User!

You are not Sophos Staff.

[ANSWERED] DHCP Server Options

I'm currently lost as to where I configure DHCP options (for PXE Boot). Is there currently the option for such configuration or is that something for later.

Thanks for the help!
Parents
  • Hi,

    DHCP option are currently supported from CLI commands. Please use Option 4 Device Console .

    Step 1: Create DHCP lease scope from GUI system --> Network -->DHCP

    Step 2 : Use existing option or create custom option from CLI.

     console > system dhcp dhcp-options list --> To view predefine option list

    console > system dhcp dhcp-options add optioncode  optionname  optiontype  --> To add new option

    e. g console > cyberoam dhcp dhcp-options add optioncode 176 optionname IPTelephone optiontype string

    Step 3 : Bind option and value with DHCP Schope


    system dhcp dhcp-options binding add dhcpname  optionname 
    value 



    e.g console>system  dhcp dhcp-options binding add dhcpname IPPhone_DHCP optionname IPTelephone(176) 
    value ‘MCIPADD=192.168.30.99,MCPORT=1719,TFTPSRVR=192.168.30.201’

    Regards,
    Sneha
Reply
  • Hi,

    DHCP option are currently supported from CLI commands. Please use Option 4 Device Console .

    Step 1: Create DHCP lease scope from GUI system --> Network -->DHCP

    Step 2 : Use existing option or create custom option from CLI.

     console > system dhcp dhcp-options list --> To view predefine option list

    console > system dhcp dhcp-options add optioncode  optionname  optiontype  --> To add new option

    e. g console > cyberoam dhcp dhcp-options add optioncode 176 optionname IPTelephone optiontype string

    Step 3 : Bind option and value with DHCP Schope


    system dhcp dhcp-options binding add dhcpname  optionname 
    value 



    e.g console>system  dhcp dhcp-options binding add dhcpname IPPhone_DHCP optionname IPTelephone(176) 
    value ‘MCIPADD=192.168.30.99,MCPORT=1719,TFTPSRVR=192.168.30.201’

    Regards,
    Sneha
Children
No Data