A network engineer is configuring a new Cisco IOS router (R1) to synchronize its system time with a primary enterprise NTP server operating at Stratum 2. R1 is also expected to act as an NTP server for downstream switches once synchronized. Arrange the operational steps in the exact chronological sequence in which R1 processes NTP synchronization from initial CLI configuration to serving downstream clients.
- 1The administrator executes the global configuration command 'ntp server 10.10.10.1' on R1.
- 2R1 generates and transmits NTP request packets to IP 10.10.10.1 using UDP destination port 123.
- 3R1 receives an NTP response packet from 10.10.10.1 carrying a Stratum level of 2 and server reference timestamp data.
- 4R1 validates the reference clock and calculates its own local Stratum level as 3 by adding 1 to the received server stratum.
- 5R1 transitions its internal clock state to 'synchronized' and begins answering NTP requests from downstream devices at Stratum 3.
Answer
The correct sequence starts with entering the NTP server configuration command, followed by sending UDP port 123 query packets, receiving the Stratum 2 response, calculating the local Stratum 3 value, and finally transitioning to synchronized state while serving downstream clients.
The operational sequence moves logically from CLI command execution, outward network request over UDP 123, inbound response processing, mathematical stratum calculation (), to local state synchronization and downstream service activation.
Step-by-Step Solution
Key Concept
NTP Client-Server Synchronization Workflow and Stratum Calculation
Estimated Time:2m 0s