Services
System time
IX10 User Guide
496
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the IX10
local command line as a user with full Admin access rights.
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 IX10 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
.
n
To delete the default NTP server,
time.devicecloud.com
:
(config)> del service ntp server 0
(config)>
n
To add the NTP server to the beginning of the list, use the index value of
0
to indicate
that it should be added as the first server:
(config)> add service ntp server 0 time.server.com
(config)>
n
To add the NTP server to the end of the list, use the index keyword
end
:
(config)> add service ntp server end time.server.com
(config)>
n
To add the NTP server in another location in the list, use an index value to indicate the
appropriate position. For example:
(config)> add service ntp server 1 time.server.com
(config)>
Содержание IX10
Страница 1: ...IX10 User Guide User Guide Firmware version 22 5 ...
Страница 444: ...Services Simple Network Management Protocol SNMP IX10 User Guide 444 The SNMP page is displayed 4 Click Download ...
Страница 740: ...Monitoring This chapter contains the following topics intelliFlow 741 Configure NetFlow Probe 748 IX10 User Guide 740 ...
Страница 823: ...Command line interface Execute a command from the web interface IX10 User Guide 823 The Admin CLI prompt appears ...
Страница 849: ...Command line interface Command line reference IX10 User Guide 849 Parameters None ...
Страница 858: ...Command line interface Command line reference IX10 User Guide 858 reboot Reboot the system Parameters None ...