Re: [Linuxptp-users] Problems with ptp4l via a Cisco Nexus 5000 Switch
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2016-07-05 09:05:05
|
On Fri, Jul 01, 2016 at 03:26:05PM +0200, Christian wrote: > I have attached 3 .txt files with the logs. Again, 96 is the master server > and 94 and 92 are the slaves. > And I have attached a pcap file of the Server 94(not captured at the same > moment, but the behavior was the same). Sorry about the delay. I finally took a look at your problem... In the PCAP, the Announce messages are only sent by the Cisco every seven seconds. The PCAP frames are truncated, so we can't see what the Cisco advertises for the logMessageInterval (logAnnounceInterval). I guess it is set to 3 (2^3 = 8 seconds). Anyhow, you can fix this by configuring the Cisco and your client to the same logAnnounceInterval value. Thanks, Richard |