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

How to add UniFi Controller to DHCP Options - XG MR-7

I need help with adding the DHCP Option 43 to get my unifi devices to see the controller for adoption.

 

So far I'm logged into console with the following:

system dhcp dhcp-options binding add dhcpname UniFi_DHCP optionname Vendor_Encapsulated_Options(43) value ''.

What do I put in the value - lets say my controller hostname is unifi.example.com and it's IP Address is 1.2.3.4 ?



This thread was automatically locked due to age.
Parents
  • Mark,

    as you can see by using TAB button,

    system dhcp dhcp-options add optioncode 43 optionname unifi optiontype

    you can add the following options as optiontype:

    array-of   boolean    four-byte  ipaddress  one-byte   string     two-byte 

    I guess you should use IPaddress.

    Regards

Reply
  • Mark,

    as you can see by using TAB button,

    system dhcp dhcp-options add optioncode 43 optionname unifi optiontype

    you can add the following options as optiontype:

    array-of   boolean    four-byte  ipaddress  one-byte   string     two-byte 

    I guess you should use IPaddress.

    Regards

Children