User's Manual

Chapter 10: Using the Command Line Interface
306
Example
The following command sets the primary time server to 192.168.80.66.
config:#
time ntp firstServer 192.168.80.66
Specifying the Secondary NTP Server
This command syntax specifies the primary time server if
synchronization with the NTP server is enabled.
config:#
time ntp secondServer <second_server>
Variables:
The <second_server> is the IP address or host name of the
secondary NTP server.
Example
The following command sets the secondary time server to
192.168.80.78.
config:#
time ntp secondServer 192.168.80.78
Overriding the DHCP-Assigned NTP Servers
This command syntax determines whether the customized NTP server
settings override the DHCP-specified NTP servers.
config:#
time ntp overrideDHCPProvidedServer <option>
Variables:
<option> is one of these options: true or false.
Mode
Description
true
Customized NTP server settings override the
DHCP-specified NTP servers.
false
Customized NTP server settings do NOT override
the DHCP-specified NTP servers.