Labs · · 3 min read

Lab ips-06 - NTP Server and Client

Lab ips-06 - NTP Server and Client - PingLabz Labs article title card

NTP (Network Time Protocol) synchronizes clocks across network devices so that log timestamps are consistent and meaningful. Without NTP, a single incident's logs spread across 10 routers might look like 10 unrelated events at unrelated times. This lab configures R1 as an NTP master and R2 as a client.

What you will learn

  • Configure NTP master and client on Cisco IOS XE
  • The stratum concept (1 = closest to reference; 16 = unsynchronized)
  • How to read show ntp status and show ntp associations
  • Why every router in your network should sync to NTP

What this lab does NOT cover

  • NTP authentication (similar to OSPF MD5)
  • PTP (Precision Time Protocol) for higher-accuracy use cases

Topology

Download the CCNA Base Topology .yaml

3 iol-xe routers + 1 alpine + 1 ioll2-xe managed switch.

Download CCNA Base Topology

Read next

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.