Run the following commands on the three switches to update the NTP source server:
Home > Integrated Products > Integrated System for Azure Stack Hub > Guides > Day Two Operations Guide—Dell Integrated System for Microsoft Azure Stack Hub > Changing the NTP source server
Run the following commands on the three switches to update the NTP source server:
show running-configuration | grep "ntp server"
conf t
no ntp server <NTP_Server_IP>
end
conf t
ntp server <NEW_NTP_Server_IP>
end
copy running-configuration startup-configuration