This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DHCP Option for VLAN

Hello Commuity,

 

I have setup a DHCP Option for our Telephones:

system dhcp dhcp-options add optioncode 132 optionname snomD765 optiontype string

 

When snomD765 requests a IP Address it should receive a VLAN-ID (here 40 or HEX 28). But the Syntax for the value of this Option is not right:

system dhcp dhcp-options binding add dhcpname DHCP-Server optionname snomD765(132) value '28'

 

Does anybody know how is the right sytax for the value?

 

Thanks,

Ben

 



This thread was automatically locked due to age.
  • Hello Ben,

    Thank you for contacting the Sophos Community.

    If they need to receive a VLAN-ID then the syntax should be like this

    console> system dhcp dhcp-options binding add dhcpname DHCP optionname snomD765(132) value 'VLAN=40' 

    Verify that settings have been applied with:

    console> system dhcp dhcp-options binding show dhcpname 'snomD765'

    This sets the value to VLAN=40.

    Regards,