User's Manual 544 Document #: LTRT-42060
Mediant 2600 E-SBC
43.1.8 Automatic Update Parameters
The automatic update of software and configuration files parameters are described in the
table below.
Table 43-8: Automatic Update of Software and Configuration Files Parameters
Parameter Description
General Automatic Update Parameters
CLI: 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 this parameter to take effect, a device reset is required.
CLI: configure system >
automatic-update > update-
frequency
[AutoUpdateFrequency]
Defines the number of minutes that the device waits between
automatic updates. The default is 0 (i.e., the update at fixed intervals
mechanism is disabled).
Note: For this parameter to take effect, a device reset is required.
CLI: configure system >
automatic-update >
predefined-time
[AutoUpdatePredefinedTime]
Defines schedules (time of day) for automatic updates.
The format syntax of this 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'.
Notes:
ï‚§ For this 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.
CLI: automatic-update > 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 Software
License Key
ï‚§ <MAC>: device's MAC address
ï‚§ <VER>: software version currently installed on the device, e.g.,
"6.80.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;6.80.200.001(00908F1DD0D3)
Notes:
ï‚§ The variable tags are case-sensitive.