Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It is used, for example, to tell WiFi points the address of the controller
or phones the address of the provisioning server
here are the sources of knowledge about these things:
Option 43 (Vendor Specific Information)
https://tools.ietf.org/html/rfc2132#section-8.4
Option 60 (Vendor class identifier)
https://tools.ietf.org/html/rfc2132#section-9.13
by the way, if there is only one type of device on the network that uses option43, then option60 can be omitted,
for example, if there are only IP phones and no WiFi points, or vice versa
Well, for example, in my dhcp there are such lines
...
# 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";
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question