mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
28 lines
755 B
Plaintext
28 lines
755 B
Plaintext
=== NTP Server and Client Interoperability
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ntp/server_client]
|
|
|
|
==== Description
|
|
|
|
Verify NTP server and client work together:
|
|
|
|
1. Server uses ietf-ntp YANG model with refclock-master
|
|
2. Client uses ietf-system YANG model
|
|
3. Client successfully synchronizes from server
|
|
4. Server shows packet statistics
|
|
5. Mutual exclusion prevents both modes on same device
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[NTP Server and Client Interoperability topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to devices
|
|
. Configure NTP server using ietf-ntp model
|
|
. Configure NTP client using ietf-system:ntp model
|
|
. Verify NTP server has received packets
|
|
. Verify NTP client has synchronized
|
|
|
|
|