June 2018
320 Legrand PDU User Guide
Determining the Time Setup Method
This command determines the method to configure the system date and time.
config:# time method <method>
Variables:
<method> is one of the time setup options: manual or ntp.
Mode Description
manual The date and time settings are customized.
ntp The date and time settings synchronize with a
specified NTP server.
Setting NTP Parameters
A time configuration command for NTP-related parameters begins with time ntp.
Specify the primary time server:
config:# time ntp firstServer <first_server>
Specify the secondary time server:
config:# time ntp secondServer <second_server>
To delete the primary time server:
config:# time ntp firstServer ""
To delete the secondary time server:
config:# time ntp secondServer ""
Variables:
The <first_server> is the IP address or host name of the primary NTP server.
The <second_server> is the IP address or host name of the secondary NTP server.
<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.