Users Guide

Congure the following parameters:
number: the range is from 1 to 65534. This number must be the same as the number in the ntp trusted-key command.
key: enter a text string. This text string is encrypted.
3 Dene a trusted key.
CONFIGURATION mode
ntp trusted-key number
Congure a number from 1 to 65534.
The number must be the same as the number used in the ntp authentication-key command.
4 Congure an NTP server.
CONFIGURATION mode
ntp server [vrf] <vrf-name> {hostname | ipv4-address |ipv6-address} [ key keyid] [prefer]
[version number][minpoll] [maxpoll]
Congure the IP address of a server and the following optional parameters:
vrf-name : Enter the name of the VRF through which the NTP server is reachable.
hostname : Enter the keyword hostname to see the IP address or host name of the remote device.
ipv4-address : Enter an IPv4 address in dotted decimal format (A.B.C.D).
ipv6-address : Enter an IPv6 address in the format 0000:0000:0000:0000:0000:0000:0000:0000. Elision of zeros is
supported.
key keyid : Congure a text string as the key exchanged between the NTP server and the client.
prefer: Enter the keyword prefer to set this NTP server as the preferred server.
version number : Enter a number as the NTP version. The range is from 1 to 4.
minpoll polling-interval: Enter the minpoll value. The range is from 4 to 16.
maxpoll polling-interval: Enter the maxpoll value. The range is from 4 to 16.
5 Congure the switch as NTP master.
CONFIGURATION mode
ntp master <stratum>
To congure the switch as NTP Server use the ntp master<stratum> command. stratum number identies the NTP Server's
hierarchy.
Examples of Conguring and Viewing an NTP Conguration
The following example shows conguring an NTP server.
Dell EMC(conf)#show running-config ntp
!
ntp master
ntp server 10.16.127.44
ntp server 10.16.127.86
ntp server 10.16.127.144
Dell EMC (conf)#
Dell EMC#show ntp associations
remote vrf-Id ref clock st when poll reach delay offset disp
====================================================================================
LOCAL(0) 0 .LOCL. 7 7 16 7 0.000 0.000 0.002
10.16.127.86 0 10.16.127.26 5 3 16 7 0.498 361.760 0.184
10.16.127.144 0 10.16.127.26 5 1 16 7 0.492 359.171 0.219
10.16.127.44 0 10.16.127.26 5 5 16 7 0.498 355.501 0.188
* master (synced), # backup, + selected, - outlier, x falseticker
Dell EMC#
System Time and Date
1033