Version 7.2 777 Mediant 1000B Gateway & E-SBC
User's Manual 45. Automatic Provisioning
class "audiocodes" {
match if(substring(hardware, 1, 3) = 00:90:8f);
}
subnet 10.31.0.0 netmask 255.255.0.0 {
pool {
allow members of "audiocodes";
range 10.31.4.53 10.31.4.75;
option routers 10.31.0.1;
option subnet-mask 255.255.0.0;
option domain-name-servers 10.1.0.11;
option bootfile-name
"INI=http://www.corp.com/master.ini";
option dhcp-parameter-request-list 1,3,6,51,67;
}
}
Note:
• The value of Option 67 must include the URL address, using the following syntax:
"INI=<URL with ini file name>"
• This method is NAT-safe.
 To configure the device for automatic provisioning through HTTP/S using DHCP
Option 67:
1. Enable DHCP client functionality, by configuring the following ini file parameter:
DHCPEnable = 1
2. Enable the device to include DHCP Option 67 in DHCP Option 55 (Parameter
Request List) when requesting HTTP provisioning parameters from a DHCP server,
using the following ini file parameter:
DHCPRequestTFTPParams = 1
3. Reset the device with a save-to-flash for your settings to take effect.
45.1.1.2 Provisioning from TFTP Server using DHCP Option 66
Provisioning the device from a third-party TFTP server is suitable when the network in
which the device is deployed includes a provisioning TFTP server for all network
equipment, without the capability of distinguishing between AudioCodes and non-
AudioCodes devices.
Upon startup, the device checks for DHCP Option 66 in the DHCP response received from
the DHCP server. If Option 66 contains a valid IP address (or FQDN) of the TFTP
provisioning server, the device attempts to download through TFTP, a configuration file
whose filename contains the device's MAC address (e.g., 00908f0130aa.ini).
This method loads the configuration file to the device as a one-time action. The download
is repeated only if the device is manually restored to factory defaults (by pressing the
hardware reset button while the Ethernet cable is not connected) and DHCP is enabled
(see note below).
 To configure the device for automatic provisioning through TFTP using DHCP
Option 66:
1. Enable DHCP client functionality, by configuring the following ini file parameter:
DHCPEnable = 1