Before I get pointed to this article, please note that I am looking to set an option for the XG as a CLIENT, not options for the XG as a server.
I need to set a custom value for DHCP option 61 on the XG, so that when it sends out a DHCP Request it includes that custom value, otherwise it won't be able to get the correct address.
I can already see (through the console) that the option itself is defined on the box:
console> system dhcp dhcp-options list
Option Name Option Data Type
=========================================================================================[...]DHCP_Client_Identifier(61) String
I don't want to bind the dhcp option to any DHCP scope because I'm not using it as a DHCP server option - instead I want it to be sent when the XG acts as a client.
So my question is, can I set the value of DHCP_Client_Identifier(61) somehow?
I can't find any obvious way to do this in the CLI unless I associate it with a DHCP scope, which is not what I'm trying to do.
Thank you!
This thread was automatically locked due to age.