A network administrator is configuring time synchronization on a newly installed Cisco IOS router. Arrange the following operational events in the correct chronological order, from initial CLI configuration to serving downstream clients.
- 1The administrator configures the global command `ntp server 10.1.1.50` to establish an association with an upstream Stratum 2 server.
- 2The local router exchanges NTP poll packets with 10.1.1.50 to measure network latency, dispersion, and time offset.
- 3The router updates its local system clock using the offset calculated from the server response data.
- 4The router updates its internal operational state to synchronized and sets its local stratum to Stratum 3.
- 5The router answers incoming time requests from downstream LAN switches as an authoritative NTP server.
Answer
The correct operational sequence is: 1) Executing `ntp server 10.1.1.50` on the router, 2) Exchanging NTP polling messages to calculate delay and offset, 3) Adjusting the local system clock, 4) Transitioning to a synchronized state at Stratum 3 (upstream + 1), and 5) Responding to downstream client requests at Stratum 3.
The NTP operation sequence begins with establishing the peer/server relationship via `ntp server`. Polling packets are then exchanged to calculate offset and dispersion. Once metrics are validated, the local clock synchronizes, allowing the router to assign itself Stratum 3 (upstream Stratum 2 + 1). Finally, the router serves downstream clients accurately.
Step-by-Step Solution
Key Concept
NTP Synchronization Sequence and Stratum Propagation
Estimated Time:1m 30s