cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
9522
Views
0
Helpful
5
Replies

NTP Master

DEENA VERAPPAN
Level 1
Level 1

     Hi All,

I'm lloking for some help regarding setting up NTP. Currently the source for NTP within our network is our core 6500.Currently the NTP source for the 6500 are internet based NTP Servers. I would like to configure the 6500 to respond to NTP messages as the NTP Master. However will the 6500's source remain as the internet based NTP Servers?? In other words if the 6500is configured to be NTP Master, where would it get it's time from??

Thank you for your help.

Cheers

Deena

P.S.

Current NTP configuration is:

ntp clock-period 17180262

ntp source Vlan1

ntp update-calendar

ntp server 138.23.180.126

ntp server 132.246.168.164

ntp server 209.87.233.53

2 Accepted Solutions

Accepted Solutions

Deena

If your 6500 has learned authoritative NTP time from an Internet time source then your 6500 will respond to requests from your other routers and switches without requiring any configuration such as master.

The suggestion about configuring your 6500 as ntp master should be only about an alternative if your 6500 should lose its connection to its Internet time source. If you do configure your 6500 as master be sure to specify a stratum that is several numbers higher than the stratum from which it is learning its ntp time.

HTH

Rick

HTH

Rick

View solution in original post

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Besides what the others have already posted, wanted to also emphasis the need for ntp update-calendar if you configure your 6500 as a NTP master (good idea on all equipment that supports a calendar).

This because if the 6500 reloads and also loses its NTP authority, all the downstream devices will at least have a reasonable time.

View solution in original post

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

The way your NTP is set up currently is correct.  Usually you want a server that has Internet access or receive timing from GPS (Sync Server) to be your NTP server. Then the routers and switches point to that server.

From the command reference guide:

Because Cisco's implementation of NTP does not support directly attached  radio or atomic clocks, the router is normally synchronized, directly  or indirectly, to an external system that has such a clock. In a network  without Internet connectivity, such a time source may not be available.  The ntp master command is used in such cases.

If the system has ntp master configured, and  it cannot reach any clock with a lower stratum number, the system will  claim to be synchronized at the configured stratum number, and other  systems will be willing to synchronize to it via NTP.

http://www.cisco.com/en/US/docs/ios/12_1/configfun/command/reference/frd3003.html

HTH

Hi Reza,

Thanks for the reply, the information was very useful.

Just to clarify, if my core 6500 is set to master, it will reply to requests for time from within the network, however it, (the core 6500) will request time from the servers configured namely:

ntp server 138.23.180.126

ntp server 132.246.168.164

ntp server 209.87.233.53

Is this correct??

Thanks again for your help.

Cheers

Deena

Deena

If your 6500 has learned authoritative NTP time from an Internet time source then your 6500 will respond to requests from your other routers and switches without requiring any configuration such as master.

The suggestion about configuring your 6500 as ntp master should be only about an alternative if your 6500 should lose its connection to its Internet time source. If you do configure your 6500 as master be sure to specify a stratum that is several numbers higher than the stratum from which it is learning its ntp time.

HTH

Rick

HTH

Rick

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Besides what the others have already posted, wanted to also emphasis the need for ntp update-calendar if you configure your 6500 as a NTP master (good idea on all equipment that supports a calendar).

This because if the 6500 reloads and also loses its NTP authority, all the downstream devices will at least have a reasonable time.

Thanks Guys, for the assistance and advice.

Much appreaciated.