User's Manual 938 Document #: LTRT-27045
Mediant 1000B Gateway & E-SBC
62.1.8 Automatic Update Parameters
The automatic update of software and configuration files parameters are described in the
table below.
Table 62-8: Automatic Update of Software and Configuration Files Parameters
Parameter Description
General Automatic Update Parameters
CLI path: configure system > automatic-update
update-firmware
[AutoUpdateCmpFile]
Enables the Automatic Update mechanism for the cmp file.
ï‚§ [0] = (Default) The Automatic Update mechanism doesn't apply to
the cmp file.
ï‚§ [1] = The Automatic Update mechanism includes the cmp file.
Note: For the parameter to take effect, a device reset is required.
update-frequency
[AutoUpdateFrequency]
Defines the interval (in minutes) that the device waits between
consecutive automatic updates.
The default is 0 (i.e., the update at fixed intervals mechanism is
disabled).
Note: For the parameter to take effect, a device reset is required.
predefined-time
[AutoUpdatePredefinedTime]
Defines schedules (time of day) for performing automatic updates.
The format syntax of the parameter is 'hh:mm', where hh denotes the
hour and mm the minutes. The value must be enclosed in single
apostrophes. For example, '20:18'.
Note:
ï‚§ For the parameter to take effect, a device reset is required.
ï‚§
The actual update time is randomized by five minutes to reduce the
load on the Web servers.
http-user-agent
[AupdHttpUserAgent]
Defines the information sent in the HTTP User-Agent header in the
HTTP Get requests sent by the device to the provisioning server for
the Automatic Update mechanism.
The valid value is a string of up to 511 characters. The information can
include any user-defined string or the following string variable tags
(case-sensitive):
ï‚§ <NAME>: product name, according to the installed License Key
ï‚§ <MAC>: device's MAC address
ï‚§ <VER>: software version currently installed on the device, e.g.,
"7.00.200.001"
ï‚§ <CONF>: configuration version, as configured by the ini file
parameter, INIFileVersion or CLI command, configuration-version
The device automatically populates these tag variables with actual
values in the sent header. By default, the device sends the following in
the User-Agent header:
User-Agent: Mozilla/4.0 (compatible; AudioCodes;
<NAME>;<VER>;<MAC>;<CONF>)
For example, if you set AupdHttpUserAgent = MyWorld-
<NAME>;<VER>(<MAC>), the device sends the following User-Agent
header:
User-Agent: MyWorld-
Mediant;7.00.200.001(00908F1DD0D3)
Note: