Yealink Forums

Full Version: DHCP option 66 or 43 with FTP credentials
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
T54W with firmware 96.86.0.77

My provisioning server is using FTP and requires a username and password.
Phone GUI - Settings - Auto Provision settings
DHCP Active: On
IPv4 DHCP Option Value: yealink
Server URL: ftp:^^92.168.1.1:220 (^^ is actually // but the post filter thought it was spam)
FTP Username: myName
FTP Password: myPassword

I can then press [Auto Provision Now] button and the phone will provision. I don't want to enter the Username and Password into the phone GUI. I want the DHCP server to provide the Server URL, Username and Password. I don't know how to setup DHCP option 43 to supply Username and Password.

How do I setup DHCP option 43 to supply the Username and Password?

Thank you,
Hi all,
I discovered an answer to my question.
The username and password can be passed in the Server URL like this,
In the phone GUI
Server URL: ftp:'//'username:password@92.168.1.1:220 (remove the single quotes)
FTP Username: <blank>
FTP Password: <blank>

In your DHCP server, you can set the DHCP option 43 value to same.
Option 43 value: Server URL: ftp:'//'username:password@92.168.1.1:220 (remove the single quotes)

I hope you find this info useful.
Thank you,
Reference URL's