User's Manual

Table Of Contents
TD 92579EN
15 October 2014 / Ver. M
Installation and Operation Manual
IP-DECT Base Station & IP-DECT Gateway (software version 7.2.X)
141
Specifies which RFPs to update using a hex-encoded bit-mask. Each bit represents an RFP
port starting with port 1 at the LSB (0x0001) up to port 16 (0x8000).
0x2753 specifies RFP "1,2,5,7,9,10,11,14" to be updated.
mod cmd RFP_UPDATE0 schedule DD.MM.YYYY-HH:MM
Specifies when the update shall start. If no date is provided, the update will be immediate
when the start command is issued.
mod cmd RFP_UPDATE0 start /idle
Starts the update or activates the schedule. Normally the /idle command is selected and an
update starts only if the RFP is idle.
If multiple RFPs are selected for update, they will be updated one at a time If /sequence
command is used.
Example Update RFP Firmware
This example shows an "update file" for the
IPBL.
mod cmd UP1 check ser 20070316-1
mod cmd RFP_UPDATE0 firmware http://172.20.8.125/ascom/rfp/
Worf123.S2
mod cmd RFP_UPDATE0 select 0xffff
mod cmd RFP_UPDATE0 start /idle
A.1.8 Configure Microsoft IIS as an Update Server
To be able to upload (save) device configuration information on the web server, it must
allow HTTP PUT requests. All other functions require HTTP GET permissions only.
You may want to restrict access to that site to certain network address ranges.
To avoid entering authentication data in every IPBS/IPBL, it is recommended to allow
anonymous read access. For write access (http PUT), authentication is needed with IIS ver.
6 and later. Authentication data needs to be configured in the devices that need to be
backed up, e.g. the PARI Master, Master and Mobility Master.
Requirements for IP-DECT
Version 5.1.X and later supports the authentication algorithm "md5-sess".
Requirements for Microsoft IIS
Must be a Windows 2008 R2 server containing Microsoft IIS ver. 7.5.
To configure Microsoft IIS as an Update Server
The
steps that are involved are shown in the figure below. The steps are described in more
detail below the figure.