DHCP Option and Sub-option

Hi Guys

I need to add to the DHCP server the following DHCP OPTION:
Option: 43, Sub Option 225, Value of suboption: Hostname(FQDN)

Is this the right way:

/ip dhcp-server option
add code=225 name=Aerohive.HMFQDN value="'HOSTNAME'"

regards

I have no way how to test it, but try:

/ip dhcp-server option
add code=43 name=Aerohive.HMFQDN value="0xe108'hostname'"

In 0xe108, e1 is 225 and 08 is length of following hostname.

Sob you are truly multilingual :slight_smile:

Can anyone help me configure subotion 1?

I have an example that works on Huawei, but cant make it work on Mikrotik. Tried few options based on this example, but no success

This is Huawei example
ip pool test
option 43 sub-option 1 ascii URL=https://10.7.105.101:32176/eSightZTP/services/acs

Tried this ones on MT with no success
add code=43 name=OPTION43 value=“‘https://10.7.105.101:32176/eSightZTP/services/acs’”
add code=43 name=OPTION43a value=“0x01’https://10.7.105.101:32176/eSightZTP/services/acs’”
add code=43 name=OPTION43b value=“0x0149’https://10.7.105.101:32176/eSightZTP/services/acs’”
add code=43 name=OPTION43c value=0x0168747470733A2F2F31302E372E3130352E3130313A33323137362F6553696768745A54502F73657276696365732F616373
add code=43 name=OPTION43d value=“0x0153’URL=https://10.7.105.101:32176/eSightZTP/services/acs’”

Thanks in advance