10.3.4 - Packet Tracer - Configure and Verify NTP
10.3.4 - Packet Tracer - Configure and Verify NTP
10.3.4 - Packet Tracer - Configure and Verify NTP
Addressing Table
Device Interface IP Address Subnet Mask
Objectives
In this activity, you will configure NTP on R1 and R2 to allow time synchronization.
Background / Scenario
Network Time Protocol (NTP) synchronizes the time of day among a set of distributed time servers and
clients. While there are a number of applications that require synchronized time, this lab will focus on
correlating events that are listed in the system log and other time-specific events from multiple network
devices. NTP uses the User Datagram Protocol (UDP) as its transport protocol. All NTP communications use
Coordinated Universal Time (UTC).
An NTP server usually receives its time from an authoritative time source, such as an atomic clock attached
to a time server. The NTP server then distributes this time across the network. NTP is extremely efficient. No
more than one packet per minute is necessary to synchronize two devices to within a millisecond of each
other.
Instructions
b. From R1, ping N1 (209.165.200.225) to verify connectivity. The ping should be successful.
c. Repeat the ping to N1 from R2 to verify connectivity to N1.
b. Configure R1 and R2 as NTP Clients. Use the ntp server command to specify an NTP server, as shown
below:
R1# conf t
R1(config)# ntp server 209.165.200.225
c. Repeat this configuration on R2.