User's Manual 726 Document #: LTRT-89730
Mediant 3000
4. Configure the device with the IP address of the DNS server for resolving the domain
names of the FTPS and HTTP servers:
[ InterfaceTable ]
FORMAT InterfaceTable_Index = InterfaceTable_ApplicationTypes,
InterfaceTable_InterfaceMode, InterfaceTable_IPAddress,
InterfaceTable_PrefixLength, InterfaceTable_Gateway,
InterfaceTable_VlanID, InterfaceTable_InterfaceName,
InterfaceTable_PrimaryDNSServerIPAddress,
InterfaceTable_SecondaryDNSServerIPAddress,
InterfaceTable_UnderlyingDevice;
InterfaceTable 0 = 6, 10, 10.15.7.95, 16, 10.15.0.1, 1,
"Voice", 80.179.52.100, 0.0.0.0, "vlan 1";
[ \InterfaceTable ]
5. Configure the device to perform the Automatic Update process daily at 03:00 (3 a.m):
• ini File:
AutoUpdateFrequency = '03:00'
46.2.10.3 Automatic Update for Mass Deployment
This example describes how to configure the Automatic Update feature for updating
multiple devices (i.e., mass deployment) using an HTTP provisioning server. In this
example, all the devices are configured to download the same "master" configuration file.
This file serves as the configuration template and instructs the devices which files to
download and how often to perform the Automatic Update process. In addition, the master
file also instructs each device to download an ini configuration file whose file name
contains the MAC address of the device.
The example scenario is as follows:
All devices download a "master" configuration file that contains the following:
• Common configuration shared by all device's.
• Specific configuration that instructs each device to download a specific
configuration file based on the device's MAC address, using the special string
"<MAC>" in the URL, as described in ''MAC Address Placeholder in Configuration
File Name'' on page 721.
Device queries the provisioning server daily at 24:00 (midnight) for software,
configuration and Auxiliary files.
HTTP-based provisioning server at www.company.com for storing the files.
DNS server at 80.179.52.100 for resolving the domain name of the provisioning
server.
To set up automatic provisioning for mass provisioning (example):
1. Create a "master" configuration file template named "master_configuration.ini" with the
following settings:
• Common configuration for all devices:
♦ ini file:
AutoUpdatePredefinedTime = '24:00'
CptFileURL = 'https://www.company.com/call_progress.dat'
AutoCmpFileUrl = 'https://www.company.com/sw.cmp'
• Configuration per device based on MAC address:
♦ ini file:
IniFileURL = 'http://www.company.com/config_<MAC>.ini'
(automatic-update)# voice-configuration
http://www.company.com/config_<MAC>.ini