cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1080
Views
5
Helpful
3
Replies

NTP Configuration for NX-OS

T_tow
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

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

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

here is the sample configuration for your reference :

 

https://www.cisco.com/c/en/us/support/docs/switches/nexus-7000-series-switches/113585-nex7000-ntp-config.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Reza Sharifi
Hall of Fame
Hall of Fame

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

Thanks Reza!
Review Cisco Networking for a $25 gift card