In this example, the hosts acapulco, seattle, and moscow are stratum 2 time servers in the mynet.com network. ``An example synchronization subnet'' shows the relationships between these time servers, their clients, and Internet time servers in stratum 1 which are external to the mynet.com network. The arrows show the direction in which information about the time flows.

An example synchronization subnet
The servers are associated as follows:
This is the ntp.conf file for acapulco:
# NTP configuration file for 172.16.246.16 (acapulco.mynet.com) # server 128.115.14.97 # clock.llnl.gov server 16.1.0.22 # clepsydra.dec.com peer seattle.mynet.com peer moscow.mynet.comThis is the ntp.keys file for acapulco:broadcast 172.16.246.255
driftfile /etc/inet/ntp.drift keys /etc/inet/ntp.keys requestkey 65534 controlkey 65535
2313 M APassword 65534 M NoSecret 65535 M BadKey
This is the ntp.conf file for seattle:
# NTP configuration for seattle (172.16.246.11) # server 129.189.134.6 # ntp.olivetti.com server 192.240.4.1 # ntp1.ossi.com peer acapulco peer moscowThis is the ntp.keys file for seattle:broadcast 172.16.246.255
driftfile /etc/inet/ntp.drift keys /etc/inet/ntp.keys requestkey 65534 controlkey 65535
2313 M APassword 65534 M NoSecret 65535 M BadKey
This is the ntp.conf file for moscow:
# NTP configuration file for 172.16.246.7 (moscow.mynet.com) # server 130.43.2.2 # apple.com server 192.52.195.10 # norad.arc.nasa.gov peer seattle.mynet.com peer acapulco.mynet.comThis is the ntp.keys file for moscow:broadcast 172.16.246.255
driftfile /etc/inet/ntp.drift keys /etc/inet/ntp.keys requestkey 65534 controlkey 65535
2313 M APassword 65534 M NoSecret 65535 M BadKey
This is the generic ntp.conf file for broadcast clients such as chicago:
# Peer configuration used by all broadcast clients at mynet.com # broadcastclient yes broadcastdelay 0.0500 driftfile /etc/inet/ntp.drift keys /etc/inet/ntp.keys requestkey 65534 controlkey 65535This is the ntp.keys file:
2313 M APassword 65534 M NoSecret 65535 M BadKey