Digi IX30 User Manual page 581

Table of Contents

Advertisement

Services
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. (Optional) Set the timezone for the location of your IX30 device. The default is UTC.
(config)> system time timezone value
(config)>
Where value is the timezone using the format specified with the following command:
(config)> system time timezone ?
Timezone: The timezone for the location of this device. This is used to
adjust the time for log
messages. It also affects actions that occur at a specific time of day.
Format:
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
...
(config)>
4. (Optional) Add an upstream NTP server that the device will use to synchronize its time to the
appropriate location in the list of NTP servers. The default setting is time.devicecloud.com.
To delete the default NTP server, time.devicecloud.com:
n
(config)> del service ntp server 0
(config)>
To add the NTP server to the beginning of the list, use the index value of 0 to indicate
n
that it should be added as the first server:
(config)> add service ntp server 0 time.server.com
(config)>
To add the NTP server to the end of the list, use the index keyword end:
n
(config)> add service ntp server end time.server.com
(config)>
To add the NTP server in another location in the list, use an index value to indicate the
n
appropriate position. For example:
(config)> add service ntp server 1 time.server.com
(config)>
IX30 User Guide
System time
581

Advertisement

Table of Contents
loading

Table of Contents