User's Manual  894  Document #: LTRT-10632 
 
  Mediant 800B Gateway & E-SBC 
  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"  or 
"master_startup.txt" 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' 
♦  CLI: 
# configure system 
(config-system)# automatic update 
(automatic-update)# update-frequency 24:00 
(automatic-update)# call-progress-tones 
https://www.company.com/call_progress.dat 
(automatic-update)# auto-firmware https://www.company.com/sw.cmp 
•  Configuration per device based on MAC address: 
♦  ini file: 
IniFileURL = 'http://www.company.com/config_<MAC>.ini' 
♦  CLI: 
# configure system 
(config-system)# automatic update 
(automatic-update)# cli-script 
https://company.com/files/cli_script_<MAC>.txt 
(automatic-update)# voice-configuration 
http://www.company.com/config_<MAC>.ini 
2.  Copy the master configuration file that you created in Step 1 as well as the CPT and 
.cmp files to the HTTP-based provisioning server. 
3.  Configure each device with the following: 
a.  URL of the master configuration file: 
♦  ini File: 
IniFileURL = 
'http://www.company.com/master_configuration.ini' 
♦  CLI: 
# configure system 
(config-system)# automatic update 
(automatic-update)# voice-configuration 
http://www.company.com/master_configuration.ini 
(automatic-update)# cli-script 
https://company.com/files/master_startup.txt 
b.  Configure the device with the IP address of the DNS server for resolving the 
domain name (e.g., http://www.company.com) that is used in the URL for the 
provisioning server. This is done in the IP Interfaces table: 
♦  ini File: 
[ InterfaceTable ] 
FORMAT InterfaceTable_Index = 
InterfaceTable_ApplicationTypes, 
InterfaceTable_InterfaceMode, InterfaceTable_IPAddress, 
InterfaceTable_PrefixLength, InterfaceTable_Gateway, 
InterfaceTable_VlanID, InterfaceTable_InterfaceName, 
InterfaceTable_PrimaryDNSServerIPAddress,