400HD Series IP Phones
Administrator's Manual 48 Document #: LTRT-11950
To configure DHCP using the Configuration File:
• Use the table below as reference.
Table 10-1: DHCP Automatic Provisioning Parameters
Parameter Description
Provisioning Method
[provisioning/method]
Defines the provisioning method:
[Disable] Disable - Automatic update is disabled.
The phone attempts to upgrade its firmware and
configuration
[Dynamic] DHCP Options (Dynamic URL)
(default) - Using DHCP option 160 as well as option
66/67 for provisioning
[Static] Static URL - Using Static URL for
provisioning
DHCP Option Value
[provisioning/url_option_value]
Determines the DHCP option number to be used for
receiving the URL for provisioning.
The default value is 160.
The phone supports DHCP Option 160 for complete
URL as well as Options 66/67 for TFTP usage. Option
160 has the highest priority and if absent, Options
66/67 are used.
The following syntax is available for DHCP option 160:
<protocol>://<server IP address or host name>
<protocol>://<server IP address or host
name>/<firmware file name>
<protocol>://<server IP address or host
name>/<firmware file name>;<configuration file
name>
<protocol>://<server IP address or host
name>/;<configuration file name>
Where <protocol> can be one of the following: ftp,
tftp, http or https.
For example:
ftp://192.168.2.1 – retrieved firmware file
is440HD.img and the configuration file name is
<MAC address>.cfg. For example,
001122334455.cfg
tftp://192.168.2.1/different_firmware_name.img
- retrieved firmware file is
Different_Firmware_Name.img and the
configuration file name is <MAC address>.cfg. For
example, 001122334455.cfg
http://192.168.2.1/different_firmware_name.img
; <MODEL>_<MAC>_conf.cfg - retrieved
firmware file is different_firmware_name.img and
the configuration file name is <Model type>_<MAC
address>_conf.cfg. For example,
440HD_001122334455_conf.cfg
• https://192.168.2.1/;<MODEL>_<MAC>_conf.cf
g - if the model is 440HD, the retrieved firmware file
is 440HD.img and the configuration file name is
440HD_<MAC Address>_conf.cfg.