cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
516
Views
10
Helpful
2
Replies

CDMA NTP how to prepare for EOL

zohan3469
Level 1
Level 1

Hi Everyone,

We've got some IR829 devices, when I run show ntp assoc I get the following output

address ref clock st when poll reach delay offset disp
*~10.X .CDMA. 1 252 1024 377 175.11 17.798 0.093
~10.X .STEP. 16 - 1024 0 0.000 0.000 15937.

I've not used NTP on cisco devices before, so excuse my ignorance. What I don't know is what ref clock means. .CDMA I assume means it's getting it's time from a CDMA device? If that's the case, with the impending EOL of CDMA, the time will likely start to drift after EOL. Since we don't want that, I should be able to just point it to a new NTP device? with a command like

ntp server 10.X.Y.Z

Then remove the old NTP server with

no ntp server 10.X

Is it really as simple as that? This is a mission critical production system with no test environment (Yes I know) so I'm not excited at the prospect of just jumping the gun and possibly causing issues.

2 Replies 2

marce1000
Hall of Fame
Hall of Fame

 

  - Changing NTP server is 'as simple as that' as you are describing it in the post (the mentioned commands are correct).

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

ammahend
VIP Alumni
VIP Alumni

One thing I think is interesting here is you active ntp is stratum 1. Everytime you add a clock source with higher stratum value the time difference increases for e.g Timestamps generated by an Stratum 1 Time Server will typically have 10 microseconds accuracy to UTC.  A stratum-2 server will have anywhere from 1/2 to 100 ms accuracy to UTC and each subsequent stratum layer (stratum-3, etc.) will add an additional 1/2-100 ms of inaccuracy. 
so whatever server you add .. try to keep is same stratum level as the current one. I don’t know how sensitivity your application is to microsecond time difference.
Also end of life just means that Cisco will not sell that product any more, you can not buy a new end of life products, but after end of life date you have 5 years until end of support. 
as mentioned earlier the commands are correct. 

-hope this helps-