Setting up ntp on your shiny, new Cisco MDS 9XXX switch is fairly simple. And important. Time man, it’s really important.
From a terminal session, issue the following commands:
conf t
ntp server 192.168.0.23 prefer
ntp server 192.168.0.45
end
copy running-config startup-config
And that’s it …