User's Manual 790 Document #: LTRT-27045
Mediant 1000B Gateway & E-SBC
HTTP server at www.company.com for storing the configuration file (ini).
DNS server at 80.179.52.100 for resolving the domain names of the provisioning
servers (FTPS and HTTP).
To set up Automatic Provisioning for files stored on different server types
(example):
1. CPT file:
a. Set up an NFS server and copy the CPT file to the directory /usr/shared/public on
the NFS server.
b. Configure the device with the NFS server:
[ NFSServers ]
FORMAT NFSServers_Index = NFSServers_HostOrIP, NFSServers_RootPath,
NFSServers_NfsVersion, NFSServers_AuthType, NFSServers_UID,
NFSServers_GID, NFSServers_VlanType;
NFSServers 0 = "10.31.2.10", "/usr/share/public/", 2, 1, 0, 1, 1;
[ \NFSServers ]
c. Configure the device with the URL path of the CPT file:
♦ ini File:
CptFileURL = 'file://10.31.2.10/usr/share/public/usa_tones.dat'
2. Feature Key file:
a. Set up an FTPS server and copy the Feature Key file to the server.
b. Configure the device with the URL path of the Feature Key file:
♦ ini File:
FeatureKeyURL =
'ftps://root:wheel@ftpserver.corp.com/feature_key.txt'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# feature-key
'ftps://root:wheel@ftpserver.corp.com/feature_key.txt'
3. Software (.cmp) and ini files:
a. Set up an HTTP Web server and copy the .cmp and configuration files to the
server.
b. Configure the device with the URL paths of the .cmp and ini files:
♦ ini File:
AutoCmpFileUrl =
'http://www.company.com/device/sw.cmp'
IniFileURL = 'http://www.company.com/device/inifile.ini'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# auto-firmware 'http://www.company.com/sw.cmp'
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,