...
# Define a custom option space for tr069 options
option space tr069;
option tr069.acs-server-url code 1 = text;
option tr069.provisioning-code code 2 = text;
...
# Encapsulate option space in vendor option (43)
vendor-option-space tr069;
option tr069.acs-server-url "http://acs.xxx.xxx.com:7547";
...