User's Manual 464 Document #: LTRT-42060
Mediant 2600 E-SBC
To set up Automatic Provisioning for files stored on different server types
(example):
1. VP file:
a. Set up an FTPS server and copy the VP file to the server.
b. Configure the device with the URL path of the VP file:
VPFileUrl = 'ftps://root:wheel@ftpserver.corp.com/vp.dat'
2. Software (.cmp) and ini files:
a. Set up an HTTP Web server and copy the .cmp and ini files to the server.
b. Configure the device with the URL paths of the .cmp and ini files:
AutoCmpFileUrl = 'http://www.company.com/device/sw.cmp'
IniFileURL = 'http://www.company.com/device/inifile.ini'
3. 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 ]
4. Configure the device to perform the Automatic Update process daily at 03:00 (3 a.m):
AutoUpdatePredefinedTime = '03:00'