cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed to configure NTP client mode in ICX7150-C12

ph07
New Contributor III

Dear Ruckus Support team,

My Ruckus Unleashed system with one ICX7150 switch and five APs works well. I can configure and monitor all devices in the Unleashed web console or mobile app. I had some issues before but resolved them by reading the forum and Ruckus documentation. Thank you very much for patiently answering the questions in this forum.

I need help with the NTP configuration for the ICX7150 switch. I easily configured APs to sync their time using NTP via the web interface. However, this does not apply to the Ethernet switch, which relies on manual clock configuration. I noticed the switch's clock needs manual adjustments after several weeks when it runs standalone and/or every time there is a power failure, which happens every several months in North California.

 
I configured NTP for APs this way and it seems to work correctly.

ph07_0-1724625815377.png

For the switch, I used 'ntp' commands in global configure mode to enable NTP, disable the server, leaving only the client mode and added several remote time servers.  This is the current state - I see NTP client mode is enabled, but the switch is not able to connect to any of time services. 

ph07_1-1724625972465.png

I use AT&T internet service, and I believe my router does not block NTP port 123. I am able to sync my Windows laptop with MS time service (time.windows.com) without any problems. 

Can you please advise how to finish NTP configuration on the switch?

 

 



 

 

 

    

 

1 ACCEPTED SOLUTION

ph07
New Contributor III

Hi Imran,

Thanks for your advice - I figured out what the problem was when you mentioned DNS configuration. I did have the DNS servers configured, but I forgot to configure the default gateway after I set the switch to the static IP address. Once I had the default gateway set to my AT&T router, I saw that the time servers' names were resolved to their IPs and started communicating. I set the switch's clock back to the correct time zone, and several minutes later, I got the NTP synced up. 

Configuration

ip dns server-address 192.168.1.254 8.8.8.8 8.8.4.4
!
clock timezone us Pacific
!
ntp
disable serve
server time.windows.com
server time.google.com
server time.cloudflare.com
server ntp.ruckuswireless.com

Status


SSH@ICX7150-C12 Switch# show ip dns-server
DNS Server information
DNS Domain-list
No DNS Domain-list is configured
IPV4 DNS server address:
1. 192.168.1.254
2. 8.8.8.8
3. 8.8.4.4


SSH@ICX7150-C12 Switch# show ntp status
Clock is synchronized, stratum 2, reference clock is 216.239.35.0
precision is 2**-16
reference time is 3934467019.1528947706 (11:30:19.1528947706 Pacific Wed Sep 04 2024)
clock offset is 1.9969 msec, root delay is 21.2262 msec
root dispersion is 5.8837 msec, peer dispersion is 0.0061 msec
system poll interval is 64, last clock update was 76 sec ago
NTP server mode is disabled, NTP client mode is enabled
NTP master mode is disabled, NTP master stratum is 8
NTP is not in panic mode

SSH@ICX7150-C12 Switch# show ntp associations
address Domain name Reference Clock st when poll Reach delay offset disp
+~ 40.119.6.228 time.windows.com 25.66.230.5 3 17 64 377 55.225 7.0086 1.664
*~ 216.239.35.12 time.google.com GOOG 1 63 64 377 20.666 3.2243 1.117
+~ 162.159.200.123 time.cloudflare.com 10.209.8.8 3 7 64 377 9.002 2.8891 4.994
+~ 216.239.35.4 ntp.ruckuswireless.com GOOG 1 26 64 177 20.226 3.3339 64.117
* synced, # selected, + candidate, - outlayer, x falseticker, ~ configured, **More characters in domain name


SSH@ICX7150-C12 Switch# show clock
12:33:36.046 Pacific Wed Sep 04 2024


Hope it will help other users and thanks again for your help with this and many other issues raised by the customers. 

 

 

 

 

 

View solution in original post

8 REPLIES 8

Imran_ruckus
Moderator
Moderator

Hi @ph07 

Greetings!!!

Thank you for reaching out to the RUCKUS Lennar Home Community. 

We appreciate your patience and understanding as we work to resolve the issues you are experiencing with your RUCKUS setup.

Based on the information provided, it appears that you are encountering issues with configuration of NTP server. 

We apologize for any inconvenience this has caused and are committed to assisting you promptly.

Please refer to the below link for configuration and other details related to NTP configuration.

https://docs.commscope.com/bundle/fastiron-08095-managementguide/page/GUID-938B0AD6-9E64-4F3C-B702-C...

Let me know if that helps you.

Thank you again for your patience and understanding.

 

Best regards,

Imran Sanadi

RUCKUS Lennar Home Community.

ph07
New Contributor III

Hi Imran.

Thanks for your reply! As I wrote in my first email, I did use Ruckus documentation to configure NTP. The switch shows NTP client mode as "enabled", and I added several well-known time servers. However, the switch is not able to communicate and sync with either of them. I also verified that the switch clock is set to the correct value, including the TZ setting.  Can you please advise how to diagnose and resolve this issue? 

 

Hi @ph07 

Greetings!!!

Thank you for the response and the information you shared.

Please give me sometime, I will review this in the Lab and get back to you.

Thank you again for your patience and understanding.

 

Best regards,

Imran Sanadi

RUCKUS Lennar Home Community.

ph07
New Contributor III

Hi Imran,

Did you have time to reproduce it in your lab? I tried several ideas from the Internet, but nothing worked so far.

Specifically:

* I installed NTP server on my laptop and was able to sync it with public NTP servers which I tried to use with Ruckus switch. It worked easily for my laptop, but not for the switch. At least, I verified that there is no firewall problem or some other networking issue. 
* As additional experiment, I enabled NTP server on my Windows 11, and configured Ruckus switch to use it as one of NTP servers. The laptop and the switch are on the same network and I manage the switch using either terminal or web session from this laptop. Again, the switch did not sync with the NTP server on my laptop and neither with any of the public time servers. 

* Removed TZ information from Ruckus switch clock and configured it to be in GMT time zone. It is very close to the "real time" (Ruckus docs require it to be less than 1,000 seconds away). Did not help as well.

 

I used these commands to configure NTP client:

ntp
disable serve
server time.windows.com
server time.google.com
server time.cloudflare.com
server ntp.ruckuswireless.com minpoll 5

The current status:

SSH@ICX7150-C12 Switch# show ntp status
Clock is unsynchronized, no reference clock
NTP server mode is disabled, NTP client mode is enabled
NTP master mode is disabled, NTP master stratum is 8
NTP is not in panic mode

SSH@ICX7150-C12 Switch# show ntp associations
address Domain name Reference Clock st when poll Reach delay offset disp
~ None time.windows.com INIT 16 - 64 0 0.00 0.000 16000.
~ None time.google.com INIT 16 - 64 0 0.00 0.000 16000.
~ None time.cloudflare.com INIT 16 - 64 0 0.00 0.000 16000.
~ None ntp.ruckuswireless.com INIT 16 - 32 0 0.00 0.000 16000.
* synced, # selected, + candidate, - outlayer, x falseticker, ~ configured, **More characters in domain name

As we can see, the NTP client mode and several clock references are configured, but none is synced.
Any suggestions are very welcome.