Reference Guide

914 | System Time and Date
www.dell.com | support.dell.com
To configure an IP address as the source address of NTP packets, use the following command in the
CONFIGURATION mode:
To view the configuration, use the
show running-config ntp command (Figure 38) in the EXEC privilege
mode.
Configuring NTP authentication
NTP authentication and the corresponding trusted key provide a reliable means of exchanging NTP
packets with trusted time sources. NTP authentication begins when the first NTP packet is created
following the configuration of keys. NTP authentication in Dell networking OS uses the MD5 algorithm
and the key is embedded in the synchronization packet that is sent to an NTP time source.
To configure NTP authentication, use these commands in the following sequence in the
CONFIGURATION mode:
Command Syntax Command Mode Purpose
ntp source interface CONFIGURATION Enter the following keywords and slot/port or number information:
For a loopback interface, enter the keyword
loopback followed by a
number between 0 and 16383.
For a port channel interface, enter the keyword
lag followed by a
number from 1 to 255.
For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet followed by the slot/port information.
For a VLAN interface, enter the keyword vlan followed by a number
from 1 to 4094.
For a 40-Gigabit Ethernet interface, enter the keyword fortyGigE
followed by the slot/port information.
Dell Networking OS Behavior: Dell networking OS uses DES encryption to store the key in the startup-config
when you enter the command ntp authentication-key. Therefore, if your system boots with a startup-configuration
from an Dell networking OS versions prior to 9.1(1.0) in which you have configured ntp authentication-key, the
system cannot correctly decrypt the key, and cannot authenticate NTP packets. In this case you must re-enter this
command and save the running-config to the startup-config.
Step Command Syntax Command Mode Purpose
1
ntp authenticate
CONFIGURATION Enable NTP authentication.
2
ntp authentication-key number md5 key CONFIGURATION Set an authentication key. Configure the
following parameters:
number: Range 1 to 4294967295. 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.