DHCP Vendor Class Options - Option 43

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

DHCP Vendor Class Options - Option 43

Marco Berizzi
Hello everyone,

I need to configure a skype device with dhcp.
I followed this document located at:

https://www.myteamslab.com/2015/11/skype4b-lync-dhcp-config-tool.html

Kindly I would like to ask if the following configuration
is correct.

option space MSUCCClient;
option MSUCCClient.UCIdentifier code 1 = text;
option MSUCCClient.URLScheme code 2 = text;
option MSUCCClient.WebServerFQDN code 3 = text;
option MSUCCClient.WebServerPort code 4 = text;
option MSUCCClient.CertProvReIPath code 5 = text;

subnet 192.168.271.0 netmask 255.255.255.128 {
  vendor-option-space MSUCCClient;
  option MSUCCClient.UCIdentifier "MS-UC-Client";
  option MSUCCClient.URLScheme "https";
  option MSUCCClient.WebServerFQDN "Lync.company.com";
  option MSUCCClient.WebServerPort "443";
  option MSUCCClient.CertProvReIPath "/CertProv/CertProvisioningService.svc";
}

Thanks in advance

Marco
_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users