November 25th, 2017 19:00

0.us.pool.ntp.org will resolve to 4 random IPs that are in the Public NTP pool. I suspect the switch is expecting one IP address for the configuration line sntp server 0.us.pool.ntp.org and can't handle the multiple IP addresses that are returned.  You can probably confirm by pointing to a FQDN NTP time server and see if that resolves the issue.  Feel free to test using one of mine: ntp0.intrax.com (98.191.213.7), which is a stratum 1 in the Public NTP pool.  You probably don't want to leave it like that long-term however because I'm on the east coast and you probably want one closer to Arizona.

I have a different switch than you do so the lines below may not be applicable.  For my switch, I also have these configuration lines in my switch:

  • clock source sntp
  • sntp server A.B.C.D poll

1 Rookie

 • 

22 Posts

January 3rd, 2019 10:00

Does this idea suggested by @Joel_McClung help? I'm experiencing exactly the same issue btw (also trying to use the ntp.org pool - but the German one).

It seems to be a common problem on PCT 6248 or more switches from the 6200 series, even on the latest and greatest 3.3.17.1 firmware version.

Happy New Year (even if it's already a few days old) and best regards

Yannik

EDIT: I'm with Joel - it could be the Round Robin method to randomly choose NTP Servers, but I don't think so anymore after trying to use three German timeservers from different universities. I can also see a

Failed to Resolve DNS address for Server (null)"

in the debug log, but those servers are definitely not using Round Robin. 

Even if I only specify one address (e.g. times.tubit.tu-berlin.de) it will fail. Does it only accept numeric IPs?

 

1 Message

February 20th, 2019 15:00

Use the IP address for the NTP server instead. worked for me. only problem is it can't add the offset correctly to the DAY, only to the time. So if it's 10pm, and I have an offset of +13, the time gets updated to 11am correctly however the date still stays as the previous day.

1 Rookie

 • 

8 Posts

September 27th, 2019 14:00

Works.

#ping pl.pool.ntp.org
#configure
(config)#ip name-server 208.67.222.222 8.8.8.8 1.1.1.1 9.9.9.9
#exit
#ping tempus1.gum.gov.pl

!Resolving hostname are work. Check your main router firewall to accept 53/udp.
!NTP uses me lookup hostname after 4x poll times then good idea is to setup temporary:

(config)#sntp client poll timer 64

!Check your main router firewall to accept 123/udp.

No Events found!

Top