11-14-2018 10:55 AM - edited 03-08-2019 04:36 PM
I want to configure ntp servers for my 5ks and 7k. I have 4 ntp servers. Would my set up be as follows?:
switch(config)# no ntp server 10.X.X.X prefer use-vrf management (REMOVES_OLD_NTP_SERVER)
switch(config)# ntp distribute
switch(config)# ntp server 10.x.x.x1 prefer use-vrf management
switch(config)# ntp server 10.x.x.x2
switch(config)# ntp server 10.x.x.x3
switch(config)# ntp server 10.x.x.x4
switch(config)# ntp commit
Would I need anything else? I don't think I'm fully understanding if the master command would be required or not
Solved! Go to Solution.
11-14-2018 11:48 AM
Your config should work fine. To verify peers use.
sh ntp peers
or
sh ntp peer-status
BTW, the command "show ntp status" does not seem to work on Nexus series.
HTH
11-14-2018 11:44 AM
here is the sample configuration for your reference :
11-14-2018 11:48 AM
Your config should work fine. To verify peers use.
sh ntp peers
or
sh ntp peer-status
BTW, the command "show ntp status" does not seem to work on Nexus series.
HTH
11-15-2018 05:50 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide