Reference Guide

Enabling NTP
NTP is disabled by default.
To enable NTP, specify an NTP server to which the Dell Networking system synchronizes. To specify multiple servers,
enter the command multiple times. You may specify an unlimited number of servers at the expense of CPU resources.
Specify the NTP server to which the Dell Networking system synchronizes.
CONFIGURATION mode
ntp server ip-address
To display the system clock state with respect to NTP, use the show ntp status command from EXEC Privilege
mode.
Viewing System Clock State Relative to NTP
R6_E300(conf)#do show ntp status
Clock is synchronized, stratum 2, reference is 192.168.1.1
frequency is -369.623 ppm, stability is 53.319 ppm, precision is 4294967279
reference time is CD63BCC2.0CBBD000 (16:54:26.049 UTC Thu Mar 12 2009)
clock offset is 997.529984 msec, root delay is 0.00098 sec
root dispersion is 10.04271 sec, peer dispersion is 10032.715 msec
peer mode is client
To display the calculated NTP synchronization variables received from the server that the system uses to synchronize its
clock, use the show ntp associations command from EXEC Privilege mode.
Example of Viewing Calculated NTP Synchronization Variables
R6_E300(conf)#do show ntp associations
remote ref clock st when poll reach delay offset disp
==========================================================
#192.168.1.1 .LOCL. 1 16 16 76 0.98 -2.470 879.23
* master (synced), # master (unsynced), + selected, - candidate
Setting the Hardware Clock with the Time Derived from NTP
To set the hardware clock, use the following command.
Periodically update the system hardware clock with the time value derived from NTP.
CONFIGURATION mode
ntp update-calendar
Example of Updating the System Clock Relative to NTP
R5/R8(conf)#do show calendar
06:31:02 UTC Mon Mar 13 1989
R5/R8(conf)#ntp update-calendar 1
R5/R8(conf)#do show calendar
06:31:26 UTC Mon Mar 13 1989
R5/R8(conf)#do show calendar
12:24:11 UTC Thu Mar 12 2009
Configuring NTP Broadcasts
With FTOS, you can receive broadcasts of time information.
You can set interfaces within the system to receive NTP information through broadcast.
To configure an interface to receive NTP broadcasts, use the following commands.
687