HPE Aruba Networking & ProVision-based
1830729 Members
2316 Online
110015 Solutions
New Discussion

Re: NTP on 5406zl

 
SOLVED
Go to solution
FunnyDingo
Occasional Advisor

NTP on 5406zl

Hello,

 

I tried to configure NTP on my 5406zl. Timeserver has been configure with config ip time manual <IP>... show logging says:

 

00118 timep: timep client enabled
00119 timep: can't reach time server <IP>

 

Also SNTP failes:

 

02631 SNTP: Server not found at <IP>
00414 SNTP: Unable to reach configured SNTP servers

 

Another HP Switch (4208vl) works fine with the same server and SNTP.

 

Switches are in the same subnet, no firewall, ...

 

Any idea?

 

Kind regards,

Dennis

 

 

P.S. This thread has been moved from Legacy to ProCurve / ProVision-Based. -HP Forum Moderator

2 REPLIES 2
Helper
Valued Contributor
Solution

Re: NTP on 5406zl

Hi,

 

There is a bug with NTP running some K.14.xx//K.15.xx releases, you can check for the release notes to identify the version concerned.

 

Otherwise, here is a working configuration running K.15.06.0009 and K.15.07.0004 :

timesync sntp
sntp unicast
sntp server priority 1 192.43.244.18
ip source-interface sntp 10.91.100.1

 

Forum topic dealing with NTP bugs :

http://h30499.www3.hp.com/t5/Switches-Hubs-Modems-Legacy-ITRC/Windows-2008-as-ntp-server/m-p/5269004/highlight/true#M29974

http://h30499.www3.hp.com/t5/Switches-Hubs-Modems-Legacy-ITRC/ntp-on-5400-with-k-14-41/m-p/4511958/highlight/true#M20141

 

Bye.

FunnyDingo
Occasional Advisor

Re: NTP on 5406zl

Ohhh, okay. Thanks for this little hint. I'll check this ;)